/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
*/
*{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body{
	padding: 0;
	margin: 0;
}
#main{
	background: url('../images/BrooklynBridge3Large.png') no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
	background-color: #6BB445;
}
#header{
	text-align: center;
}
h1{
	font-family: "open sans","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	text-transform: uppercase;
	line-height: 105%;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 15px;
	margin: 0;
	padding-top: 20vh;
}
#container{
	padding-top: 30vh;
	text-align: center;
	line-height: 140%;
	font-family: "Noto Serif","open sans","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-weight: normal;
	color: white;
	text-shadow: #000 0px 0px 5px,   #000 0px 0px 5px,   #000 0px 0px 5px,
	#000 0px 0px 5px,   #000 0px 0px 5px,   #000 0px 0px 5px;
	font-style: italic;
	margin-bottom: 45px;
	width: 80%;
	margin-left: 10%;
}
a{
	color: #6BB445;
}
.text_row{
	padding: 5%;
}
.illustrations{
	padding-bottom: 5%;
}