body {
    background: #808080; /* The complete background color.Original color (Turquoise Blue 2F6E7F) (Orange ff5c33) (Bright Blue 3399ff*/
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	overflow: auto;
}
p {
    padding: 1%;/*Adjust the spacing inbetween paragraphs*/
	color: #F1F0D1; /*The color of text in the main paragraph*/
}
header h1 {
    color: #F1F0D1; /*The color of the header text (Welcome to GSO) */
	font-family: Andalus;
}
img {
    text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
    border: 2px solid #ff0000; /*Very outside thin border (#0000ff)*/
	border-radius: 2px;
	box-shadow: 0 0 15px 0px rgba(12, 3, 25, 0.8);	
}
#wrapper {
    margin: 0 auto;
	max-width: 1200px;
	width: 98%;
	background: #4B4B4B; /*Main background color behind nav boxes and the main paragraph. (Original color 183740) (Dark Blue 001e33)*/
	border: 3px solid #FF0000; /*Very outside thin border*/
	border-radius: 2px;
	box-shadow: 0 0 15px 0px rgba(12, 3, 25, 0.8);
}
#callout {
    width: 100%;
	height: auto;
	background: #999999; /* Callout box color, The very top Call us box(Bright Blue 0000ff) (ff0000)*/
	overflow: hidden;
}
#callout p {
    text-align: Center;
	font-size: 15px;
	padding: 0.1% 5% 0 0;
	color: #F1F0D1; /*Print color in callout box (F1F0D1)*/
}
#callout p a {
    color: #000000;
	
}
header {
    width: 96%;
	min-height: 25px;
	padding: 5px;
	text-align: center;
} 
nav ul {
    display: flex;
	
	margin: 0;
	padding-left: 150px;
} 
nav ul li {
    float: left;
	border: 2px solid #FF0000; /*Nav box border color*/
	width: 14%;
	 border-radius: 1px 1px 1px 1px;	
}
nav ul li a {
    background: #808080; /*Nav box background color*/
    display: block;
    padding:5% 8%;
    font-weight: bold;
    font-size: 13px; 
    color: #F1F0D1; /*The color of text in nav boxes*/
	text-decoration: none;
	text-align: center;
	 border-radius: 2px 2px 2px 2px;	
}
nav ul li a:hover, nav ul li.active a {
    background-color: #000000; /*The color of the hover over of nav boxes*/
	color: #F1F0D1; /*The color of the text as you hover over*/
}
nav ul li img {
    max-width: 5%;
	max-height: 5%;
    vertical-align: center;
	padding-left: 1px;
}
nav ul li:hover ul {
     display: block;
	 padding: 5px;
}
nav ul ul {
    display: none; /*Makes drop-down invisible*/
	position: absolute;	/*Makes drop-down cover image*/
	border: 2px solid #; 
	margin-left: -65px;
	max-width: auto;
	min-width: 700px;
}
nav ul ul li {
    display: block;
    border-radius: 2px 20px 2px 20px;	
}
nav ul ul li a,visited {
    color: #F1F0D1;
}
nav ul ul li a:hover {
    color: #F1F0D1;
}
.banner img {
    width: 100%;
	border-top: 1px solid #0000ff; /*Border top color around GSO image*/
	border-bottom: 1px solid #0000ff; /*Border bottom around GSO image*/
}
.clearfix {
    clear: both;
}
.left-col {
    width: 55%;
	float: left;
	margin: 1%;
}
h5 {
     color: #F1F0D1;      
}
h1 {
    color: #F1F0D1;
	font-family: Andalus;
}
.left-col a {
    color: #F1F0D1;
	text-decoration: none; 
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
.sidebar {
    width: 40%;
	float: right;
	margin: 1%;
	text-align: center;
}
.sidebar img {
    width: 95%;
	height: 95%;
	 border-radius: 2px 2px 2px 2px;/*Images on "About Us"page*/	
}
.sidebar a {
    text-decoration: none;
    color: #0000ff;/*#0000ff*/
	font-size: 25px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
.therapy {
    float: left;
	margin: 0 auto;
	height: auto;
	padding: 1%;
}
.section {
    width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: center;
}
.mainContent {
     line-height: 25px;
     border-radius: 5px;
}
.content {
     width: 100%;  
	 float: left;
}
.topcontent {
     background-color: #183740;
	 margin-top: 2%;
	 padding: 3% 5%;
}
.bottomcontent {
     background-color: #183740;
	 margin-top: 2%;
	 padding: 3% 5%;
}
.post-info {
     font-style: italic;
	 color: #000000;
	 font-size: 90%;
}
footer {
    background: #999999; /*Footer box color*/
	width: 100%;
	overflow: hidden;
}
footer p, footer h3 {
    color: #F1F0D1;
}
footer p a {
    color: #F1F0D1;
	text-decoration: none;
}
ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
    display: inline;    
}
ul li img {
    height: 50px;
}
@media screen and (max-width: 478px){
body {
    font-size: 14px;
    }
}
@media screen and (max-width: 740px) {
nav {
    width:100%;
	margin-bottom: 14px;
    }
nav ul {
    list-style: none;
	margin: 0 auto;
	padding-left: 0;
     }
nav ul li {
    text-align: center;
	margin-left: 0 auto;
	width: 100%;
	border-top: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
      }	
nav ul li a {
    padding: 8px 0;
	font-size: 10px;
        }
.left-col {
    width: 100%;
          }
.sidebar {
    width: 100%;
         }
.section {
    float: left;
    width: 100%;
	margin: 0;
         }		 
}

     
