html {
    margin: 0px auto;
    line-height: 1.6;
    background-color: white;
}

body {
    background-color: white;
    background-size: cover;
    font-size: 20px;
    font-family: Questrial, sans-serif;
    color: black;
    height: auto;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 100%;
}

p {
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
}

body,
html {
    height: 100%;
    margin: 0;
}

*:focus {
    outline: 0;
}

h3 {
    text-align: center;
    font-family: Questrial, sans-serif;
    color: grey;
}

.container {
    padding: 24px 24px 24px 24px;
    margin: 30px 120px;
    background: white;
    border-radius: 4px;
}


.responsive {
    max-width: 100%;
    height: auto;
}

label {
    font-size: 0.85em;
    margin-left: 12px;
}

.parallax {
    height: 400px;
    /* Create a parallax effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}


input[type=text],
input[type=email],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5%;
}

.bg {
    /* The image used */
    background-image: url("images/beach.jpg");
    height: 65%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 75px;
    margin-top: 50px;
}




h1 {

    margin-top: 30px;
    margin-bottom: 30px;
    color: #b76e79;
    font-weight: 400;
    font-family: 'Questrial';
    text-align: center;
}

h2 {
    color: #b76e79;
    font-weight: 600;
    font-family: 'Questrial';
    text-align: center;
}

h4 {
    color: #b76e79;
    font-weight: 600;
    font-family: 'Questrial';
    text-align: center;
    display: inline-block;
}

header {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    background-color: white;
    height: auto;
    padding-top: 1em 2em 2em;
    color: #b76e79;
    font-family: 'brandon-grotesque,avenir,sans-serif';
    text-align: center;
}


.footer-distributed {
    background-color: #fbe9e7;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font: 16px sans-serif;
    padding: 55px 50px;

}

/* Footer links */

.footer-distributed .footer-links {
    color: black;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 16px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}


.footer-distributed .footer-icons {
    margin-top: 25px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880) {

    .footer-distributed {
        font: bold 12px Times New Roman;
    }

}

section {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.clickme {
    background-color: white;
    color: black;
    border: 2px solid #4b6777;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;

}

.clickme:hover {
    background-color: #4b6777;
    color: white;
}

#main {
    margin-top: 30px;
    width: 80%;
}

    {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 25%;
    padding: 2px;
    margin-left: 110px;
    text-align: center;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}


.centered {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    color: #fa8072;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 900;
    font-family: 'Questrial';
}

@media screen and (min-width: 601px) {
    div.centered {
        font-size: 60px;
    }
}

@media screen and (max-width: 600px) {
    div.centered {
        font-size: 22px;
    }
}

.img-container {
    float: left;
    width: 28%;
    height: auto;
    margin-left: 4%;
    margin-top: 3%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;

}

.topnav {
    background-color: white;
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 5px;
}

.topnav a {
    margin: 0 auto;
    display: inline-block;
    color: darkslategray;
    font-family: Questrial, sans-serif;
    text-align: center;
    padding: 16px 18px;
    text-decoration: none;
    font-size: 18px;
}


.topnav a:hover {
    background-color: #fbe9e7; 
    color: #b76e79;
    font-weight: 500;
    z-index: 1;
}

.topnav a:hover:after {
    z-index: -10;
    animation: fill .3s forwards;
    -webkit-animation: fill .3s forwards;
    -moz-animation: fill .3s forwards;
    opacity: 1;
}

.topnav a {
    transition: all 1s;
}


.topnav a.active {
    background-color: white;
    color: darkslategray;
}

.topnav .icon {
    display: none;
}

.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    /* Keyframes */
    @-webkit-keyframes fill {
        0% {
            width: 0%;
            height: 1px;
        }

        50% {
            width: 100%;
            height: 1px;
        }

        100% {
            width: 100%;
            height: 100%;
            background: #333;
        }
    }

    /* Keyframes */
    @-webkit-keyframes circle {
        0% {
            width: 1px;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            height: 1px;
            z-index: -1;
            background: #eee;
            border-radius: 100%;
        }

        100% {
            background: #aaa;
            height: 5000%;
            width: 5000%;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border-radius: 0;
        }
    }

    label {
        margin: 0 40px 0 0;
        font-size: 26px;
        line-height: 70px;
        display: none;
        width: 26px;
        float: right;
    }


    .responsive {
        width: 100%;
        height: auto;
    }

    #content {
        width: 100%;
        background-color: white;
        box-sizing: border-box;
        display: flex;
    }
