@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}

html {
    font-family: 'lato', sans-serif;
}
.bkg_wrap {
    width: 100%;
    height: 0 auto;
    margin: 0 auto;
}
.header_inset {
	width:70%;
	height: 680px;
	margin:0 auto;	
}
nav {
	width: 100%;
	height: 50px;
	background: rgba(0,37,57,.70);
	position: fixed;
    z-index:3;
}
.menu {
    padding-right:5%;
    
}

.nav_underline {
	width: 100%;
	height: 2px;
	background: rgb(0, 178, 226);
	clear: both;
		
}
ul li {
    font-family: 'lato', 'bebas-neue', sans-serif;
	line-height: 50px;
	display: inline-block;
	padding: 0 40px;
	font-weight:400;
    letter-spacing: 2px;
    float: right;
}
a {
	color:#ccc;
	text-decoration: none;
}
a:hover{
	color: rgb(0, 178, 226);
	text-decoration: none;
	font-weight:500;
	
}

header {
	width: 100%;
	height: 40%;
    background-image: url(../img/header_img_blur.jpg);
    background-size:cover;
    background-position:center;
    background-attachment: fixed;
}
/*//////////////////////This is My Logo//////////////////////////*/
header img {
    width: 15%;
    margin: 80px 42.5% 3% 42.5%;
}
h1 {
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 100;
    font-stretch: 2em;
    font-size: 4.1em;
    color:#fff;
    line-height: 60px;
}


.headline h2 {
    text-align: center;
    font-family: 'bebas-neue', sans-serief;
    color: #fff;
    text-shadow: .02em .02em #000, .03em .03em #0099cc, .04em .04em #0099cc, .05em .05em #0099cc, .06em .06em #0099cc;
    letter-spacing: 2px;
    font-size: 6em;
    font-weight:600;
}
h3 {
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 100;
    font-stretch: 1em;
    font-size: 1.9em;
    color:#fff;
    line-height: 50px;
}
#about_cta_btn {
    font-family: 'lato', sans-serief;
    color: #fff;
    font-weight: 100;
    font-size: 2.5em;
    text-align: center;
    padding: 1%;
    letter-spacing:.1rem;
    border: 2px solid #fff;
    width: 230px;
    height: 40px;
    margin:50px auto;
    line-height: 40px;
}

#services {
    width: 100%;
    height:30%;
    background-color:-webkit-linear-gradient(right, #999, #222);
}
.services_inset {
    width: 78%;
    height: 320px;
    min-height: 20vmax;
    margin: 4% auto;
}
#services h1 {
    font-family: 'lato', sans-serief;
    font-weight:200;
    color:#071c2c;
    font-size: 3.5em;
    text-align: center; 
}
.icons img {
    width: 10vmax;
    margin: 0 auto;
    padding: 5% 7.9vmax;
}

#about {
    width: 100%;
    height:604px;
    background-color: rgb(222, 222, 222);
    background-repeat: no-repeat;
}
#about .about_bkg {
    background-image:url(../img/about_bkg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
     
}
.about_inset {
    width: 70%;
    height:630px;
    margin: 4% auto;
}
#about .about_inset h1 {
    color: #071c2c;
    padding-top: 4%;
    font-weight:200;
    font-size: 3.5rem;
    
}
#about h1 {
    background-color: rgb(222, 222, 222);
    width: 350px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.headline_rule {
    border-bottom: 2px solid rgb(0, 178, 226);
    width: 90%;
    margin: -10px auto;
    position: inherit;
}
.quote_contain {
    margin: 0 auto;
    width:55%
        
}
blockquote {
    font-family: 'bebas-neue', serif;
    font-size: 2.7rem;
    font-style: italic;
    margin: 5% -8px 5% 0%;
    padding: 0.35em 40px;
    position: relative;
    color: rgb(0, 37, 57);
    text-align: center;
}
.headshot {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-image: url(../img/doug.jpg);
    background-position: center;
    background-size:contain;
    float: left;
    margin: 5% 2% 2% 4.5%;  
}
.inner_circle {
    width: 220px;
    height: 220px;
    border-radius: 200px;
    background-position: center;
    background-color: rgb(222, 222, 222);
    margin: 1.6% 5% 1% 1.8%;
    float: left;
}
.circular_border {
    width: 228px;
    height: 228px;
    border-radius: 200px;
    background-position: center;
    background-color: rgb(0, 178, 226);
    float: left;
    
}
.about_text {
    font-family: 'lato', sans-serief;
    line-height: 150%;
    font-weight:400;
    color: rgb(0, 37, 57);
    width: 40%;
    height: 20%;
    float: left;
    margin: 0 4.4%;
    text-align:left; 
 }
