* {
  box-sizing: border-box;
}

.st0{display:none;fill:#87CDFA;stroke:#E61937;stroke-width:2.8346;}
.st1{fill:none;stroke:#1D44B8;stroke-width:2.8346;}
.st2{fill:#8AC441;}
.st3{font-family:'NeuzeitGro-Bol';}
.st4{font-size:32.951px;}
.st5{fill:#F16F24;}

:root {
    --green:#8AC441;
    --blue: #1D44B8;
    --red: #E61937;
    --orange: #F16F24;
    --blue-light: #87CDFA; 
    --white: #ffffff; 
    --black: #000000; 
  }

h1{
  font-size:2em;
  color: var(--orange);
}

h3{
  font-size:1.5em;
  color: var(--green);
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 10px;
}

p {
  margin:20px 40px 20px 40px
}

html {
  font-family: Helvetica, sans-serif;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: rgb(192, 250, 202);
}

.topnav-caption{
   margin-top: 20px;
   margin-left: 20px;
   
}


/* Style the topnav links */
.topnav a {
  float: right;
  display: block;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.header {
  background-color: #8f8f8f;
  color: #ffffff;
  font-size: 2em;
  padding: 2px 0px 2px 20px;
}

.footer {
  background-color: #828a8d;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  padding: 15px;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 100%;}

.col-hero-home {width: 30%; margin: 0 !important;}
.col-hero-desc-home {
  width: 100%; 
  padding: 10px;
  margin: auto;
}
.col-hero-card {
  background-color: white;
  opacity: 1.0;
  padding: 20px;
  border-radius: 5px;
  max-width: 800px; 
  margin: auto;
  float:none!important;
}


.col-hero {width: 50%; margin: 0 !important;}
.col-hero-desc {
  width: 50%; 
 

}

.col-hero-home img {
  width: 100%;
  overflow: hidden;
  height: auto;
  height: 300px;
  object-fit: contain;
}


.col-hero-title{
  margin-top: 40px;
  font-size:3em;
}

.col-hero-header{
  text-align:left;
  font-size: 1.5em;
}

.col-hero-caption{
  margin-top: 0px;
  text-align:left;

  max-width: 700px;
  font-size: 1.0em;
}

.imageHero {
  overflow: hidden;
  width: 100%;
  object-fit: contain;

}

.captionHero-home {
  color:dimgrey;
  text-align: left;
  margin-top: 4px;
}

.captionHero {
  color:dimgrey;
  text-align: center;
  margin-top: 4px;
}

.container {
  width: 100%;
  margin: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.imageAsset {
  width: 100%;
  max-width: 900px;
}

.imageAsset-hero {
  width: 100%;
  max-width: 700px;
  /* max-height: 400px; */
}

.imageAssetButton {
  position: relative;
  width: 100%;
  object-fit: contain;
  box-shadow: 0px 0px 0px 0px rgba(199, 191, 191, 0);

}

.imageAssetButton:hover { 
  cursor: pointer; 
  opacity: 0.6;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.7);
  transform: scale(1.025, 1.025);
  z-index: 100;
}

.assetTitle {
  margin-top: 10px;
  font-size: 1em;
  text-align: center;
  width: 100%;
  min-height: 200px;
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  #logo{
    width: 20%;;
  }
}


.thumb {
  position: relative;
  display: block;
  flex: 1 0 auto;
  width: 900px;
  height: 700px;
  /* cosmetics and zoom: */
  /* margin: 2px; */
  /* text-decoration: none; */
  /* background-color: rgba(0,0,0, 0.50); */
  box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0);
  transition: box-shadow 300ms, transform 400ms, z-index 400ms, background-position 400ms;
  z-index: 1;
  overflow: hidden;
}
.thumb:hover {
  /* zoom: */
  box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.7);
  transform: scale(1.2, 1.2);
  z-index: 100;
}


.mainContainer{
  max-width: 800px!important;
  margin: auto;
}

.card {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  /* background-color: #fff; */
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.card-image {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  /* background-color: #fff; */
  padding: 20px;
}

.card a{
  color: black;
  text-decoration: none;
}


.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.1; 
}

.wind-thing-image {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 300px;
  opacity: 1; 
}
#testimonial {
  background-color:var(--green);
  width: 100%;
  /* height: 300px; */
  /* display: inline-block; */
}

.center {
  margin:auto;
  max-width: 700px;

}