body{
	color:#696A6C;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
	font-weight:normal;
	margin:0px;
}
h1, h2, h3, h4{
	font-weight:700;
	font-family: 'Roboto Slab', serif; 
	line-height:1em;
	margin:.45em 0;
	padding:0;
} 
h1 {
    font-size: 3em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.2em 0;
}

h3 {
    font-size: 1.3em;
    margin: 1em 0;
}

h4 {
    font-size: 1.1em;
    margin: 1.33em 0;
}

a,
a:visited,
a:active,
a:hover{color:#00AFE1;}
a:hover{ text-decoration:none;}

*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}
  
.wrapper{
	width: 100%; 
	margin: 0 auto;
	background-color:#fff;
}
#photo{
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#photo img{
	width:100%;
	margin:0px;
	vertical-align:top;
}
#header{
	width:100%;
	padding-top:0.8em;
	margin-bottom:0em;
}
#logo{
	float:left;
	width:45%;
	margin-left:10px;
}
#phone{
	float:right;
	width:45%;
	text-align:right;
	margin-right:10px;
}
#phone h2{
	font-size:1em;
}
#content {
	width:95%;
	padding: 1em;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

p{ margin:0 0 1.5em;
	line-height:1.4em; }


/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}


/*colors and backgrounds*/
body{
	background:#e6e6e6;
}
h1, h2, h3, h4, h5, h6{
	color:#2E3192; 
}

a.buttonlink{ 
	background:#0099ff; 
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.buttonlink:hover{
	background:#8dbc01;
}


/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {

#logo{
	margin-left:20px;
}
#header{
	padding-top:1.5em;
}
#phone{
	margin-right:20px;
}
#content {
	width:75%;
}
#phone h2{
	font-size:1.5em;
}
} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 1500px; 
	margin: 0px auto;
}
#logo{
	max-width: 370px;
}
#phone{
	max-width: 370px;
}
#content {
	width:60%;
}
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}