html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
	font-family: 'Roboto', sans-serif;
}

body{
	background-color: #f2f1ef;
    overflow-x: hidden;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.ccm-page h1 	{
	color:#414042;
	font-size:72px;
	text-align:left;
	margin: 0;
	padding-bottom: 15px;
	line-height: 76px;
	font-weight: 700;
}

.ccm-page h2 	{
	color:#414042;
	font-size:48px;
	text-align:left;
	margin: 0;
	padding-bottom: 15px;
	line-height: 52px;
	font-weight: 700;
}

.ccm-page h3 	{
	color:#6abd45;
	font-size:36px;
	text-align:left;
	margin: 0;
	padding-bottom: 15px;
	line-height: 40px;
	font-weight: 700;
}

.ccm-page h4, h4.item-header{
	color: #1fa9e1 !important;
}

.ccm-page p 	{
    font-weight: 300;
	color: #414042 !important;
	font-size: 16px;
	text-align: left;
	margin: 0;
	line-height: 24px;
}

span.medium{
    font-weight: 500;
}

span.medium-green{
    font-weight: 500;
    color: #6abd45;
}

.jumbotron{
    background-position: center center;
  	background-size: cover;
  	background-image: url('../img/jumbotron-bgrd.jpg');
	height: 500px;
}

.image-overlay{
 display: flex;
  align-items: center;
  justify-content: center;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

#hhh{
  z-index: 10;
}

.cover{
	height: 100%;
	width: auto;
}

.logo{
	position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
}

.logo img{
	height: 30px;
	width: auto;
	margin: 15px 10px 0px 10px;
}

.jumbotron .image-overlay .title{
	position: absolute;
    	top: 125px;
    	left: 40px;
    	width: 70%;
    	background-color: rgba(255, 255, 255, 0.7);
    	padding: 10px;
}

.jumbotron .image-overlay .title h1{
    font-size: 36px;
    line-height: 36px;
    color: #000;
    text-shadow: 0px 0px 20px #fff;
}

.jumbotron .image-overlay .title p{
    color: #000;
    text-shadow: 0px 0px 20px #fff;
}




/*   ---   navigation   ---   */
/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    padding-right: 0;
}

#layout.active #menu {
    right: 150px;
    width: 200px;
}

#layout.active .menu-link {
    right: 200px;
}
    
/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
    margin-right: -150px; /* "#menu" width */
    width: 150px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10; /* so the menu or its navicon stays above all content */
    background: rgba(0,0,0,0.7);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
    /*
    All anchors inside the menu should be styled like this.
    */
#menu a {
	color: #fff;
    border: transparent;
    text-align: center;
    padding: 1em 0em 1em 0em;
}

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
#menu .pure-menu,
#menu .pure-menu ul {
    border: none;
    background: transparent;
}

    /*
    Add that light border to separate items into groups.
    */
#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
    border-top: 0px solid #333;
}
        /*
        Change color of the anchor links on hover/focus.
        */
#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus {
    background: rgba(0,0,0,0.6);
    color: #fff;
}

    /*
    This styles the selected menu item `<li>`.
    */
#menu .pure-menu-selected,
#menu .pure-menu-heading {
    background: rgba(0,0,0,0.6);
}
        /*
        This styles a link within a selected menu item `<li>`.
        */
#menu .pure-menu-selected a {
    color: #fff;
}

    /*
    This styles the menu heading.
    */
#menu .pure-menu-heading {
    font-size: 110%;
    color: #fff;
    margin: 0;
}

#menu a.pure-menu-link.selected{
    color: #1ca6df;
}


/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    position: fixed;
    display: block; /* show this only on small screens */
    top: 0;
    right: 0; /* "#menu width" */
    background: #000;
    background: transparent;
    font-size: 14px; /* change this value to increase/decrease button size */
    z-index: 10;
    width: 2em;
    height: auto;
    padding: 2.1em 1.6em;
    background-color: rgba(200, 54, 54, 0);
}

.menu-link:hover,
.menu-link:focus {
    background-color: rgba(200, 54, 54, 0);
}

.menu-link span {
    position: relative;
    display: block;
}

.menu-link span,
.menu-link span:before,
.menu-link span:after {
    background-color: #fff;
    width: 100%;
    height: 0.2em;
}

.menu-link span:before,
.menu-link span:after {
    position: absolute;
    margin-top: -0.6em;
    content: " ";
}

.menu-link span:after {
    margin-top: 0.6em;
}
/*   ---   Hides Menu   ---*/

@media (max-width: 48em) {
    /* Only apply this when the window is small. Otherwise, the following
    case results in extra padding on the left:
        * Make the window small.
        * Tap the menu to trigger the active state.
        * Make the window large again.
    */
#layout.active {
    position: relative;
}
}


/*   ---   HOMEPAGE   ---   */

