/*
logo color: #F1DFBF
light green: #A4A66D
green: #71733D
dark green: #3B4017
sky blue: #9AC0B6
*/
header {
    background-color: #71733D;
    padding: 20px;
    position: fixed;
    width: 100%;
    border-bottom: 5px solid #3B4017;
}
body {
    background-color: dimgrey;
    padding: 0px;
    margin: 0px;
    font-family: "Cascadia Code", "monospace";
}
main {
    padding-top: 150px;
    width: 60%;
    margin: 0 auto;
}
footer {
    color: whitesmoke;
    background-color: #3B4017;
    text-align: center;
    padding: 20px;
    clear: both;
}
#logo {
    width: 100px;
    border-radius: 30px;
}
h2 {
    margin-top: 0;
}
h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
header nav ul {
    text-align: right;
}
header nav ul li {
    display: inline;
    padding: 30px;
}
header nav {
    float: right;
    width: 800px;
}
.homepics {
    width: 200px;
    border-radius: 10px;
}
.indsec {
    padding: 0px 30px 30px 30px;
    padding-left: 20px;
    height: 150px;
}
.rev {
    padding: 10px;
    height: 400px;
}
.revpics {
    padding: 30px;
    width: 250px;
    float: left;
    height: 250px;
    display: block;
    border-radius: 100px;
}
.homediv {
    float: left;
    height: 150px;
    padding-right: 20px;
}
#tofane {
    background-image: url(images/tofane.jpg);
    padding: 150px;
    font-size: 70px;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 20px;
    background-size: cover;
    color: #9AC0B6;
    text-shadow: 0px 0px 15px #000000;
}
a:link {
    color: #F1DFBF;
    font-family: "Cascadia Code";
    text-decoration: none;
}
a:visited {
    color: #F1DFBF;
}
a:hover {
    color: #9AC0B6;
    text-decoration: underline;
}
a:active {
    color: #A4A66D; 
}
#ravencrest {
    background-image: url(images/ravencrest.jpg);
    padding: 100px;
    font-size: 70px;
    padding-bottom: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
#ironspire {
    background-image: url(images/ironspire.jpg);
    padding: 100px;
    font-size: 70px;
    padding-bottom: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
#thornwall {
    background-image: url(images/thornwall.jpg);
    padding: 100px;
    font-size: 70px;
    padding-bottom: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
#skyveil {
    background-image: url(images/skyveil.jpg);
    padding: 100px;
    font-size: 70px;
    padding-bottom: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    text-shadow: 0px 0px 30px white;
}
.hthree {
    padding-left: 60px;
}