 html{
   
    font-family: sans-serif;
    font-size:20px;
    background-color:#85581B;
}

a{
    color:#000;
}
body{
    background-color:#85581B;
    height:100vh;
}

.main{

}

a:hover{
    transition:opacity ease-in 0.5s;
    opacity:0.5;
}
div{
    padding-bottom:10px;
}

header{
    border-bottom:1px solid black;
    padding-top:10px;
    padding-bottom:5px;
    text-align:center;
   
}

nav ul li{
    display:inline;
    padding:5px 10px 5px 5px;
}
nav ul li a{
    text-decoration:none;
    color:#333333;
}
nav ul li a:hover{
    transition:color ease-in 0.5s;
    color:#000;
}


.resume{
 background-color:#85581B;
    height:100vh;
    margin:0 auto;
}
iframe{
-webkit-box-shadow: 1px 1px 15px 1px rgba(97,64,21,0.73);
-moz-box-shadow: 1px 1px 15px 1px rgba(97,64,21,0.73);
box-shadow: 1px 1px 15px 1px rgba(97,64,21,0.73);
}
.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%;
}

#reel{
    max-width:600px;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
       background: url(../img/bg.jpg) no-repeat center;
}


#reel p{
    text-align:center;
      font-family: 'Cinzel Decorative', cursive;
      padding-top:15px;
}
h1,   h2{
    font-size:1.4em;
    text-align:center;
    margin:20px 10px 5px 10px;
    font-family: 'Cinzel Decorative', cursive;
}

 h3{
    font-size:0.9em;
    text-align:left;
    margin:20px 10px 5px 10px;
    font-family: 'Cinzel Decorative', cursive;
}

footer{
    padding-top:5px;
    border-top: 1px solid black;
    text-align:center;
    color: #333333;
}

footer p{
    font-size:0.5em;
}

#contact-form {
   
    max-width:500px;
    padding:20px;
    margin: 50px auto;    
}
 
#contact-form h1 {
    font-size:42px;
}
 
#contact-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}
 
#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
    font-size:15px;
    margin-bottom:2px;
}
 
#contact-form input, 
#contact-form select, 
#contact-form textarea {
    width:450px;
    border: 1px solid #000000;
    margin-bottom:20px;
    padding:4px;
}
 
#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
    border: 1px solid #CCCCCC;
    background-color: #D1B288;
}
 
#contact-form textarea {
    height:150px;
    resize: none;
}
 
#contact-form label {
    display:block;
}
 
#contact-form .required {
    font-weight:bold;
    color:#F00;    
}
 
#contact-form #submit-button {
    width: 100px;
    background-color:#333;
    color:#FFF;
    border:none;
    display:block;
    float:right;
    margin-bottom:0px;
    margin-right:6px;
    background-color:#8FB5C1;
    -moz-border-radius:8px;
}
 
#contact-form #submit-button:hover {
    background-color: #A6CFDD;
}
 
#contact-form #submit-button:active {
    position:relative;
    top:1px;
}
 
#req-field-desc {
    font-style:italic;
}
 
/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
textarea{
    height:150px;
}

#about {
    padding:10px 10px 10px 10px;
    margin:0 auto;
   max-width:600px;
   height:600px;
       padding-left:20px;
    padding-right:20px;
       background: url(../img/bg.jpg) no-repeat center;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #333333;
}
a#pull{
    display:none;
    background-color:#000000;
}
/* Normalize placeholder styles */
 
/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
    color:#CCC;
    font-style:italic;
}
.resume{
    max-width:600px;
   height:100vh;
}
.art_page img{
    max-width:600px;
   padding:10px 10px 10px 10px;
}
.art_page {
    text-align:center;
}

.art_page a{
    text-decoration:none;
}
#reel ul{
    text-align:center;
}
#reel ul li {
    padding:2px 2px 2px 2px;
    display:inline;
}

#pdf{
    text-align:center;
}
.resume{
        padding-left:20px;
    padding-right:20px;
    max-height:600px;
       background: url(../img/bg.jpg) no-repeat center;
}

object{
    
    height:540px;
    width:560px;
}

@media only screen and (max-width : 560px) {
    body{
        min-height:100%;
    }
    #about{
        background:none;
        height:100%;
    }
    #contact-form input, #contact-form textArea{
    width:100%;
    }
    object{
    width:100%;
    height:100%;
}
    .art_page img{
        width:100%;
    }
    
    #pdf{
        margin-top:25px;
    }
    nav {
        border-bottom: 0;
       
    }
    nav a{
         background-color:#000000;
    }
    nav i{
        background-color:#000000;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav ul li a{
        background-color:#000000;
        color:#FFFFFF;
    }
    nav ul li{
        width:100%;
        display:block;
        background-color:#000000;
        border-bottom:1px solid #CCC;
    }
    nav a#pull {
        display: block;
        background-color: #000000;
        color:#FFFFFF;
        float:right;
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        
        width: 30px;
        height: 30px;   
        position: absolute;
        right: 15px;
        top: 10px;
    }
}
