/****** GENERAL STYLING ******/

html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Nunito', sans-serif;
}

a{
    text-decoration: none;
}

p{
    text-align: center;
}

p a,
p a:visited{
    color: #4D4DB8;
    border-bottom: 0.5px dotted #4D4DB8;
}

#wrapper{
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100%;
    position: relative;
 }

#content{
    width: 96%;
    margin: auto;
    height: 100%;
    padding-bottom: 20px;
    overflow: auto;
}

footer{
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left:0;
}

footer p{
    font-size: 0.6em;
    text-align: center;
    margin: auto;
    color: #fff;
    letter-spacing: 0.5px;
}

/* Footer Social */
#footer_social {
    display: block;
    text-align: center;
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0;
    z-index: 1000;
    /* background: #FF3300; */
    background-image: linear-gradient(319deg, #f02936 0%, #f09629 25%, #d1d11d 50%, #77eb34 75%, #16ccf5 100%);
}

#footer_social img {
    max-height: 100%;
    padding-right: 8px;
}

#footer_social .dropdown {
    height: 100%;
}

#footer_social .dropdown-content {
    top: -180px;
    left: 0px;
    z-index: 1000;
    text-align: center;
}

#footer_social iframe {
    padding-right: 8px;
    padding-bottom: 4px;
}




    /* Dropdown Styling */
    #social {
        display: none;
        background: orange;
        width: 38px;
        position: absolute;
        top: 90px;
        left: 0;
        font-size: 0;
    }

    #social img {
        width: 100%;
    }


    .dropdown {
        position: relative;
        display: inline-block;
        cursor: pointer;
        }

    .dropdown-content {
        display: none;
        position: absolute;
        left: 38px;
        top: 0;
        background-color: #fff;
        min-width: 140px;
        color: black;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 16px;
    }

    .dropdown-content a img {
        height: 20px;
        width: 20px;
    }

    .dropdown a:hover {background-color: yellow;}

    .show {display: block;}


/****** MOBILE STYLING ******/
body{
    min-width: 320px;
}

header{
    padding-top: 0;
    margin-top: 0;
}

header h1{
	margin-left: 2px;
	margin-top: 0;
	padding-top: 0;
	float: left;
    margin-bottom: 0;
}

p{
    font-size: 1.1em;
}

.videos{
    overflow: hidden;
    margin: 4px;
    position: relative;
}

.vid_outer{
    float: left;
    position: relative;
    width: 50%;
    padding-bottom: 50%;
    cursor: pointer;
}

.vid_inner{
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    overflow: hidden;
}

.vid_inner img{
    width: 100%
}

.fullsite_trigger{
    display: none;
}

.vid_close{
    position: absolute;
    top: 30px;
    right: 2px;
    height: 40px;
    width: 40px;
    z-index: 1000;
}

.vid_close[alt]{
    font-family: Arial;
    color: yellow;
    font-size: 34px;
    text-align: center;
}

.mobile_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*** Mobile Dropdown Menu ***/

.clicker header{
    height: 50px;
 }

.clicker h1{
    display: inline;
    font-size: 1.9em;
    padding-top: 2px;
    padding-left: 5px;
    color: #fff;
    text-shadow: 0.5px 0.5px 1px #333;
    font-weight: bold;

}

.clicker img{
    height: 36px;
    width: 36px;
    margin-top: 5px;
    margin-right: 10px;
    padding-left: 6px;
    border-left: 1px solid #e6e6e6;
}

.click img:hover,
.click img:active{
    background-color: yellow;
}

.click-nav {
    width:100%;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #FFDB99; */
    border-bottom: 1px solid #e6e6e6;
}

.click-nav ul {
    text-align: center;
    font-weight:900;
    margin-left: 0;
    z-index: 10;
}
.click-nav ul li {
    position:relative;
    list-style:none;
    cursor:pointer;
}
.click-nav ul li ul {
    position:absolute;
    left:0;
    right:0;
    text-transform: uppercase;
}

