/* CSS Document */
* 
{
    margin: 0px;
    padding: 0px;
    border-color: #000000;
    border-width: 0px;
}
body {
    background-color: #203647;
    border-color: #B4540A;
}
a {
    text-decoration: none;
}
header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    background-color: #203647;
    color: #4DABDA;
    border-color: #B4540A;
}
#pagetop {
    text-align: center;
    text-decoration: underline;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
#pagetop img {
    border-radius: 47px;
}

#pagetop h1 {
    font-size: 3rem;

}
#pagetop p {
    font-size: 1.25rem;
}
#topnav ,#bottomnav{
    text-align: center;
    border-top-width: medium;
    border-top-style: solid;
    border-bottom-width: medium;
    border-bottom-style: solid;
    background-color: #EEFBFB;
    border-color: #B4540A;
}
#topnav ul li , #bottomnav ul li{
    display: inline-block;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: 8%;
    margin-right: 8%;
    font-size: 1.5rem;
}




main {
    background-color: #4dabda;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-right-width: thick;
    border-left-width: thick;
    color: #203647;
    padding-bottom: 10px;
    border-color: #B4540A;
    border-style: solid;
}

.sectintro {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 1.1rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #203647;
    background-color: #4DABDA;
}

.sectintro h1 {
    font-size: 2.3rem;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-decoration: underline;
    color: #B4540A;
}
.sectintro p {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: thin solid #B4540A;
}
.projboxes {
    padding-bottom: 10px;
    color: #4DABDA;
}



.projbox {
    width: 28.5%;
    display: inline-block;
    border: medium solid #B4540A;
    margin-right: 10%;
    right: 0%;
    margin-left: 10%;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
    background-color: #203647;
    height: 175px;
}

.projbox h3 {
    text-decoration: underline;
    text-align: center;
}

.projbox img {
    border-radius: 94px;
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.projbox .desciption  {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.projbox a {
    border-width: thin;
    border-style: solid;
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2.px;
    padding-bottom: 2.5px;
    text-decoration: none;
    margin-top: 10px;
    padding-top: 2.5px;
    display: block;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 5%;
}
.projbox a:link,.projbox a:visited  
,aside li h2 a:link ,aside li h2 a:visited
{
    color: #203647;
    background-color: #4DABDA;
}
.projbox a:hover,.projbox a:active  
, aside li h2 a:hover ,aside li h2 a:active
{
    color: #4DABDA;
    background-color: #A74D08;
}

#webprojects .projbox {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 41px;
}


#gameprojects {
    border-top-width: medium;
    border-top-style: solid;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-color: #B4540A;
}
#gameprojects .projbox {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 38px;
}
#worldanvil {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-color: #B4540A;
}
.worldanvilart {
    padding-bottom: 5px;
    width: 30%;
    display: inline-block;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
.worldanvilart.centerart {
    border-right-width: medium;
    border-right-style: solid;
    border-left-width: medium;
    border-left-style: solid;
}
aside {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #203647;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #91CBE8;
}
aside ul {
    list-style-type: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
aside li h2 a {
    color: #203647;
    background-color: #91CBE8;
    border-radius: 10px;
    font-size: 1.3rem;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}







footer {
    padding-top: 40px;
}
.centerart {
}
