 /* CSS Document */

* {
  box-sizing:  border-box; 
	margin: 0;
	padding: 0;
}

body {
  font-family:  Roboto, Helvetica, sans-serif; 
background: #1a75bc;
	padding: 10px 0 ;
}

a {
	text-decoration: none;
}

a .seventy:hover {
	opacity: .7;
}
ul {
	list-style-position: inside;
}
a.underline {
	text-decoration:underline;
	color: #1a75bc !important;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding: 10px ;
}

.container p {
	padding: 10px 20px;
	line-height: 1.7em;
}

.gradient {background-image: linear-gradient( to right, #ffeebb 50%,#f7953e) ; 
	padding: 10px  15px ;
}

.phone-logo{
	display: none;
}

/* new nav menu Feb 2022 */
.w3-border-orange {
	border-color: #f7953e !important;
}
		.w3-bar{ 
  background-color: #f7953e !important;
  color: #ffeebb!important;
}
	  .w3-bar-item {
		text-align: center !important;
	}
	
	.w3-bar-item:hover {
			background: #f1f1f1 !important;
			 color: #f7953e !important;
		}
.inline {
	display: inline;
}	

.footer {
	font-variant: none;
	font-size: .85em;
	color: #1a75bc;
	border-bottom: 1px #f7953e solid; 
	border-top: 2px #f7953e solid; 
	width: 90%;
	 background: #fff; 
	max-width: 1200px;
	margin: auto;
}

.footer  a:hover{ 
	color: #fee;
	background: #1a75bc;
	border-left: 2px  solid; 
	border-right: 2px #ffeebb solid;
}
/* links on footer */
.button {
  text-align: center;
  text-decoration: none;
  float: left;
	width: 33.333333%;
	padding: 5px 0;
}

/* these are standard colors used but class not used
.lt-orange {
	background: #ffeeeb;
}

*/
.bk-blue {
	background: #1a75bc;	
}
.blue {
	color: #1a75bc;	
}

.orange {
	color: #f7953e;
}

.bk-orange {
	background: #f7953e;
	color: #ffeedd;
}

img.icon  {
	width: 80px;
	background: #fff;
	padding: 20px;
}

img.link {
	padding-left: 20px;
	width: 50px;
}
.w3-border-bottom {
	border-bottom: 1px solid #1a75bc !important;
}
p.lhid {
	font-family: Montserrat;
	font-weight: bold;
	letter-spacing: 2.5px;
	padding: 0;
}
p.tagline {
	font: Montserrat;
	font-weight: Regular;
	color:  #1a75bc;
	letter-spacing: 3.1px;
	font-variant: small-caps;
	padding-top: 5px;
}

.phone {
	font: Montserrat;
	letter-spacing: .3em;
	text-align: center;
}

/*don't display on small screens  */
 .hiddenm {
	display: none;
}


.width20 {
	width: 20%;
}
.width100 {
	width: 100%;
}
img.width20 {
	padding-left: 25px;
}


.width33 {
	width: 33.3333%;
}

.row:after,
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.clearfloat {
	clear:both;
}
.myheader {
	font-size: 1.1em; 
	color: #ffeedd;
	text-align: center;
  background-color: #f7953e; 
	padding: 12px;
	margin-bottom: 10px;
}
/* to match up with format for showslides on left */
.flex-left .myheader {
	max-width: 840px; 
}

/* subpage styles and gallery */
.mySlides {
  display: none;
position: relative; 
	max-width: 840px;
}
 
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
.demo {
  opacity: 0.6;
}

.demo:hover {
  opacity: 1;
}

.flex-container {
  display: flex;
/* align-items: flex-end; vertical */
/*  	align-items: flex-bottom; vertical align*/
	align-items: flex-start;
}
/*not only for flex columns, width of 75% and centered in block */
.flex-left {
	width: 75%;
	margin: auto;
	max-width: 840px;
}

/*for testimonails page */
.flex75{
		width: 75%;
	margin: auto;
}
@media (min-width:601px) and (max-width: 1000px) {
	.flex75 { width: 100%;}
}

p.comment{
	font-size: .85em;
	padding: 10px;
	line-height: 1.7em;
	width: 97%; /* matches AANE Background */
	margin: auto;
}
.col-75 p  {
	padding-left: 35px;
}

.author-comment {
	font-size: .85em;
	font-style:italic;
}
/*for single image view */


.flex-right, .flex25{
	display: flex;
/*	flex-direction: row; */
	flex-wrap: wrap;
	width: 25%;
		align-items: flex-start; /*horizontal align*/
	margin-left: 15px;
	justify-content: space-around;
}
.flex-right50 {
	width: 50%;
	max-width: 50%;
	margin-left: 15px;
}

.flex-right50 p {
	line-height: 2.0em;
	 padding: 22px 15px 22px 15px;
	text-align: center;
}

h3 {
	 font-size: 1.1em; 
	color: #ffeedd;
	 padding: 12px 20px; 
	text-align: center;
  background-color: #f7953e;
}
/* hidden on phone only */

.flex-right50 h3{
	margin-right: 0px;
	text-align: center;
}
/* should combine floats here with image-desc. Does the same thing */
.float43 {
	width: 42%;
	max-width: 42%;
	float: left;
	background: #fff;
	margin-left: 10px; 
}
.float43 h3 {
	text-align: center;
	 background-color: #f7953e;
}
.flex-right  h3{
	text-align: center;
	margin-top: 0;
	width: 95%;
}
/* padding for images */
.flex-right .col {
  padding: 15px 0 0 0;
	width: 45%;
}

.image-desc {
	float: left;
	width: 42%;
	background: #fff;
	margin-left: 10px;
}
.center {
	text-align: center;
}
.description 
/*description on bottom */
 {
	width: 100%;
	position: absolute; 
  bottom: 0;
	left: 0;
  background-color: black;
	 text-align: center;
	background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  padding: 20px; /* Some padding */
}
.AANE-comment {
	width: 100%;
	position: absolute; 
  top: 10px;
	left: 0;
  background-color: black;
	 text-align: center;
	background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
	font-size: .85em;
	line-height: 2em;
	 padding: 10px 20px 5px; /* Some padding */
}
/* description below 
.description2 {
	margin: 0;
  text-align: left;
/*  background-color: #f7953e; 
  padding: 12px 10px;
/*  color: white;
	width:100%; 
}
*/

/*
.single-image {
	width: 55%;
	max-width: 55%;
	float: left;
}
*/
a:link .description {
	display: none;
}
 a:hover .description{
	 display: block;
}


img.quarter {
	width: 40%;
	margin: auto;
	display: block;
}

img.seventy {
	width: 65%;
	margin: auto;
	display: block;
	padding: 10px 0 20px 0;
}
img.seventyb {
	width: 65%;
	margin: auto;
	display: block;
	background-color: black;
	 text-align: center;
	background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.75); /* Black background with 0.5 opacity */
}

img.thumb {
	vertical-align: middle;
}

.half {
	max-width: 50%;
	width: 50%;
	float: left;
}

.max-width {
	max-width: 440px;
}

/* CSS Style for Boxes */
        .round-circle {
            width: 130px;
            height: 130px;
           
            background-color: #DCDCDC;
			display: block;
			margin: auto;
        }
/* form formatting */
.form-container{
  border-radius: 5px;
  background-color: #ffeebb;
	width: 75%;
	margin: auto;
	padding: 0 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
	
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
	display: inline-block;
}

.img-back 
/*background for images */
 {
	width: 100%;
	
  bottom: 0;
	left: 0;
  background-color: black;
	 text-align: center;
	background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.75); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  padding: 20px; /* Some padding */
	 margin-bottom: 20px;
}
.AANE-bck
/*background for images */
 {
	width: 100%;
	
  bottom: 0;
	left: 0;
  background-color: black;
	 text-align: center;
	background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.75); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  padding: 20px; /* Some padding */
	 margin: 20px auto;
}
img.AANE {
	width: 98%;
}
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
	outline: none;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #1a75bc;
  padding: 12px 60px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
	color: white;
}


input[type=submit]:hover {
  background-color: #f7953e;
	
}

/* alternate top nav */
