/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.w-100{
  height: auto;
}

main{
	max-width: 1440px;
	margin: auto;
}

#main_logo{
	width: 35%;
}
.row.featurette IMG{
		width: 100%;
		height: auto;
}

.ce-gallery img {
    width: 100%;
    height: auto;
}

.carousel-caption{
	background-image: url(black60.png);
}

header li{
	  font-size: 1.2rem;
    font-weight: 600;
}
header li a{
color: #1e1a17 !important;
}
footer a, a.maillink{
	color: #1e1a17 !important;
}

.wev-first{
	color: #1e1a17;
}
.wev-second{
	color: #99224a;
}

ul.nav li.nav-item{
  font-size: 1.2em !important;
} 

.top-nav-link{
	   --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
    
		--bs-btn-color: #fff;
    --bs-btn-bg: #03a0df;
    --bs-btn-border-color: #0097d1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0091cb;
    --bs-btn-hover-border-color: #0097d1;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #03a0df;
    --bs-btn-active-border-color: #0097d1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #03a0df;
    --bs-btn-disabled-border-color: #0097d1;    
}

.top-nav-link:hover{

}

.btn-wev {
  --bs-btn-color: #fff;
  --bs-btn-bg: #03a0df;
  --bs-btn-border-color: #0097d1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0091cb;
  --bs-btn-hover-border-color: #0097d1;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #03a0df;
  --bs-btn-active-border-color: #0097d1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #03a0df;
  --bs-btn-disabled-border-color: #0097d1;
}


.btn-outline-wev {
    --bs-btn-color: #03a0df;
    --bs-btn-border-color: #03a0df;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #03a0df;
    --bs-btn-hover-border-color: #03a0df;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #03a0df;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #03a0df;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #03a0df;
    --bs-gradient: none;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 26rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.frame-layout-1 .col-lg-4 {
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* Jumbotron */

.bg-body-tertiary H1{
	font-size: 3em;
	color: #646265 !important;
}

/* Contactcard*/
[class*="col-"] {
    margin-bottom: 30px;
}

.card {
    margin-bottom: 1.25rem;
    height: 100%;
}

.card h4.contact-name {
    color: #FFF;
    text-transform: uppercase;
    padding: 1.25rem;
}
.card h4.contact-name.wevblue {
    background-color: #03a0df;
}
.card h4.contact-name.wevgreen {
    background-color: #60bf19;
}
.card h4.contact-name.wevgray {
    background-color: #646265;
}

.card a{
	text-decoration: none;
	color: #000;
}

/* Forms*/

.frame-type-form_formframework .form-group{
	    margin-bottom: 1em;
}

.frame-type-form_formframework textarea{
	   	height: 8em;
}

.frame-type-form_formframework .form-check input,  .frame-type-form_formframework .radio input{
	    margin-right: 0.75em;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 576px) { 

  .carousel-item {
 	 height: auto;
}
  
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 3em;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 0rem;
  }
}
