body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5));
	background-size: cover;
	background-position: center;
	font-family: sans-serif;

	
}



.bg01 {
  background: url('images/texture.jpg') repeat-y;
  background-attachment: fixed; 
  background-size: cover;
  background-opacity: 10%;
}

@media screen and (max-width: 768px) {
    .bg01 {
        background-image: url('images/texture01.jpg');
        background-size: auto cover;
    }
}

@media screen and (max-width: 1024px) {
    .bg01 {
        background-image: url('images/texture01.jpg');
        background-size: auto cover;
      }
    }


p {
	font-family: sans-serif;
	text-align: center;
  	margin: 1rem auto;
  	color: #fff;

}

p.text {
	font-size: 1vw;
	line-height: 0.3vw;
}

.contact-title
{
	margin-top: 5vw;
	color: #fff;
	text-transform: uppercase;
	transition: all 4s ease-in-out;
}

.contact-title h1{
	font-size: 3vw;
	line-height: 1vw;
}

.contact-title h2{
	font-size: 1.5vw;
	line-height: 1vw;
}


form {

	margin-top: 50px;
	transition: all 4s ease-in-out;
}

.form-control
{
	width: 400px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	color: #fff;
	font-size: 18px;
	margin-bottom: 4vh;
}

input
{
	height: 45px;
}

form .submit
{
	background: #ff9090;
	border-color: transparent;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
}

form .submit:hover
{
	background-color: #ff7585;
	cursor: pointer;
}













