* { font-family: 'Varela Round', sans-serif; }
.actsol-blue-dark { background-color: #201a56; }
.actsol-blue-medium { background-color: #2aa9e0; }
.actsol-blue-light { background-color: #2aa9e0; }
.actsol-text strong { color: #201a56; }
.actsol-pink { background-color: #dc0171; }
.actsol-green { background-color: #52bb66; }
.actsol-yellow { background-color: #e6bd1f; }

.parallax { background-size: cover; background-position: center; background-attachment: fixed; min-height:600px; }
.wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color:#fff; 
}
.container-wrap .vc_column-inner { max-width: 1140px; margin-right: auto; margin-left: auto; }
.vc_icon_element { margin-bottom: 0px; }
#footer img.size-full { max-width:200px!important; }
#footer { margin-bottom:10px; }
#widget-media_image-2 { text-align:center; }
.navbar-toggler-bars { background-color: #000; padding: 5px 10px; }
.navbar-toggler { position: fixed; top: 30px; right: 30px; z-index: 1; font-size:2rem; }
.scrollup {  z-index: 1; right: 50px; }

.how .box-padding-half { min-height: 320px; }
select {
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.use_actsol img { margin-left:50px!important; margin-right:100px!important; max-width: 400px!important; }
.logo-nav { max-width:150px; transition: 0.3s; }
.text-max { font-size:2rem;  }
#footer-extra a { font-size:18px;  }
#footer-extra { font-size:18px; padding:30px; }
#widget-text-6 p { font-size:18px; padding-top:20px; }
#widget-custom_html-2 { padding-top:20px; }

.single-page-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #201a56; /* Black fallback color */
  background-color: #201a56f2; /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 0%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #2aa9e0;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 45px;
  font-size: 60px;
	z-index:9;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn a {
    font-size: 30px;
    top: 15px;
    right: 35px;
  }
	.overlay .logo-nav { max-width:100px;  }
	
} 

@media screen and (max-width: 376px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn a {
    font-size: 30px;
    top: 15px;
    right: 35px;
  }
	.overlay .logo-nav { max-width:100px;  }
	.icon-right { float:none!important; }
	.image-right { margin-left:0px!important; }
	.text-large { font-size: 1rem !important; }
	.use_actsol img { margin-left:20px!important; margin-bottom:50px!important; max-width: 200px!important; }
	#video1 { margin-bottom:20px; }
} 

@media screen and (max-width: 1025px) {
	.text-large { font-size: 1rem !important; }
}

.icon-right { float:right; }
.wpcf7-form label { color:#fff; }

@media screen and (max-width: 414px) {
.vc_col-sm-3 { margin:30px auto; }
.wpb_single_image.vc_align_right,
.vc_icon_element-align-right,
.text-max {
    text-align:center!important;
}
}