:root {
  --ecovena-header-height: 80px;
  --ecovena-footer-height: 50px;
  --bs-nav-link-font-size: 17px;
}

header.header-ecovena {
    background-attachment: scroll;
    width: 100%;
}

footer.footer-ecovena {
    background-attachment: scroll;
    background-image: url(../images/backgrounds/background_red_building.jpg);
    width: 100%;
    padding: 0px!important;
    margin: 0px!important;
    color: white!important;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 12px 6px;
}

div.ecovena-container-eee {
	justify-content: center;
    display: flex;
}

div.footer-container {
	background-color: rgba(236, 67, 34, 0.8);
    padding: 12px!important;
    margin: 0px!important;
    width: 100%;
    max-width: Calc(100vw);
    height: var(--ecovena-footer-height);
    text-align: center;
}

nav.navbar-ecovena {
	--bs-navbar-padding-y: 0px;
	
    --bs-navbar-color: rgba(255, 255, 255, 1);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-active-color: rgba(255, 255, 255, 1);
    --bs-navbar-brand-color: #ffffff;
    --bs-navbar-brand-hover-color: #ffffff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    
     height: var(--ecovena-header-height);
}

a.white-no-underline {
	color: white;
	text-decoration: none;
}

a.ecovena-nav-link {
	padding-right: 10px!important;
	padding-left: 20px!important;
	font-size: 22px;
}

.dropdown-toggle::after {
    vertical-align: 0.07em;
    font-size: 30px;
}

