body{
  margin: 0;
  font-family: Quicksand;
  background-color: #0F5456;
}


.web-page-size {
 width: 100%;

}

.main-head-section{
  width: 100%;
  height: auto;
  background: #D96846;
  padding-bottom: 40px;
}

.head-top-row{
  display: flex;
  top: 0px;
  z-index: 100002;
  width: 100%;
  margin: 0 auto;
}

.head-top-left{
  flex-basis: 30%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px 0px 0px 20px;
}

.head-top-left img{
  max-width: 200px;
}

.head-top-right{
  display: flex;
  flex-basis: 70%;
  align-items: center;
  flex-direction: row;
  margin: 0px 15px 0px 0px;
  justify-content: flex-end;
}
.head-top-right p{
  color: #CDC8D6;
  text-align: right;
  margin-right: 30px;
}

.head-top-right a{
  color: #CDC8D6;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  border: solid 2px #CDC8D6;
  border-radius: 12px;
  text-align: right;
  margin-right: 30px;
}

#nav {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}

.main-nav{
  width: 100 %
}

.main-nav a{
  padding-right: 20px;
  font-size: 20px;
  color: #CDC8D6;
  text-decoration: none;
  font-weight: bold;
}

.main-nav a:hover{
  color: #596235;
}

.hero-section {
  width: 100%;
  height: 400px;
  background-image: url("images/hero.jpg");
  background-repeat: no-repeat;
  background-size: 2400px 400px;
  position: relative;
}

.hero-section-text {
  width: 100%;
  position: absolute;
  top: 20%;
  background-color: rgb(0 0 0 / 40%);
}

.hero-section-text h1{
  text-align: center;
  font-size: 70px;
  color: lightgreen;
  
}

.hero-thin {
  width: 100%;
  height: 200px;
  background-image: url("images/hero.jpg");
  background-repeat: no-repeat;
  background-size: 2400px 200px;
  position: relative;
}

.section-title{
  text-align: center;
  margin: 70px auto 40px;
  position: relative;
  line-height: 60px;
  color: #555;
}

.section-title-white{
  text-align: center;
  margin: 70px auto 40px;
  position: relative;
  line-height: 60px;
  color: #CDCBD6;
}

.section-title-royalgreen{
  text-align: center;
  margin: 70px auto 40px;
  position: relative;
  line-height: 60px;
  color: #0F5456;
}


.container{
  max-width: 100%;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.insurance{
  height: 200px;
  background-color: #0F5456;
}

.insurance-item{
  color: #CDCBD6;
  font-size: 25px;
}

.col-2{
  flex-basis: 45%;
  min-width: 300px;
}

.col-2 img{
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 30px;

}

.col-3{
  flex-basis: 30%;
  max-width: 30%;
  margin-bottom: 30px;
}

.col-3 h1{
 width: 100%;
 text-align: center;
}

.col-3 img{
  width: 100%;
  border-radius: 30px;
  
}


.col-4 {
  flex-basis: 25%;
  min-width: 200px;
  margin-bottom: 50px;
}

.col-4 img{
  width: 100%;
}


.brands{

  
}

.brands img{
  width: 100%;
  cursor: pointer;
  filter: grayscale(100%);
}

.brands img:hover{
  filter: grayscale(0);
}

.offer{
  background: radial-gradient(#fff, #20B0B5);
  padding: 30px 0;
}

.small-img-row{
  display: flex;
  justify-content: space-between;

}

.small-img-col{
  flex-basis: 24%;
  cursor: pointer;
}

.small-img-col img{
  border-radius: 30px;
}

.size-20{
  font-size: 20px;
}

.formdownload{
  width: 100%;
}


.formdownload img{
  display: block;
  margin: auto;
  width: 75px;
  height: 100px;
  border-radius: 0 !important;
  padding-top: 20px;
  
}

.bng-workbox{
  border-style: outset;
  border-color: #0f5634;
  background-color: #eee;
  width: 100%;
  height: 400px;
  
}

.work-sub-title{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.work-info p{
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.work-info ul{
  text-align: center;
  padding-left: 0;
}

.socialmedia img{
  width: 50% !important;
  display: block;
  margin: auto;
  }



/*--- call to action button ---*/

.bng-calltoaction{
  width : 100%;
  height: 100px;
  margin-top: 40px;
}

.bng-calltoaction a{
  background-color: #9DD6AD;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 3px solid brown;
}

.bng-calltoaction a:link{
  color: black;
  text-decoration: none;
}

.bng-calltoaction a:visited{
  color: black;
  text-decoration: none;
}

.bng-calltoaction a:hover{
  color: red;
  text-decoration: none;
  background-color: lightgrey;
}

/*--- END call to action button ---*/

/*--- Overlay ---*/

.sub-container {

  position: relative;
  width: 100%;
  height: 100%;
}

.subimage {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 25px;
  padding: 20px;
  text-align: center;
}


.sub-container:hover .overlay {
  opacity: 1;
}

/*--- End Overlay ---*/


/*------ footer ----*/

.footer{
  background: #000;
  color: #8a8a8a;
  font-size: 16px;
  padding: 60px 0 20px;
}

.footer p{
  color: 8a8a8a;
}

.footer h3{
  color: #fff;
  margin-bottom: 20px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
  min-width: 250px;
  margin-bottom: 20px;
}

.footer-col-1{
  flex-basis: 30%;
}

.footer-col-1 img{
  display: block;
  margin: auto;
}

.footer-col-2{
  flex: 1;
  text-align: center;
}

.footer-col-2 img{
  width: 100%;
  margin-bottom: 20px;
}

.footer-col-3, .footer-col-4{
  flex-basis: 12%;
  text-align: center;
}

ul{
  list-style-type: none;
}

.app-logo {
  margin-top: 20px;
}

.app-logo img{
  width: 200px;
  height: auto;
}

.footer ul{
  text-align: center;
  padding-left: 0;
}

.footer h3{
  text-align: center;
}

.footer a:link{
  color: brown;
  text-decoration: none;
}

.footer a:visited{
  color: brown;
  text-decoration: none;
}

.footer a:hover{
  color: lightbrown;
  text-decoration: underline;
}

.footer hr{
  border: none;
  background: #b5b5b5;
  height: 1px;
  margin: 20px 0;
  }

.copyright{
  text-align: center;
}

.menu-icon{
  width: 28px;
  margin-left:20px;
  display: none;
}



/*------ end footer ----*/

/*--- Contact Form ---*/

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.form-container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}



/*--- Colors ---*/

.lightblue{
  padding: 10px;
  width: 90%;
  margin-left: 5%;
  border: 5px solid #20B0B5;
  border-radius: 30px;
  background: radial-gradient(#fff, #20B0B5);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.white-background{
  padding: 10px;
  width: 90%;
  margin-left: 5%;
  border: 5px solid #CDCBD6;
  border-radius: 30px;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.lightbackground{
  box-sizing: border-box;
  margin-top: 30px;
  background-color: #CDCBD6;
  width: 100%;
}

.royalgreen{
  color: #0F5456 !important;
}

.white{
  color: #CDCBD6 !important;
}



