/*Custom Styles*/
.bgcolor{
    background-color: lightskyblue;
}

.emailandphone{
    color: blue;
}
.aboutmeheaderfont{
    font-family: cursive;
}

.bold{
    font-weight: bold;
    font-style: italic;
    
}
.italic{
    font-style: italic;
}
.cursive{
    font-family: cursive;
}
/* Z axis orientation*/
.zloc1{
    z-index: 1;
}
.zloc2{
    z-index: 2;
}
.tableaupadding{
    padding: 20;
}


/*video responsivness*/
.embed-container { 
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

/*Anchor Navigation for Resume*/

#anchornav{
    background-color: lightskyblue;
    position:absolute;
    left:200;
    right:200;
    height: 192px;
    text-align: center;
} 
#anchornav ul{
    list-style-type:none;
    padding:0;
    margin: 0;
}
#anchornav li a{
    color: white;
    text-decoration: none;
    display: block;
    padding: 20px;
}
#anchornav li a:hover{
    color: #e6a756;
}