/*HEADER*/

#header{
    text-align: center;
    position: absolute;
    top: 10px;
    display: inline;
}

#nav{
    width: 60%;
    margin: 0 auto 0;
    padding: 0;
}
#nav li{
    display: inline-block;
    font-family: Phosphate, sans-serif;
    font-size: 24px;
    padding: 10px 40px 0px;
}
#nav a{
    text-decoration: none;
    color: #000;
}
#nav li #active{
    color: rgb(132,52,27);
}
#nav a:hover{
    color: #84341B;
}



.tophr{
    width: 60%;
    border: 0;
    height: 1px;
    background: #84341B;
    background-image: linear-gradient(to right, #ccc, #84341B, #ccc);
}

#title{
    width: 100%;
    margin: 0px auto;
    display: inline-block;
    background-color: rgb(234,234,236);
}
#content{
    max-width: 60%;
    height: 100%;
    margin-top: 150px;;
    background-color: rgb(234,234,236);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
h1{
    text-align: center;
    font-size: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing: 20px;
}

/*HEADER*/




/*FOOTER*/

.bottomhr{
    width: 70%;
    border: 0;
    height: 1px;
    background: #84341B;
    background-image: linear-gradient(to right, #ccc, #84341B, #ccc);
}

.footer{
    position: sticky;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}

#footer{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

#footer li{
    list-style: none;
    display: inline-block;
    text-align: center;
}

.footerlink{
    color: #000;
}

.footerlink:hover{
    color: #84341B;
}

#design{
    border: 1px solid #8C8A8A;
    border-radius: 5px;
    padding: 5px;
    font-weight: 500;
    background-color: #8C8A8A;
    color: #000;
    text-decoration: none;
}

#design:hover{
    background-color: #e9e9eb;
    color: #84341B;
}

/*FOOTER*/