@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; }

/* a Contact form class to check that it's not spam */
.checkingit {display: none;}

/* Text */
h1 { margin: 0 0 1em 0; font-size: 2.8em; font-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; font-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; 
}
a.btn:hover { background-color: rgba(0,0,0,.3); }

/* Header */
header { 
    height: 200px; 
    background: #cccc00; 
    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: 40px; 
    left: 35%;
} */
header div.hero { 
    position: absolute; 
    width: 350px; 
    top: 40px; 
    left: 35%;
}
header div.hero h1 { 
    line-height: 1em; 
    margin: 60px 0 10px 0; 
    text-align: center;
    color: #fff; 
}
header div.hero h2 { 
    line-height: .75em; 
    margin: 0 0 15px 0px; 
    text-align: center;
    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 karin */

section.karin { 
    background-color: rgba(0,0,0,.85);; 
    padding-top: 100px; 
    padding-bottom: 100px; 
    color: #fff; 
    position: relative;
}

section.karin div { 
    background-color: rgba(0,0,0,.85);; 
    padding: 0 100px 0 645px; 
    background: url(../images/Karin-84-med.jpeg) no-repeat 200px 5px; 
    min-height: 320px; 
    display:inline-block ; 
    color: #fff; 
    float: left;
}

section.karin div a { 
    color: #fff; 
}
section.karin div a:visited { 
    color: #fff; 
}
section.karin div a.btn { 
    font-size: 1.2em; 
    text-decoration: none; 
    color: #FFF; 
    border: 1px solid #FFF; 
    padding: 4px 15px; 
    transition: background-color .5s; 
}
section.karin div a.btn:hover { 
    background-color: rgba(255,255,255,.3); 
}

/* section bio */

section.bio { 
    color: rgba(0,0,0,.85);; 
    padding-top: 70px; 
    padding-bottom: 70px; 
    background-color: #fff; 
    position: relative;
}

section.bio div { 
    color: rgba(0,0,0,.85);; 
    padding: 0 5% 0 625px; 
    background: url(../images/Karin-blue-med.jpeg) no-repeat 140px 5px; 
    min-height: 220px; 
    display:inline-block ; 
    background-color: #fff; 
    float: left;
}

section.bio div.questions {
    color: rgba(0,0,0,.85);; 
    padding: 0 5% 0 625px; 
    background: url(../images/Karin-green-med.jpeg) no-repeat 140px 5px; 
    min-height: 220px; 
    display:inline-block ; 
    background-color: #fff; 
    float: left;
}

/* section accents */

section.accents { 
    background-color: #fff; 
    padding-top: 100px; 
    padding-bottom: 100px; 
    color: rgba(0,0,0,.85);; 
    position: relative;
}

section.accents div { 
    background-color:#fff; 
    padding: 0 120px 0 515px; 
    min-height: 220px; 
    display:inline-block ; 
    color: rgba(0,0,0,.85);; 
    float: left;
}

section.accents div h2 {
    margin-top:20px;
}

/* section thankyou */

section.thankyou { 
    background-color: #fff; 
    padding-top: 25px; 
    padding-bottom: 25px; 
    color: rgba(0,0,0,.85);; 
    position: relative;
}

section.thankyou div { 
    background-color:#fff; 
    padding: 0 15% 0 15%; 
    min-height: 120px; 
    display:inline-block ; 
    color: rgba(0,0,0,.85);; 
    float: left;
}

section.thankyou div h2 {
    margin-top:20px;
}

/* section stuff */

section.stuff { 
    background-color: #fff; 
    padding-top: 40px; 
    padding-bottom: 40px; 
    color: rgba(0,0,0,.85);; 
    position: relative;
}

section.stuff div { 
    background-color:#fff; 
    padding: 0 120px 0 375px; 

    display:inline-block ; 
    color: rgba(0,0,0,.85);; 
    float: left;
}

section.stuff div h2 {
    margin-top:20px;
}

/* Contact form */

section.contact { 
    background-color: #fff; 
    padding-top: 40px; 
    padding-left: 320px;
    padding-right: 300px;
    padding-bottom: 40px; 
    color: rgba(0,0,0,.85);; 
    position: relative;
}

section.contact div { 
    background-color:#fff; 
    padding: 0 0px 0 60px; 
    width: 650px;
    display:inline-block ; 
    color: rgba(0,0,0,.85);; 
    float: left;
}

section.contact div h1 {
    margin-top:20px;
}

section.contact input {
    width:100%;
    height: 25px;
}

section.contact textarea {
    width:100%;
    height: 90px;
}

section.contact input.submitit {
    width:20%;
}

/* 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; 
    color: #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; 
    color: #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 { 
        width: 350px; 
        left: 30%;
    }
    header div.hero h1 {
        margin-bottom: 10px; 
    }   
    header div.hero h2 {
        padding-bottom: 0px; 
        
    }
    
    /* Section VO */
    
    section.VO { 
        padding-top: 40px; 
        padding-bottom: 40px; 
    }

    section.VO div { 
        padding-left: 220px; 
        padding-right: 270px; 
        background-size: 200px auto; 
        background: url(../images/voiceover-mic.jpg) no-repeat 200px 5px; 
        min-height: 100px; 
    }

    section.VO div h2 {
        margin-top:250px;
    }
    
    /* Section karin */
    
    section.karin { 
        padding-top: 40px; 
        padding-bottom: 40px; 

    }

    section.karin div { 
        padding-left: 205px; 
        padding-right: 180px; 
        background-size: 200px auto; 
        background: url(../images/Karin-84-med.jpeg) no-repeat 200px 5px; 
        min-height: 100px; 
    }
    section.karin div h2 {
        margin-top:510px;
    }
    
    /* Section accents */
    
    section.accents { 
        padding-top: 40px; 
        padding-bottom: 40px; 
    }

    section.accents div { 
        padding-left: 220px; 
        padding-right: 270px; 
        background-size: 300px auto; 
        min-height: 100px; 
    }

    section.accents div h2 {
        margin-top:20px;
    } 
    
    /* Section stuff */
    
    section.stuff { 
        padding-top: 40px; 
        padding-bottom: 40px; 
    }

    section.stuff div { 
        padding: 0 50px 0 190px; 
    }
    
    /* section thankyou */

    section.thankyou { 
        padding-top: 25px; 
        padding-bottom: 25px; 
    }

    section.thankyou div { 
        padding: 0 15% 0 15%; 
        min-height: 120px; 
    }

    section.thankyou div h2 {
        margin-top:10px;
    }
    
    /* section bio */

    section.bio { 
        padding-top: 50px; 
        padding-bottom: 50px; 
    }

    section.bio div { 
        color: rgba(0,0,0,.85);; 
        padding: 0 5% 0 555px; 
        background: url(../images/Karin-blue-med.jpeg) no-repeat 60px 5px; 
        min-height: 500px; 
        display:inline-block ; 
        background-color: #fff; 
        float: left;
    }
    
    section.bio div.questions { 
        color: rgba(0,0,0,.85);; 
        padding: 0 5% 0 555px; 
        background: url(../images/Karin-green-med.jpeg) no-repeat 60px 5px; 
        min-height: 500px; 
        display:inline-block ; 
        background-color: #fff; 
        float: left;
    }
    
    /* Contact form */

    section.contact { 
        padding-left: 100px;
        padding-right: 500px;
    }

    section.contact div { 
        width: 650px;
    }



}

