/* MAIN */

::selection { 
  background: #00ace6; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #00ace6; /* Gecko Browsers */
}


body {
    font-family: 'Signika', helvetica, arial, sans-serif;
    color: #f2f2f2;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    background-color: #0a0f0a;   
}

a {
	text-decoration: none;
}

h1 {
	font-family: 'Dorsa', helvetica, arial, sans-serif;
	font-size: 55px;
    font-weight: lighter;
}

h2 {
	font-family: 'Dorsa', helvetica, arial, sans-serif;
	font-size: 60px;
    font-weight: lighter;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

h3 {
    font-family: 'Open Sans Condensed', helvetica, arial, sans-serif;
    font-size: 40px;
    font-weight: lighter;
    margin: 10px;
    
}
h4 {
    font-family: 'Open Sans Condensed', helvetica, arial, sans-serif;
    font-size: 27px;
    font-weight: lighter;
    margin: 0;

}

.main {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    color: #f2f2f2;
}

.main a {
    text-decoration: underline;
    color: #f2f2f2;
}

.main a:hover {
    color: #ddd;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
    font-size: 17px;

}



.mobile-logo {
    display: none !important;
}

.desktop-logo {
	display: inline-block;
}

.desktop-logo h1 {
	color: #fff;
	text-decoration: none;
	margin-top: 0.05em;
    font-size: 53px;
}

.pure-menu-list {
    text-align: center;
    width: 100%;
}
.pure-menu-list li {
    width: 20%;
    text-align: center;
}

.pure-menu-list a {
	color: #fff;
	margin-top: 0.35em;
    font-family: 'Dorsa', helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 160%;
    letter-spacing: 1.7px;
    /*padding-left: 30px;
    padding-right: 30px;
    text-align: center;*/
}

.pure-menu-list a:hover {
	color: #fff;
}

.pure-menu-item a:hover {
	background-color: transparent
}
.pure-menu-item a:active {
    background-color: transparent
}
.pure-menu-item a:visited {
    background-color: transparent
}

.pure-menu-item a:thispage {
    background-color: transparent;
}

.custom-wrapper {
    
    background-color: #0a0f0a;
    margin-bottom: 0em;
    -webkit-font-smoothing: antialiased;
    height: 4em;
    border-bottom: solid;
    border-color: #404040;
    border-width: 3px;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 100%;
    text-align: center;
}


.custom-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1em;
    right: 1.75em;
    display: none;
}

.custom-toggle .bar {
    background-color: #f2f2f2;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-left #portfolio {
    right: -10px;
}
/* FOOTER */

footer {
	text-align: center;
	background-color: transparent;
    color: #f2f2f2;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #0a0f0a;
    border-top: solid;
    border-width: 2px;
    border-color: #404040;
}

.footer-grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

footer p {
	margin: 0 auto;
    position: relative;
    top: 7.5px;
    right: -3px;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: lighter;
    text-decoration: none;
    text-transform: uppercase;
}

footer a {
    text-decoration: none !important;
    color: #fff;
}

footer a:hover {
    text-decoration: underline !important;
    color: #ddd;
}

footer p img {
    height: 15px;
    float: right;
    position: relative;
    top: 20px;
    right: 10px;
    filter: grayscale(100%);
}

.footer-social img.mobile-ad {
    display: none;
    visibility: hidden;
}

.footer-social img {
	vertical-align: middle;
	width: 37px;
	margin: 2px -3px 0 -3px;
    top: 0;
}

.footer-social {
	margin: 0.2em auto;
}

.footer-social i {
	color: #f2f2f2;
	font-size: 27px;
	margin: 0 3px 0 3px;
	text-shadow: none;
	transition: all 0.3s;
}

.footer-social i:hover {
	color: #f2f2f2;
}

/*HOME*/
.home-bg {
    width: 100%;
    height: 100vh;
    background-image: url(/img/bg/bg-1.gif);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    
}
/* NEWS */
    