.click-nav ul li ul li:nth-child(1){
    background-color: rgb(255, 153, 153);
}
.click-nav ul li ul li:nth-child(2){
    background-color: rgb(255, 219, 153);
}
.click-nav ul li ul li:nth-child(3){
    background-color: rgb(255, 255, 153);
}
.click-nav ul li ul li:nth-child(4){
    background-color: rgb(153, 204, 153);
}
.click-nav ul li ul li:nth-child(5){
    background-color: rgb(153, 153, 255);
}
.click-nav ul li ul li:nth-child(6){
    background-color: rgb(183, 153, 205);
}
.click-nav ul li ul li:nth-child(7){
    background-color: rgb(246, 192, 246);
    border-bottom: 1px solid #999;
}




.clicker{
    text-align: right;
}

.click-nav ul li a {
    transition:background-color 0.2s ease-in-out;
    -webkit-transition:background-color 0.2s ease-in-out;
    -moz-transition:background-color 0.2s ease-in-out;
    display:block;
    font-size: 1.2em;
    padding:12px 0 12px 0;
    color:#333;
    text-decoration:none;
}
.click-nav ul li a:hover {
     background: #FFFF00;
}

ul.js,
ul.js:after,
ul.js:before,
.click-nav ul,
.click-nav ul:after,
.click-nav ul:before {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

/* Fallbacks */
.click-nav .no-js ul {
    display:none;
}
.click-nav .no-js:hover ul {
    display:block;
}

/******* End Mobile Dropdown Menu ******/


/*Hide Full Site Navigation*/
#full_site{
    display: none;
}

#page_title,
.p_title {
    margin: 0 auto;
 	text-align: center;
    font-size: 1.25em;
	text-transform: uppercase;
	margin-bottom: 10px;
	clear: both;
    padding-bottom: 5px;
}

.content p{
	margin-top: 0px;
}


/*** HOME PAGE **8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

#home_header{
    /* background: #FF3300; */
    background-image: linear-gradient(319deg, #f02936 0%, #f09629 25%, #d1d11d 50%, #77eb34 75%, #16ccf5 100%);
 }

#home a:focus{
    outline: none;
}

#home_header h1, h3{
    display: block;
    float: none;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 4px;
    margin-top: 0px;
    height: auto;
    color: #fff;
}

#home_header h1{
    font-size: 2.3em;
    padding-left: 2px;
    margin-top: 0px;
    padding-top: 4px;
    margin-bottom: 0px;
    text-shadow: 0.5px 0.5px 1px #333;
}

#home_header h3{
    font-size: 1em;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    letter-spacing: 1.25px;
    text-shadow: 0.5px 0.5px 1px #333;
}

#home_header span {
    display: none;
}

#home_nav a:visited{
    color: #333;
}

#home_nav{
    display: block;
}

#home_nav ul{
    list-style-type: none;
    text-decoration: none;
    padding: 6px;
    padding-bottom: 3px;
    margin-left: 0;
    margin-top: 4px;
    text-indent: 60px;
    font-size: 1.25em;
}

#home_nav li{
    margin: 0 auto;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 2px;
    width: 100%;
}


#home_nav li:nth-child(1){
    background-color: rgb(255, 153, 153);
}
#home_nav li:nth-child(2){
    background-color: rgb(255, 219, 153);
}
#home_nav li:nth-child(3){
    background-color: rgb(255, 255, 153);
}
#home_nav li:nth-child(4){
    background-color: rgb(153, 204, 153);
}
#home_nav li:nth-child(5){
    background-color: rgb(153, 153, 255);
}
#home_nav li:nth-child(6){
    background-color: rgb(183, 153, 205);
}
#home_nav li:nth-child(7){
    background-color: rgb(246, 192, 246);
}

#home_nav a{
    text-decoration: none;
    display: block;
    padding: 4px 0;
}

#home_nav li{
    position: relative;
}

#home_nav a:link{
    color: #000;
}

