@charset "utf-8";

/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Navbar

*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
}
html {
  scroll-behavior: smooth;
}

row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.row {--bs-gutter-x: 0 !important;}

a {
	font-family: 'Archivo Narrow', sans-serif;
	color: #333; 
	text-decoration: none; 
	border: none;
}
a:link {
	color: #333; 
	text-decoration: none;
}
a:visited {
	color: #333; 
	text-decoration: none;
}
a:hover {
	color:#8ed4d9 !important; 
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Archivo Narrow', sans-serif !important;
	text-transform: uppercase;
}

p {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 400;
}
.bold {
	font-weight:700;
}
li {
	line-height: 1.7em;
	font-family: 'Archivo Narrow', sans-serif !important;
	font-weight: 400;
}
.white {color: #ffffff;}
.mustard {color: #e2ac00;}
.grey {color:#6d6e72;}


a.white	 {
	color: #ffffff !important;
}
	
.btn-mustard {
	background: #e2ac00;
	color: #fff;
	border-radius: 0px;
	padding: 16px;
	text-align: center;
	border: transparent;
	width: 200px;
	display: block;
}

a.btn-mustard {
	color: #fff;
	text-decoration: none;
}
.btn-mustard:hover {
	color: #fff !important;
	background-color: #b88c00 !important;
	text-decoration: none;
}

.huge {
	font-size: 3em;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Navbar
/*-----------------------------------------------------------------------------------*/

#header{
  width: 100%;
  overflow: hidden;
}

.wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 700px;
  
}	

.banner-img {
	width: 100% !important;
}
@media (max-width: 900px) { 
.overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 200px;
  padding-bottom: 0px;
}	
}

@media (min-width: 900px) { 
.overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 830px;
  }	
}

/* Add some content at the bottom of the video/page */
.content { 
  position: absolute;
  top: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  z-index: 200;
}

.topbar {
	background-color: #8ed4d9; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #8ed4d9 , #5da3a8);
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 1px;
}

.navbar-nav {
	background-color: #333;
}

.navbar-default {
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	background-image:none;
	box-shadow:none;	
}
.navbar {	
	background-color:rgba(255,255,255,0);
	min-height: 100px;
}

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

a.navbar-brand {
    font-size: 18px;
    font-weight: bold;
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif !important;
	text-transform: uppercase;
}

a.nav-link {
	font-size:18px; 
	font-family: 'Archivo Narrow', sans-serif !important;
	font-weight: 300;
	color: #ffffff !important;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
   color:#222; 
    border-bottom: 1px solid transparent;
}

a.nav-link:hover {
    color: #fff !important;
	background-color: #e2ac00;
	transition-duration: 1s;
}

.navbar-toggler {
      margin:10px 0; 
      background-color: rgba(255,255,255,0.5) !important; 
}

.navbar-toggler-icon {
color:#FFF !important;
}

li.nav-item {
	padding-left: 1px;
}

@media (min-width: 900px) { 
.navbar-nav {
	background-color: rgba(0,0,0,0);
	color: #222;
}
.navbar-item {
	width: 175px;
}
a.nav-link {
	width: 150px !important;
	color: #ffffff !important;	
}
li.nav-item {
	padding-left: 32px;
}
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Content
/*-----------------------------------------------------------------------------------*/

.container-large {width: 90%;}
.mustard-border {border-top: 2px solid #e2ac00; border-left: 2px solid #e2ac00; padding: 25px;}

#about {background-color: #f4f4f3; padding-top: 50px;}
#portfolio {background-color: #f4f4f3; padding-top: 50px;}

.bg-mustard {background-color: #e2ac00;}
.bg-grey {background-color: #d5d5d5; padding-top: 50px; padding-bottom: 40px;}

.mustard-bg-1 {background-color: #e2ac00; color:# fff; padding: 20px; width: 100px; height: 100px;}
.mustard-bg-2 {background-color: #e5b724; color:# fff; padding: 20px; width: 100px; height: 100px;}
.mustard-bg-3 {background-color: #e7c148; color:# fff; padding: 20px; width: 100px; height: 100px;}
.mustard-bg-4 {background-color: #e8c555; color:# fff; padding: 20px; width: 100px; height: 100px;}
.mustard-bg-5 {background-color: #ebd079; color:# fff; padding: 20px; width: 100px; height: 100px;}
.mustard-bg-6 {background-color: #eedb9e; color:# fff; padding: 20px; width: 100px; height: 100px;}

.white-bg-shadow {background-color: #fff; box-shadow: 5px 0px 10px 4px #cccccc; padding: 15px;}


@media (max-width: 900px) { 
.services-yellow {padding-left: 25px; padding-top: 50px;}
.white-bg {background-color: #fff; color:# e2ac00; padding: 7px; width: 70px; height: 70px;}
}

@media (min-width: 900px) { 
.services-yellow {padding-left: 75px !important; padding-top: 50px;}
.white-bg {background-color: #fff; color:# e2ac00; padding: 20px; width: 100px; height: 100px;}
}

.process-description {height: 175px; font-size: 16px;}

/*-----------------------------------------------------------------------------------*/
/*	5.	Contact 
/*-----------------------------------------------------------------------------------*/

#contact {
  padding-top: 75px;
  padding-bottom: 50px;
  background-color: #222;
}

a.contact-link {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
}
a.contact-link:hover {
	color: #333 !important;
	text-decoration: none;
}


@media (min-width: 900px) {
a.contact-link {
	font-size: 24px;
	font-weight: 700;
	line-height: 3.5em;
}
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	text-align:	center;
	background-color: #000;
}

footer .copyright a {
	font-family: 'Archivo Narrow', sans-serif; 
	font-size:13px; 
	color: #ddd; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #409abc;
  font-size:13px;
	font-weight: 200;  
}

footer .copyright small {
  font-family: 'Archivo Narrow', sans-serif; 
  color: #ddd;
  font-size: 13px;
	font-weight: 200;  
}

footer .copyright img { 
  display: inline-block;
  vertical-align: middle;
}