.news-bg {
    width: 100%;
    height: 100%;
    background-image: url(/img/bg/bg-8.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
}

.news-feed {
	overflow-y: auto;
    overflow-x: hidden;
	width: 90%;
    height: auto;
    max-width: 1000px;
	margin: 0em auto 0em auto;
    padding: 6em 0 5em 0;
    top: 4.75em;
}
.news-feed img {
    box-shadow: 0pc 0px 5px rgba(0, 0, 0, 0.6);
}

/* About */

.about {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 120vh;
    background-image: url(/img/bg/bg-6.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    
}


/* CREATIVE */

.creative-bg {
    width: 100%;
    height: 100vh;
    background-image: url(/img/bg/bg-2.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    filter: brightness(1);
    
}

.creative {
    color: #f2f2f2;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;

}
.creative-left {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}
.creative-right {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    filter: saturate(2);
}

.creative-right:hover, .creative-left:hover {
    background-color: rgba(0, 0, 0, 0);
}

.indie-link {
    width: 100%;
    height: 100%;
}
.ryco-link {
    width: 100%;
    height: 100%;
}

.ryco-link:hover {
    filter: invert(1);
}
.indie-link:hover {
    filter: invert(1);
}
/* RESUME */

.actor-bg {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-image: url(/img/bg/bg-4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}

    .actor {
    color: #f2f2f2;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    padding: 5em 0 3em 0;

    }
    .hover-overlay img {
    width: 100%;
    margin: 25px auto;
    max-width: 500px;
    filter: opacity(1);
    transition: all 0.2s;
    
    }
    .hover-overlay img:hover {
        filter: opacity(0);
    }
    .hover-overlay {
        margin: 0 auto;
        background-image: url(/files/resume-overlay.jpg);
        background-size: cover;
        width: 90%;
        max-width: 500px;
    }

/* REVIEWS */

.reviews {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4em);
    height: calc(100% - 9.521em);
    padding: 9em 2em 0 2em;
}

.reviews p {
    line-height: 19px;
}

/* PHOTOS */

.photos-bg {
    width: 100%;
    height: 100%;
    background-image: url(/img/bg/bg-5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.photos {
    position: relative;
    width: 80%;
    max-width: 1000px;
    margin: 4em auto 0em auto;
    padding: 6em 0 5em 0;
    color: #f2f2f2;
}




.photos-grid {
  padding: .3vw;
  max-width: 1000px;
  font-size: 0;
  margin: 0 auto;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}

.photos-grid div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 175px; 
  margin: .5vw; 
}

.photos-grid div img { 
  width: 100%; 
  height: auto; 
}

/*.headshot-grid {
  padding: .3vw;
  max-width: 1000px;
  font-size: 0;
  margin: 0 auto;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}

.headshot-grid div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 200px; 
  margin: .5vw; 
}

.headshot-grid div img { 
  width: 100%; 
  height: auto; 
}*/



/* Dropdown Button */
.dropbtn {
    background-color: #151515;    
    padding: 15px 15px 15px 15px;
    text-align: center;
    vertical-align: middle;
    color: #f2f2f2;
    border-radius: 7px;
    border: solid;
    border-color: #404040;
    border-width: 2px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-wrapper {
    margin: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto 15px auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    
    text-decoration: none;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropbtn:hover {
    background-color: #1a1a1a;
    background-image: url(/img/bg/noise.png);
}

/* VIDEOS */




.l-box {
    padding: 6px;
}
.l-box-news {
    padding: 10px;
}
.l-box-videos {
    padding: 6px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main.video-wrapper  { 
  width: 100%; 
  height: auto; 
}

.videos-bg {
    width: 100%;
    height: 100%;
    background-image: url(/img/bg/bg-7.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;

}

.videos {
    margin: 6.5em auto 3.5em 0;
    width: 95%;
    max-width: 1200px;
    height: calc(100vh - 10em);
    overflow-y: auto;
    padding: 0em 0 0em 0;
}


.hover-overlay-acting img { 
    filter: opacity(1);
    transition: all 0.2s;
}

.hover-overlay-acting img:hover {
    filter: opacity(0);
}
.hover-overlay-acting {
    background-image: url(/img/videos/acting-overlay.jpg);
    background-size: cover;   
}

.hover-overlay-vo img { 
    filter: opacity(1);
    transition: all 0.2s;
}

.hover-overlay-vo img:hover {
    filter: opacity(0);
}
.hover-overlay-vo {
    background-image: url(/img/videos/vo-overlay.jpg);
    background-size: cover;   
}
.hover-overlay-dance img { 
    filter: opacity(1);
    transition: all 0.2s;
}

.hover-overlay-dance img:hover {
    filter: opacity(0);
}
.hover-overlay-dance {
    background-image: url(/img/videos/dance-overlay.jpg);
    background-size: cover;   
}
.hover-overlay-music img { 
    filter: opacity(1);
    transition: all 0.2s;
}

.hover-overlay-music img:hover {
    filter: opacity(0);
}
.hover-overlay-music {
    background-image: url(/img/videos/music-overlay.jpg);
    background-size: cover;   
}
/* CONTACT */

.contact-bg {
    width: 100%;
    height: 110vh;
    background-image: url(/img/bg/bg-3.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;   
}
.contact {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.contact h3 {
    margin: 10px 0 15px 0;
    padding: 0;
}

.contact-button {
    font-size: 105%;
    background-image: url(/img/bg/noise.png);
    background-color: #151515;    
    padding: 5px 0px 5px 0px;
    text-align: center;
    vertical-align: middle;
    color: #f2f2f2;
    border-radius: 7px;
    border: solid;
    border-color: #404040;
    border-width: 2px;
    margin: 0;
    width: 70%;
    margin: auto;
    line-height: 25px;
}

.contact-button img {
    width: 70%;
    max-width: 250px;
    padding: 15px;
    margin: 10px auto;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    border-width: 2px;
    border-color: #000;
}
.contact-button a {
    background-color: #1a1a1a;
    background-image: url(/img/bg/noise.png);
    text-decoration: none;
}

.contact-button a:hover {
    text-decoration: underline;
}

.rj img {
    max-width: 125px;
}



@media (max-width: 48em) {

/* MAIN */
    .l-box {
    padding: 12px 2px;
    }
    .l-box-videos {
    padding: 9px 2px;
}

    
    h2 {
        font-size: 45px;
    }
	.hero {
		display: none;
	}

    .custom-toggle {
        display: block;
        text-align: center;
    }

    .custom-wrapper {
        background-color: rgba(10, 15, 10, 1);
        text-align: center;
    }
    

    #menu {
    	text-align: left;
    }
    
    .pure-menu-list a {
	   margin: -.7em auto 0 auto;
       font-size: 280%;
       color: #ccc;

	}
    .pure-menu-list a:hover {
       color: #fff;
    }

    .pure-menu-list li {
    width: 100%;
    text-align: center;
    }



    .mobile-logo {
    	display: inline-block !important;
    }

    .mobile-logo a {
   		text-decoration: none;
    }
    .mobile-logo h1 {
        color: #f2f2f2;
    	margin-left: .3em;
    	margin-top: .01em;
    	font-size: 55px;
    }
    .desktop-logo {
    	display: none;
    }
    .menu-left #portfolio {
    right: unset;
    }

/* FOOTER */
    footer p img {
        display: none;
    }
    footer p {
        top: 8px;
        text-align: center;
        margin: 0 auto;
        font-size: 10px;
        

    }

    .footer-social img {
        width: 30px;
        margin: 0 -5px 0 -5px;
    }

    .footer-social img.mobile-ad {
        display: inline-block;
        visibility: visible;
        height: 15px;
        width: auto;
    }
/*HOME*/
.home-bg {
        
        background-image: url(/img/bg/bg-1-mobile.gif);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center center; 
    }

/* NEWS */
.news-bg {
        
        background-image: url(/img/bg/bg-8-mobile.jpg);
        background-size: contain;
        background-attachment: scroll;
        background-repeat: repeat-y;
        background-position: center center; 
    }

/* ABOUT */
    .about {
        background-image: url(/img/bg/bg-6-mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top center;
        height: 90vh;
        width: 100%;
        margin: 3em auto 1em auto;

    }


/* CREATIVE */
    .creative-bg {
        background-image: url(/img/bg/bg-2-mobile.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
    }

/* ACTOR */

    .actor-bg { 
        background-image: url(/img/bg/bg-4-mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .actor {
        padding: 7em 0 3em 0;
    }

    

/* REVIEWS */

    .reviews-bg {
        width: 100%;
        height: 90vh;
        background-image: url(/img/bg/bg-5-mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top center; 
    }

    .reviews {
        /*background-color: rgba(0, 0, 0, 0.5); */
        height: calc(100% - 9em)
    }


/* PHOTOS */
    .ecard img {
        width: 100%;
    }
    .photos-bg {
    width: 100%;
    height: 100vh;
    background-image: url(/img/bg/bg-5-sm.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;

    
    }
    .photos {
    position: relative;
    width: 80%;
    max-width: 1000px;
    margin: 4em auto 0em auto;
    padding: 6em 0 5em 0;
    color: #f2f2f2;
    }

/* VIDEOS */
    .videos-bg {
        width: 100%;
        height: 100vh;
        background-image: url(/img/bg/bg-7-mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top left;
    }
    .videos {
        height: auto;
        margin: 0 auto;
        padding: 6em 0 5em 0;
        
    }


/* CONTACT */

    .contact-bg {
        width: 100%;
        height: 110vh;
        background-image: url(/img/bg/bg-3-md.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center center; 
    }

    .contact {
       
        height: 100vh;
    }

    .contact-button {
    font-size: 90%;
    width: 85%;
    }
}

@media (max-width: 32em) {
    .contact-bg {
        width: 100%;
        height: 110vh;
        background-image: url(/img/bg/bg-3-mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center center; 
    }
}