#home_nav a:after{
    content: "";
    background: url('../img/icons/go.png') no-repeat;
    background-size: 30px;
    height: 30px;
    width: 30px;
    z-index: 10;
    position: absolute;
    left: 88%;
    top: 6px;
}

#home_nav a:before{
    content: "";
    height: 30px;
    width: 30px;
    z-index: 10;
    position: absolute;
    top: center;
    left: 10px;
}

#home_nav a[href="about.html"]:before{
    background: url('../img/icons/about.png') no-repeat;
    background-size: 30px;
}

#home_nav a[href="https://www.thessalyvo.com"]:before{
    background: url('../img/icons/voiceover.png') no-repeat;
    background-size: 30px;
}

#home_nav a[href="animation.html"]:before{
    background: url('../img/icons/animation.png') no-repeat;
    background-size: 30px;
}

#home_nav a[href="creative_services.html"]:before{
    background: url('../img/icons/writer.png') no-repeat;
    background-size: 30px;
}

#home_nav a[href="http://www.theukulady.com/#listen"]:before{
    background: url('../img/icons/music.png') no-repeat;
    background-size: 30px;
}

#home_nav a[href="videos.html"]:before{
    background: url('../img/icons/videos.png') no-repeat;
    background-size: 30px;
}

#home_nav a[href="contact.html"]:before{
    background: url('../img/icons/contact.png') no-repeat;
    background-size: 30px;
}

#home_social {
    display: block;
    text-align: center;
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0;
    z-index: 1000;
    /* background: #FF3300; */
    background-image: linear-gradient(319deg, #f02936 0%, #f09629 25%, #d1d11d 50%, #77eb34 75%, #16ccf5 100%);
}

#home_social img {
    max-height: 100%;
    padding-right: 8px;
}

#home_social .dropdown {
    height: 100%;
}

#home_social .dropdown-content {
    top: -180px;
    left: 0px;
    z-index: 1000;
    text-align: center;
}

#home_social iframe {
    padding-right: 8px;
    padding-bottom: 4px;
}

/*** ABOUT PAGE *88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888**/


#wrapper{
    /* background: #FF3300; */
    background-image: linear-gradient(319deg, #f02936 0%, #f09629 25%, #d1d11d 50%, #77eb34 75%, #16ccf5 100%);
}


#page_title{
    width: 80%;
    border-bottom: 1px solid #FF704D;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 0;
}

#mobile_frame{
    border-radius: 2px;
    background-color: #fff;
    -moz-box-shadow:    inset 1px 1px 2px #000;
    -webkit-box-shadow: inset 1px 1px 2px #000;
    box-shadow:         inset 1px 1px 2px #000;
}


#about_image {
    width: 70%;
    margin: 10px auto;
}

#bio_pic {
    width: 100%;
}

#about #content {
    padding-bottom: 30px;
}

#about #content p{
    margin-top: 4px;
    padding: 8px;
}

/*** CREATIVE SERVICES PAGE *888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888**/
    #creative_services h3{
        margin-bottom: 10px;
        padding: 2px 8px;
        color: #000;
    }

    #services{
        text-align: center;
        padding: 8px;
        padding-bottom: 30px;
    }

    .service_graphic img {
        width: 15%;
    }


    #creative_services hr {
        display: none;
    }

    /* #services article{
        border-bottom: 1px groove #fff;
    } */

    #services article p{
        margin-top: 10px;
        padding-top: 0;
        margin-bottom: 10px;
    }

    #services #page_title{
        margin-bottom: 10px;
    }

    #services h4{
        margin-bottom: 0;
        padding-bottom: 0;
        text-decoration: underline;
        font-size: 1.2em;
    }

    #services h4 + p{
        margin-top: 0;
        padding-top: 0;
    }

    #services h3{
        font-size: 1.5em;
        display: inline;
        text-align: center;
        margin: 0 auto;
        text-decoration: underline;
        font-size: 1.4em;
        letter-spacing: 1px;
    }

    .quote {
        font-size: .75em;
    }

    #service_vocoaching span {
        display: block;
        margin-bottom: 4px;
        font-style: italic;
    }

    #services ul{
        font-size: 1.2em;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }

    #services ul li{
        margin: 4px 0;
        font-size: 1.15em;
    }

    #services li a,
    #services li a:visited{
        color: #4D4DB8;
        border-bottom: 0.5px dotted #4D4DB8;
    }




