/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
	background-color: #665b4b;
}


/** Header **/

.my-nav,
my-nav-wrapper {
	background-color: #241f1f;
	padding: 30px 30px 5px 20px;
	height: 150px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.my-nav-sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.links {
	float: right;
	padding-top: 35px;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: burlywood;
}


/** ******************** **/

.paragraph {
	padding-top: 15pt;
}


/** Parallax Stuff **/

.parallax-container {
	min-height: 280px;
	line-height: 0;
	height: auto;
	color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}
	#index-banner .section {
		top: 10%;
	}
}

@media only screen and (max-width: 600px) {
	#index-banner .section {
		top: 0;
	}
}


/** Footer **/

.footer-wrapper {
	background-color: #241f1f;
	padding: 30px 30px 5px 20px;
	color: white;
}

.footer-wrapper .columns {
	padding-bottom: 10px;
	padding-left: 25px;
}

.footer-wrapper h1 {
	font-size: 24px;
}


/*how to make little arrows on the footer nav*/

#cssmenu > ul .has-sub > a::after {
	border-color: transparent transparent transparent goldenrod;
}

#cssmenu > ul .has-sub > a:hover::after {
	border-color: transparent transparent transparent white;
}

p {
	margin-bottom: 0;
}

#email {
	font-size: 12px;
}