@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);

#header{
    min-height: 100px;
}

.antispam {
	display: none;
}

.imdb {
    display: inline;
    float: left;
}

.logo {
    color: #aaaaaa;
    font-family: 'Oswald';
    max-width: 400px;
    margin: 0 auto 33px auto;
    text-transform: uppercase;
    padding-top: 10px;
}

.logo h1 {
    font-family: "lucida sans unicode","lucida grande",sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 62.4px;
    margin: 0;
    margin-bottom: -12px;
    color: white;
}

.logo hr {
    margin: 0;
}

p.small {
	font-size: 12px;
}

nav {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 15px;
}

nav a {
    color: #CCC;
    padding: 20px 40px;
    background: rgb(24,24,24);
    margin-left: -3px;
    margin-right: 0px;
    text-decoration: none;
    border-right: 1px solid rgb(50,50,50);
    border-top: 10px solid rgb(50,50,50);
}

nav a:hover{
    border-top: 10px solid #a3a3a3;
    background:  rgb(64, 64, 64);
    color: white;
}

nav .dropdown-content a{
    border-top: none;
}

nav .dropdown-content a:hover{
    background:  rgb(64, 64, 64);
    color: white;
}

nav .last{
    border-right: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content{
    margin-top: 20px;
    position: absolute;
    display: none;
    z-index: 20;
}

.dropdown-content a{
    display: block;
    background: rgb(24,24,24);
    margin-left: -4px;
    margin-right: 0px;
    padding: 20px 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.active {
    border-top: 10px solid #737373;
    background: rgb(41, 41, 41);
}


.dropdown-content .active{
    background: rgb(41, 41, 41);
}


body {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(0,0,0,0.6) linear-gradient(#041d2e,#babdb2);
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
    color: #D3D3D3;
    font-family: 'Oswald', sans-serif, Arial, Helvetica;
    font-size: 19.07px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
}

.main {
    color: #D3D3D3;
    background: rgba(0,0,0,0.5);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.13);
    
    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.3s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
}

.main img {
    margin-left: 15px;
}

.main h1 {
    margin: 0;
    text-transform: uppercase;
}

.main h2 {
    margin: 0;
    font-weight: 400;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.main h3{
    margin-bottom: 0;
}

h5{
    color: grey;
    font-size: 14px;
    margin-top: 0;
}

.main hr {
    max-width: 300px;
    margin: 0 auto;
    max-width: 200px
}

.tile{
    width: 40%;
    margin-left: 4%;
    margin-right: 4%;
    height: 160px;
    padding-top: 70px;
    font-size: 60px;
    min-width: 250px;
    text-transform: uppercase;
    margin-bottom: 40px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.13);
}

.tile hr {
    margin-top: -10px;
}

.round {
    border-radius: 20px;
}

.right {
    float: right;
}

.clip {
	height: 200px;
	width: 200px;
	object-fit: cover;
	border-radius: 150px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.about {
    float: left;
    padding: 20px;
    padding-bottom: 30px;
    margin-left: 80px;
    margin-top: 100px;
    margin-right: 15px;
    margin: 100px 15px 20px 80px;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 0 20px 2px black;
}

.loc {
    display: inline-block;
    width: 60%;
}

.resume{
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.clear{
    background: none;
    box-shadow: none;
}

.dfix{
    margin-left: -0.09px;
}

.basic{
    text-decoration: none;
    color: inherit;
}

.spacer {
    height: 50px;
}

.sc {
    max-width: 700px;
}

.yt {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yt-wrapper {
    position: relative;
	padding-bottom: 53.9%;
	padding-top: 25px;
	height: 0;
    margin-top: 20px;
}

.yt-inline-wrapper {
    position: relative;
    padding-bottom: 24%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 40px;
}

.yt-single {
    position: absolute;
    left: 40%;
    width: 50%;
    height: 100%;
}

.map{
    max-width: 600px;
    max-height: 400px;
    margin-bottom: 30px;
    margin-top: 10px;
    box-shadow: 5px 5px 40px black;
}

.email {
    text-decoration: none;
    color: white;
}

.unfloat {
    clear: both;
}

.green { color: #99ff66; }
.blue { color: #ADD8E6; }
.darkblue { color: #6699cc; }
.orange { color: #FFA07A; }
.purple { color: #9966ff; }
.yellow { color: #ffcc33; }
.grey { color: #555555; }

.left-align {
    text-align: left;
}

.blah {
    padding-top: 5%;
    position: absolute;
    right: 65%;
    top: 290px;
}

.group1, .group2, .group3, .group4, .group5, .group6, .group7 {
    border-radius: 20px;
}

.gallery-thumbnail {
    width: 20%;
    min-width: 150px;
    margin: 5px 0px 5px 0px;
    padding: 0px;  
    height: 150px;
    object-fit: cover;
    box-shadow: 5px 5px 20px rgba(0,0,0,.7);
}

.headshot-thumbnail {
    width: 15%;
    min-width: 10px;
    margin: 0px;
    padding: 0px;  
    height: 400px;
    object-fit: cover;
    box-shadow: 5px 5px 20px rgba(0,0,0,.7);
}

.mini-thumbnail {
    width: 15%;
    min-width: 10px;
    margin: 0px 2.5px 10px 2.5px;
    padding: 0px;  
    height: 110px;
    object-fit: cover;
    box-shadow: 5px 5px 20px rgba(0,0,0,.7);
    margin: 2px !important;
}

.top {
    object-position: top;
}

.mw800 {
    max-width: 800px;
    margin: 0 auto;
}

.inline{
    display: inline-block;
}

#acting_photos{
    background: url("../img/acting_photos.jpg");
}

#acting_videos{
    background: url("../img/acting_videos.jpg");
}

#dance_photos{
    background: url("../img/dance_photos.jpg");
}

#dance_videos{
    background: url("../img/dance_videos.jpg");
}

#choreography_photos {
    background: url("../img/choreography_photos.jpg");
}

#choreography_videos {
    background: url("../img/choreography_videos.jpg");
}

textarea, input {
	color: inherit;
    padding: 10px;
    background-color: rgba(20, 20, 20, 0.5);
	border: 1px solid rgb(169, 169, 169);
}
input {
	padding: 7px;
}
input[type="submit"] {
    padding: 12px;
    width: 90%;
    max-width: 175px;
    border-radius: 20px;
	font-size: 15px;
	background: rgb(35, 35, 35);
}
input[type="submit"]:hover {
	background: rgb(64, 64, 64);
}
form {
	display: inline-block;
}
hr.fade {
	background: -webkit-radial-gradient(white, rgba(0,0,0,0) 50%);
    height: 4px;
	width: 90%;
    border: none;
	max-width: none;
}


footer {
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    color: grey;
    margin: 30px;
    text-shadow: none;
    
    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.3s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
}

@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(-40px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes dropHeader {
    0% {
        transform: translateY(-40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 982px){
    nav a, .dropdown-content a {
       padding: 20px 20px;
    }
}

@media (max-width: 788px){
    .about {
        margin: 5px auto;
        width: 50%;
        float: none;
    }
    .blah {
        font-size: 13px;
    }
}

@media (max-width: 700px){
    nav a, .dropdown-content a {
        padding: 15px 10px;
    }
    .dropdown-content{
        top: 15px;
    }

}

@media (max-width: 655px){
    .logo {
        padding-top: 40px;
    }
    .left-align h2 {
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .last {
        float: left;
        margin-top: 15px;
    }
}

@media (max-width: 420px){
    .headshot-thumbnail {
        margin: 0 !important;
    }
    .mini-thumbnail {
        margin: 0 !important;
    }
    
    .logo {
        font-size: 15px;
    }
}