.intro{
	height: 100%;
	background: linear-gradient(180deg, #f2f1ef 50%,#0e76bc 50%);
	padding-top: 30px;
}

.intro_blank{
	height: 100%;
	padding-top: 60px;
}


.intro-text{
	background-color: #fff;
	padding: 50px 20px;
}

.info-box-item-content-content a{
text-decoration: none;
font-weight: 700;
color: #414042;
}

.portfolio{
	background-color: #0075bc;
	padding: 30px 50px 80px 50px;
}

.qualities{
	padding: 20px 20px 50px 20px;
}

.portrait{
    width: 100%;
}

.portrait img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: -50px;
}

.services{
	background-color: #575450;
	padding: 50px 0px;
}

.services h2{
	color: #fff;
	text-align: center;
    margin: 0 20px 50px 20px;
}

.service{
    margin-bottom: 50px;
    padding: 0px 50px;
}

.service-icon{
    margin: 0 auto;
    width: 100%;
    height: 100px;
    display: block;
    margin-bottom: 20px;
}

.services p{
    color: #fff !important;
}

.testimonials{
	padding: 50px 0px;
}

.testimonials h2{
	text-align: center;
}

/*   ---   FOOTER   ---   */

.footer-background{
	padding: 20px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size:12px;
	text-align:center;
	margin: 0;
	font-weight: 300;
}

.footer-background{
	background-color: #373636;;
}

footer a{
	color:#f2f1ef;
}

footer a:hover{
	color: #1ca6df;
}

.contact{
    background-color: #575450;
    padding: 50px 20px;
}

.contact h2, .contact p, .contact a{
    color: #fff !important;
}

.contact a:hover{
    color: #fff;
}

.contact-info{
    border-right: 0px solid #fff;
    padding-right: 0px;
}

.contact-info a{
	text-decoration: none;
}

.contact-info a:hover{
	text-decoration: underline;
	color: #1ca6df !important;
}

.contact form{
	padding: 50px 0px 0px 0px;
}

.ccm-page .control-label{
	color: #fff;
	font-weight: 300 !important;
}

.text-muted {
	font-weight: 300 !important;
}

.form-control{
	height: 35px;
	border-radius: 5px;
	width: 100%;
}

#Question12{
	height: 80px;
	border-radius: 5px;
}

.btn-primary{
	border-radius: 5px;
	padding: 10px 40px;
	text-transform: uppercase;
}


.verticalListItem{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.verticalItemImage{
    float: left;
    margin-right: 10px;
}

.verticalItemImage img{
    display: block;
    vertical-align: baseline;
}

.footer-logo{
    position: relative;
    width: 225px;
    height: auto;
    margin-top: 50px;
}

/*----Info Box Add-On----*/
.info-box-grid{
	padding: 0 !important;
}

/*-----------------MEDIUM media query----------------------------------------------------------------------------------------*/

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

.jumbotron{
    height: 500px;
}

.image-overlay{
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.cover{
    height: auto;
    width: 100%;
}

.jumbotron .image-overlay .title{
    top: 140px;
    left: 40px;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.5);
}


.jumbotron .image-overlay .title h1{
    font-size: 48px;
    line-height: 48px;
}

.intro-text{
	padding: 50px 80px;
}

.qualities{
    padding: 50px;
    position: relative;
}

.portrait{
    position: absolute;
    bottom: 0;
    left: -150px;
}

.portrait img{
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-info{
    border-right: 1px solid #fff;
    padding-right: 50px;
}

.contact form{
	padding: 0px 0px 0px 80px;
}

}

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

.jumbotron{
    height: 600px;
}

.image-overlay{
    height: 600px;
}

.jumbotron .image-overlay .title{
    top: 200px;
    width: 30%;
}

}


/*---------------LARGE media query----------------------------------------------------------------------------------------------*/
@media screen and (min-width: 64em) {

.jumbotron{
    height: 680px;
}

.image-overlay{
    height: 680px;
}

.jumbotron .image-overlay .title{
    top: 225px;
    left: 60px;
    width: 30%;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
}

.jumbotron .image-overlay .title h1{
    font-size: 60px;
    line-height: 60px;
}

.portrait{
    left: -100px;
}

}

@media screen and (min-width: 72em) {

.jumbotron{
    height: 750px;
}

.image-overlay{
    height: 750px;
}

.jumbotron .image-overlay .title{
    top: 250px;
}

}




/*-------------------X-LARGE media query----------------------------------------------------------------------------------------------*/
@media screen and (min-width: 80em) {

.jumbotron{
    height: 840px;
}

.image-overlay{
    height: 840px;
}

.jumbotron .image-overlay .title{
    top: 300px;
    left: 100px;
    width: 30%;
}

.portrait{
    left: -50px;
}
	

}



@media screen and (min-width: 100em) {
.jumbotron{
    height: 1000px;
}

.image-overlay{
    height: 1000px;
}

.jumbotron .image-overlay .title{
    top: 400px;
}

}