*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#body{
    margin: 0;
    padding: 0;
}
#navbar{
    width: 100%;
    height: 70px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: brown;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: right;
    position: sticky;
    top: 0px;
}

#banner{
    width: 100%;
    height: 90vh;
    background: url(../image/lovepic.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2vw;
    color: white;
}
#logo{
    width: 80px;
    height: 50px;
    margin-left: 100px;
}
#banner h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 100px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
#banner h3{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    text-align: center;
    letter-spacing: 10px;
    margin-top: 0px;
    margin-bottom: 50px;
}

#banner p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0px;
    margin-left: 20px;
    margin-right: 20px;
}


#navbar a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin-right: 100px;
    float: right;
    margin-top: 2px;
    padding: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 10px;
    width: 300px;
    text-align: center;
}
#navbar a:hover{
    background-color: red;
    color: #fff;
}


#banner a{
    width: 500px;
    color: red;
    text-align: center;
    background-color: black;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 80px;
}
#banner a:hover{
    background-color: brown;
    color: white;
}
#about{
    width: 100%;
    height: 30vh;
    font-size: 18px;
    color: #fff;
    background-color: brown;
    text-align: justify;
    margin: 0px;
    padding: 20px;
}
#about h1{
    font-size: 25px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    padding-bottom: 10px;
}
#about p{
    font-size: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    margin-left: 10px;
    margin-right: 30px;
    letter-spacing: 1px;
}

#footer p{
    color: whitesmoke;
    float: right;
    font-size: 18px;
    padding-right: 50px;
    padding-top: 10px;
}
#footer{
    width: 100%;
    height: 50px;
    background-color: #000;
}


@media all and (max-width: 950px){
    #navbar{
        width: 100%;
        height: 60px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: brown;
        padding: 10px;
        margin-left: 0px;
        margin-right: 0px;
        align-items: right;
        position: sticky;
        top: 0px;
    }
    
    #banner{
        width: 100%;
        height: 100vh;
        background: url(../image/lovepic.jpg);
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 2vw;
        color: white;
    }
    #logo{
        width: 60px;
        height: 40px;
        margin-left: 20px;
    }
    #banner h1{
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 0px;
    }
    #banner h3{
        font-family: 'Times New Roman', Times, serif;
        font-size: 20px;
        text-align: center;
        letter-spacing: 0px;
        margin-top: 0px;
    }
    
    #banner p{
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 16px;
        margin-top: 10px;
        text-align: justify;
        letter-spacing: 0px;
        width: 80%;
    }
    
    
    #navbar a{
        text-decoration: none;
        font-size: 12px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        margin-right: 20px;
        float: right;
        margin-top: 2px;
        padding: 8px;
        border: 2px solid #fff;
        background-color: brown;
        border-radius: 10px;
        width: 200px;
        text-align: center;
    }
    #navbar a:hover{
        background-color: red;
        color: #fff;
    }
    
    
    #banner a{
        width: 200px;
        color: #fff;
        text-align: center;
        background-color: brown;
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 10px;
        border: 2px solid #fff;
        padding: 10px;
    }
    #banner a:hover{
        background-color: red;
        color: white;
    }
    #about{
        width: 100%;
        height: 100vh;
        font-size: 16px;
        color: #fff;
        background-color: brown;
        text-align: justify;
        margin: 0px;
        padding: 20px;
    }
    #about h1{
        font-size: 20px;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #about p{
        font-size: 16px;
        text-align: justify;
        font-family: 'Times New Roman', Times, serif;
        color: #fff;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    #footer p{
        color: whitesmoke;
        text-align: center;
        font-size: 12px;
        padding-right: 20px;
        padding-left: 20px;
    }
    #footer{
        width: 102%;
        height: 50px;
        background-color: #000;
    }

}




