/*	Style sheet for Cathy Gurski: ICT4510 Section 1
Week 5: Project 3, Created 5/1/2019 			*/

html, body {
	height: 100%;
	overflow-x: hidden;
	font-family: 'Roboto', Arial, sans-serif !important;
	color: #303E5C;
	background-color: #FFF4E6;
	margin:0;
	font-size:16px !important;
}

header, footer {
	background-color: #334b6e;
	padding:20px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}


header h1, header h2 {
	color: #FFFFFF !important;
	letter-spacing: 5px;
	font-weight: normal;
}

/* Logo Area Header */

#logoArea {
	width:100%;
	margin-left: 70px;
	margin-top:10px;
	margin-bottom:-5px;
}

.logo {
	border: 1px solid #4D6281;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	display: block;
	float: left;
	height: 100px;
	margin-right: 20px;
	width: auto;
	border-radius: 50px;
}


/* Navbar styles */
.navbar-default {
	background-color: #4d6281 !important;
	margin: 0 !important;
	border:none !important;
	border-radius: 0 !important;
}

.navbar-default ul {
	margin-left: 70px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav a {
	color: #FFFFFF !important;
}

.active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px !important;
	padding-right: 1px !important;
	padding-left: 1px !important;
}

#navigationLinks {
	padding-top: 20px;
}

#navigationLinks li {
	list-style: none;
	padding-bottom:10px;
	font-size:18px;
	width: 100%;
	padding:10px;
	background-color: #334B6E;
	border:1px solid #FFFFFF;
}

#navigationLinks li:hover {
	background-color: #4d6281;
}


#navigationLinks a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Jumbotron Styles */

.jumbotron {
	background-color: #808fa5 !important;
	color: #FFFFFF !important;
	margin-top:0 !important;
}

.jumbotron > h1 {
	font-family: 'Roboto', Arial, sans-serif;
	color: #FFFFFF !important;
}

/* Section Styles
section {
	width:80%;
	margin:auto;
	padding: 0 10px 0 10px;
	}  */

	section h1 {
		font-family: 'Roboto Slab', Georgia, serif;
		font-weight: normal;
		margin-bottom:10px;
	}

	.graybox {
		background-color: #e5e8ed;
		border: 1px solid #808fa5;
		border-radius: 8px;
		padding: 10px 20px 10px 20px;
		margin-bottom:20px;
		margin-top: 20px;
	}

	.graybox h2,
	.graybox h3 {
		margin-top: 0 !important;
	}

	.graybox li {
		padding-left: 0;
		padding-bottom: 8px;
	}
	/* Fonts */

	html,body,h1,h2,h3,h4,h5,h6 {
		color: #303E5C!important;
		letter-spacing: 1px;
		font-weight: normal;
	}

	/* Font Sizes */
	h1{font-size:36px}
	h2{font-size:30px}
	h3{font-size:24px}
	h4{font-size:20px}
	h5{font-size:18px}
	h6{font-size:16px}

/* Footer Styles */
	footer {color: #FFFFFF;}
	.footerContainer {font-size: 18px; display: block; clear:both; text-align: center; margin: 30px 0 0 0; line-height: 0; padding-top: 30px;}
	.footerContainer>a {color:#FFFFFF; padding:5px; font-size: 24px;}
	.footerContainer>p {padding-bottom:10px;}

	/* List Items */
	.noBullet {
		list-style-type: none;
		padding-left:0;
	}

	/* Footer Styles */
	footer {color: #FFFFFF;}
	.footerContainer {font-size: 18px; display: block; clear:both; text-align: center; margin: 30px 0 0 0; line-height: 0; padding-top: 30px;}
	.footerContainer>a {color:#FFFFFF; padding:5px; font-size: 24px;}
	.footerContainer>p {padding-bottom:10px;}

	/* Form Styles */


	legend {
		color:#011F4B !important;
		font-size:24px !important;
		text-align:center;
	}

	input {
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 16px;
		color: #011F4B;
		border: 1px solid #011F4B;
		padding:5px;
	}

	input[type=text],
	input[type=email],
	input[type=password] {
		width: 92%;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
		margin-bottom: 15px;
	}

	input[type=checkbox]{
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
		margin-right: 8px !important;
	}

	input[type=text]:hover,
	input[type=email]:hover,
	input[type=text]:focus,
	input[type=email]:focus,
	input[type=password]:hover,
	input[type=password]:focus,
	input[type=checkbox]:hover,
	input[type=checkbox]:focus {
		border:1px solid #808FA5;
	}

	#formContents,
	#submitButton {
		width: 50%;
		position:relative;
		margin:auto;
		padding-top:15px;
		padding-bottom: 15px;
	}

	#submitButton {
		padding-top: 0;
		text-align: center;
	}

	input[type=submit],
	input[type=button] {
		color: #FFFFFF;
		background-color: #334b6e;
		border-radius: 8px;
		margin: 15px 0 0 0;
		text-align: center;
	}

	input[type=submit]:hover,
	input[type=button]:hover {
		background-color: #334b6e;
		border-color: #334b6e;
		color: #E5E8ED;
	}

	/* Map styles */

	#myMap {
		margin-top:20px;
		height: 300px; 
	}

	.mapTooltip {
		background-color: #4D6281  !important;
		font-family: 'Roboto', Helvetica, sans-serif !important;
		font-size: 14px;
		padding: 5px;
		color: #FFFFFF !important;
	}

	.leaflet-tooltip-left.mapTooltip::before {
		border-left-color: #4D6281;
	}
	.leaflet-tooltip-right.mapTooltip::before {
		border-right-color: #4D6281;
	}