body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td {margin:0; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img,input {border:0;}
:focus {outline: none;}
address,caption,cite,code,dfn,th,var,strong,em {font-style:normal; font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal; margin:0px; padding:0px;}
q:before,q:after {content:'"';}
abbr,acronym {border:0;}
p {margin-top:14px; margin-bottom:14px;}
textarea {overflow: auto; border:0;}

html{
    font-family: 'Armata', sans-serif;
    font-size:18px;
    font-weight:300;
    color:#fef6ec;
    line-height: 1.75;
}

body{
    float:left;
    min-height:100%;
}

a:link {
    color:#fef6ec;
    text-decoration:none;
}

a:hover {
    color:#fef6ec;
    text-decoration:underline;
}

a:active {
    color:#fef6ec;
    text-decoration:none;
}

a:visited {
    color:#fef6ec;
    text-decoration:none;
}

h1{
    float:left;
    font-size:30px;
    margin:40px 0px 20px 0px;
}


/* ---- Common Definitions ---- */

.content{
    float:left;
    width:0px;
    min-height:0px;
}

.centerContent{
    float:left;
    width:800px;
}

.centerFlex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;   
}

.centerTop{
    -webkit-justify-content:space-around;
    justify-content:space-around;
}

.centerUp{
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
}

.centerWide{
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:center;
    align-items:center;
}

.centerBottom{
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:flex-end;
    align-items:flex-end;
}

#frontIntro, #footer, #about{
    background-image:url('../images/bg-intro.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

#frontBlue, #footerBlue, #aboutBlue{
    background-color:rgba(28,56,73,0.9);
}

#frontMap{
    background-image:url('../images/map.svg');
    background-position:top center;
    background-size:1374px 834px;
    background-repeat:no-repeat;
}

.button{
    padding:2px 10px 2px 10px;
    background-color:#1c3849;
}

.shadow{
    text-shadow:0px 0px 10px rgba(0,0,0,0.5);
}

/* ---- HEADER ----- */

#logoHolder{
    position:absolute;
    left:0px;
    top:0px;
    width:300px;
    height:220px;
    padding-top:150px;
    background:url('../images/logo.svg') top center no-repeat;
    background-size:300px 170px;
    text-align:center;
    font-size:14px;
    cursor:pointer;
    z-index:600;
}

#menuHolder{
    position:fixed;
    width:440px;
    height:70px;
    top:0px;
    right:0px;
    background:#fef6ec;
    color:#1c3849;
    font-size:16px;
    text-align:center;
    z-index:999;
}

.introLink{
    position:absolute;
    top:0px;
    left:0px;
    width:180px;
    height:50px;
    background-size:180px 50px;
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
}

#monroeLink{
    background-image:url('../images/flag-monroe.svg');
    top:400px;
}

#ashlandLink{
    background-image:url('../images/flag-ashland.svg');
    top:188px;
}

#mexiaLink{
    background-image:url('../images/flag-mexia.svg');
    top:500px;
}

.photoHolder{
    float:left;
    width:698px;
}

.photoTitle{
    float:left;
    width:100%;
    background:#1c3849;
    text-align:center;
    font-size:20px;
}

.photo{
    float:left;
    width:100%;
    height:auto;
}

.pic{
    width:100%;
    height:auto;
}

.infoHolder{
    float:left;
    width:698px;
    padding:10px;
    background:rgba(28,56,73,0.75);
}

.textButton{
    cursor:pointer;
}

/* ----- PLACES ---- */

#placeAbout{
    background-image:url('../images/bg-monroe.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

#placeMonroe{
    background-image:url('../images/bg-monroe.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

#placeAshland{
    background-image:url('../images/bg-ashland.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

#placeMexia{
    background-image:url('../images/bg-mexia.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

/*#contentMonroe, #contentAshland, #contentMexia{
    margin-top:100px;
    opacity:0.2;
}*/


/* ----- FORM ---- */


.frontInput{
	float:left;
	width:100%;
	height:40px;
	margin-bottom:10px;
	padding:4px 4px 4px 10px;
	color:#d7d7d7;
	font-family: 'Armata', sans-serif;
	font-size:20px;
    border:1px solid #437abd;
}

.required{
    background-image:url('../images/misc-required.svg');
    background-position:right center;
    background-repeat:no-repeat;
}

.frontTextarea{
	float:left;
	width:100%;
	height:130px;
	margin-bottom:10px;
	padding:4px 4px 4px 10px;
	color:#d7d7d7;
	font-family: 'Armata', sans-serif;
	font-size:20px;
	border:1px solid #437abd;
}

#formHolder{
	float:left;
	width:100%;
	margin:10px 0px;
}

.inlineLink{
    font-family: 'Open Sans Condensed', sans-serif;
	font-size:24px;
    border:1px solid #437abd;
    padding:8px 14px 7px 14px;
    color:#437abd;
    cursor:pointer;
    background:#ffffff;
}

.inlineLink:hover{
    border:1px solid #437abd;
    background:#437abd;
    color:#ffffff;
}

#formCover{
	position:fixed;
	top:0px;
	left:0px;
	width:1px;
	height:1px;
	background:rgba(255,255,255,0.75);
    z-index:10000;
}

.addressBox{
    float:left;
    width:240px;
    height:150px;
    margin:10px;
}

/* ----- MOBILE ----- */

#mobileLinks{
    position: absolute;
    top:290px;
    left:0px;
    width:300px;
    z-index:400;
}

.mobileLink{
    position:relative;
    width:280px;
    text-align:center;
    margin:10px 0px 10px 0px;
}