html, body {
	height: 100%;
}
body {
  background-image: url(../img/geo-pattern-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}


/* Color palette */

:root {
	--brownish-grey: #696969;
	--cool-grey: #95989a;
	--white: #ffffff;
	--tea: #76b197;
	--white-two: #ebebeb;
	--warm-grey: #828282;
	--denim: #3f5989;
	--warm-grey-two: #999999;
	--header-font-family: 'Roboto', Helvetica, sans-serif;
	--header-font-family: 'Roboto', Helvetica, sans-serif;
}

/* Text styles */

h1 {
	font-family: var(--header-font-family);
	font-size: 42px;
	color: #828282;
	color: var(--warm-grey);
}
h1.blue {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    color: #3f5989;
    text-shadow: 1px 1px #ebebeb;
}
h2 {
	font-family: var(--header-font-family);
	color: #696969;
	color: var(--brownish-grey);
	font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

h2.title {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #ffffff;
    line-height: 1.3em;
    text-shadow: 1px 1px #26385c;
}
h2.header {
    font-weight: 300;
    color: #fff;
    font-size: 55px;
    line-height: 70px;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.home-hero h2.header {
	font-weight: 700;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
.home .home-hero h2.header {
	font-weight: 700;
	text-shadow: 0 5px 2px rgba(0, 0, 0, 0.8);
}

h2.blue {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #3f5989;
    line-height: 1.3em;
    text-shadow: 1px 1px #ebebeb;
}
h2.white {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    line-height: 1.3em;
    text-shadow: 1px 1px #3f5989;
}
h3 {
	font-family: var(--header-font-family);
	font-size: 26px;
	color: #ffffff;
	color: var(--white);
}

h4 {
	font-family: var(--header-font-family);
	font-size: 24px;
	color: #828282;
	color: var(--warm-grey);
}

p {
	font-family: var(--header-font-family);
	font-size: 1.25em;
	line-height: 1.4em;
	color: #95989a;
	color: var(--cool-grey);
	font-weight: 300;
}
p.header {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
	line-height: 1.6em;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-shadow: 1px 1px #000;
	color: #fff;
}
.home-hero p.header {
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	text-transform: capitalize;
	font-size: 32px;
    line-height: 45px;
}
strong {
	color: #3f5989;
	font-weight: 700;
}
strong.header {
	color: #26385c;
    font-weight: 700;
    font-size: 1.6em;
    padding-bottom: 40px;
}
p.header strong {
	color: #5eb050;
	text-transform: uppercase;
	text-shadow: 1px 1px #26385c;
	-webkit-animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
    animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
}
.font-alt p,
.font-alt h2,
.font-alt li {
	color: #fff;
}
.seagreen {
	color: #76b197 !important;
}
/* Navbar Header */
.navbar {
	padding: 0;
	height: 80px;
}
.navbar-brand {
	padding-top: .5rem;
}
.header-scroll .navbar-brand {
	padding-top: 5px;
}
.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.navbar-nav .nav-item {
	padding: 0px;
    margin-bottom: 12px;
    border-bottom: 4px solid transparent;
}
.header-scroll .navbar-nav .nav-item {
	margin-bottom: -1px !important;
}
.navbar-nav .nav-link {
	font-size: 18px;
	color: #3f5989;
	color: var(--denim);
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    padding: 0;
}
.navbar-inverse .navbar-nav .nav-link {
	color: #3f5989;
	color: var(--denim);
	height: 100%;
    padding: 0 15px;
    height: 80px;
    padding-top: 30px; 
    min-width: 90px;
    text-align: center;
}
.navbar-nav .active,
.navbar-nav .nav-item:hover {
	border-bottom: 4px solid #76b197;
    background-color: rgba(235, 235, 235, .3);
    margin-bottom: 12px;
    -webkit-transition: linear .3s; /* Safari */
    transition: linear .3s;
}
.navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .active>.nav-link {
	font-weight: 700;
	color: #3f5989;
	color: var(--denim);
}

.navbar-nav .active>.nav-link:hover,
.navbar-inverse .navbar-nav .active>.nav-link:hover {
	color: #76b197;
	color: var(--tea);
}
.navbar-inverse .navbar-nav .nav-link:focus, 
.navbar-inverse .navbar-nav .nav-link:hover {
	color: #76b197;
	color: var(--tea);
}
.navbar-inverse .navbar-toggler {
	background: transparent; 
}
.navbar-toggler .icon-bar {
    color: #828282;
    background-color: #828282;
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
}
.navbar-inverse .navbar-toggler {
	border-color: var(--warm-grey-two);
	border-width: 0px;
	top: 22px;
}
.navbar-toggler,
.navbar-inverse .navbar-toggler {
	font-size: 30px;
	color: var(--warm-grey);
}
.navbar-toggler:hover,
.navbar-inverse .navbar-toggler:hover {
	color: var(--warm-grey-two);
}

img.logo {
	max-height: 80px;
}
.bg-inverse {
	background-color: rgba(255, 255, 255, 1) !important;
	box-shadow: 0 1px 5px rgba(0,0,0,.9);
}
.bg-white {
	background: #fff;
}

/* Home Page Sections */
.home-row {
	margin-top: 200px;
}
.home-hero {

}
.home-banner {
	background-color: #3f5989;
	background-color: var(--denim);
}
.font-white {
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
}
.font-banner {
	font-size: 30px;
	letter-spacing: 0px;
	color: var(--tea);
	color: #76b197;
	font-weight: 700;
	text-transform: capitalize;
}
/* Home-Panels */
.home-panels .panel {
	border: solid 2px #828282;
	box-shadow: 3px 3px #ebebeb;
	min-height: 360px;
	margin-bottom: 30px;
}
.home-panels .panel strong {
	display: block;
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
	font-size: 1.5em;
}
.home-panels .panel p {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
/* Buttons */
button, input, optgroup, select, textarea {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}
.btn {
	min-width: 200px;
    /* border-width: 13px;
    border-color: #5eb050;
    border-radius: 4px; */
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 1px 1px #95989a;
    margin-bottom: 20px;
}

.btn-default,
.btn-alt:hover {
	border-radius: 4px;
	background: #81dca8;
	color: #fff;
	padding: 15px 25px;
}
.btn-alt:hover {
	background: #26385c;
}
.btn-alt,
.btn-default:hover {
	border-radius: 4px;
	background: #3f5989;
	color: #fff;
	padding: 15px 25px;
}
.btn-default:hover {
	background: #26385c;
}
.btn-contact {
	width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5em;
}
.carousel,
.item {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.carousel-indicators {
	max-height: 25px;
	height: 6px;
}
.carousel-indicators .active {
	background-color: #76b197;
    background-color: var(--tea);
}
.solutions {
    background: #81dca8; /* url(../img/carlos-muza-84523-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    */
    max-height: 550px;
}
.newsletter {
	background-color: #ebebeb;
	background-color: var(--white-two);
}
.newsletter h2, 
.contact h3 {
	color: #3f5989;
	color: var(--denim);
}
.contact {
	margin-top: 100px;
}
.contact input,
.contact textarea {
	background-color: rgba(255, 255, 255, .2);
	border-width: 0px;
	border-bottom: 4px solid #81dca8;
    color: #fff;
    padding: 20px 10px;
    font-size: 1.6em;
    border-radius: 0px;
    width: 100%;
}

.contact-us input,
.contact-us textarea {
	
}
.contact-section {
	    /* The image used */
    background: #fff url(../img/defyne_atlanta_background.jpg);


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#contact .contact-map {
    float: left;
    width: 420px;
    height: 640px;
    border: 1px solid #eeeeee;
}
.footer-top {
	
}
.footer-top {
    /* The image used */
    background: #fff url(../img/defyne_atlanta_background.jpg);

    /* Set a specific height 
    height: 950px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer {
	background-color: #ebebeb;
	background-color: var(--white-two);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
.footer a {
	color: #828282;
}
.footer p {
	line-height: 20px;
}

.footer h5 {
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer small {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer-left {

}

.footer ul {
	list-style-type: none;
	margin-left: 0;
    padding-left: .25rem;
}
.footer ul li {
	color: #828282;
	font-size: 14px;
}
.footer-small-print {
	padding: 10px;
	background-color: #3f5989;
	background-color: var(--denim);
	color: #ebebeb;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
#myCarousel {
	height: 600px;
	background-color: #fff;
}
.carousel-indicators {
	top: 10px;
}
.carousel-caption {
	top: 130px;
	z-index: 99;
}

#search {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	}

#label label {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: 50px;
	height: 50px;
	font-size: 0;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 auto;
}
#input {
	pointer-events: none;
	transition: all 0.3s;
	opacity: 0;
	top: 0;
	height: 50px;
	z-index: 5;
	transition: linear .5s;
	-webkit-transition: linear .5s; /* Safari */
}
#input input {
	display: block;
	position: absolute;
	top: 0;
	right: 70px;
	width: 700px;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	border: none;
	background-color: rgba(255, 255, 255, .95);
	color: #3f5989;
	font-size: 40px;
	backface-visibility: none;
	border-radius: 0;
	transition: right 0;
	border: 1px solid #3a3a3a;
}

.form-control::-webkit-input-placeholder, 
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}
.form-control::placeholder {
	color:    #fff;
    opacity:  1;
}
.form-control:focus {
    color: #000;
    background-color: rgba(255,255,255,.5);
    border-color: #5cb3fd;
    outline: 0;
    caret-color: red;
}
#input input:focus {
	outline: none
}
#input.focus {
    pointer-events: all;
	z-index: 20;
    opacity: 1;
}
button.close {
	position: absolute;
	right: 80px;
	top: 37%;
	color: #3a3a3a;
	text-shadow: none;
	opacity: .9;
}
button.close:after {
    display: block;
	right: -22px;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top: 10px solid transparent;
	border-left: 10px solid #3a3a3a;
	border-bottom: 10px solid transparent;
	margin-top: -10px;
}
button.get-started {
	-webkit-animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
    animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
}

.blue-h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	color: #3f5989;
	color: var(--denim);
	line-height: 40px;
}
.grey-text {
	font-size: 24px;
	text-align: center;
	color: #696969;
	color: var(--brownish-grey);
	line-height: 32px;
}
.lead {
	color: #fff;
	font-size: 2rem;
	line-height: 2.25rem;
	text-shadow: 1px 1px 1px #000;
}
.lead span {
    background-color: rgba(0,0,0,.5);
    line-height: 3.25rem;
    padding: 6px;
}
.home-hero p.header span:not(.seagreen) {
    background-color: rgba(0,0,0,.33);
    line-height: 4rem;
    padding: 12px;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}


.jumbotron {
    background-size: cover;
    min-height: 600px;
}
.jumbotron .container {
	margin-top: 200px;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shading {
	height: 100%;
	width: 100%;
	background: #000;
}
.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-weight: 700;
  font-size: 22px;

}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (min-width: 300px) { 
	.force-mobile-full {
		margin-left: 0;
    	margin-right: 0;
	}
	.navbar-brand img {
	    padding-left: 20px;
	    margin-top: 12px;
    	max-width: 200px;
	}
	.header-scroll .navbar-brand img {
		margin-top: 0px;
	}
	.navbar-inverse .navbar-toggler {
	    top: 20px;
	}
	.header-scroll.navbar-inverse .navbar-toggler {
	    top: 1px;
	}
	.home-row {
	    margin-top: 200px;
	    min-height: 900px;
	}
	.form-inline {
		display: none;
	}
	.navbar-collapse {
		background-color: rgba(255,255,255,1);
		top: 13px;
		border: 1px solid #000;
		border-top-width: 0px;
		box-shadow: 0 5px 5px rgba(0,0,0,.9);
		margin-left: 2rem;
	}
	.header-scroll .navbar-collapse {
		top: -18px;
	}
	.solutions {
		background: #81dca8;
	}
	.navbar-nav .nav-item {
		min-width: 100%;
	}
	.header-scroll .navbar-collapse {
		top: -2px;
	}
	.home-panels .panel {
		min-height: 300px;
	}
	h2.title {
		font-size: 32px;
	}
	.carousel-caption {
	    top: 100px;
	}
	.hvr-grow {
	    display: inline-block;
	    vertical-align: middle;
	    -webkit-transform: perspective(0px) translateZ(0);
	    transform: perspective(0px) translateZ(0);
	    box-shadow: 0 0 1px transparent;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	    -webkit-transition-property: none !important;
	    transition-property: none !important;
	}
	.fullscreen-bg {
		background: url(../video/Adobe_World.jpg);
	    background-size: cover;	
	}
	.fullscreen-bg video {
		display: none;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.force-mobile-full {
		margin-left: auto;
    	margin-right: auto;
	}
	.navbar-brand img {
	    max-width: 260px;
	    padding-left: 0px;
	    margin-top: 3px;
	}
	.navbar-nav .nav-link {
	
	}
	#input input {
		
	}
	.navbar-inverse .navbar-toggler {
	    top: 22px;
	}
	.navbar-collapse {
		top: 3px;
		margin-left: 0rem;
	}
	.home-row {
	    margin-top: 150px;
	    min-height: 500px;
	}
	.home-panels .panel {
		min-height: 360px;
	}
	h2.title {
		font-size: 42px;
	}
	.carousel-caption {
	    top: 130px;
	}
	.hvr-grow {
	    display: inline-block;
	    vertical-align: middle;
	    -webkit-transform: perspective(1px) translateZ(0);
	    transform: perspective(1px) translateZ(0);
	    box-shadow: 0 0 1px transparent;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	    -webkit-transition-property: transform;
	    transition-property: transform;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.navbar-brand img {
		padding-top: 0px; 
	}
	#input input {
		width: 400px;
	}
	.solutions {
	   /* background: #76b197  url(../img/carlos-muza-84523-1.png);
	    background-size: contain;
    	background-repeat: no-repeat;
    	background-position: 500%;
    	*/
	}
	.navbar-collapse {
		top: 3px;
	}
	.fullscreen-bg {
		background: url(../video/Adobe_World.jpg);
	    background-size: cover;	
	}
	.fullscreen-bg video {
		display: block;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-brand img {
		padding-top: 5px; 
	}
	.home-row {
	    margin-top: 50px;
	    min-height: 500px;
	}
	.form-inline {
		display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
	}
	.navbar-collapse {
		background-color: transparent;
		top: 4px;
		border: 0px solid #000;
		border-top-width: 0px;
		box-shadow: 0 0px 0px rgba(0,0,0,.9);
	}
	.navbar-nav .nav-item {
		min-width: 90px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	#input input {
		width: 700px;
	}
	.solutions {
	    background-position: 150% 0;
	}
}


