@import url('reset.css');
@import url('basic.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import 'https://fonts.googleapis.com/css?family=Orbitron';
@import url('https://fonts.googleapis.com/css?family=Cutive+Mono|Inconsolata|Lekton|Source+Code+Pro');



/* ********************************************************** */
/* ********************** TEXT STYLES *********************** */

h1{font-family: 'Orbitron', 'Open Sans Condensed', Helvetica, sans-serif; font-size: 1.8em; text-transform: uppercase; margin-top: 0; margin-bottom: 5px; color: #FFFFFF;}

h1.black{color: #000;}

h2{font-family: 'Orbitron', 'Open Sans Condensed', Helvetica, sans-serif; font-size: 1.5em; margin-top: 0;  margin-bottom: 10px; text-transform: uppercase;}

p { font-family: Helvetica Neue, Helvetica, sans-serif; line-height: 1.5em; font-weight: 300; font-size: 1.1em; letter-spacing: .05rem; max-width:  90%; margin-top: 12px; color: #fff;}

@media screen and (max-width: 650px) {
	}
	 
	
/* ********************************************************** */
/* *********************** HEADER *************************** */

header{
width: 100%;
margin-bottom: 0px;
border-bottom: solid 2px #ff5722;
background: white;
}

header img {
height: 50px;
padding-top: 10px;
margin-left: 10px;
display: inline-block;
}

h1#title{
font-family: 'Open Sans Condensed', 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 300;
margin-top: -25px;
margin-bottom: 20px;
margin-left: 5px;
font-size: 2.2em;
line-height: 36px;
color: #264252;
display: inline-block;
text-transform: uppercase;
letter-spacing: normal;
vertical-align: text-top;
}

header .btn.orange{
color:#eee;
background:#ff5722;
border: none;
width: 50px;
position: absolute;
right: 80px;
top: 20px;
margin-top: 0;
padding: 10px 20px;
}

header .btn.orange:hover {
background:#ddd;
color:#ff5722;
border: none;
}

@media screen and (max-width: 690px) {
header img {
height: 30px;
}

h1#title{
font-size: 1.8em;
line-height: 36px;
margin-top: -15px;
margin-bottom: 0;
}

header .btn.orange{
top: 0;
right:0;
height: 100%;
width: 80px;
margin-top: 0;
padding: 12px 10px;
font-size: 1em;
}
}

@media screen and (max-width: 550px) {
	header{
		height: 90px;
		text-align: center;
	}
	
header img {
height: 30px;

}

h1#title{
font-size: 1.4em;
line-height: 30px;
margin-top: -15px;
margin-bottom: 0;
}

header .btn.orange{
top: 50px;
right:0;
height: 100%;
width: 100%;
margin-top: 0;
padding: 12px 10px;
font-size: 1em;
}
}


/* ********************************************************** */
/* ******************** BASIC CONTENT *********************** */

.center{
margin: auto;
}

.btn.orange{
color:#eee;
background:#ff5722;
border: none;

}

.btn.orange:hover {
background:#ddd;
color:#ff5722;
border: none;
}

.btn.blue {
background:#264252;
color:#EEE;
border: none;
}

.btn.blue:hover {
background:#eee;
color:#264252;
border: none;
}

.btn.ltBlue {
background: #58818C;
background:#3E6A81;
color:#EEE;
border: none;
}

.btn.ltBlue:hover {
background:#eee;
color:#264252;
border: none;
}

.btn.grey {
background: #aaa;
color:#EEE;
border: none;
}

.btn.grey:hover {
background:#eee;
color:#aaa;
border: none;
}

.basicTextContent{
width: 100%;
padding: 60px 0;
color: #ccc;
min-height: 350px;
background: #808080;
}

.basicContentContainer {
width: 92%;
display: block;
margin-left: 6%;
}

.rightContentContainer {
width: 55%;
display: inline-block;
padding-top: 10px;
vertical-align: top;
}

.noLeftContent{
margin-left: 45%;
}

.leftContentContainer {
width: 40%;
margin-left: 3%;
display: inline-block;
text-align: center;
vertical-align: top;
}

.leftContentContainer img{
max-width: 80%;
max-height: 400px;
position: relative;
margin: 60px 10%;
}

.fullContentContainer {
width: 95%;
display: inline-block;
margin-left: 5%;
}

.edgeToEdge{
width: 100%;
margin: 0;
margin-top: -10px;
}

.cover{
width: 100%;
}

.fullContentContainer a h2{
color: #333;
}

.fullContentContainer a h2:hover{
color: #000;
}

.centeredContent { text-align: center; width: 100%; }

@media screen and (max-width: 1150px) { 
	.rightContentContainer { width:60%;}
	.noLeftContent { margin-left:39%;}
	.leftContentContainer { width:35%;} 
}

@media screen and (max-width: 950px) { 
	.rightContentContainer { width:100%; margin-left:0; text-align: center;} 
	.rightContentContainer p{max-width:80%; margin: auto; margin-top: 30px;}
	.noLeftContent {margin-left: 0;}
	.leftContentContainer { width:100%; position: relative; margin-left: 0px;} 
}



/* ********************************************************** */
/* ************************ HERO **************************** */

#hero {
display: block;
width: 100%;
background: url(../img/herobg.jpg);
color: #ede9dd;
color: #333;
border-bottom: solid 2px #ff5722;

/* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.bannerFull {width: 100%;}

#hero h1 {
font-size: 2.6em;
margin-top: 40px;
}

#hero p {
margin: 20px 10px 20px 60px;
width: 100%;
}

.gradBlack {
height: 100%;
padding-bottom: 40px;
background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.6),rgba(0,0,0,.6),rgba(0,0,0,.65),rgba(0,0,0,.7),rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.7),rgba(0,0,0,.7),rgba(0,0,0,.7),rgba(0,0,0,.6),rgba(0,0,0,.5),rgba(0,0,0,.1)); /*Safari 5.1-6*/
background: -o-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.6),rgba(0,0,0,.6),rgba(0,0,0,.65),rgba(0,0,0,.7),rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.7),rgba(0,0,0,.7),rgba(0,0,0,.7),rgba(0,0,0,.6),rgba(0,0,0,.5),rgba(0,0,0,.1)); /*Opera 11.1-12*/
background: -moz-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.6),rgba(0,0,0,.6),rgba(0,0,0,.65),rgba(0,0,0,.7),rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.7),rgba(0,0,0,.7),rgba(0,0,0,.7),rgba(0,0,0,.6),rgba(0,0,0,.5),rgba(0,0,0,.1)); /*Fx 3.6-15*/
background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.6),rgba(0,0,0,.6),rgba(0,0,0,.65),rgba(0,0,0,.7),rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.75),rgba(0,0,0,.7),rgba(0,0,0,.7),rgba(0,0,0,.7),rgba(0,0,0,.6),rgba(0,0,0,.5),rgba(0,0,0,.1)); /*Standard*/
}