.infographic {
    width: 20%;
    height: auto;
    background-repeat: no-repeat;
    float: left;
}
#resume_cta_btn {
    font-family: 'lato', sans-serief;
    color: rgb(0, 37, 57);
    font-weight: 100;
    font-size: 2.5em;
    padding: 1%;
    letter-spacing:.1rem;
    border: 2px solid rgb(0, 37, 57);
    width: 165px;
    margin:0 auto;
    line-height: 40px;
    clear:both;
}
#resume_cta_btn .resume_btn p .resume_txt {
    color: rgb(0, 37, 57);
}
#resume_cta_btn a {
    width: 100%;
    height: 100%;
}
.bottom_rule {
    background-color: #fff;
    width: 100%;
    height: 1%;
    margin-top: 18%;
}
#portfolio {
    width: 100%;
    height: 900px;
    background-color: rgb(777, 777, 444);
}
.portfolio_contain{
    width: 90%;
    height: 50%;
    margin: 2% auto;
}
#portfolio h1 {
    font-family: 'lato', sans-serief;
    font-weight:200;
    color:#071c2c;
    font-size: 3.5em;
    text-align: center;
    margin: 2% auto;
}

.port_headline {
    padding-top: 2%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/*#portfolio .galleria { 
    width: 100%; 
    height: 90%; 
    background: #000; 
}*/
#contact {
    width: 100%;
    height:830px;
    background-image:url(../img/contact_bkg.jpg);
    background-color: rgb(222, 444, 222);
    background-size: cover;
    background-position: center;
}
contact_container {
    margin: 0 auto;
    
}
.contact_inset {
    width: 70%;
    margin: 0 auto;
}
#contact h1 {
    margin: 4% auto;
    padding-top: 7.5%;
}
#contact .bottom_quote blockquote {
    font-family: 'bebas-neue', serif;
    font-size: 3rem;
    color: #fff;
    font-style: italic;
    margin: 5% auto 5% auto;
    padding: 0.35em 40px;
}

#contact >.bottom_quote::before >blockquote {
    
    content: "\201C";
    font-size: 4em;
    position: absolute;
    left:-35px;
    top: -44px;
    color: rgb(0, 178, 226);
}
.input_section {
    margin: 0 auto;
}
form input {
    margin: 0 auto;
    width: 41.8%;
    padding: 1em;
    border: 1px solid #CCC;
}
form div + div {
    margin-top: 1%;
}
label {
    display: inline-block;
    width: 25%;
    text-align: right;
    color: #fff;
    font-weight: 200;
}
input textarea p {
    font: 1em;
    width: 65%;
    color: #fff;
}
input:focus, textarea:focus {
    border-color: rgb(0, 178, 226);
}
textarea {
    vertical-align: top;
    height: 7.5em;
    width: 43.1%;
    resize: vertical;
}
.button {
    padding-right:1%;
}
button {
    margin-left:56.1%;
    padding:1.5em;
    width: 7%; 
}
.closing_text p {
    color: #fff;
    margin: 0 auto;
    width: 50%;
    font-weight: 200;
    line-height: 150%;
}
h4 {
    color: #fff;
    margin-left: 25%;
    font-weight: 200;
    margin-bottom: 2%;
}

footer {
    width: 100%;
    height:95px;
    background-color:#000; 
}
.footer_contain{
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.copyright p{
    font-family: 'lato', sans-serief;
	color: #fff;	
	line-height: 95px;
	font-size: 1.2rem;
    font-weight:200;
    letter-spacing: 1px;
}
footer .social_icons img {
    width: 3.5%;
    margin-top: .7%;
    float: right; 
    padding: 20px .7%;
}

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }


