body,
html {
  width: 100%;
  height: 100%;
}

.logo img {
	
	max-height: 80px;
}
@media (max-width: 992px) {
.logo img {	max-height: 60px;}	
}
@media (max-width: 768px) {
.logo img {	max-height: 45px;}	
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  background-color: #f9f9f9;

}
header {
	

    /* The image used */
  background-image: url("../img/frontpage1.jpg");

    /* Full height */
    height: 100%;

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

	
	
}
hr {
  max-width: 80%;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}


hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

a {
  color: #000;

}

a:hover {
  color: #505050;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.h3, h3 {

    font-size: 1.5rem;

}

.bg-primary {
  background-color: #1352b0 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {


}

.section-heading {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-spacing {
  padding-top: 6rem;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}


.fa-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcd24), to(#333));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #202020;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position:relative;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#266fc9+0,29b8e5+50,76d5f2+100 */
#background: rgb(38,111,201); /* Old browsers */
#background: -moz-linear-gradient(top, rgba(38,111,201,1) 0%, rgba(41,184,229,0.8) 50%, rgba(118,213,242,0.6) 100%); /* FF3.6-15 */
#background: -webkit-linear-gradient(top, rgba(38,111,201,1) 0%,rgba(41,184,229,0.8) 50%,rgba(118,213,242,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
#background: linear-gradient(to bottom, rgba(38,111,201,1) 0%,rgba(41,184,229,0.8) 50%,rgba(118,213,242,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
#filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266fc9', endColorstr='#76d5f2',GradientType=0 ); /* IE6-9 */


}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #EEE;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #FFF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #EEE;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #FFF;

}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;

  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
	
	
	
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
	color: #EEE;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
	
	background: -moz-linear-gradient(top,  rgba(238,221,141,1.0) 0%, rgba(238,221,141,1.0) 25%,  rgba(192,175,95,1.0) 100%);  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,221,141,1.0)), color-stop(25%,rgba(238,221,141,1.0)), color-stop(100%,rgba(192,175,95,1.0)));
	background: -webkit-linear-gradient(top,  rgba(238,221,141,1.0) 0%,rgba(238,221,141,1.0) 25%,rgba(192,175,95,1.0) 100%);
	background: -o-linear-gradient(top,  rgba(238,221,141,1.0) 0%,rgba(238,221,141,1.0) 25%,rgba(192,175,95,1.0) 100%);
	background: -ms-linear-gradient(top,  rgba(238,221,141,1.0) 0%,rgba(238,221,141,1.0) 25%,rgba(192,175,95,1.0) 100%);
	background: linear-gradient(to bottom,  rgba(238,221,141,1.0) 0%,rgba(238,221,141,1.0) 25%,rgba(192,175,95,1.0) 100%);
	
    text-shadow: 0px 0px 4px rgba(122,115,35,1.0);
	
	border-radius: 5px;
	
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);

  }
  #mainNav.navbar-shrink .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
	color: #EEE;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
	color: #FFF;
  }
}

@media (max-width: 991px) {
  #mainNav {
	position:fixed;
  }
}
























.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
 # background-image: url("../img/frontpage1.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.masthead h1 {
  font-size: 2rem;
}

.masthead p {
  font-weight: 300;
}

.subpagehead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subpagehead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.subpagehead h1 {
  font-size: 2rem;
}

.subpagehead p {
  font-weight: 300;
}


@media (min-width: 768px) {
.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    max-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .subpagehead {
    height: 100vh;
    max-height: 250px;
    padding-top: 0;
    padding-bottom: 0;
  }  
  .masthead h1, .subpagehead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}


/* Footer Styles */

footer {
	padding: 100px 0 20px 0;
	background-color:#3c4a5b;	
	
	
	background: -moz-linear-gradient(top,  rgba(126,126,119,1.0) 0%, rgba(42,43,44,1.0) 100%);  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,126,119,1.0)), color-stop(100%,rgba(42,43,44,1.0)));
	background: -webkit-linear-gradient(top,  rgba(126,126,119,1.0) 0%, rgba(42,43,44,1.0) 100%);
	background: -o-linear-gradient(top,  rgba(126,126,119,1.0) 0%, rgba(42,43,44,1.0) 100%);
	background: -ms-linear-gradient(top,  rgba(126,126,119,1.0) 0%, rgba(42,43,44,1.0) 100%);
	background: linear-gradient(to bottom,  rgba(126,126,119,1.0) 0%, rgba(42,43,44,1.0) 100%);
	

	
}


footer a {
  color: #EEE;
  text-decoration: none;

  
}
footer a:hover,
footer a:focus {
  color: #deb020;
  text-decoration: underline;
}
footer a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.text-shadow-dark {
  text-shadow: 0px 0px 10px #555;	
}
.text-shadow-gold {
  text-shadow: 0px 0px 10px rgb(140, 108, 16);	
}


.text-blue-light {
	color: #18d4ff;
}

.bg-white {
	  background-color: #fff;
}


.bg-fixed {
  position: relative;
  min-height: 100%;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1300px;

}
.bg-frontpage {
  background-image: url("../img/frontpage1.jpg");
  min-height: 400px;
}

.col-wrapper {
	padding: 25px;
}

#sendMsg input, textarea {
	border: 1px solid #CCC; 
	border-radius: 4px;
	min-width: 50%;
	max-width: 80%;
    padding: 5px 5px;

	
}

#sendMsg select {
	min-width: 50%;
	max-width: 80%;
    padding: 10px 10px;
	border: 1px solid #EEE;
    border-radius: 4px;

}

#sendMsg input[type=text]:focus {
		border: 1px solid #20cff8;
}

#sendMsg textarea:focus {
		border: 1px solid #20cff8;

}
#sendMsg select:focus {
		border: 1px solid #20cff8;

}


.action-div {
	display: block;
	padding: 15px 10px;
	overflow: hidden;
	border: 1px solid rgba(190,140,140,1);
	-webkit-border-radius: 5px;
	border-radius: 5px;

	background: -webkit-linear-gradient(-90deg, rgba(232, 188, 39, 1) 0, rgba(198, 148, 15,1) 100%), #0199d9;
	background: -moz-linear-gradient(180deg, rgba(232, 188, 39,1) 0, rgba(198, 148, 15,1) 100%), #0199d9;
	background: linear-gradient(180deg, rgba(232, 188, 39,1) 0, rgba(198, 148, 15,1) 100%), #0199d9;
}
.action-div button {
	padding: 10x 10px;
	margin: 10px 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.action-div input {
	padding: 6px 6px;
	margin: 10px 10px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.action-div a:hover {

  text-decoration: none;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}