@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,700;1,300;1,700&display=swap');

body { 
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px; 
    font-weight: 300; 
    color: #555; 
    margin: 0; 
    padding: 0; }
#homepage { 
    margin: 0 auto; 
    position: relative; 
}


/* Text */

h1 { 
    margin: 0 0 1em 0; 
    font-size: 2.8em; f
    ont-weight: 700; 
}
h2 { 
    margin: 0 0 .5em 0; 
    font-size: 1.6em; 
    font-weight: 700; 
    line-height: 1.1em;
}
h3 { 
    margin: 0 0 .5em 0; 
    ont-size: 1.3em; 
    font-weight: 700; 
}
h4 { 
    margin: 0 0 1.5em 0; 
    font-size: 1em; 
    font-weight: 700; 
}

p { 
    margin: 0 0 1em 0; 
}
a { 
    color: #007eff; 
}
a:visited { 
    color: #65b1ff; 
}
a.btn { 
    font-size: 1.2em; 
    text-decoration: none; 
    color: #000; 
    border: 1px solid #000; 
    padding: 4px 15px; 
    transition: background-color .5s; 
    margin-right: 10px;
   
}
a.btn:hover { 
    background-color: rgba(0,0,0,.3); 
}

/* Header */

header { 
    height: 430px; 
    background: #cccc00 url(../images/header-main-1200.jpg) no-repeat center bottom;
    position: relative;
}

header a.logo { 
    position: absolute; 
    display: block; 
    width: 70px; 
    height: 45px; 
    background: url(../images/web-logo2.jpg) no-repeat 0 0; 
    background-size: contain; 
    top: 12px; 
    left: 40px;  
    z-index: 1;
}

header a.logo span { 
    display: none; 
}

header div.hero { 
    position: absolute; 
    width: 42%; 
    top: 130px; left: 10%;
}
header div.hero h1 { 
    line-height: 1em; 
    margin: 60px 0 20px 0; 
    color: #fff; 
}
header div.hero h2 { 
    line-height: .75em; 
    margin: 0 0 15px 0; 
    color: #fff; 
}

/* section all */

section { 
    padding: 0 30px; }
section::after { content: ''; 
    display: block; 
    clear: both; 
}

/* section VO */

section.VO { 
    background-color: #fff; 
    padding-top: 100px; 
    padding-bottom: 100px; 
    color: rgba(0,0,0,.85);
    position: relative;}

section.VO div { 
    background-color:#fff; 
    padding: 0 160px 0 715px; 
    background: url(../images/voiceover-mic.jpg) no-repeat 200px 5px; 
    min-height: 220px; 
    display:inline-block ; 
    color: rgba(0,0,0,.85);
    float: left;}

section.VO div h2 {margin-top:20px;}

/* section comedy */

section.comedy { 
    background-color: rgba(0,0,0,.85);; 
    padding-top: 100px; 
    padding-bottom: 100px; 
    color: #fff; 
    position: relative;
}

section.comedy div { 
    background-color: rgba(0,0,0,.85);; 
    padding: 0 160px 0 715px; 
    background: url(../images/CSZ2.jpg) no-repeat 200px 5px; 
    min-height: 220px; 
    display:inline-block ; 
    color: #fff; 
    float: left;
}

section.comedy div a { 
    color: #FFF; 
}
section.comedy div a:visited { 
    color: #FFF; 
}
section.comedy div a.btn { 
    font-size: 1.2em; 
    text-decoration: none; 
    color: #FFF; 
    border: 1px solid #FFF; 
    padding: 4px 15px; 
    transition: background-color .5s; 
}
section.comedy div a.btn:hover { 
    background-color: rgba(255,255,255,.3); 
}

/* section writing */

section.writing { 
    background-color: #fff; 
    padding-top: 100px; 
    padding-bottom: 100px; 
    color: rgba(0,0,0,.85);; 
    position: relative;
}

section.writing div { 
    background-color:#fff; 
    padding: 0 160px 0 715px; 
    background: url(../images/Raged-and-Confused.jpg) no-repeat 200px 5px; 
    min-height: 220px; 
    display:inline-block ; 
    float: left;
}

section.writing div h2 {
    margin-top:20px;
}



