/*=======================

	Global CSS

=========================*/ 

h1, h2, h3, h4, h5, h6, body {

    color: auto;

}



figcaption {

    font-style: italic;

    font-size: 14px;

    padding: .5rem 0;

}



hr {

    border: #033954;

}



a {

    color: #16A085;

}



body {

    background-color: #EEF2F7;

    background-image: url("https://jessmeister.com/images/diamond-sunset2.svg");

    /* background by SVGBackgrounds.com */

    background-size: cover;

    background-attachment: fixed;

 }



 #body-inner {

    background: rgba(255,255,255,.7);

    max-width: 1280px;

}



 @media only screen and (min-width: 475px) {

    #body .padding {

        padding: 1rem 4rem;

    }

    #body-inner {

        padding: 2rem;

    }

}



/*=======================

	Colors

=========================*/ 

.primary-teal {color: #16A085;}



.primary-teal-100 {color: #68EDD3;}

.primary-teal-200 {color: #21EDC4;}

.primary-teal-300 {color: #4EB09D;}

.primary-teal-500 {color: #0F6E5B;}



.secondary-navy {color: #033954;}

.secondary-navy-200 {color: #67A2BF;}



.tertiary-gray {color: #CAD0D5;}

.tertiary-gray-50 {color: #F1F5FA;}

.tertiary-gray-100 {color: #EEF2F7;}

.tertiary-gray-300 {color: #9BA0A3;}

.tertiary-gray-500 {color: #525557;}



/*=======================

	Header CSS

=========================*/ 

#header {

	background: #033954;

}



/* Logo */

#header .logo {

    color: #fff;

    text-transform: capitalize;

    font-size:32px;

    font-weight: 600;

    position: relative;

    padding-left: 1rem;

}



#header .logo::before {

	background: #16A085;

    position: absolute;

    left: 0;

    top: 24px;

    width: 10px;

    height: 10px;

    content: "";

    border-radius: 100%;

}



/*=======================

	Left Nav CSS

=========================*/ 

#sidebar {

    background: #4EB09D;

}



#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active, #sidebar ul.topics > li.parent a, #sidebar ul.topics > li.active a {

	background:#eef6fb;

	color: #555;

}



#sidebar ul.topics li.dd-item.active a:hover, #sidebar ul.topics li.dd-item.parent a:hover {

    background:#fff;

	color: #333;

}



#sidebar ul li a span {

    padding-left: 1rem;

}



#sidebar a {

    color: #fff;

}



/*=======================

	Main CSS

=========================*/ 

.dropshadow {

    box-shadow: 2px 2px 10px #888888;

}



.justified-gallery > a {

    box-shadow: 3px 3px 5px #888888;

}



#body img, #body .video-container {

    margin: 0;

}



div.callout-r30 {

    float: right; 

    width: 30%; 

    margin: 1rem; 

    min-width: 250px;

    background: #033954; 

    color: #fff;
}

div.callout-r30 a {
    color: #fff;
}

div.callout-r30 a:hover {
    color: #67A2BF;
}



.client-detail {

    margin: .5rem; 

    padding: 0rem;

    list-style-type: none;

    line-height: 1.4em;

    font-size: .95rem;

}



.client-detail li {

    margin: 1rem 0;

}



.client-detail i.fa {

    display: block;

    float: left;

    font-size: 1.8rem;

    width: 3rem;

    padding: .5rem;

}



.client-detail span {

    font-weight: bold;

    font-size: 1.2em;

    line-height: 1em;

}

.case-contents {
    padding: 1.2rem;
}
.case-contents h3, .case-contents h4 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}

.case-contents ol {
    margin: 0;
    list-style-type: upper-roman;
}

.lesson-txt {
    color: #033954; 
    font-weight: bold; 
    font-variant: small-caps;
    font-size: 1.2em;
}
/*=======================

	Homepage CSS

=========================*/ 

.body-home #body-inner {

    margin-bottom: 0;

    height:100vh;

    background: rgba(255,255,255,0);

    background-image: url("https://jessmeister.com/images/OlaRelaxingPants2.png"); /* The image used */

    background-repeat: no-repeat; /* Do not repeat the image */

    background-position: left bottom;

    background-size: 75%;

}



.body-home #body-inner .doodle-credit {

    font-size: 13px;

    text-align: right;

    font-style: italic;

    position: relative;

    right: 0;

    top: 9em;

}



.body-home #body-inner h1, .body-home #body-inner h2 {

    text-align: right;

    line-height: 1.2em; 

    margin: 1rem 0;

    font-family: "Muli", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;

}


.body-home #body-inner h1 {

    font-weight: 600;

    color: #16A085;

    font-size: 5.5rem;

    line-height: .75em;

}



.body-home #body-inner h2 {

    color: #033954;

}



.body-home #body-inner p {

    text-align: right;

    font-size: 1.2rem;

    padding-left: 40%;

}



.body-home #body-inner .home-links {

    text-align: right;

    font-size: 1.2rem;

    line-height: 3rem;

}



/* Hompepage mobile */

@media only screen and (max-width: 768px) {

    .body-home #body-inner {

        height:100%;

    }

    

    .body-home #body-inner .doodle-credit {

        position: relative;

        right: 0;

        bottom: 0;

        padding: .5rem;

    }

      

    .body-home #body-inner h1 {

        font-size: 4rem;

        line-height: 1em;

        text-align: left;

    }



    .body-home #body-inner h2 {

        text-align: left;

    }

    

    .body-home #body-inner p {

        text-align: left;

        font-size: 1.2rem;

        padding-left: 0;

        padding-bottom: 20px;

    }

}

/*=======================

	Portfolio CSS

=========================*/

.portfolio h1 {

    margin-bottom: 2rem;

}



.post {

    padding-bottom: 1rem;

}

.post-subhead {

    text-transform: uppercase;

    color: #525557;

    border-bottom: 1px solid #eee;

    padding: 0.4em 0;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: 0.1em;

}

.post-header {

    max-height: max-content;

}



.post-title {

    font-size: 1.75em;

    line-height: 1.3;

    margin-bottom: 0;

    font-weight: 400;

    letter-spacing: -1px;

}

.post-thumbnail {

    float: right;

    margin-right: 1em;

    object-fit: cover;

    border-radius: 50%;

    height: 75px;

    width: 75px;

}

.post-description p {

    line-height: 1.8em;

    margin-top: 0;

}



/*=======================

	Footer CSS

=========================*/ 

#footer {

    color: #fff;

    position: fixed;

    bottom: 0;

    padding: 1rem;

}



#footer p {

    padding: 0.5rem 1rem 1rem 1rem;

}



#social a {

    display: inline-block;

    font-size: 1.75rem;

    padding: 0 1rem;

}



#social a.linkedin {

    padding: 0 0;

}