@font-face {
	font-family: Website_Font;
	src: url("../css/font/Dosis-Medium.ttf");
}

@font-face {
	font-family: Website_Font_Bold;
	src: url("../css/font/Dosis-ExtraBold.ttf");
}

body {
	font-family: 'Website_Font', 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: rgb(46,49,146);
}

h1, h2, h3, h4 {
	font-family: 'Website_Font_Bold', 'Lato', sans-serif;
}

h1 {
	text-align: center;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

p {
	margin: 20px 0;
	text-align: justify;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(46,49,146);
}

a:hover {
	text-decoration: underline;
}

ul {
	padding: 0 0 0 40px;
	text-align: justify;
}

header {
	/* background-image: url(../images/imgheader.JPG); */
	background-color: white;
	position: relative;
}

/* header img {
	width: 300px;
	padding: 5px;
	margin-top: 5px;
} */

header p {
	text-align: center;
}

html, body, .fullPage {
	height: 80%;
}

/* .logopage {
	height: 800px;
} */

header, section {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

blockquote {
	text-align: center;
	padding: 5px;
	color: white;
}


.content {
	max-width: 1200px;
	width: 80%;
	background-color: rgba(0,0,0,0.0);
	margin: 60px auto;
	text-align: center;
}

.grad {
	background: linear-gradient(rgba(46,49,146,0),rgba(46,49,146,0.4));
	padding-bottom: 10px;
}

.vidLinks {
	padding: 20px;
}

.vidContent a:hover {
	color: red;
}

.vidContent {
	padding: 40px;
}

.VidBox {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.0);
}

#about, #what, #done, #team, #contact {
	top:-100px;
	position: relative;
	z-index:5;
}

#vidGrad {
	width: 100%;
	background: linear-gradient(rgba(178,176,155,0),rgba(178,176,155,1));
}

#logo {
	position: absolute;
	background-color: rgba(178,176,155,0.85);
	top: 10%;
	left: 35%;
	width: 400px;
	padding: 20px 10px 0 10px;
}

#logohere {
	/* background-color: rgba(178,176,155,0.85); */
	max-width: 700px;
	padding: 20px 10px 0 10px;
	margin: 0 auto;
	text-align: center;
}

#contactUs {
	background-color: rgba(178,176,155,0.85);
	margin: 0 auto;
	text-align: center;
	width: 400px;
	padding: 10px;
}

#contactUs p {
	text-align: center;
}

.banner {
	background-color: rgba(178,176,155,0.85);
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 10px;
}

.banner p {
	text-align: center;
}

#pic1 {
	background-image: url(../images/top.jpg);
}

#pic2 {
	background-image: url(../images/mid.jpg);
}

#pic3 {
	/*background-image: url(../images/temp3.jpg);*/
	background-image: url(../images/bottom.jpg);
}

footer {
	margin-top: 30px;
	padding-top: 50px;
	width: 100%;
	height: 200px;
	background-color: white;
  text-align: center;
  margin: auto;
}

footer a {
	/* text-decoration: none; */
	-weight: bold;
  color: black;
}



.customPad {
    margin-left: 10px!important;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    padding: 0;
    margin: 0;
}


/* navbar */

.largescreenonly {
	/* padding-top: 10%; */
	display: block;
}

.smallonly {
	display: none;
}


@keyframes wipe-enter {
	0% {
		transform: scale(0, .025);
	}
	50% {
		transform: scale(1, .025);
	}
}






@media (prefers-reduced-motion: no-preference) {
	.wipe-animation {
		animation: wipe-enter 1s 1;
	}
}



@media only screen and (max-width: 600px) {

	.grad1 {
		height: 490px;
	}

	.smallonly {
		display: block;
	}

	.largescreenonly {
		display: none;
	}

}
