* {
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

img {
	width: 100%;
}

div {
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
    animation-timing-function: linear;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}
.navbar {
	opacity: .8;
}

.transparent {
	background: transparent !important;
	border: none;
	color: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
}

#header {
}

.center {
	margin: auto;
	width: 50%;
}


#add-padding {
	padding-left: 30px;
	padding-right: 30px;
}

.navbar-inverse .navbar-nav>.active>a {
	color: #fffff;
    background-color: #222;
}

.navbar-inverse {
    background-color: #000000;
    border-color: #000000;
}

#navbar-brand {
	font-weight: 900;
	font-size: 14px;
	color: #ffffff;
}

#hello {
	position: absolute;
	width: 100%;
	color: #ffffff;
	text-shadow: 1px 1px black;
}

@media (min-width: 325px) {
	#navbar-brand {
		font-size: 18px;
	}
	#hello {
	top: 45%;
	font-size: 30px;
	}
}

@media (min-width: 455px) {
	#navbar-brand {
		font-size: 30px;
	}
}


@media (min-width: 555px) {
	#hello {
	position: absolute;
	top: 65%;
	font-size: 50px;
	}
}

.clear {
	clear: both;
}

.full-screen {
    height: 101vh;
    width: 100%;
}

.border-box {
	background: #ffffff !important;
    border-radius: 10px;
    padding: 40px;
	border-color: #000000;
	border-width: 10px;
}

#landing {
	background-image: url('../images/tanks_worker_1920.jpeg');
	opacity: .7;
	margin: 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#dr_patient {
	content: url('../images/dr_patient.jpg');	
	width: 100%;
	height: 100%;
	opacity: .85;
	border-radius: 50px;
}

#small_tanks {
	content: url('../images/small_tanks.jpg');	
	width: 100%;
	height: 100%;
	opacity: .85;
	border-radius: 50px;
}

#pretty_tank {
	content: url('../images/pretty_tank.jpg');	
	width: 100%;
	height: 100%;
	opacity: .85;
	border-radius: 50px;
}

#delivery {
	content: url('../images/delivery.jpeg');	
	width: 100%;
	height: 100%;
	opacity: .85;
	border-radius: 50px;
}

.content {
	position: absolute;
	bottom: 70px;
	width: 100%;
}


#arrowDown {
	display: block;
	width: 100px;
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}

#services {
	background-color: #000000;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #ffffff;
}

#about {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #000000;

}

#contact {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #ffffff;
}

#helper {
	position: relative;
	width: 100%;
	height: 500px;
}

#googlemaps { 
	width: 100%;
	height: 500px;

	padding-bottom: 100px;
	left: 0; 
	z-index: 1;
	position: absolute;
}

#on-map {
	padding-top: 50px;
	width: 260px;
	z-index: 10;
	position: absolute;
	margin: 0;
	max-height: 500px;
}
@media (min-width: 415px) {
	#on-map {
		width: 340px;
	}
}


#overrideWidth {
	width: 100%;
	padding: 0;
}


#innerContact {
	height: 400px;
	vertical-align: middle;
	text-align: middle;
	position: relative;
}

#low {
	position: absolute;
	bottom: 2px;
	width: 100%;
	font-size: 20px;
	
}


.white {
	color: #ffffff;
}

.black {
	color: #000000;
}



#name {
	padding-top: 100px;
	padding-bottom: 100px;
	text-shadow: 4px 4px 4px black;
	color: #ffffff;
}

.borderBlack {
	margin-bottom: 15px;
	border: 2px solid black;
	border-radius: 25px;
}

hr.small {
    max-width: 200px;
	padding-bottom: 10px;
	margin: 10px auto;
    border-width: 2px;
	border-color: inherit;
}

hr {
	border-width: 4px;
	border-color: black;
	max-width: 400px;
}

.innerContent {
	padding: 10px 0 15px 0;
	height: 100%;
}

.image {
	bottom: 0;
}



/*
#main-title * {
	padding-top: 5px;
	font-style: impact;
	font-weight: 800;
	font-size: 70px;
	text-align: left;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
}

hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: black;
}

hr {
	border-width: 2px;
}

.landing .row {
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.landing h1 {
		font-size: 50px;
	}
}

.landing .container {
	margin-top: 100px;
}


.page-heading h1 {
	font-size: 50px;
}

.subheading {
	font-size: 16px;
}

.navbar {
	opacity: .95;
	background-color: white;
}

#menu-section *{
	color: black;
	font-weight: 500;
	
}

.navbar-brand {
	font-size: 20px;
	font-weight: 800;
}

.jumbotron {
	background-color: transparent;
}

#startButton {
	text-align: center;
	padding-top: 25%;
	padding-bottom: 20px;
}

.startButton {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


.btn-default:hover,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
    background-color: black;
	color: white;
}

#signup {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
	width: 100%;
	height: auto;
}

@media (min-width: 500px) {
	#signup {
		height: 500px;
		width: 480px;
	}
}

#belowPic {
	
	clear: left;
}

.center {
	text-align: center;
	
}

.prettyBird {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-top: 10px;
    margin-bottom: 10px;
    word-break: break-all;
    word-wrap: break-word;
    color: firebrick;
    background-color: #ecf0f1;
    border: 1px solid #cccccc;
    border-radius: 4px;
	text-align: left; 
	white-space: pre-line;
}

.results-template {
	text-align: center;
}

.search {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.results {
	font-style: impact;
	display: inline-block;
	border: 1px solid #cccccc;
	background-color: #F8F8F8;
	border-radius: 4px;
	clear: both;
	word-break: break-all;
    word-wrap: break-word;
	height: 260px;
	width: 45%;
	margin: 5px 5px 5px 5px;
	vertical-align: top;
}

@media (min-width: 500px) {
	.results {
		width: 30%;
	}
	
}

.icon {
	width: 100px;
	height: auto;
}

dl {
	vertical-align: center;
}

html { 
	overflow-y:scroll;
}
*/