body {
	font-family: 'Century Gothic', sans-serif;
    color: #3f515b;
    overflow-x: hidden !important;
}

.titlecolor {
   color: #022169;
}

/**
.headerbg .pad8 {
    font-weight: normal;
  -o-transition:5s;
   -ms-transition:5s;
   -moz-transition:5s;
   -webkit-transition:5s;
   transition:5s;
}

.headerbg .pad8:hover {
       font-weight: bold;
} **/

.txtcenter {
margin-left:30%;
}


input {
    border-radius: 4px; 
    height: 3.2rem;
}


textarea {
    border-radius: 4px;
}

.century12 {
    font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
}

.century14 {
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
}

.century15 {
    font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
}

.century18 {
    font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
}

.century21 {
    font-size: 2rem;
	font-style: normal;
	font-weight: 400;
}

.century25 {
    font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
}

.centurybold {
	font-weight: bold;
}

.headerbg {
background-image: url(../imgs/headerbarbg.jpg);
/** text-align: center; **/
/** padding:.5%; **/
vertical-align:middle;  
}

.goldfont {
  color: #d3ab51;
}

.whitefont {
    color: #fff;
}

.goldbg {
    background-color: #d3ab51;
}

.greenbg {
    background-color: #009b00;   
}

.redbg{
 background-color: #ff0000;
}

.grayfont {
  color: #41525c;
}

.spacing {
padding-left: 8%;
}

.spacing5 {
padding-left: 5%;
}

.spacing9 {
padding-left: 9%;
}

.pad2 {
  padding: 2px 0;
}

.pad4 {
  padding: 4px 0;
}


.pad6 {
  padding: 6px 0;
}

.pad7 {
  padding: 7px 0;
}

.pad8 {
  padding: 8px 0;
}

.pad15 {
  padding: 20px 0;
}

.btn-lang {
  color: #41525c;
  border: none;
  border-radius: 3px;
  width: 50%;
  background-color: #d3ab51;
    cursor: pointer;
  -o-transition:1s;
   -ms-transition:1s;
   -moz-transition:1s;
   -webkit-transition:1s;
   transition:.8s;
}

.btn-lang:hover {
  background: #efc15b;
  color: #41525c;
  border-bottom: 2px #835c07 solid;   
  border-radius: 3px;  
}

.btn-info {
  color: #ffffff;
  border: none;
  border-radius: 3px;
width: auto;
  background-color: #022169;
  -o-transition:1s;
   -ms-transition:1s;
   -moz-transition:1s;
   -webkit-transition:1s;
   transition:.8s;
}

.btn-info a {
    text-decoration: none;
    color: #fff;
}

.btn-info:hover {
  background: #0939a7;
  color: #ffffff;    
}

.btn-info2 {
  color: #ffffff;
  border: none;
  border-radius: 3px;
  width: auto;
  background-color: #40403f;
  -o-transition:1s;
   -ms-transition:1s;
   -moz-transition:1s;
   -webkit-transition:1s;
   transition:.8s;
}

.btn-info2:hover {
  background: #212120;
  color: #ffffff;
  
}

.btn-gold {
  color: #000;
  border: none;
  border-radius: 3px;
  width: auto;
  background-color:#d3ab51;
  -o-transition:1s;
   -ms-transition:1s;
   -moz-transition:1s;
   -webkit-transition:1s;
   transition:.8s;
}

.btn-gold a {
    text-decoration: none;
    color: #000;
}

.btn-gold:hover {
  background: #c29b44;
  color: #000;
  
}

.navbarwidth {
  margin: auto;
  width: 72%;
  font-weight: bold;
}

.nav-item a:hover {
  color: #41525c;
}

/** .marginfix {
    margin-top: 33%;
} **/

.graybg {
    background-color: #3f515b;
}

.sideborders {
    border-left: 2px solid #d4d2d2;
    border-right: 2px solid #d4d2d2;    
    padding: 0 5% 0 10% ;

}

/** Services **/

.servicesbg {
    background-image: url(../imgs/servicesbg.jpg);
    background-size: cover; 
}

.contactbg {
    background-image: url(../imgs/contactbg.jpg);
    background-size: cover; 
}

.blacklabel {
    background-color: #000000;
    opacity: .8;
    color: #ffffff;
    z-index: 1!important;
    position: absolute;
    top: 68%;
    left: 28%;
    
}

.borderframe {
    border: 5px solid #fff;
}

/** stolen from bootstrap **/

.mx-5{
    margin-right:3rem!important;
    margin-left:3rem!important
}

.my-5{
    margin-top:3rem!important;
    margin-bottom:3rem!important
}

.my-3{
    margin-top:2rem!important;
    margin-bottom:2rem!important
}

.map {

    width: 100%;
}

.headerbg .pad15 a {
    color: #ffffff;
    text-decoration: none;
}

.headerbg .pad15 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.formmargin {
    margin: 0 0 1.2em 0;
}

.shadow {
    box-shadow: 0 20px 20px -20px #888888;
    -webkit-box-shadow: 0 20px 20px -20px #888888;
    -moz-box-shadow: 0 20px 20px -20px #888888;
    -o-box-shadow: 0 20px 20px -20px #888888;
    -ms-box-shadow:  0 20px 20px -20px #888888;
}

input[type=text] {
  width: 120px;
  -webkit-transition: width .35s ease-in-out;
  transition: width .35s ease-in-out;
}
input[type=text]:focus {
  width: 250px;
}

input[type=tel] {
  width: 35px;
  -webkit-transition: width .35s ease-in-out;
  transition: width .35s ease-in-out;
}
input[type=tel]:focus {
  width: 50px;
}

.nodecoration a:hover {
    font-weight: bold;
}

.form1error {
    position: absolute;
    z-index: 1;
    bottom:3%;
    right:20%;
    color:white;
    background-color:red;
    padding:5px;
}



/*** Mobile Hamburger ***/
.formoverflow {
    overflow: hidden !important;
}

.menu {    
  -webkit-transition: 0.1s -webkit-transform linear;
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  position: relative;
  background: 0;
  float: right;
  margin: 2rem;
  height: 2.7rem;
  width: 3.5rem;
  z-index: 1;
  outline: 0;
  padding: 0;
  border: 0;
    
}

.bar, .bar::before, .bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  position: absolute;
  background: #3f515b;
  margin: auto;
  width: 100%;
  height: 0.3rem;
  content: '';
  top: 50%;
  left: 0;
    
}
.bar {
  margin-left: 1rem;
  margin-top: -0.2rem;
    
}
.bar::before {
  top: -1.2rem;
    
}
.bar::after {
  top: 1.2rem;
    
}
.bar::before, .bar::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
    
}
.active .bar {
  background: 0;
    
}
.active .bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    
}
.active .bar::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
    
}
.active .bar::before, .active .bar::after {
  top: 0;
    
}
.active .bar, .active .bar::before, .active .bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
    
}

nav {
  width: 150px;
  height: auto;
  background: #d3ab51;
  position: absolute;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  padding-top: 6.2rem;
  margin-left:150px;
  
}
.menu-open nav {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
nav ul {
  margin-left: 0;
  list-style: none;
  padding: 0;
    
}
nav ul li {
  padding: 20px 5px;
  font-size: 1.2rem;
  font-weight: bold;
    
}
nav ul li:hover {
  background: #efefef;
    
}

nav ul li a {
     color: #3f515b;    
}

nav ul li a:hover {
     text-decoration: none;
     color: #3f515b;
}
/*** End of Mobile Hamburger **/



