/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, #stage {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
  margin: 0;
  background-color: #073763;
  font-family: "Oswald", Arial, sans-serif;
}

.header {
  margin: auto;
  width: 50%;
  background-color: #073763;
  text-align: center;
  padding: 12% 0;
}	

.blue {
  color: #008A99;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 50px; 
}  

.white {
  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 50px; 
}  

p {
  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 50px; 
}  

p.contact {
  padding-top: 20px;
  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 50px; 
}

p.text {
  padding-top: 20px;
  color: #008A99;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 50px; 
}
		
a.phone {  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 50px;  }
a.phone:hover {  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 50px;  }
  	
a.email {  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 50px;  }
a.email:hover {  color: #008A99;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1rem; font-weight: 700; text-decoration: none; line-height: 50px;  }
	
.desktop { display: inline; }
.mobile { display: none; }		


@media screen and (max-width: 1000px) and (min-width: 501px) {

.header {
  margin: auto;
  width: 92%;
  background-color: #073763;
  text-align: center;
  padding: 5% 0;
}	

.blue {
  color: #008A99;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.8rem; font-weight: 700; text-decoration: none; line-height: 25px; 
}  

.white {
  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.8rem; font-weight: 700; text-decoration: none; line-height: 25px; 
} 

}


@media screen and (max-width: 500px) {

.scalelogo {
   max-width: 88%;
   height: auto;   }

.header {
  margin: auto;
  width: 92%;
  background-color: #073763;
  text-align: center;
  padding: 18% 0;
}	

.blue {
  color: #008A99;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.9rem; font-weight: 700; text-decoration: none; line-height: 25px; 
}  

.white {
  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.9rem; font-weight: 700; text-decoration: none; line-height: 25px; 
}  

p {
  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.9rem; font-weight: 700; text-decoration: none; line-height: 30px; 
} 

p.contact {
  padding-top: 20px;
  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.9rem; font-weight: 700; text-decoration: none; line-height: 40px; 
}

p.text {
  padding-top: 20px;
  color: #008A99;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.9rem; font-weight: 700; text-decoration: none; line-height: 40px; 
}
		
a.phone {  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.9rem; font-weight: 700; text-decoration: none; line-height: 25px;  }
a.phone:hover {  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.9rem; font-weight: 700; text-decoration: none; line-height: 25px;  }
  	
a.email {  color: #FFFFFF;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.9rem; font-weight: 700; text-decoration: none; line-height: 25px;  }
a.email:hover {  color: #008A99;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.9rem; font-weight: 700; text-decoration: none; line-height: 25px;  }
	
.desktop { display: none; }
.mobile { display: inline; }			

}