/* navigation */

nav { 
    background-color: rgba(0,0,0,.85);
    position: absolute;
    top: 0px; left: 0px;
    padding: 20px 0 0 0;
    width: 100%;
}

nav ul { 
    list-style: none; 
    margin: 0; 
    padding: 0px; 
}

nav ul li:hover { 
    background-color: #cccc00; 
    color: #000;
}

nav ul li:hover > ul { display: block; }

nav ul li a { 
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    width: 125px;
    position: relative;
}

nav::after { 
    content:''; 
    display: block; 
    clear: both;}

nav ul li a:visited { 
    color: #fff; 
}

nav ul li a:hover { 
    background-color: #cccc00; c
    olor: #000;
}

nav ul ul { 
    position: absolute; 
    top: 100%; 
    background-color: #2b0306; 
    display: none; 
}

nav ul ul li { 
    position: relative; 
}

nav ul ul ul { 
    left: 100%; 
    top: 0px;
}

/* top level */

nav > ul { 
    padding-left: 130px;
}

nav > ul > li { 
    float: left; 
}

nav > ul > li > a { 
    width: auto; 
    padding: 10px 20px 15px 20px;
}

nav a[aria-haspopup="true"]::after {
    content:'';
    display: block;
    width: 0px; height: 0px;
    position: absolute;
    top: 16px; right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
}

nav > ul >li > a[aria-haspopup="true"]::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    left: 20px; right: auto;
    bottom: 6px; top: auto;
}

/* Footer */

footer { 
    background-color: rgba(0,0,0,.85);; 
    padding-top: 20px; 
    padding-bottom: 10px; 
    color: #000; 
    position: relative;
    font-size: .8em; 
    margin: 0px; 
    color: #FFF; 
}
footer p {
    margin-left:30px;
}
footer .content { 
    display: inline; 
}
footer a { 
    margin-left: 30px; 
    color: #777;
}
footer a:visited { 
    margin-left: 30px; 
    olor: #777;
}
footer a:hover { 
    margin-left: 30px; 
    color: #000;}

/* */
/* Screen 1000px */
/* */

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 2.4em; 
    }
    
    /* header */
    
    header div.hero {
        left: 6%; 
    }
    header div.hero h1 {

    }   
    header div.hero h2 {
        padding-bottom: 0px; 
        margin-right: 70px;
    }
    
    /* Section VO */
    
    section.VO { 
        padding-top: 80px; 
        padding-bottom: 80px; 
    }

    section.VO div { 
        padding-left: 180px; 
        padding-right: 260px; 
        background-size: 200px auto; 
        background: url(../images/voiceover-mic.jpg) no-repeat 150px 5px; 
        min-height: 100px; 
    }

    section.VO div h2 {
        margin-top:250px;
    }
    
    /* Section comedy */
    
    section.comedy { 
        padding-top: 80px; 
        padding-bottom: 80px; 
    }
    section.comedy div { 
        padding-left: 180px; 
        padding-right: 160px; 
        background-size: 200px auto; 
        background: url(../images/CSZ2.jpg) no-repeat 150px 5px; 
        min-height: 100px; 
    }

    section.comedy div h2 {
        margin-top:250px;
    }
    
    /* Section writing */
    
    section.writing { 
        padding-top: 80px; 
        padding-bottom: 90px; 
        position: relative;
    }

    section.writing div { 
        padding-left: 180px; 
        padding-right: 160px; 
        background-size: 300px auto; 
        background: url(../images/Raged-and-Confused.jpg) no-repeat 150px 5px; 
        min-height: 100px; 
    }

    section.writing div h2 {
        margin-top:250px;
    } 
}

/* */
/* Screen 825px */
/* */

