/* Font */
*{
    color:#303C55;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* Border */
section.border{
    margin:150px;
    margin-top:150px;
    margin-bottom: 100px;
    font-size:larger;
    z-index: 3;
}

/* Navigation Bar */
#topbar {
    width:100%;
    height:50px;
    position:fixed;
    display: block;
    transition: top 0.3s;
    background-color:black;
    top:0;
    left:0;
    color:white;
    overflow:hidden;
    z-index: 4;
}
nav>ul {
    list-style-type: none;
    float:left;
    margin:0;
    margin-left: 20px;
    padding:0;
    overflow: hidden;
}
nav>ul>li {
    float: left;
}
nav>ul>li a {
    text-decoration:none;
    display:block;
    color:white;
    text-align:center;
    padding:16px;
}
nav>ul>li a:hover{
    color:#00CB9A;
    font-size: 110%;
    transition: all 0.25s ease;
}
img.logo{
    height:60%;
    width:auto;
    float: left;
    margin-top:10px;
    margin-left:150px;
    overflow: hidden;
}
img.logo:hover{
    filter:hue-rotate(20deg);   
}

/* Home Section */
h1.home{
    font-size:500%;
    margin: 0;
    padding: 0;
    color:#303C55;
}
h2.home{
    margin-top:325px;
    font-size:150%;
    margin-bottom:0;
    padding-bottom:0;
    color:#303C55;
}
*{
    box-sizing:border-box;
}
section.home {
    display:-webkit-flex;
    display:flex;
    z-index: 3;
}
div.home{
    -webkit-flex:1.5;
    -ms-flex:1.5;
    flex:1.5;
}
aside.home{
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    padding:10px;
    z-index:2;
}
@media(max-width: 1000px){
    section{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
p.intro{
    max-width: 600px;
    min-width: 100px;
    margin-bottom: 75px;
}
.colum{
    float:left;
    width:50%;
    text-align:center;
    list-style-position: inside;
    box-sizing:border-box;
}
.row:after{
    content:"";
    display:table;
    clear:both;
}
.button1 {
    margin: 0;
    position: relative;
    width: 50%;
    left: 23%;
    padding: 14px 28px;
    border: 2px solid #00CB9A;
    background-color: white;
    color: #00CB9A;
    font-size: large;
    cursor: pointer;
    z-index: 2;
}
.button1:hover {
    background-color: #00CB9A;
    color: white;
    transition: all 0.25s ease;
}
.button2 {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25%;
    padding: 14px 28px;
    border: 2px solid #00CB9A;
    background-color: white;
    color: #00CB9A;
    font-size: large;
    cursor: pointer;
    z-index: 2;
}
.button2:hover {
    background-color: #00CB9A;
    color: white;
    transition: all 0.25s ease;
}
#about1{
    background-color:black;
    font-family:'Courier New', Courier, monospace;
    color: whitesmoke;
    border-top:15px solid gray;
    padding: 25px;
    margin-right:20px;
    margin-left:20px;
}
dfn{
    font-family:'Courier New', Courier, monospace;
    color:#00CB9A;
    font-style:normal;
}
/*Resume*/
#resumeac{
    background-color:whitesmoke;
    font-family:'Courier New', Courier, monospace;
    color: black;
    border-top:15px solid grey;
    padding: 25px;
    margin-right:auto;
    margin-left:auto;
    width: 75%;
}
dfn.extr {
    font-family:'Courier New', Courier, monospace;
    color:#00CB9A;
}
#academia{
    margin-left: 12.5%;
    margin-right: 12.5%;
}
#academia>h2{
    padding: 5px;   
    border-bottom: solid;
}


/* Footer */
footer{
    position: relative;;
    background-color:black;
    text-align:center;
    overflow:hidden;
    color:white;
    width:100%;
    height:175px;
    z-index: 3;
    bottom: 0;
}
img.footerlink{
    vertical-align: text-top;
    margin-left:30px;
    margin-right:30px;
    margin-bottom:10px;
    width:25px;
    height:auto;
}
img.footerlink:hover{
    margin-left:25px;
    margin-right:25px;
    margin-bottom:0;
    width:35px;
    filter:hue-rotate(20deg);
    transition: all 0.25s ease;
}

/* Contact Me */
h1.contact{
    text-align: center;
    font-size:500%;
    color:#303C55;
    margin-top:150px;
}
img.contactimgs{
    margin-left:50px;
    margin-right:50px;
    margin-bottom:20px;
    width:100px;
    height:auto;
}
img.contactimgs:hover{
    margin-left:40px;
    margin-right:40px;
    margin-bottom:0;
    width:120px;
    filter:hue-rotate(20deg);
    transition: all 0.25s ease;
}
p.contact{
    text-align: center;
    font-size:175%;
}

/* 404 */
img.sadrob{
    margin-left:50px;
    margin-right:50px;
    margin-bottom:20px;
    width:300px;
    height:auto;
}
img.sadrob:hover{
    filter:hue-rotate(20deg);
}
