/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/*
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
 body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
.opening {
	width: 100%;
	height: 900px;
}
.nav-wrapper {
	z-index: 1000;
}
*/
.wf-loading {
display: none;
}

body {
  font-family: "jaf-facitweb";
  font-size: 12pt;
}



a {
	color: #b71c1c;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition:.5s;
}
a:hover {
	color: #ff5252;
}

a.btn:hover, nav a:hover {
	color: white;
}

.plate {
	font-size: 1em;
	background-color: #1c1c1c;
/* 	padding: 20px 60px 20px 60px; */
	margin-bottom: 300px;
	line-height: 1.5em;
/* 	margin-left: 10em; */
	margin-right: 10em;
/* 	min-width: 340px; */
	width: 100%;
}

.plate.map {
	padding: 0 0 190px 0;
}
.plate .container p {
	text-align: center;
	color: #a3a3a3;
	margin-bottom: 2em;
	font-size: 1.5em;
    line-height: 1.4;
    font-weight: 100;

	
}
.container {
	    padding: 20px;
}
.plate h1 {
	color:white;
	text-align: center;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
}
.plate h1.thin {
	font-weight: 100;
}
.plate h2 {
	color:white;
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: 400;
}
.pullquote p {
	margin-bottom: 0;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: white;
}
.plate .pullquote {
	background-color: black;
	padding: 60px;
	width: 65%;
	margin-bottom: 38px;
	
}
.pullquote.left {
	float: left;
	margin-right: -60px;
	margin-left: 30px;
}
.pullquote.right {
	float: right;
	margin-left: 30px;
	margin-right: -60px;
}