body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}


#triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 150px solid rgba(189, 34, 133, 0.79);
	border-right: 170px solid transparent;
    z-index: 300;
}


#exit {
    
    position: fixed;
    right: 30px;
    font-size: 50px;
    z-index: 300;
    color: white;   
}

#exit:hover {
    color: gray; 
}

#logo {
	text-align: center;
	position: absolute;
	font-weight: bold;
	text-shadow: 0px 5px #cd0a70;
	top: 30px;
	left: 30px;
	z-index: 300;
}

#logo img {
	width: 170px;
}

#presentationstext {
  color: #777;
  background-color:white;
  text-align:center;
  padding:50px 80px;
  text-align: justify; 
}

.border {
  background-color:transparent;
  font-size:25px;
  color: #f7f7f7; 
}

.black {
  position:relative;
}

.textholder {
  color:#ddd;
  background-color:#282E34;
  text-align:center;
  padding:50px 80px;
  text-align: justify;
}

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

}
.bgimg-1 {
  background-image: url("../img/hvev1.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("../img/hvev2.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("../img/hvev3.jpg") ;
  min-height: 400px;
}

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

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  text-align:center;
  letter-spacing: 5px;
  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;
    }
}

@media handheld, screen and (max-width: 800px) {
    
  .bgimg-1 {
  background-image: url("../img/hvev1m.jpg");
}
  .bgimg-2 {
        background-image: url("../img/hvev2m.jpg"); 
}
  .bgimg-3 {
        background-image: url("../img/hvev3m.jpg"); 
}   
}

@media only screen and (min-width: 1000px) {
    
    .textholder { 
    
         padding:50px 300px;
    }
   
}