@charset "UTF-8";
body {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #1E5659;
    font-size: 1em;
    background-color: #F0E2DC;
    text-align: center;
}
ul li {
    list-style-type: none;
}
a:link  , a:visited, a:active{
    text-decoration: none;
    color: #5E9598;
}
a:hover  {
    color: #C08076;
}
.topLink {
    background-color: #C08076;
    border-radius: 162px;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    right: auto;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 46px;
}
.topLink a:link  , .topLink a:visited, .topLink a:active{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
}
.topLink a:hover {
    color: #EAD6CE;
}
#top h1 {
    color: #C08076;
    margin-top: 55px;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    font-size: 40px;
    letter-spacing: 6px;
}
#top p {
    font-size: 21px;
    margin-bottom: 42px;
}
#topNav ul {
    list-style-type: none;
    background-color: #F5EEEB;
    border-radius: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
}
#topNav ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 26.2px;
}
#top img {
    margin-top: 58px;
    display: inline-block;
    height: auto;
    width: auto;
    max-height: 417px;
    text-align: center;
}
#welcome h1 {
    font-size: 36px;
    margin-top: 60px;
}
#welcome p {
    font-size: 25px;
    margin-bottom: 55px;
}
#projects {
    margin-left: 45px;
    margin-right: 45px;
    background-color: #EAD6CE;
    -webkit-box-shadow: 0px 0px 0px 6px #DDBFB3;
    box-shadow: 0px 0px 0px 6px #DDBFB3;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 0px;
    border-bottom-style: inset;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 30px;
    text-align: center;
}
#projects h2 {
    font-size: 43px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
}
#projects li h3 {
    font-size: 32px;
}
#projects p {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
    font-size: 28px;
}
#resources {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 14px;
    padding-bottom: 48px;
}
#resources h1 {
    font-size: 42px;
    font-weight: bold;
}
#resources ul #html {
    background-color: #EAD6CE;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 50px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    border-bottom: thick solid #C9A798;
}
#resources ul #html li h2 {
    font-size: 32px;
}
#resources ul #html li p {
    font-size: 25px;
}
#resources ul #css {
    background-color: #EAD6CE;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    border-radius: 50px;
    border-bottom: thick solid #C9A798;
}
#resources ul #css li h2 {
    font-size: 32px;
}
#resources ul #css li p {
    font-size: 25px;
}
#resources ul #w3 {
    background-color: #EAD6CE;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 22px;
    border-radius: 50px;
    border-bottom: thick solid #C9A798;
}
#resources ul #w3 li h2 {
    font-size: 32px;
}
#resources ul #w3 li p {
    font-size: 25px;
}
#contact {
    background-color: #F5EEEB;
    padding-top: 6px;
    padding-bottom: 21px;
    margin-bottom: 45px;
}
#contact h1 {
    font-size: 40px;
    /* [disabled]text-decoration: underline; */
}
#contact ul {
    list-style-type: none;
    border-radius: 0px;
    background-color: #EAD6CE;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 212px;
    display: inline-block;
    margin-top: -14px;
}
#contact a:link  , #contact a:visited, #contact a:active{
    color: #C08076;
    font-size: 33px;
    font-weight: bold;
}
#contact a:hover {
    color: #FFFFFF;
}