@media screen and (max-width: 825px) {
    h1 {
        font-size: 2.2em; 
    }
    
    /* header */
    header { 
        height: 300px; 
        background-image: url(../images/header-main-825.jpg);
    }
    header div.hero { 
        top: 70px; 
    } 
    header div.hero h2 {
        padding-bottom: 0px; 
        margin-right: 20px;
    }
    
    /* Section VO */
    
    section.VO { 
        padding-top: 60px; 
        padding-bottom: 60px; 
        padding-left: 0px; 
    }

    section.VO div { 
        padding-left: 160px; 
        padding-right: 120px; 
        background-size: 300px auto; 
        background: url(../images/voiceover-mic.jpg) no-repeat 150px 5px; 
        min-height: 100px; 
    }

    section.VO div h2 {
        margin-top:250px;
    }
    
    /* Section comedy */
    
    section.comedy { 
        padding-top: 60px; 
        padding-bottom: 60px; 
        padding-left: 0px; 
    }

    section.comedy div { 
        padding-left: 160px; 
        padding-right: 150px; 
        background-size: 300px auto; 
        background: url(../images/CSZ2.jpg) no-repeat 150px 5px; 
        min-height: 100px; 
    }

    section.comedy div h2 {
        margin-top:250px;
    }
    
    /* Section writing */
    
    section.writing { 
        padding-top: 60px; 
        padding-bottom: 60px; 
        padding-left: 0px; 
    }

    section.writing div { 
        padding-left: 160px; 
        padding-right: 150px; 
        background-size: 300px auto; 
        background: url(../images/Raged-and-Confused.jpg) no-repeat 150px 5px; 
        min-height: 100px; 
    }

    section.writing div h2 {
        margin-top:250px;
    }    
}

/* */
/* Screen 760px */
/* */

@media screen and (max-width: 760px) {
    h1 {font-size: 1.8em; }
    h2 {font-size: 1.4em; }
    h3 {font-size: 1.1em; }
    a.btn {font-size: 1em;}
    
    /* header */

    header div.hero { 
        top: 60px; 
    }
    
    header div.hero h2{ 
        margin-bottom: 5px; 
    }
    
    /* Section VO */
    
    section.VO { 
        padding-top: 60px; 
        padding-bottom: 60px; 
        padding-left: 0px; 
    }

    section.VO div { 
        padding-left: 160px; 
        background-size: 300px auto; 
        background: url(../images/voiceover-mic.jpg) no-repeat 150px 5px; 
        min-height: 50px; 
    }

    section.VO div h2 {
        margin-top:250px; 
    }
    
    /* Section comedy */
    
    section.comedy { 
        padding-top: 60px; 
        padding-bottom: 60px; 
        padding-left: 0px; 
    }

    section.comedy div { 
        padding-left: 160px; 
        padding-right: 90px;
        background-size: 300px auto; 
        background: url(../images/CSZ2.jpg) no-repeat 150px 5px; 
        min-height: 50px; 
    }
    section.comedy div h2 {
        margin-top:250px; 
    }
    
    /* Section writing */
    
    section.writing { 
        padding-top: 60px; 
        padding-bottom: 60px; 
        padding-left: 0px; 
    }

    section.writing div { 
        padding-left: 160px; 
        padding-right: 90px;
        background-size: 300px auto; 
        background: url(../images/Raged-and-Confused.jpg) no-repeat 150px 5px; 
        min-height: 50px; 
    }

    section.writing div h2 {
        margin-top:250px; 
    } 
    
    /* navigation */

    nav > ul {
        padding-left: 130px;
    }
}

/* */
/* Screen 625px */
/* */

