@media print {
a[href]:after {
content: none !important;
}
}

@media screen and (max-width: 768px) {
div.hidephone {
display: none;
}
}

@media screen and (max-width: 768px) {
img.responsive {
width: 170px;
padding: 0 20px 10px 0;   
}
}

img.responsive { 
width: 100%;
height: auto; 
margin-bottom: 10px;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.center {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}

body { 	
font-size: 1.40em;	
line-height: 1.40em;	
font-family: 'Arimo', sans-serif;
background-image: url("images/bg-green.png");
color: #743331;
}

.container-fluid {
margin: 0;
padding: 0;
}

.bg-green {
background: #E1FCC2;
}

.row {
padding: 0 15px 0 15px;
}

h1 {
color: #743331;
line-height: 1.40em;
}

h2 {
color: #743331;
}

h3 {
color: #743331;
}

h4 {
color: #743331;
}

h5 {
color: #743331;
}

h6 {
color: #743331;
}

.maintext {
font-weight: bold;
color: #743331;
text-align: left;
font-size: 120%;
line-height: 1.4;

}

.caption {
color: #743331;
text-align: left;
font-size: 120%;
line-height: 1.4;
}

.searching {
color: #743331;
text-align: left;
font-size: 100%;
line-height: 1.4;
}

.blockquote {
color: #743331;
text-align: left;
font-size: 150%;
line-height: 1.4;
margin-left: 50px;
margin-right: 60px;
}

 /* unvisited link */
a:link {
color: #537c2a;
font-size: 110%;
font-weight: bold;
text-decoration: none;
transition: all 0.3s ease;
}

/* visited link */
a:visited {
color: #537c2a;
font-size: 110%;
font-weight: bold;
text-decoration: none;
transition: all 0.3s ease;
}

/* mouse over link */
a:hover {
color: #537c2a;
font-size: 110%;
font-weight: bold;
text-decoration: none;
transition: all 0.3s ease;
}

/* selected link */
a:active {
color: #537c2a;
font-size: 110%;
font-weight: bold;
text-decoration: none;
transition: all 0.3s ease;
}

/* navbar */ 
.navbar {
margin-bottom: 0;
padding-left: 15px;
background-color: #ffb172;
border-radius: 0;
border: none;
}

.collapse {
color: #FFFFFF;
}

.navbar-collapse {
color: #FFFFFF;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a {
color: #537c2a;
transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #FFFFFF;
background-color: #a7c483;
transition: all 0.3s ease;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #FFFFFF;
background-color: #669933;
transition: all 0.3s ease;
}

.navbar-default .navbar-text {
color: #537c2a;
}

.navbar-default .navbar-toggle {
border-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #C1C882;
}

.navbar-default .navbar-toggle .icon-bar {
color: #FFFFFF;
background-color: #626d3c;
}

.activedropdown  {
color: #FFFFFF;
background-color: #626d3c;
}

/* end navbar */ 

.footer {
padding: 15px 0 5px 0;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
font-size: 120%;
line-height: 1.4;
background-color: #ffb172;
}

.footertext {
color: #743331;
text-align: center;
line-height: 1.4;
}

.searchbox {
font-size: 2em;	
line-height: 1.25em;	
font-family: 'Roboto';
margin: 25px 0 10px 0;
}

.searchmeme {
font-size: 2em;	
line-height: 1.25em;	
font-family: 'Roboto';
margin: 0;
}

ul {
margin: 0 0 0 10px;
padding: 0;
}