/*** VOICEOVER PAGE *88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888**/
#video_playlist{
    display: none;
}


#audio_player {
    width: 97%;
    margin: 0 auto;
}

.vo_heading {
    text-align: center;
    width: 70%;
    font-size: 18px;
    /* color: orange; */
    margin: 8px auto;
    /* letter-spacing: 1.5px;
    font-family: 'Luckiest Guy';
    text-shadow: 0.5px 0.5px 1px #000; */
}

#vo_head {
    display: none;
}

#voiceover_media h2{
    margin: 0;
    text-align: center;
}

.mobile_only_vid{
    text-align: center;
}

.mobile_only_vid img{
    width: 90%;
}

.mobile_only_vid h3{
    color: red;
}

.mobile_only_vid.videos{
    margin-bottom: 20px;
    padding-bottom: 0;
}

#vo_bio p{
    padding: 10px 0;
    width: 96%;
    margin: 10px auto;
}

#vo_logos {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    height: auto;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    align-items: center;    
    border-bottom: 1px solid red;
}

#vo_logos img {
    width: 100%;
    height: auto;
    object-fit: cover
}


/*** ANIMATION PAGE *8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888**/

    #animation_videos{
        width: 96%;
        overflow: hidden;
        margin: 0 auto;
    }

    img[alt="Cartooniverse Logo"]{
        display: block;
        width: 90%;
        margin: auto;
        height: auto;
        border-radius: 5px;
    }

    #animation .videos{
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    #animation img[alt="Goopymart Logo"]{
        display: block;
        width: 50px;
        margin: 0 auto;
        padding-bottom: 60px;
        clear: both;
    }

    #animation .vid-list {
        width: 1300px;
    }

    #cartooniverse p {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #animation body {
        margin: 0;
    }

/*** COMEDY PAGE **8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

#comedy_bio {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 96%;
}

.videos{
    width: 86%;
    overflow: hidden;
    margin: 20px auto;
    padding-bottom: 40px;
}

.videos h5{
    display: none;
}

/* #tv_player{
    display: none;
}  */

#telly {
    display: none;
}

#animation iframe {
    display: block;
    width: 90%;
    height: 300px;
    margin: 0 auto;
    border: none;
}



.videos.vid_inner{
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
}


.vid_inner a::before{
        content: "";
        background: url('../img/play_icon.png') no-repeat;
        background-size: 15%;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 41%;
        left: 44%;
}


.theatrical_reel {
    padding: 8px;
    border: 1px solid #000;
    border-radius: 5px;
    width: 80%;
    margin: 30px auto;
    text-align: center;
}

.theatrical_reel a {
    color: #000;
}

.theatrical_reel:hover {
    font-weight: bold;
    border: 1.5px solid #000;
}

.fas, .fa-film {
    margin-right: 2px;
}

#videos .arrows {
    padding-bottom: 30px;
}

#videos body {
    margin: 0;
}

#videos .container {
    width: 96%;
}

