@charset "UTF-8";
/* CSS Document */



/* Desktop View  Global */

body { 
	font-family: 'Open Sans', sans-serif;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#about {
	height:800px;
	margin: 6px;
}

.col {
	float: left;
	padding: 1%;
}


.col-lg {
	width: 31.3%;
}

.col-lg img { 
	width:100%;
	height: auto;
	display: block;

}



.navbar {
  overflow: hidden;
  background-color: #ee2a5a;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}



.footer {
   /* position:inherit;*/
    left: 0;
    bottom: 0;
    width: 100%;
    color: #000;
    text-align: center;
	background-color: #fff;
}



/* BIG SLICKNAV


.slicknav_menu {
	display: none;
}

h1 {
	color:#FF0000;
	ffont-family: 'Open Sans', sans-serif;;
	font-size: 60px;
	font-weight: 100
}


#menu { 
		float: right;
}

#menu li {
	display: inline-block;
	
}

#menu li a {
	text-decoration: none;
	color: #4e4e4e;
	padding: 8px;
	font-size: 18px;

	
}

*/


[data-parallax]{
  position: relative;
  width: 100vw;
  height: 100vh;
}


[data-parallax] > *{
  position: absolute;
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  border: 1px solid #000;
  background: rgba(255,0,0,.25)
}


header {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.hero {
	background-image:url(../images/bckgrnd2018.png);
	padding: 52px 0px 72px 72px;
	background-size:cover;
	width: 1079px; 
	
}

.herosub {
	color: #eee;
	font-weight: 800;
	font-size: 33px;
	margin-bottom: -54px;
}

h1 {
	color: #ccc;
	font-weight: 100;
	font-size: 52px;
	margin-bottom: -5px;
}

.heading-bodycopy {
	color: #ccc;
	margin-right: 20%;
	
}

.letstalk {
	
	background-color: #f147;
	padding: 8px 30px;
	color: #fff;
	text-decoration: none;
}








/*Tablet View*/

@media (max-width: 768px) {

#menu li {
	display: block;
	text-align: right;
}

	.col-md {
		width: 48%;
	}
	

}












/*Mobile View*/

@media (max-width: 400px) {


	.slicknav_menu {
		display: block;
	}

	#menu {
		display: none;
	}
	
	.col-sm {
		width: 100%;
	}

	.col {
		padding: 0%;
	}
	
}
