* {
	margin: 0;
	padding: 0;
}

html {-webkit-text-size-adjust: none;}

.container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #444;
}

.header {
	max-width: 100%;
	display: flex;
	background: #eeeef0;  /* was #bebec0; */
    position: relative;
}

.nav {
    display: table;
    table-layout: fixed;
    float:right;
    padding-right: 35px;
}

.nav a {
	color: #444;
	font-weight: normal;
}

.nav li {
    list-style-type: none;
    display: table-cell;
    min-width:50px;
    padding: 4px 12px 2px 12px;
    font-size: 16px;
}

.logo {
	width:90px;
	display: block;
}

.water {
	width: 810px;
	height: 195px;
	display: block;
}

.main_content {
	margin-left: 90px;
	margin-right: 90px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.3;
}

h1 {
	color: #b5121b;
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 32px;
}

h2 {
	color: #b5121b;
	padding-top: 25px;
	padding-bottom: 0px;
	font-size: 32px;
}

/* h2{
	color: #b5121b;
	padding-top: 20px;
	padding-bottom: 5px;
}
*/

p {
	padding-top: 12px;
	padding-bottom: 12px;
}

a {
	color: #b5121b;
	text-decoration: none;
	font-weight: 700;
}

a.responsive-menu-item-link {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 40px;
}

.front_bullets {
	font-weight: 500;
	font-size: 17px;
}

.water_div {
	max-width: 100%;
	overflow: hidden;
}

.header_text {
   font-family: nunito-sans;
   position: absolute;
   top: 160px;
   right: 20px;
   color: #fff;
   font-size: 21px;
   text-align: right;
   letter-spacing: 0.5px;
   /* text-shadow: 0px 0px 5px #ace; */
}
.water_bottle { /* For most pages */
	position: relative;
	left: 25px;
	margin-top: 10px;
}

.water_bottle_mobile {
    display: none;
}

.water_bottle2 { /* for Contact Page */
	position: relative;
	left: 25px;
	margin-top: 10px;
}

.water_bottle_mobile2 {
    display: none;
}

 .wp-block-column { /* Fix margin left ? : 32px */
 	margin-left: 0 !important ;
 }

.map {
	width: 600px;
	height: 450px;
}

hr {
	margin-top: 50px;
	margin-bottom: 0px;
}
.footer {
	font-size: 12px;
}

.footer_address {
	color: #888;
}

input, textarea  {
	font-size: 16px;
	padding: 2px;
	width: 400px;
}

.totalscope {
	padding-top: 30px;
	padding-bottom: 25px;
	text-align: center;
	color: #CECCCC; 
	font-size: 13px;
}

.totalscope a {
	color: #CECCCC;
	text-decoration: underline;
	font-weight: normal;
}

@media screen and (max-width: 800px) {
.main_content {
	margin-left: 30px;
	margin-right: 30px;
	}
.header_text {
	top: 159px;
}
.map {
	width: 500px;
	height: 375px;
	}
}

@media screen and (max-width: 600px) {
	.main_content {
		margin-left: 10px;
		margin-right: 10px;
		}
	.map {
		width: 100%;
		height: 350px;
	}
	input, textarea {
		width: 80%;
	}
	.water_bottle2 {
		display: none;
	}
	.water_bottle_mobile2 {
		display: block;
		padding-top: 25px;
	}
}

@media screen and (max-width: 450px) {
	.container {
		font-size: 17px;
	}
	.header_text {
	   font-size: 20px;
	   right:10px;
	}
	.water_bottle {
		display: none;
	}
	.water_bottle_mobile {
		display: block;
		padding-top: 25px;
	}
	.map {
		width: 100%;
		height: 225px;
	}
	input, textarea {
		width: 100%;
	}
}

@media screen and (max-width: 350px) {
	.header_text {
	   font-size: 19px;
		top: 165px;
		right: 5px;
	}
	.map {
		width: 100%;
		height: 188px;
	}
}
