

 /*
 * Based on:
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Theme Name: Basic
 * URL: http://blacktie.co
 * Version: 1.0

 * Changes and redesign by Karen Fletcher
 * URL: http://karenfletcherdesign.com
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

* {
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
}
body {
	background: #fff;
	margin: 0;
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 15px;
}


h1{
  font-size: 40px;
}

h2{
  font-size: 35px;
}

p {
	padding: 0;
	margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .75px;
	color: #666;
	margin-top: 10px;
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.grid {display: grid;
			max-width: 1170px;
			grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
			justify-content: center;}
.flex {display: flex; flex-wrap: wrap;}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 40px; margin-bottom: 50px;}
.mtb1 {margin-top: 40px; margin-bottom: 20px;}
.mtb2 { margin-top: 85px; margin-bottom: 100px;}
.ptb {padding-top: 70px; padding-bottom: 80px;}
.ptb-half {padding-top: 35px; padding-bottom: 40px;}
.pb {padding-bottom: 20px;}
.video-container {
		position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
	}
.video-container iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border: none;
	}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #1abc9c;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

.btn-conf {
	border-radius: 7px;
	margin: 0  0  1rem 1rem;
	font-size: 1.55rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1rem 2rem 1rem 2rem;
	}

.btn-clear {
	background: transparent;
	color: white;
	border: 2px solid white;
}
.btn-clear:hover,
.btn-clear:active,
.btn-clear:focus{
	background: #4D4D4D;
	color: #ffffff;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

.nubutton:hover,
.nubutton:active,
.nubutton:focus{
	color: #4D4D4D;

}

.nubutton {
	background:rgba(0, 0, 0, 0);
	color: #ffffff;
	padding-top: 3rem;
	padding-right: 10rem;
	letter-spacing: 0.85px;
	padding-bottom: 4rem;
	padding-left: 10rem;
	font-size: 6rem;
	cursor: pointer;
	line-height: normal;
	margin: 0 0 0 0;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-appearance: none;
	font-weight: normal !important;
}


/* HEADER SECTION */
#h {
	background-color: #0095da;
	padding-top: 0em;
	min-height: 9em;
	width: 100%;
	color: white;

}

#h .logo {
	margin-top: 3em;
	margin-bottom: 3em;
	display: block;
}



/* GREY SECTION */
.g {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #e8e8e8;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:20px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 20px 0;
	font-size:2rem;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:22px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#0095da;
	background-color:rgba(0, 136, 198, .95);
	text-align:center;
}

/* CLIENTS */

.clients img {
	max-width: 8rem;
	max-height: 8rem;
	vertical-align: middle;
	opacity: 50%;

}

.clients .col-sm-2 {
	height: 100px;
	line-height: 100px;

}

/*Project Portfolio */

#por {
  padding-top: 20px;
	padding-bottom: 20px;
}

/* CONTACT SEPARATOR */
#sep {
	background-color: #0095da;
	padding-top: 50px;
	padding-bottom: 70px;
	min-height: 350px;
	width: 100%;
	color: white;

}

#sep h2 {
	margin-bottom: 30px;
}

#sep h3 {
	font-weight: 300;
	letter-spacing: 2px;
}

/* symbol Navigation */
.n {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #C4C4C4;
}

.n i {
	margin-right: .5em;
	margin-left: .5em;
	font-size: 3em;
}

.n a {
	color:#ffffff;
	text-decoration:none;
	border:none;
	outline: none;
}

.n a:link, a:visited, .hilite {
	color: #ffffff;
	text-decoration: none;
}

.n a:hover, a:focus {
	color: #4D4D4D;
	text-decoration: none;
}


/* CTA section*/

#cta {
	padding-top: 50px;
	padding-bottom: 75px;
	background-color: #ffffff;
	width: 100%;

}

#cta h3 {
	font-weight: 300;
	letter-spacing: 2px;
}

#cta .btn-clear {
	background: transparent;
	color: #0095da;
	border: 2px solid #0095da;

}

#cta .btn-clear:hover,
#cta .btn-clear:active,
#cta .btn-clear:focus {
	background: #0095da;
	color: #ffffff;
}

@media only screen and (max-width: 500px) {
  .btn-conf {
    margin: 0  0  1.5rem 0;
  }
}