.callbacks_nav {
  position: absolute;
  -webkit-tap-hightlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: url("../img/themes.gif") no-repeat scroll left top transparent;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

/*/////////////////////////////////// MOBILE ////////////////////////////////////*/
@media only screen and (max-width: 767px) and (orientation: portrait) {

    .header_inset {
	width:70%;
	height: auto;
	margin: auto;	
}
nav {
	width: 100%;
	height: 50px;
	background: rgba(0,37,57,.70);
	position: fixed;
    z-index:1;
}
.menu {
    text-align: center;
}

.nav_underline {
	width: 100%;
	height: 2px;
	background: rgb(0, 178, 226);
	clear: both;
		
}
ul li {
    font-family: 'lato', 'bebas-neue', sans-serif;
	line-height: 50px;
	display: inline-block;
	padding: 0 21px;
	font-weight:400;
    letter-spacing: 1px;
}
a {
	color:#fff;
	text-decoration: none;
}
a:hover{
	color: rgb(0, 178, 226);
	text-decoration: none;
	font-weight:500;
	
}
    header img {
    width: 40%;
    margin:31% 0 3% 31.5%; 
    
}
h1 {
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 100;
    font-stretch: 2em;
    font-size: 1.9em;
    color:#fff;
    line-height: 60px;
}


.headline h2 {
    text-align: center;
    font-family: 'bebas-neue', sans-serief;
    color: #fff;
    text-shadow: .02em .02em #000, .03em .03em #0099cc, .04em .04em #0099cc, .05em .05em #0099cc, .06em .06em #0099cc;
    letter-spacing: 2px;
    font-size: 5em;
    font-weight:600;
}
h3 {
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 100;
    font-stretch: 1em;
    font-size: 1em;
    color:#fff;
    line-height: 50px;
}
    
    #services {
    width: 100%;
    height:30%;
    background-color:-webkit-linear-gradient(right, #999, #222);
}
.services_inset {
    width: 100%;
    min-height: 20vmax;
    margin: 0 auto;
    
}
#services h1 {
    font-family: 'lato', sans-serief;
    font-weight:200;
    color:#071c2c;
    font-size: 3.5em;
    text-align: center; 
}
.icons img {
    width: 10vmax;
    margin: 0 auto;
    padding: 10% 1.5vmax;
}

    /*///////////////ABOUT ME/////////////////////////////*/
    #about {
    width: 100%;
    height:604px;
    background-color: rgb(222, 222, 222);
    background-repeat: no-repeat;
}
#about .about_bkg {
    background-image:url(../img/about_bkg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
     
}
.about_inset {
    width: 70%;
    margin: 4% auto;
}
#about .about_inset h1 {
    color: #071c2c;
    padding-top: 4%;
    font-weight:200;
    font-size: 3.5rem;
    
}
#about h1 {
    background-color: rgb(222, 222, 222);
    width: 350px;
    height: 90px;
    margin: 5% auto;
    position: relative;
}


.quote_contain {
    margin: 0 auto;
    width:55%
        
}
blockquote {
    font-size: 2rem;
    font-style: italic;
    margin: 15% -65%;
    position: relative;
    color: rgb(0, 37, 57);
    text-align: center;
}
.headshot {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-image: url(../img/doug.jpg);
    background-position: center;
    background-size:contain;
    float: left;
    margin: 5% 2% 2% 4.5%;  
}
.inner_circle {
    width: 220px;
    height: 220px;
    border-radius: 200px;
    background-position: center;
    background-color: rgb(222, 222, 222);
    margin: 1.6% 5% 1% 1.8%;
    float: left;
}
.circular_border {
    width: 228px;
    height: 228px;
    border-radius: 200px;
    background-position: center;
    background-color: rgb(0, 178, 226);
    margin: 0% 5% 1% 10%;
    float: left;
    
}
.about_text {
    font-family: 'lato', sans-serief;
    font-size: 1em;
    line-height: 150%;
    font-weight:400;
    color: rgb(0, 37, 57);
    width: 119%;
    clear: both;
    margin: 8% 0% 8.5% -6.5%;
    text-align:left; 
 }
.infographic {
    width: 65%;
    height: auto;
    background-repeat: no-repeat;
    margin: -3% 13px 17px;
}
#resume_cta_btn {
    font-family: 'lato', sans-serief;
    color: rgb(0, 37, 57);
    font-weight: 100;
    font-size: 2.5em;
    padding: 1%;
    letter-spacing:.1rem;
    border: 2px solid rgb(0, 37, 57);
    width: 165px;
    margin:0 auto;
    line-height: 40px;
    clear:both;
}
#resume_cta_btn .resume_btn p .resume_txt {
    color: rgb(0, 37, 57);
}
#resume_cta_btn a {
    width: 100%;
    height: 100:
}
    #portfolio {
    width: 100%;
    height:496px;
    background-color: rgb(777, 777, 444);
}
.portfolio_contain{
    width: 90%;
    height: 50%;
    margin: 85% auto;
}
#portfolio h1 {
    font-family: 'lato', sans-serief;
    font-weight:200;
    color:#071c2c;
    font-size: 3.5em;
    text-align: center;
    margin: 2% auto;
}

.port_headline {
    padding-top: 2%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  padding: 39% 0 0 0;
  }
    .callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }


