* {
    box-sizing: border-box;
}

body {
    font-family: "helvetica", sans-serif;
    margin: 0;
    background-color: #F3EFE0;
}

.name h1 {
    color: #312F2F;
    font-family: 'DM Serif Display', serif;
    font-size: 2.5em;
    padding: 0;
    line-height: .5em;
    margin: 0;
}

.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}

nav a {
    color: #312F2F;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    text-decoration: none;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 2px;
    background-color: #F3EFE0;
    padding: 20px 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

nav a:hover{
    background-color: #EF8354;
}

.main {
    background-color: #F3EFE0;
}

/*.main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3em 1.5em;
    border: 1px solid rgb(212, 20, 20);
}*/

nav ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}

nav .user {
    flex-basis: 20%;
    margin: 0;
    padding: 0;
}

header {
    margin: 0;
    padding: 5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5em;
}

.homepimg img {
    width: 80%;
    border-style: solid;
    border-color: #312f2f;
    border-radius: 10px;
}

.homepimg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 2em;
}

.homepphone {
    display: none;
}

.secondary img, .gallery1 img, .gallery2 img, .gallery3 img, .gallery4 img, .gallery5 img, .gallery6 img {
    object-fit: cover;
    width: 300px;
    height: 300px;
    border-style: solid;
    border-color: #312f2f;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.secondary, .gallery1, .gallery2, .gallery3, .gallery4, .gallery5, .gallery6 {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    animation: fadein 5s;
    animation-name: fade;
}

@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.secondary p {
    width: 75%;
}

.homecoffee, .homeboutique, .homeflower, .gallery1a, .gallery1b, .gallery1c, .gallery2a, .gallery2b, .gallery2c, .gallery3a, .gallery3b, .gallery4a, .gallery4b, .gallery5a, .gallery5b, .gallery5c, .gallery6a, .gallery6b, .gallery6c {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

.learn1, .learn2, .learn3 {
    background-color: #967aa1;
    width: 300px;
    height: 50px;
    margin: 2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.learn2 {
    margin-top: 38pt;
}

.learn1, .learn2, learn3, a {
    font-family: 'Abril Fatface', cursive;
    color: #f3efe0;
    text-decoration: none;
}

.info, .arrangement {
    text-align: center;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-bottom: 2em;
}

.arrangement li {
    font-size: 12pt;
    margin: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    color: #F3EFE0;
    font-family: 'DM Serif Display', serif;
    font-size: 2.5em;
    padding: 0;
    line-height: .5em;
    margin: 0;
}

h2 {
    color: #312F2F;
    font-family: 'Gloock', serif;
    font-size: 24pt;
}

h3 {
    color: #312F2F;
    font-size: 1em;
}

h4 a {
    color: #312F2F;
    font-size: 18pt;
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    font-size: 12pt;
    margin: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.images {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 8em;
}



.links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.links a {
    padding: 2em 1em;
    font-family: 'Abril Fatface', cursive;
}

iframe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    background-color: #197278;
    margin-top: auto;
    font-family: 'Abril Fatface', cursive;
    color: #F3EFE0;
}

footer img {0
    width: 30px;
    height: 30px;
    margin-left: 1em;
    margin-right: 1em;
}

@media only screen and (max-width: 600px) {
    .secondary, .gallery1, .gallery2, .gallery3, .gallery4, .gallery5, .gallery6 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    
    .secondary p {
    width: 70%;
    }
    
    .homecoffee, .homeboutique, .homeflower, .gallery1a, .gallery1b, .gallery1c, .gallery2a, .gallery2b, .gallery2c {
    width: 100%;
    }
    body, nav a {
    background-color: #967aa1;
    }

    .learn1, .learn2, .learn3 {
    background-color: #f3efe0;
    }
    
    .learn1, .learn2, learn3, a {
    color: #967aa1;
    }
    
    .homepimg img {
    display: none;    
    }
    
    .homepphone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
    
    .homepphone img {
    width: 80%;
    border-style: solid;
    border-color: #312f2f;
    border-radius: 10px;
    }
}