@media screen and (max-width: 950px) { 
	.gradBlack {margin-top: -15px;}
	#hero h1 {font-size: 2.2em;}
}

/* ********************************************************** */
/* ********************* CONTENT ONE ************************ */

#contentOne{
width: 100%;
padding: 10px 0;
color: #333;
min-height: 350px;
background: #FDFDFD;
/* background-image: url(../img/gallery/custombanner_bg.jpg);
background-size: cover; */
border-bottom: solid 2px #ff5722;
}


/* ********************************************************** */
/* ********************* CONTENT TWO *********************** */

#contentTwo{
width: 100%;
padding: 60px 0 50px 0;
color: #ccc;
min-height: 320px;
background: #264252;

}

/* ********************************************************** */
/* ************************ POP UP ************************** */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  height: 100vh;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 500ms ease-in-out;
  height: auto;
  max-height: 80vh;
}


.popup p{
color: black;
font-family: 'Cutive Mono', 'Inconsolata';
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 75vh;
  overflow: auto;
}

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

  .popup{
    width: 80%;
  }
}


/* ********************************************************** */
/* *********************** FOOTER *************************** */

footer{
width: 100%;
min-height: 250px;
margin-top: 0;
background: url(../img/footerbg.jpg);
background-size: cover;
background-position: bottom;
padding: 40px 0 30px 0;
color: #444;
border-top: solid 2px #aaa;
}

