@import url('http://fonts.googleapis.com/css?family=Arvo:700|Open+Sans:400italic,400');

@import url('http://fast.fonts.com/cssapi/95b765fd-fae4-4f1b-8155-d8244914a5c6.css');

aside,
footer,
header,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  min-width: 333px;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
body {
  color: #0f2a36;
  font-family: 'Open Sans', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25em;
}
h1 {
  font-family: 'Adelle W01 Bold', 'Arvo', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 91px;
  font-weight: 500;
}
h2 {
  color: #dd3b2a;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}
h3 {
  color: #dd3b2a;
  font-family: 'Adelle W01 Bold', 'Arvo', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0.5em 0;
}
h3 + p {
  margin-top: 0;
}
h4 {
  text-decoration: underline;
  font-size: 1.5;
}
h5 {
  color: #dd3b2a; 
text-decoration: underline;
  font-size: 1.2em;
}
footer{
  text-align: center;
}

dl {
    border: 3px double #ccc;
    padding: 0.5em;
  }
  dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: #dd374f;
  }
  dt:after {
    content: ":";
  }
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }
----------------
.nav-bar
{
  font-family: 'Adelle W01 Bold', 'Arvo', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  color: ##D35400;
  margin-top: 5px;
  font-weight: 300;
  font-size: 30px;
  font-outline: white;
  padding: 5px;
  line-height: 1.25em;
  margin: 0.5em 0;
  text-align: left;
  }

  .nav
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li
{
  display: inline;
  margin: 2;
}

.nav a
{
  display: block;
  padding: .5em .3em;
  color: #dd3b2a;
  text-decoration: none;
  
}

.nav a:link { color: #1C2833; }
.nav a:visited { color: #1C2833; }

.nav a:focus
{
  color: #dd3b2a;
  background-color: white;
}

.nav a:hover
{
  color: #dd3b2a;
  background-color: #F0F8FF;
}

.navpaw a:hover
{
  color: #dd3b2a;
 background: url('images/walk.gif') bottom left no-repeat;
}

.nav a:active
{
  color: #0dd3b2a;
  background-color: #1A237E;
}
---------------------------
.left{
  float: left;
  padding: 0 20px 20px 0;
}



.rise from {
  top: 100%;
}
.rise to {
  top: 165px;
}
.rise-short from {
  top: 100%;
}
.rise-short to {
  top: 275px;
}

@-webkit-keyframes rise {
  from {
    top: 100%;
  }
  to {
    top: 165px;
  }
}
@-moz-keyframes rise {
  from {
    top: 100%;
  }
  to {
    top: 165px;
  }
}
@-ms-keyframes rise {
  from {
    top: 100%;
  }
  to {
    top: 165px;
  }
}
@-o-keyframes rise {
  from {
    top: 100%;
  }
  to {
    top: 165px;
  }
}
@keyframes rise {
  from {
    top: 100%;
  }
  to {
    top: 165px;
  }
}
@-webkit-keyframes rise-short {
  from {
    top: 100%;
  }
  to {
    top: 275px;
  }
}
@-moz-keyframes rise-short {
  from {
    top: 100%;
  }
  to {
    top: 275px;
  }
}
@-ms-keyframes rise-short {
  from {
    top: 100%;
  }
  to {
    top: 275px;
  }
}
@-o-keyframes rise-short {
  from {
    top: 100%;
  }
  to {
    top: 275px;
  }
}
@keyframes rise-short {
  from {
    top: 100%;
  }
  to {
    top: 275px;
  }
}
aside:before {
  -webkit-animation: spin 8s infinite linear;
  -moz-animation: spin 8s infinite linear;
  -ms-animation: spin 8s infinite linear;
  -o-animation: spin 8s infinite linear;
}
aside:after {
  -webkit-animation: rise 1.5s 1 ease;
  -moz-animation: rise 1.5s 1 ease;
  -ms-animation: rise 1.5s 1 ease;
  -o-animation: rise 1.5s 1 ease;
}
header {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
header h1 {
  border-top: 4px solid white;
  color: #00374f;
  display: inline-block;
  min-height: 70px;
  margin: 55px auto 0;
  padding: 0 10px;
  z-index: 2;
}
header h1:after {
  background-color: #dd3b2a;
  content: '';
  height: 2px;
  left: 0;
  margin-top: -3px;
  position: absolute;
  width: 33%;
  z-index: -1;
}
header h2 {
  text-align: right;
  max-width: 333px;
  margin: -10px auto 0;
  width: 100%;
}
.summary {
  position: relative;
  max-width: 1065px;
  margin: 80px auto 0;
  width: 100%;
  z-index: 2;

}
.summary p {
  clear: right;
  color: #00374f;
  float: right;
  font-style: italic;
  margin: 0;
  width: 300px;
}
.summary p a:last-child {
  white-space: nowrap;
}

.intro {
  background: #edf6ff;
  background: -moz-linear-gradient(top, #ffffff 0%, #edf6ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #edf6ff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #edf6ff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #edf6ff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #edf6ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #edf6ff 100%);
  float: left;
  height: 590px;
  width: 100%;
}
.supporting {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 5px solid #dd3b2a;
  border-bottom: 5px solid #1A237E;
  float: left;
  position: relative;
  width: 100%;
  z-index: 3;

}


aside {
  background: #1A237E;
  border-top: 5px solid #edf6ff;
  clear: both;
  display: block;
  float: left;
  margin-bottom: -5px;
  width: 100%;
}

aside:after {
  background: url('images/ozzie2.gif') center top no-repeat;
  content: '';
  height: 444px;
  left: 50%;
  margin-left: -215px;
  position: fixed;
  top: 165px;
  width: 429px;
  z-index: 1;
}
aside .wrapper {
  background: #1A237E;
  border-top: 5px solid #edf6ff;
  margin: -5px auto 0;
  max-width: 1040px;
  padding: 40px 0 30px 0;
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
}
aside .wrapper:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}
aside .wrapper h3 {
  color: #00374f;
  font-size: 24px;
  margin-top: 0;
}
aside .wrapper a {
  color: #edf6ff;
}

aside .wrapper ul {
  list-style: none;
  padding: 0;
}
aside .wrapper ul li {
  margin-bottom: 12px;
}
aside .wrapper ul li:last-child {
  margin-bottom: 0;
}

  .intro .summary {
    left: auto;
    margin-top: 15px;
    text-align: center;
    top: auto;
  }
  .intro .summary p {
    float: none;
    margin: 0 auto 10px;
    max-width: 300px;
    width: 90%;
  }


  aside:before {
    top: 170px;
  }
  aside:after {
    -webkit-animation: rise-short 1.5s 1 ease;
    -moz-animation: rise-short 1.5s 1 ease;
    -ms-animation: rise-short 1.5s 1 ease;
    -o-animation: rise-short 1.5s 1 ease;
    top: 275px;
  }
  aside .wrapper {
    padding: 40px 5% 30px;
    width: 90%;
  }

.thumbnail
{
float: left;
width: 222px;

margin: 0 5px 5px 0;
padding: 1px;
}
.copy
{
    color: black;
  clear: both;
  padding: 1em;
  margin-top: 25px;
  background-color: #FFF;
 text-align: center;
}
.clearboth { clear: both; }

#pagewrap {
  padding: 5px;
  width: 960px;
  margin: 20px auto;
}

#content {
  width: 290px;
  float: left;
  padding: 5px 15px;
}
#thirdcol {
  width: 270px;
  padding: 5px 15px;
  float: right;
}
#middle {
  width: 294px; /* Account for margins + border values */
  float: left;
  padding: 5px 15px;
  margin: 0px 5px 5px 5px;
  background-color: #F0F8FF
}


