@font-face {
    font-family: sunday;
    src: url("fonts/Sunday Traveling.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: fairy;
    src: url("fonts/Fairytale.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: crossland;
    src: url("fonts/Crossland.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: veloria;
    src: url("fonts/aveloria.regular.ttf") format("truetype");
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}
.navbar
{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;

	display: flex;
	width: 100%;
	height: 80px;

	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	text-shadow: 2px 2px 5px rgba(255,255,255,1);

	justify-content: center;
	align-items: center;
	backdrop-filter: blur(1px) saturate(30%);
	padding: 20px 0; 
}
#content
{
	padding: 30px 0; 
}

#places
{
	font-family: fairy;
	font-size: 4rem;
}
p
{
    margin-top: 25px;
    text-shadow:  0.5px 0 0 white;
}

body
{
    font-family: fairy;

    display: flex;

    height: auto;
    margin: 0;
    padding-top: 30px;

    text-align: center;
    background-image: url("pics/seamless.jpg");
    background-repeat: ;

    align-items: center;
    flex-direction: column;
    overflow-y: auto;
}

h1
{
    font-family: fairy;
    font-size: 3rem;
}

.card
{
    position: relative;
    min-width: 380px;
    max-width: 500px;

    width: calc(33.333% - 7px);

    padding: 10px 10px;

    border: 4px solid #282828;
    border-radius: 10px;
    background: #b790bb;


    justify-content: center;
    align-items: flex-start;
    margin: 10px;
    box-sizing: border-box;
}
.CardContainer
{

    display: flex;
    position: relative;
    flex-wrap: wrap; 

    width: 100%
    max-width: 1500px;
    height: 100%;
    padding: 10px 20px;

    border: 4px solid #282828;
    border-radius: 10px;
    background: #8cbdaa;

    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
    margin-top: 0px;
    flex-direction: rows;
}

.masonry {
  column-count: 1; /* Number of columns */
  column-gap: 6px;
  padding: 0px;
}

/*.masonry img {*/
  /*width: 100%j*/
  /*margin-bottom: 6px;*/
  /*border-radius: 4px;*/
  /*display: block;*/
  /*break-inside: avoid;*/
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
/*}*/

.cardholder{
	display: flex;

	text-align: center;

	align-items: center;
	flex-direction: row;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    background: #8cbdaa;
    border-top: 4px solid #282828;
    z-index: 5;
}
img{
	align-items: center;
  width: 100%;

  /*margin-bottom: 6px;*/
  border-radius: 4px;
    object-fit: cover;
    object-position: center;
    display: block;
    break-inside: avoid;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
ul,
li
{
    padding: 0;
    margin: 0;
    list-style-type: none; 
    font-family: veloria;
    font-size: 2rem;
}
#copy
{
	text-shadow: 2px 2px 5px rgba(255,255,255,1);
{

@media (max-width: 768px) {
    .navbar {
        padding: 10px 0;
	    height: 20px;
    }
    #places {
        font-size: 1rem;
    }
    #places
}
