@charset "utf-8";
/* CSS Document */
.ifslider{
	background-position: center;
	background-size:cover;
	width:100%;
	height:100%;
	border: none;
	position: fixed;
	z-index:0;	
}
.content{
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;

}

h3{
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 40px;
    margin-bottom: 70px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    width: 30%;
    padding: 20px;
    border-radius: 30px;
}

@media (max-width:768px){
  
  h3{
  	width: 70%;
    font-size: 5vw;
    margin: 30px;
  }
  
} 