@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: #4E5D6C;
	color: #EDEDEE;
}

a {
	text-decoration: none;
	color: #EDEDEE;
}

b {
    font-size: 1.1em;
    font-weight: 500;
	line-height: 30px;
	border-bottom: 1px #EDEDEE solid;
}

h3 {
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #C1C5C9;
	font-weight: 500;
	text-align: center;
}

select {
    font-size: 1em;
    border: 2px solid #C1C5C9;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #374452;
    width: 100%;
    min-width: 200px;
    outline-color: none;
    color: #C1C5C9;
    display: block;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 15px;
}

table { 
	width: 95%;
	min-width: 200px;
	text-align: center;
	margin: 0 auto;
}

table, th, td {
	border: 1px solid #C1C5C9;
  }

tr {
	height: 30px;
}

textarea {
	width: 90%;
	max-width: 800px;
	min-width: 200px;
	min-height: 200px;
	display: block;
	margin: 0 auto;
}

input[type="password"]{
	width: 90%;
	max-width: 800px;
	min-width: 200px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

input[type="submit"] {
	width: 90%;
	max-width: 800px;
	min-width: 200px;
    font-size: 1em;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #C1C5C9;
    padding: 5px 0px;
    background: #4E5D6C;
	display: inline-block;
	color: #EDEDEE;
}

.success-box {
	width: 90%;
	max-width: 800px;
	min-width: 200px;
    color: #3c763d;
    background-color: #dff0d8;
	border-color: #d6e9c6;
	display: block;
	margin: 20px auto;
	padding: 5px;
}

.error-box {
	width: 90%;
	max-width: 800px;
	min-width: 200px;
    color: #a94442;
    background-color: #f2dede;
	border-color: #ebccd1;
	display: block;
	margin: 20px auto;
	padding: 5px;
}

#feedbackForm {
	width: 100%;
	display: block;
}

#container {
	width: 80%;
	margin: 0 auto;
	display: block;
	height: auto;
}

#logo {
	width: 400px;
	height: 100px;
	margin: 0 auto;
}

#videoSrc {
    display: none;
    margin-bottom: 50px;
}

.linkIcons {
	font-size: .8em;
	text-align: center;
}

.linkIcons a {
	margin: 0 5px;
}

.pCenter {
    text-align: center;
}

.itemBox {
	display: flex;
	justify-content: left;
	align-items: center;
}

.itemBoxIcon i {
	margin: 0 20px;
	text-align: center;
	width: 40px;
	color: #C4C9CE;
}

.embeds {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embeds iframe, .embeds object, .embeds embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 450px)
{
	#container {
		width: 95%;
	}

	#logo {
		height: auto;
		width: 100%;
	}

	img{
		width: 100%;
		margin: 0 auto;
		vertical-align: middle;
	}

	.gmap_canvas {
		width: 100%;
	}

}

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

	#topMenu li {
		margin: 10px 0;
		display: block;
	}

	#footer a {
		margin: 10px 0;
		display: block;
	}

	.gmap_canvas {
		width: 100%;
	}

}