#menu {
  list-style-type: none;
    margin: 0;
    padding: 0 15px 0 15px;
    overflow: hidden;
    background-color: #edf6ff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
    font-size: smaller;
    
    border-style: solid;
    border-color: #1A237E; 
    border-top-width: 3px;

  }


#menu li {
    float: left;
}

#menu li a {
    display: block;
    color: black;
    text-align: center;
    padding: .2px ;
    text-decoration: none;
}

#menu li a:hover:not(.active) {
    background-color: #1A237E;
    color: white;
}





/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
  
  #pagewrap {
    width: 94%;
  }
  #content {
    width: 41%;
    padding: 1% 4%;
  }
  #middle {
    width: 41%;
    padding: 1% 4%;
    margin: 0px 0px 5px 5px;
    float: right;
  }
  
  #thirdcol {
    clear: both;
    padding: 1% 4%;
    width: auto;
    float: none;
  }

  
}

/* for 700px or less */
@media screen and (max-width: 600px) {

  #content {
    width: auto;
    float: none;
  }
  
  #middle {
    width: auto;
    float: none;
    margin-left: 0px;
  }
  
  #thirdcol {
    width: auto;
    float: none;
  }

}

/* for 480px or less */
@media screen and (max-width: 480px) {




}


#content {
  background: #f8f8f8;
}
#thirdcol {
  background: #f0efef;
}
 #content, #middle, #thirdcol {
  margin-bottom: 5px;
}

#pagewrap,  #content, #middle, #thirdcol,  {
  border: solid 1px #ccc;
}


.nav-bar
{font-size: 20px;}


@media (max-width: 750px) {
  .intro header h1 {
    font-size: 60px;
    min-height: 50px;
    margin-top: 35px;
  }
  .intro header h2 {
    max-width: 455px;
  }
  .intro .summary {
    margin-top: 35px;
  }
 
@media (max-width: 650px) {
  .intro {
    
    position: relative;
  }
  
  h3 {
  margin: 0 auto 0 auto ;
   font-size: 22px;
  font-weight: 200;
  line-height: 1em;
}
  aside .wrapper .design-selection,
  aside .wrapper > div {
    border: none;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  aside .wrapper .design-archives {
    margin-top: 40px;
  }
  aside .wrapper > div h3 {
    margin: 0;
  }
  aside .wrapper > div ul {
    margin-top: 0;
  }
  aside:after {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    left: auto;
    margin: 0 5%;
    width: 90%;
  }
}

@media (max-width: 500px) {
  .intro header h1 {
    background: white;
    font-size: 40px;
    line-height: 1em;
    margin: 15px 0 10px;
    min-height: 40px;
  }
  .intro header h1:after {
    margin-top: 18px;
  }
  .intro header h2 {
    font-size: 16px;
    max-width: 250px;
  }
  h3 {
  margin: 0 auto 0 auto ;
   font-size: 22px;
  font-weight: 200;
  line-height: 1em;
}