@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');

body {font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 300; color: #F8F8FF; margin: 0; padding: 0; background-color: #0099ff;}
#page{max-width: 850px; margin:0 auto; padding-top:2px;  position: relative;

border-right:25px solid #66d9ff; border-radius: 15px / 25px;
border-left: 25px solid #66d9ff;
border-top:25px solid #66d9ff;
border-bottom:25px solid #66d9ff;
}


h1 { margin: 0 0 1em 0; font: 2.8em; font-weight: 700;}
h2 { margin: 0 0 .5em 0; font: 1.6em; font-weight: 700; line-height: 1.1em;}
h3 { margin: 0 0 .5em 0; font: 1.em; font-weight: 700; }
h4 { margin: 0 0 1.5em 0; font: 1.em; font-weight: 700; }

p { margin: 0 0 1em 0;}
a:visited { color: #gold;}
a:active{gold;}
/* unvisited link */
a:link {color: gold;}
a:hover {
  color: #000000;
}
header div.phone a:link{color:#000000;}



header {height: 200px; background: #0066ff; position: relative;}

header { margin-bottom: 30px;}
header section.landing_page { font-size: 1em; text-align: center;}