/*** MUSIC PAGE **8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

#fullsite_bio {
    width: 96%;
    text-align: center;
    margin: 0 auto;
}

#ukulady_pic {
    display: none;
}

#fullsite_bio h1,
#fullsite_bio h2 {
    margin-top: 40px;
}


.vid_inner a::after{
    display: none;
}

.vid_inner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: 0px;
   background: #000;
   background: rgba(0, 0, 0, 0.5);
   color: #FFF;
   padding: 2px;
   text-align: center;
}



#music_media{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto;
    max-width: 800px;
    justify-content: center;
}

#title {
    text-align: center;
    font-family: 'Luckiest Guy', cursive;
    color: darkorange;
}

#music_media h3{
    color: #fff;
    margin-top: 10px;
}

#music_media .trigger_dest{
    width: 200px;
    margin: 0 auto;
}

#ukulady_albums {
  margin: 0 auto;
  width: 80%;
}

#ukulady_albums img {
  width: 100%;
}

#ukulady_albums img[alt="To the Downfall of Evil Album"] {
  filter: brightness(125%);
}

#ukulady_albums figcaption {
  font-size: 20px;
  padding: 8px;
  margin-bottom: 30px;
}

#u_music {
  position: relative;
}

#new_album {
  position: absolute;
  transform: rotate(4deg);
  top: -20px;
  right: 0px;
  font-size: 12px;
  background: yellow;
  color: black;
  padding: 4px;
}

#music .trigger_dest{
    width: 40%;
    margin: 6px;
    position: relative;
}

#music_media .trigger_dest img{
    width: 100%;
}

#music_media .trigger_dest::after,
#kt_media .trigger_dest::after
{
    content: "";
    background: url('../img/icons/videos.png') no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    z-index: 1;
    position: absolute;
    left: 4px;
    top: 4px;
}


#music .trigger_dest:hover {
    border-bottom: 4px solid yellow;
}

#links a,
#links a:visited{
    color: #fff;
}

#links{
    margin: 20px 0;
}

img[alt="JibJab.com"] {
    height: 20px;
    width: auto;
}

img[alt="SoundCloud"] {
    height: 30px;
    width: auto;
}



#jibjab {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

#jibjab a {
    color: #000;
}

#jibjab li{
    display: inline-block;
    width: 40%;
    list-style: none;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 4px;
}

#jibjab li:hover {
    text-transform: uppercase;
    font-weight: bold;
}


#birthday {
    background-color: rgb(255, 153, 153);
}

#love {
    background-color: rgb(255, 219, 153);
}

#anniversary {
    background-color: rgb(255, 255, 153);
}

#mother {
    background-color: rgb(153, 204, 153);
}

#father {
    background-color: rgb(153, 153, 255);
}

#grad {
    background-color: rgb(183, 153, 205);
}


#home_nav li:nth-child(1){
    background-color: rgb(255, 153, 153);
}
#home_nav li:nth-child(2){
    background-color: rgb(255, 219, 153);
}
#home_nav li:nth-child(3){
    background-color: rgb(255, 255, 153);
}
#home_nav li:nth-child(4){
    background-color: rgb(153, 204, 153);
}
#home_nav li:nth-child(5){
    background-color: rgb(153, 153, 255);
}

#kt_media {
 width: 100%;
 margin: 0 auto;
 padding-bottom: 30px;
 height: 160px;
 text-align: center;
}

#kt_media iframe {
    display: inline;
    width: 120px;
    height: 120px;
    margin-right: 5%;
}
#kt_media .trigger_dest {
    display: inline-block;
    height: 120px;
    width: 120px;
    margin-left: 5%;
}

#kt_media img {width: 100%;}











/****** CONTACT PAGE ****88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888**/
#email {
    display: flex;
    min-width: 320px;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

#email img:first-child{
    width: 30%;
    margin: 20px auto;

}

#email img:last-child {
    width: 250px;
}

#email p {
    padding: 0px;
    margin-bottom: 0;
}

#representation {
    min-width: 320px;
}

#rep_contact {
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: 30px auto;
    text-align: center;
    font-size: 1em;
}

.rep {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 300px;
    padding: 10px;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
}

#contact h2 {
    text-align: center;
    text-decoration: underline;
    min-width: 320px;
}

#contact_writer img {
    height: 45px;
    margin-top: 2px;
}

#contact_oncamera img:first-of-type{
    height: 22px;
}

#contact_oncamera img:last-of-type {
    height: 24px;
}

#contact_vo img:first-of-type{
    height: 42px;
}

#contact_vo img:last-of-type {
    height: 46px;
}

#contact hr {
    width: 80%;
    min-width: 320px;
    color: #ccc;
}











@media only screen and (width: 485px){
    .vid_close{
        display: none;
    }
}
