body {
font-family: 'Montserrat', Arial, Candara, Roboto, Helvetica, sans-serif;
font-size: 14pt;
color: black;
background: url(../images/texasdeclaration.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
background-color: #fff;
background-attachment: fixed;
margin: 0;
padding: 0;
}

a.menu-link {
margin-right: 2.5em;
}

a:link {
color: #700000;
}

a:visited {
color: #700000;
}

a:hover {
color: black;
}

a:active {
color: #ff0000;
}

a img {
border: none;
}

/* HEADER */

#banner {
font-size: 3em;
font-weight: bold;
}

#header {
background: white;
border-bottom: 5px solid black;
box-shadow: 10px 10px 25px #000;
color: 000080;
font-family: 'Playball', Arial, Candara, Roboto, Helvetica, sans-serif;
margin: 0;
padding: 1em 0;
text-align: center;
}

.logo-tx {
position: absolute;
left: 250px;
width: 84px;
height: 95px;
}

.logo-us {
position: absolute;
right: 200px;
width: 175px;
height: 100px;
}

#subtitle {
color: #700000;
font-family: 'Times New Roman';
font-style: italic;
margin: 0;
padding-left: 50px;
}

/* END HEADER */

#content {
background-color: white;
background-image: url("../images/parchment2.jpg");
border: 5px solid black;
border-radius: 25px;
box-shadow: 10px 10px 25px #000;
margin: 20px auto;
padding: 1em;
width: 70%;
}

#content-index {
background-image: url("../images/parchment2.jpg");
border-radius: 25px;
border: 5px solid black;
box-shadow: 10px 10px 25px #000;
margin: 100px auto 0 auto;
padding: 1em;
width: 700px;
}

#footer {
clear: both;
background-color: white;
border-top: 5px solid black;
box-shadow: -3px -3px 25px #000;
font-size: .8em;
font-style: italic;
margin-top: 100px;
padding-bottom: 1em;
text-align: center;
}

h1, h2 {
color: #700000;
font-family: 'Playball', Arial, Candara, Roboto, Helvetica, sans-serif;
}

#menu-bottom {
background-image: url("../images/parchment2.jpg");
border: 5px solid black;
border-radius: 0 25px 25px 25px;
box-shadow: 10px 10px 25px #000;
font-family: 'Montserrat', Arial, Candara, Roboto, Helvetica, sans-serif;
margin: 100px 0 0 20px;
padding: .5em;
width: 500px;
}

.menu-link {
color: black;
display: inline-block;
margin: 2px;
padding: 2px;
}

#menu-top {
background-image: url("../images/parchment2.jpg");
border: 5px solid black;
border-radius: 25px 25px 0 25px;
box-shadow: 10px 10px 25px #000;
font-family: Arial, Candara, Roboto, Helvetica, sans-serif;
font-size: 1.3em;
margin: 95px 0 0 20px;
padding: .5em;
text-align: center;
width: 500px;
}

#outer-wrapper {
background-color: rgba(255,255,255,0.8);
}


@media only screen and (max-width:1400px) {
.logo-tx {
position: absolute;
left: 50px;
}
.logo-us {
position: absolute;
right: 0px;
}

@media only screen and (max-width:1150px) {
.logo-tx {
position: static;
}
.logo-us {
position: static;
}
}

@media only screen and (max-width:780px) {
#outer-wrapper {
background-image: none;
}
#content {
width: initial;
margin: 0;
background-color: white;
border: 0;
border-radius: 0;
background-image: none;
box-shadow: initial;
}
#content-index {
width: initial;
margin: 0;
background-color: white;
border: 0;
border-radius: 0;
background-image: none;
box-shadow: initial;
}
#footer {
border: 0;
margin: 0;
padding: 0 1em 1em 1em;
width: initial;
box-shadow: initial;
}
#header {
border: 0;
margin: 0;
padding: 0 1em 0 1em;
width: initial;
box-shadow: initial;
}
#menu-bottom {
background-color: white;
border: 0;
border-radius: 0;
margin: 0;
width: initial;
background-image: none;
box-shadow: initial;
}
.menu-link {
color: #0000ff;
}
#menu-top {
background-color: white;
border: 0;
border-radius: 0;
margin: 0;
width: initial;
background-image: none;
box-shadow: initial;
}
}


