@charset "UTF-8";
/* CSS Document */

.topnav {
  overflow: hidden; 
  background-color: #D4F29C;
  background: image();
}

.topnav a {
  float: right;
  color: #2A8429;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #0BCE97;
  color: #D3EC89;
}

.topnav a.active {
  background-color: #8FCFA5;
  color: white;
}
body, html {
  height: 100%;
  margin: 0;
  font: 400 26px/1.8 "Lato", sans-serif;
  color: #;
  background-image: url("iso_grid.png");
  background-repeat: repeat-x;
  letter-spacing: 2px;
}
	
div.a {
  text-align: center;
  font-size: 14px;
}
	
.column {
  position: relative;
  opacity: 0.;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("images/dots2___.png");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("images/giphy.gif");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("images/giphy.gif");
  min-height: 400px;
}
	
.bgimg-4 {
  background-image: url("images/giphy.gif");
  min-height: 100%;
}
	
	.bgimg-10 {
  background-image: url("images/stripe11.png"); 
  min-height: 20px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #24C5C6;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 20px;
}
	
.caption2 {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  text-align: left;
  color: #000;
}

h3 {
  letter-spacing: 20px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif; 
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}
	
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
		
.column {
  flex: 100%;
  max-width: 100%;
}
	
.column img {
  vertical-align: middle;
}
		
.container {
  position: relative;
  width: 100%;
}
		
.image {
  display: block;
  width: 100%;
  height: auto;
}
		
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0,26,254,1.00);
}
		
.text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
		
.container:hover .overlay {
  opacity: 0.5;
}
		
/* Tablet Styles */
@media only screen and (min-width: 480px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
}
 
 
/* Desktop Styles */
@media only screen and (min-width: 1024px) {
    .column {
      flex: 33.3%;
      max-width: 33.3%;
    }
}	
	