/* */
/* Screen 825px */
/* */

@media screen and (max-width: 825px) {
    h1 {font-size: 2.2em; }
    
    /* header */
    header div.hero { 
        left: 30%;
    }
    
    /* Section VO */
    
    section.VO { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        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 karin */
    
    section.karin { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        padding-left: 0px; 
    }

    section.karin div { 
        padding-left: 150px; 
        padding-right: 120px; 
        background-size: 300px auto; 
        background: url(../images/Karin-84-med.jpeg) no-repeat 150px 5px; 
        min-height: 100px; 
    }

    section.karin div h2 {
        margin-top:500px;
    }
    
    /* Section accents */
    
    section.accents { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        padding-left: 0px; 
    }

    section.accents div { 
        padding-left: 160px; 
        padding-right: 120px; 
        background-size: 300px auto; 
    }

    section.accents div h2 {
        margin-top:20px;
    }  
    
    /* Section stuff */
    
    section.stuff { 
        padding-top: 40px; 
        padding-bottom: 40px; 
    }

    section.stuff div { 
        padding: 0 50px 0 110px; 
    }
    
    /* section thankyou */

    section.thankyou { 
        padding-top: 25px; 
        padding-bottom: 25px; 
    }

    section.thankyou div { 
        padding: 0 15% 0 15%; 
        min-height: 120px; 
    }

    section.thankyou div h2 {
        margin-top:10px;
    }
    /* section bio */

    section.bio { 
        padding-top: 50px; 
        padding-bottom: 50px; 
    }

    section.bio div { 
        color: rgba(0,0,0,.85);; 
        padding: 0 5% 0 555px; 
        background: url(../images/Karin-blue-med.jpeg) no-repeat 60px 5px; 
        min-height: 500px; 
        display:inline-block ; 
        background-color: #fff; 
        float: left;
    }
    
     section.bio div.questions { 
        color: rgba(0,0,0,.85);; 
        padding: 0 5% 0 555px; 
        background: url(../images/Karin-green-med.jpeg) no-repeat 60px 5px; 
        min-height: 500px; 
        display:inline-block ; 
        background-color: #fff; 
        float: left;
    }
    
    /* Contact
    
    form */

    section.contact { 
        padding-left: 30px;
        padding-right: 570px;
    }

    section.contact div { 
        width: 650px;
    }
}

/* */
/* 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: 45px; 
        left: 25%;
    }

    
    
    /* Section VO */
    
    section.VO { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        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 karin */
    
    section.karin { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        padding-left: 0px; 
    }

    section.karin div { 
        padding-left: 155px;
        padding-right: 5%;
        background-size: 300px auto; 
        background: url(../images/Karin-84-med.jpeg) no-repeat 150px 5px; 
        min-height: 50px; 
    }

    section.karin div h2 {
        margin-top:500px; 
    }
    
    /* Section accents */
    
    section.accents { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        padding-left: 0px; 
    }

    section.accents div { 
        padding-left: 160px; 
        background-size: 300px auto;  
        min-height: 50px; 
    }

    section.accents div h2 {
        margin-top:20px; 
    } 
    
    /* Section stuff */
    
    section.stuff { 
        padding-top: 20px; 
        padding-bottom: 40px; 
    }

    section.stuff div { 
        padding: 0 50px 0 60px; 
    }
    /* section thankyou */

    section.thankyou { 
        padding-top: 25px; 
        padding-bottom: 25px; 
    }

    section.thankyou div { 
        padding: 0 15% 0 15%; 
        min-height: 120px; 
    }

    section.thankyou div h2 {
        margin-top:10px;
    }
    
    /* section bio */

    section.bio { 
        padding-top: 50px; 
        padding-bottom: 50px; 
    }

    section.bio div { 
        padding: 500px 5% 0 50px; 
        background: url(../images/Karin-blue-med.jpeg) no-repeat center 5px; 
        min-height: 500px; 
        background-color: #fff; 
    }
    section.bio div.questions { 
        padding: 500px 5% 0 50px; 
        background: url(../images/Karin-green-med.jpeg) no-repeat center 5px; 
        min-height: 500px; 
        background-color: #fff; 
    }
    
    /* Contact form */

    section.contact { 
        padding-left: 30px;
        padding-right: 590px;
    }

    section.contact div { 
        width: 500px;
    }

    
    /* navigation */
    nav {
        padding-top: 20px; 
    }
    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: 180px; 
        background-position: left top; 
    }
    header a.logo { 
        width: 100%; height: 46px;
        left: 0px; 
        top: 0px;
        background-color: rgba(0,0,0,.85);
        background-position:  center;
    }
    header div.hero { 
        left: 20%; 
    }
    
    
    /* Section VO */
    
    section.VO { 
        padding-top: 50px; 
        padding-bottom: 50px; 
        padding-left: 0px; 
    }

    section.VO div { 
        padding-left: 100px; 
        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 karin */
    
    section.karin { 
        padding-top: 50px; 
        padding-bottom: 50px; 
        padding-left: 0px; 
    }

    section.karin div { 
        padding-left: 100px; 
        background-size: 20px auto; 
        background: url(../images/Karin-green-sm.jpeg) no-repeat 100px 5px; 
        min-height: 50px; 
    }

    section.karin div h2 {
        margin-top:380px; 
    }
    
    /* Section accents */
    
    section.accents { 
        padding-top: 50px; 
        padding-bottom: 50px; 
        padding-left: 0px; 
    }

    section.accents div { 
        padding-left: 100px; 
        background-size: 20px auto;  
        min-height: 50px; 
    }

    section.accents div h2 {
        margin-top:10px; 
    } 
    
    /* Section stuff */
    
    section.stuff { 
        padding-top: 20px; 
        padding-bottom: 40px; 
    }

    section.stuff div { 
        padding: 0 50px 0 40px; 
    }  
    
    section.stuff div p iframe {
        width: 420px;
        height: 232px;
    }
    
    /* section thankyou */

    section.thankyou { 
        padding-top: 25px; 
        padding-bottom: 25px; 
    }

    section.thankyou div { 
        padding: 0 15% 0 15%; 
        min-height: 120px; 
    }

    section.thankyou div h2 {
        margin-top:10px;
    }
    
    /* Contact form */

    section.contact { 
        padding-left: 10px;
        padding-right: 550px;
    }

    section.contact div { 
        width: 450px;
    }

        /* section bio */

    section.bio { 
        padding-top: 50px; 
        padding-bottom: 50px; 
    }

    section.bio div { 
        padding: 370px 5% 0 40px; 
        background: url(../images/Karin-blue-sm.jpeg) no-repeat center 5px; 
        min-height: 500px; 
        background-color: #fff; 
    }
    section.bio div.questions { 
        padding: 370px 5% 0 40px; 
        background: url(../images/Karin-green-sm.jpeg) no-repeat center 5px; 
        min-height: 500px; 
        background-color: #fff; 
    }
    
    /* 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;  }
    
    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 { 
        left: 13%; 
    }
    header div.hero h1 { 
        font-size: 1.3em; 
        margin-bottom: 5px; 
        text-align: center; 
        margin-top:20px;

    }
    header div.hero h2 { 
        font-size: 1.0em; 
        margin-bottom: 5px; 
        text-align: center; 
    }
    /* 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 karin */
    
    section.karin { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        padding-left: 0px; 
    }

    section.karin div { 
        padding-left: 70px; 
        padding-right: 70px;  
        background-size: 20px auto; 
        background: url(../images/Karin-green-sm.jpeg) no-repeat 60px 5px; 
        min-height: 150px; 
    }
    section.karin div h2 {
        margin-top:390px; 
    }
    
    /* Section accents */
    
    section.accents { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        padding-left: 0px; 
    }

    section.accents div { 
        padding-left: 70px; 
        padding-right: 70px;  
        background-size: 20px auto;  
        min-height: 50px; 
    }

    section.accents div h2 {
        margin-top: 0px; 
    } 
    
        /* Section stuff */
    
    section.stuff { 
        padding-top: 10px; 
        padding-bottom: 40px; 
        padding-left: 5px;
    }

    section.stuff div { 
        padding: 0 50px 0 10px; 
    }  

    /* section thankyou */

    section.thankyou { 
        padding-top: 25px; 
        padding-bottom: 25px; 
    }

    section.thankyou div { 
        padding: 0 15% 0 15%; 
        min-height: 120px; 
    }

    section.thankyou div h2 {
        margin-top:10px;
    }
    
    /* Contact form */

    section.contact { 
        padding-left: 0px;
        padding-right: 450px;
    }

    section.contact div { 
        width: 320px;
    }



}