.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 75%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
    #contact {
    width: 100%;
    height:880px;
    background-image:url(../img/contact_bkg.jpg);
    background-color: rgb(222, 444, 222);
    background-size: cover;
    background-position: center;
}
contact_container {
    margin: 0 auto;
    
}
.contact_inset {
    width: 90%;
    margin: 0 auto;
}
#contact h1 {
    margin: 4% auto;
    padding-top: 3%;
}
#contact .bottom_quote blockquote {
    font-family: 'bebas-neue', serif;
    font-size: 3rem;
    color: #fff;
    font-style: italic;
    margin: 5% auto 5% auto;
    padding: 0.35em 40px;
}

#contact >.bottom_quote::before >blockquote {
    
    content: "\201C";
    font-size: 4em;
    position: absolute;
    left:-35px;
    top: -44px;
    color: rgb(0, 178, 226);
}
.closing_text {
    width: 100%;
}
.input_section {
    margin: 0 auto;
}
form input {
    margin: 0 auto;
    width: 58%;
    padding: 1em;
    border: 1px solid #CCC;
}
form div + div {
    margin-top: 1%;
}
label {
    display: inline-block;
    width: 20%;
    text-align: right;
    color: #fff;
    font-weight: 200;
}
input textarea p {
    font: 1em;
    width: 65%;
    color: #fff;
}
input:focus, textarea:focus {
    border-color: rgb(0, 178, 226);
}
textarea {
    vertical-align: top;
    height: 7.5em;
    width: 63.5%;
    resize: vertical;
}
.button {
    padding-right:1%;
}
button {
    margin-left:73%;
    padding:.5em;
}
.closing_text p {
    color: #fff;
    margin: 0 auto;
    width: 50%;
    font-weight: 200;
    line-height: 150%;
}

footer {
    width: 100%;
    height:95px;
    background-color:#000; 
}
.footer_contain{
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.copyright p{
    font-family: 'lato', sans-serief;
	color: #fff;	
	line-height: 95px;
	font-size: 1.2rem;
    font-weight:200;
    letter-spacing: 1px;
}
footer .social_icons img {
    width: 12%;
    margin-top:10%;
    display: inline;
    padding: 0 1%;
}

/*//////////////////////////////////Widescreen break/////////////////////////////////*/

@media only screen and (max-width: 2280px) and (orientation: portrait) {
    
    #services {
    width: 100%;
    height:30%;
    background-color:-webkit-linear-gradient(right, #999, #222);
}
.services_inset {
    width: 78%;
    min-height: 15vmax;
    margin: 4% auto;
}
#services h1 {
    font-family: 'lato', sans-serief;
    font-weight:200;
    color:#071c2c;
    font-size: 3.5em;
    text-align: center; 
}
.flip{
        display:flex;
        flex-direction: column;
		width: 15%;
		height: 425px;
		margin: 0 auto;
		float: left;
        padding: 5% 162.5px;
	}
	.flip > .front{
        flex: 1;
		position: absolute;
		-webkit-transform: perspective(600px) rotateY(180deg);
		transform: perspective(600px) rotateY(0deg);
		background: #fff; 
		min-width:15%;
		min-height:425px;
		backface-visibility:hidden;
		transition: -webkit-transform .8s linear 0s;
		transition: transform .9s linear 0s;
	}
	.flip > .back{
        flex: 1;
		position: absolute;
		-webkit-transform: perspective(600px) rotateY(180deg);
		transform: perspective(600px) rotateY(180deg);
		background: #ccc; 
		min-width:15%;
		min-height:425px;
		backface-visibility:hidden;
		transition: -webkit-transform .8s linear 0s;
		transition: transform .9s linear 0s;
	}
	
	.flip:hover > .front {
		-webkit-transform: perspective(600px) rotateY(-180deg);
		transform: perspective(600px) rotateY(-180deg);	
	}
	.flip:hover > .back {
		-webkit-transform: perspective(600px) rotateY(-180deg);
		transform: perspective(600px) rotateY(0deg);	
	}
	.flip img {
		width: 70%;
		padding: 15%;	
	}
    /*.ul_contain{
        width:60%;
        height:200px;
        line-height: 2rem;
        text-align: justify;
        margin: 0 auto;
    }
	.back h1  {
		text-align: center;
		color: #fff;
        padding: 7% 0;
	}
	.cta_back {
		width: 200px;
		min-height:50px;
		border-color: 2px, solid, #00b2e2;
		text-align: center;
		font-family: 'lato', sans-serief;
		font-weight: 400;
		font-size: 1.5rem;
		color: #fff;	
		margin: 0 auto;
	}*/

    
}