@media screen and (max-width: 625px) {
    h1 { font-size: 1.5em;}
    h2 {font-size: 1em; }
    h3 { margin-bottom: 0px;}
    a.btn { font-size: .9em;}
    
    /* header */
    header {
        height: 160px; 
        background: #cccc00; 
        background: url(../images/header-main-625.jpg) no-repeat left bottom; 


    }
    header a.logo { 
        width: 100%; 
        height: 46px;
        left: 0px; 
        top: 0px;
        background-color: rgba(0,0,0,.85);
        background-position: center;
    }
    header div.hero { 
        width: 300px; 
        top: 25px; 
        left: 50px; 
    }
    header div.hero h1 { 
        margin-bottom: 5px;
    }
    
    header div.hero h2 { 
        margin-bottom: 3px;
    }
    
    
    /* Section VO */
    
    section.VO { 
        padding-top: 50px; 
        padding-bottom: 50px; 
        padding-left: 0px; 
    }
    section.VO div { 
        padding-left: 80px; 
        background-size: 20px auto; 
        background: url(../images/voiceover-mic.jpg) no-repeat 70px 5px; 
        min-height: 50px; 
    }

    section.VO div h2 {
        margin-top:250px; 
    }
    
    /* Section comedy */
    
    section.comedy { 
        padding-top: 50px; 
        padding-bottom: 50px; 
        padding-left: 0px; 
    }

    section.comedy div { 
        padding-left: 80px; 
        padding-right: 50px;
        background-size: 20px auto; 
        background: url(../images/CSZ2.jpg) no-repeat 70px 5px; 
        min-height: 50px; 
    }

    section.comedy div h2 {
        margin-top:250px; 
    }
    
    /* Section writing */
    
    section.writing { 
        background-color: #fff; 
        padding-top: 50px; 
        padding-bottom: 50px; 
        padding-left: 0px; 
    }

    section.writing div { 
        padding-left: 80px; 
        padding-right: 50px;
        background-size: 20px auto; 
        background: url(../images/Raged-and-Confused.jpg) no-repeat 70px 5px; 
        min-height: 50px; 
    }

    section.writing div h2 {
        margin-top:250px; 
    } 
    
    /* navigation */
    nav { 
        position: static; 
        width: auto; 
        padding: 20px 15px; 
        background-color: #4b0a0c;
    }
    
    nav ul,
    nav ul ul,
    nav ul ul ul { 
        display: block; 
        position: static;
    }
    
    nav > ul { 
        padding: 0; 
    }
    nav > ul > li { 
        float: none; 
        margin-top: 25px;
    }
    
    nav ul li:hover {
        background: none;
    }
    nav ul li a {
        width: auto;
        display: block;
        margin: 8px 10px;
        padding: 8px 15px;
        border: 1px solid rgbba(255,255,255,.25);
        
    }
    nav ul li a:hover { 
        background-color: rgba(255,255,255,.25);
    }
    
    nav ul ul { 
        background: none; 
    }
    
    nav ul ul li a { 
        margin-left: 30px;
    }
    nav ul ul ul li a { 
        margin-left: 60px;
    }
    
    nav a[aria-haspopup="true"]::after {
        display:none;
    }
}

/* */
/* Screen 490px */
/* */

@media screen and (max-width: 490px) {
    /* header */
    header { 
        height: 120px; 
        background-image: url(../images/header-main-425.jpg); 
        background-color: #cccc00;
    }
    
    header a.logo { 
        height: 46px; 
        background: rgba(0,0,0,.65) no-repeat center center;
        background-image: url(../images/web-logo2.jpg) ;
    }
    header div.hero { 
        width: 100%; 
        left: 0px; 
        top: 0px; 
        text-align: center;
    }
    header div.hero h1 { 
        font-size: 1.2em; 
        margin-bottom: 5px; 
        text-align: center;
    }
    header div.hero h2 { 
        font-size: .8em; 
        margin-bottom: 5px; 
        text-align: center; 
        padding: 0px; 
        margin-right: auto;
    }
    
    /* Section VO */
    
    section.VO { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        padding-left: 0px; 
    }

    section.VO div { 
        padding-left: 70px; 
        padding-right: 70px; 
        background-size: 20px auto; 
        background: url(../images/voiceover-mic-sm.jpg) no-repeat 60px 5px; 
        min-height: 50px; 
    }
    section.VO div h2 {
        margin-top:180px; 
    }
    
    /* Section comedy */
    
    section.comedy { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        padding-left: 0px; 
    }

    section.comedy div { 
        padding-left: 70px; 
        padding-right: 70px;  
        background-size: 20px auto; 
        background: url(../images/CSZ2-sm.jpg) no-repeat 60px 5px; 
        min-height: 50px; 
    }

    section.comedy div h2 {
        margin-top:180px; 
    }
    
    /* Section writing */
    
    section.writing { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        padding-left: 0px; 
    }

    section.writing div { 
        padding-left: 70px; 
        padding-right: 70px;  
        background-size: 20px auto; 
        background: url(../images/Raged-and-Confused-sm.jpg) no-repeat 60px 5px; 
        min-height: 50px; 
    }

    section.writing div h2 {
        margin-top:180px; 
    } 

}