footer p{
color: #444;
font-size: 1em;
margin-left: 20px;
}

footer h1{
text-align: center;
}

input[type="text"], textarea {
    width: 70%;
    height: 37px;
    background-color: rgba(0,0,0,0.5);
	color: white;
    position: relative;
    margin: 0px 0px 0px 12%;
    border: 0;
    outline: 0;
    padding-left: 10px;
	font-weight: 200;
}

.form_label {
    color: #656565;
    font-size: 1em;
    padding: 12px 0px 0px 12%;
	clear: both;
	margin-bottom: 5px;
}

button, input[type="submit"] {
text-decoration: none;
background: #aaa;
color:#eee;
width: 140px;
display: block;
padding: .60em 2.7em;
text-align: center;
font-weight: 200;
border: none;
margin: 20px auto 10px;
cursor: pointer;
font-size: 1.1em;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus
{
background:#ddd;
color:#888;
border: none;
text-decoration: none;
outline: none;
}

button:active, input[type="submit"]:active
{
}

.disabled {
	opacity: 0.4;
}

.disabled:hover, .disabled:focus {
	-webkit-animation: none;
	animation: none;
}

@media screen and (max-width: 950px) { 
input[type="text"], textarea {
    margin-left: 0;
}
.form_label {
    padding-left:0;
}
h1#contact{
margin-top: 40px;
}
footer p{
max-width: 68%;
margin-left: 14%;
}
}


/* ********************************************************** */
/* ******************** SOCIAL MEDIA ************************ */

footer .social {
	text-align: center;
	margin-bottom: 25px;
	margin-left: -10px;
}

footer .social li {
	list-style: none;
	display: inline-block;
	margin: 20px 10px;
}

footer .social li a{
	color: white;
}

.facebook {
	background: #3d5b99;
	padding: 9px 13px;
	border-radius: 50%;
	display: block;
}

.twitter {
	background:  #00aced;
	padding: 9px 10px;
	border-radius: 50%;
	display: block;
}

.goodreads {
	background:  #865927;
	padding: 7px 7px;
	border-radius: 50%;
	display: block;
	margin: 0!important;
}

.goodreads img{
vertical-align: middle;
display: inline;
height: 20px;
margin: 0 !important;
}

.dribbble {
	background: #ea4c89;
	padding: 8px 8px;
	border-radius: 50%;
}

.instagram {
	background:#3F3E3E;
	padding: 8px 8px;
	border-radius: 50%;
}

.vimeo {
	background: #735675;
	padding: 8px 9px;
	border-radius: 50%;
}

.linkedin {
	background: #1884bb;
	padding: 8px 10px;
	border-radius: 50%;
}

.youtube {
	background: #d73d32;
	padding: 8px 11px 8px 11px;
	border-radius: 50%;
}

.google {
	background: #d73d32;
	padding: 8px 8px 8px 10px;
	border-radius: 50%;
}

.google:hover, .youtube:hover, .linkedin:hover, .vimeo:hover, .instagram:hover, .dribbble:hover, .facebook:hover, .twitter:hover, .goodreads:hover {
	cursor: arrow;
	background: black;
}


/* ********************************************************** */
/* ********************* SUB FOOTER ************************* */

#subFooter{
width: 100%;
min-height: 30px;
margin-top: 0;
background: #264252;
padding: 16px 0 10px 0;
color: #ccc;
border-top: solid 2px #aaa;
text-align: center;
}

#subFooter li {
	list-style: none;
	display: inline-block;
	margin: 0px 5%;
}

#subFooter li a{
color: #ccc;
}

#subFooter li a:hover{
color: #eee;
}

#subFooter p{
	font-size: 11px;
	margin-left: 20px;color: #8C929E
}

@media screen and (max-width: 600px) { 
#subFooter li {
	margin: 0px 2%;
	font-size: .7em;
}
}