@media (max-width: 1399px) {
  a.ecovena-nav-link {
	padding-right: 6px!important;
	padding-left: 12px!important;
	font-size: 20px;
  }

  .dropdown-toggle::after {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  a.ecovena-nav-link {
	padding-right: 2px!important;
	padding-left: 8px!important;
	font-size: 17px;
  }

  .dropdown-toggle::after {
    font-size: 22px;
    margin-left: 0.125em;
  }
}

div.ecovena-whole-page {
    min-height: Calc(100vh - var(--ecovena-header-height) - var(--ecovena-footer-height));
}

div.ecovena-first-pane {
    background-image: url(../images/backgrounds/background_spreadsheet_lighter.jpg);
    background-size: cover;
    display: flex;
}

div.ecovena-second-pane {
    background-image: url(../images/backgrounds/background_bricks_red.jpg);
    background-size: cover;
    display: flex;
}

div.ecovena-third-pane {
    background-image: url(../images/backgrounds/background_greenprint.jpg);
    background-size: cover;
    display: flex;
}

a.whitelink:link {
  color: white;
}

a.whitelink:visited {
  color: white;
}

a.whitelink:hover {
  color: white;
}

a.whitelink:active {
  color: white;
}

span.bold-and-larger {
    font-weight: 900; 
    font-size: larger;
}

div.ecovena-box {
	width: 95%;
	max-width: 700px;

	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	box-shadow: 0px 8px 20px 5px #00000040;
	padding: 20px;
	
    color: #60677a;
    border-radius: 25px;
}

a.ecovena-box {
	text-decoration: none;
	color: #22a69a;
}

div.ecovena-box-wide {
	max-width: 850px;
}

h1.ecovena-box-title {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
    
    font-size: 54px;
	font-weight: 700;
	color: #22a69a;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 0px;
}

h1.ecovena-box-title-with-subtitle {
	padding-bottom: 0px;
}

h1.ecovena-box-title-light {
	color: white;
}

h2.ecovena-box-title {
	text-align: center;
    font-size: 32px;
	font-weight: 600;
	color: #22a69a;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

h3.ecovena-box-title {
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	padding-bottom: 12px;
}

hr.ecovena-box-hr {
	text-align: center;
}

img.ecovena-box-light-image {
	margin: 0px 0px 7px 0px;
	border: 1px solid #a0a0a0;
	box-shadow: 2px 2px 7px 1px #00000080;
	max-width: 100%;	
	border-radius: 15px;
}

img.ecovena-box-dark-image {
	margin: 0px 0px 7px 0px;
	box-shadow: 2px 2px 7px 0px #00000050;
	max-width: 100%;	
	border-radius: 15px;
}

div.ecovena-top-container {
	max-width: unset;
	background-image: url(../images/backgrounds/background_red_building.jpg);
	background-repeat: no-repeat;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 12px 6px;
}

div.mobile-menu-ecovena {
	background-color: rgba(236, 67, 34, 1);
	border-radius: 0px 0px 15px 15px;
    padding: 6px 18px 0px 18px;
    background-image: url(../images/backgrounds/background_red_building.jpg);
    background-position: -12px -80px;
    z-index: 1;
}

@media (min-width: 992px) {
  div.mobile-menu-ecovena {
    background-color: unset;
	padding: 0px;
	background-image: unset;
  }
}

body {
	font-family: 'Jost', sans-serif;
}

div.ecovena-card-cover {
	background-size: cover;
	border: unset;
	border-radius: 15px;
}

div.ecovena-div-eee {
	padding-left: 6px;
	padding-right: 6px;
}

h1.ecovena-h1-eee {
	font-size: 54px;
	font-weight: 700;
	color: #22a69a;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	letter-spacing: 3px;
	line-height: 0.9;
}

@media (max-width: 991px) {
  div.ecovena-div-eee {
    width: unset;
    display: flex;
  }

  div.ecovena-row-eee {
  	text-align: center;
  	display: inline-flex;
  }  
  
  h1.ecovena-h1-eee {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  div.ecovena-row-eee {
  	flex-direction: column;
  	display: inline-flex;
  }
	
  h1.ecovena-h1-eee {
    display: inline-block;
    font-size: 60px;
  }
}

h3.ecovena-feature {
    margin-top: 63px!important;
    margin-bottom: -2px!important;
    margin-left: -20px;
    line-height: 1.2!important;
	font-size: 32px;
}

a.ecovena-cards {
	text-decoration: none;
	color: white;
}

i.ecovena-icon {
    font-size: 30px;
    padding-right: 12px;
}

i.ecovena-icon-red {
    color: #ef4322;
}

i.ecovena-icon-fa {
	width: 26px;
	margin-top: 4px;	
}

.look-familiar {
	width: 100%;
	max-width: 700px;
	border-radius: 15px;
}

.look-familiar-overlay {
	opacity: 0.7;
	position: absolute;
}

.look-familiar-overlay-bubble {
    opacity: 0.0;
    overflow: hidden;
}

 div.image-caption {
    font-weight: 900;
    text-align: center;
    padding-top: 10px;
 }
 





.contact-form {
	text-align: center;
	color: #60677a;
}

.phone-number {
	text-align: center;
}

.phone-number a {
	color: #60677a;
}




.contact-name, .contact-email, .contact-type {
    border-bottom: 2px solid #60677a;
    margin: 0px;
}

.contact-name input, .contact-email input, .contact-type input:focus {
    outline-style: none;
}

.contact-name input, .contact-email input, .contact-type input, .contact-message textarea {
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
    padding: 10px 0 3px;
    outline-style: none;
    font-weight: 400;
    font-size: 16px;
    color: #60677a;
}

.contact-form-wrapper input[type="submit"] {
    /*font-family: 'Montserrat';*/
    font-weight: 400;
    color: #60677a;
    background: none;
    font-size: 16px;
    display: inline-block;
    border: 2px solid #60677a;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 40px;
    
    margin-top: 5px;
    
    /*
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    */
}

p.no_margin {
	margin: 0px;
}



.contact-form-wrapper {
    border: 2px solid #60677a;
    margin: 14px auto;
    padding: 20px;
    text-align: center;
}

.contact-form-wrapper h2.contact-title {
    text-align: center;
    color: #60677a;
    margin-top: 0;
}

i.icon {
    font-size: 45px;
}

span.fakebold {
    font-weight: 900;
}












#ecovena-map {
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    min-height: 400px;
    height: 100%;
    width: 100%; 
}
 


div.ecovena-map-title {
	text-align: left;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 2px;
}

h2.ecovena-map-page-right {
    font-size: 36px;
	font-weight: bold;
	color: white;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.7);
}

div.ecovena-map-page-right {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

@media screen and (max-width: 991px) {
  #ecovena-map {
     position: relative;
     top: 0px;
     left: 0px;
     -ms-transform: none;
     transform: none; 
  }
  
  div.ecovena-map-page-right {
  	  padding-bottom: 0px!important;
  }
}

div.ecovena-half-page-card {
	min-height: 300px;
    padding-bottom: 10px!important;
    margin-left: -10px;
}

h3.ecovena-half-page-card {
    margin-top: auto!important;
    margin-bottom: -2px!important;
    margin-left: -20px;
    line-height: 1.2!important;
    font-size: 32px;
    text-shadow: 1px 1px 10px black;
}
      
a.ecovena-bold-heading {
	font-size: 20px;
	font-weight: 900;
}

.gm-style iframe + div { border:none!important; }

