﻿


.slide-content {
  margin: 0;
  padding: 0;
  font-family: Arial;
  width: 100%;
  height: 500px;
  overflow-x: hidden;
  background-color: rgba(0,0,0,0.1);
  
}


.wrap {
  position: relative;
  margin-top:0px;
  
}

.slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide1 {
  
 
 background-image:url(images/rone.jpg);
 
 }
.slide2 {
	background-image:url(images/powderone.jpg);
	
  
}
.slide3 {
 background-image:url(images/powdertwo.jpg);
}

.slide4 {
  background-image:url(images/20170425_174712.jpg);
  
}

.slide5 {
 background-image:url(images/20170425_174712.jpg);
}





.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#video-bg-elem 
{
				
				
				height: 100%;
				width: 100%;
				margin-right: 10px;
                margin-left: 10px;
				margin-top:20px;
				
				
				
	
				
			}
			
			


.slide-content span {
  font-size: 20px;
  color: #fff;
  margin-top:10px;
}

.slide-content a {
  font-size: 24px;
  color: #00FFFF;
  margin-top:10px;
  border:thin;
}

.slide-content p {
    font-size: 2rem;
  color: #7FFF00;
   margin-right: 130px;
    margin-left: 130px;
	
	font-family: 'Gamja Flower', cursive;
    

	
	
}

.slide-content h1 {
	
  font-size: 2rem;
  color: #fff;
  font-family: 'Roboto Slab', serif;
}


.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 0;
  height: 0;
  border-style: solid;
}

#arrow-left {
  border-width: 30px 40px 30px 0;
 border-color: transparent #254d57 transparent transparent;

  left: 0;
  margin-left: 30px;
  opacity: 0.6;
}

#arrow-right {
  border-width: 30px 0 30px 40px;
   border-color: transparent transparent transparent #254d57  ;


  right: 0;
  margin-right: 30px;
 opacity: 0.6;
}

@media (max-width: 600px)




{ 

.slide-content {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  height: 250px;
  overflow-x: hidden;
  background-color: rgba(0,0,0,0.7);
  
  
}


#video-bg-elem 
{
				
				height: 100%;
				width: 100%;
				
				margin-top:5px;
				
				
				
				
	
				
			}
			

.slide-content span {
  font-size: 10px;
  color: #fff;
 
}

.slide-content a {
  font-size: 20px;
  color: #fff;
 
}





}




