.fertility-form{
    margin-top: 5%;
    width: 50%;
    margin: auto;
}

.form-1{
    text-align: justify;
    margin-left: 30%;
}

.fertility-rate{
    text-align: center;
}

body{
    background-color: #FFFEF3;
}

/* ------ Landing Page Styles ----------------- */

.landing-logo a{
    font-family: 'Dorsa', sans-serif;;
    font-size: 35vh;
    color: #B82F2F;
    letter-spacing: 40px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 35%;
    left: 35%;
    animation-name: shadow-move;
    animation-delay: 0.2s;
    animation-duration: 2s;
    animation-timing-function: cubic(0, 0.6, 0.45, 0);
    animation-iteration-count: 1;

}

@keyframes shadow-move{
    0%{
        text-shadow: -4px 2px 7px rgba(0, 0, 0, 0.25);
    }
    50%{
        text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.35);
    }
    100%{
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
    }
}

.landing-logo a:link{
    color: #B82F2F;
    text-decoration: none;
}

.landing-logo a:visited{
    color: #B82F2F;
    text-decoration: none;
}

.landing-logo a:hover{
    color: #B82F2F;
    text-decoration: none;
}

.landing-logo a:active{
    color: #B82F2F;
    text-decoration: none;
}

/* ------ Home Page Styles ----------------- */

#drop{
    float: right;
    position: absolute;
    top: 5%;
    right: 1.4%;
    list-style-type: none;
    display: none;
}

.home-dropdown li a{
    font-family: 'Dorsa', sans-serif;;
    font-size: 6.5vh;
    color: #B82F2F;
    letter-spacing: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s letter-spacing;
}

.home-dropdown li a:link{
    text-decoration: none;
    color: #B82F2F;
}

.home-dropdown li a:visited{
    text-decoration: none;
    color: #B82F2F;
    opacity: 0.2;
}

.home-dropdown li a:hover{
    text-decoration: none;
    color: #B82F2F;
    letter-spacing: 25px;
}

.home-dropdown li a:active{
    text-decoration: none;
    color: #A12222;
}

.home-logo a{
    font-family: 'Dorsa', sans-serif;;
    font-size: 12vh;
    color: #B82F2F;
    letter-spacing: 40px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 40%;
    left: 3%;
}

.home-logo a:link{
    color: #B82F2F;
    text-decoration: none;
}

.home-logo a:visited{
    color: #B82F2F;
    text-decoration: none;
}

.home-logo a:hover{
    color: #B82F2F;
    text-decoration: none;
}

.home-logo a:active{
    color: #B82F2F;
    text-decoration: none;
}

.form-1{
    font-family: 'Crimson Pro', serif;
    font-size: 2.5vh;
    margin-top: 6%;
    line-height: 20px;
}

/* Ellipse 1 */

button{
    background-color: #FFFEF3;
    border: #FFFEF3;
}

button .home-button{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #B82F2F;
    box-shadow: 2px 2px 5px rgba(184, 47, 47, 0.5);
    position: absolute;
    left: 46%;
    top: 82%;
    cursor: pointer;
    animation-name: submit;
    animation-delay: 0;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes submit{
    0%{
        width: 40px;
        height: 40px;
        box-shadow: 2px 2px 5px rgba(184, 47, 47, 0.5);
    }
    50%{
        width: 45px;
        height: 45px;
        box-shadow: -2px 0px 5px rgba(184, 47, 47, 0.5);
    }
    100%{
        width: 40px;
        height: 40px;
        box-shadow: 2px 2px 5px rgba(184, 47, 47, 0.5);
    }
}

.form-1 input{
    background-color: #FFFEF3;
    border: #FFFEF3;
}

.hamburger{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #B82F2F;
    box-shadow: 2px 2px 5px rgba(184, 47, 47, 0.5);
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
}

.two{
    right: 4%
}

.three{
    right: 3%;
}

/* ------ Fertility Page Styles ----------------- */

.fertility-rate .form-1{
    text-align: center;
    font-family: 'Crimson Pro', serif;
    font-size: 3vh;
    margin-top: 15%;
    margin-left: 0px;
    letter-spacing: 5px;
    color: rgba(0, 0, 0, 0.6);
}

.fertility-rate .home-button{
    top: 42.5%;
    left: 48%;
}

/* ------ About Page Styles ----------------- */

.fertility-rate .about-content{
    margin-top: 15%;
    text-align: left;
    font-family: 'Crimson Pro', serif;
    font-size: 3vh;
    margin-left: 35%;
    color: rgba(0, 0, 0, 0.6);
}

.fertility-rate .about-button{
    top: 57.5%;
    left: 48%;
}
