@charset "utf-8";
/* CSS Document */

html, body{
    font-family: 'Quicksand';
    font-size: 20px;
    font-weight: normal;
    background: rgba(247,244,203,1);
    overflow-x:  hidden;
    Height: 100%;
}


.wrapper {
    min-height: 100%;

    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -150px;
}
.footer, .push {
    height: 50px;
    padding: 40px;
}


.gradient{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(247,244,203,1) 10%, rgba(212,226,251,1) 85%);
}

a, a:hover, a:active{
    text-decoration: none;
    color: #000;
}

h1, h2, h3, h4, h5{
    font-family: 'Dancing Script';
}

h2{
    font-size: 28px;
}

.relative{
    position: relative;
}

.clear{
    clear: both;
}

.shadow{
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


    }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html, body{
        font-family: 'Quicksand';
        font-size: 16px;
        font-weight: normal;
        background: rgba(247,244,203,1);
        overflow-x:  hidden;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    html, body{
        font-family: 'Quicksand';
        font-size: 16px;
        font-weight: normal;
        background: rgba(247,244,203,1);
        overflow-x:  hidden;
    }
}