* {
	margin: 0px;
	padding: 0px;
}

header {
	background-image: /*linear-gradient(rgb(0,0,0,0.1), rgb(0,0,0,0.1)),*/ url(/html/static/my_img.jpg);
	height: 100vh;
	background-size: cover;
	background-position: center;
	opacity:0.9;
}

.parallax {
	/* The image used */
    background-image: url("/static/IMG_3648.jpg");

    /* Set a specific height */
    min-height: 100vh; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row {
	/*background-color: white;*/
	height: 50px;
	/*background: rgba(225, 225, 225, .7)*/
}

.logo {
	float: left;
	list-style: none;
	margin-left: 40px;
	margin-top: 7px;
}

.logo li a {
	display:inline-block;
	color: #332F2F;
	text-decoration: none;
	padding: 5px 20px;
	font-family: "Futura";
	font-size: 20px;
}

.logo li a:hover {
	opacity: 0.7;
}

.main-nav {
	float: right;
	list-style: none;
	margin-top: 16px;
}

.main-nav li {
	display: inline-block;
	margin-right: 15px;
}

.main-nav li a {
	color: #332F2F;
	text-decoration: none;
	padding: 5px 20px;
	font-family: "Futura";
	font-size: 15px;
}

.main-nav li a:hover {
	opacity: 0.7;
}

.hero {
   height: 300px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -750px;
   margin-top: -50px;
   width: 1200px;
}

.hero h1 {
	color: white;
	text-transform: uppercase;
	font-size: 80px;
	text-align: center;
	margin-top: 1px;
	margin-left: 275px;
	font-family: "Futura";
}

.hero p {
	color: white;
	font-size: 17px;
	text-align: center;
	margin-left: 390px;
	max-width: 700px;
	font-family: "Futura";
}

.fa {
    padding: 20px;
	font-size: 20px;
	width: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	margin-top: 1px;
	margin-left: 20px;
}

.logos {
	margin-left: 550px;
}

.fa:hover {
    opacity: 0.9;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #fb3958;
  color: white;
}


.about {
	height: 730px;
}

