@-ms-viewport {
   width: device-width;
}
@-o-viewport {
   width: device-width;
}
@viewport {
   width: device-width;
}

html {
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 0;
    background-color: #e5e4c5;
    color: #181818;
    height: 100%;
    width: 100%;
    padding: 0;
}

#logo {
    display: block;
    width: 150px;
    height: 75px;
    border: 0;
    margin: 5px auto 0 auto;
}

#banner {
    margin: 0;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid #;
    border-top: 1px solid #4da9ff;
    border-bottom: 1px solid #074c88;
    height: 200px;
    min-height: 180px;
    background: #0a5fad url("/img/logo-background.png") repeat-x;
    background-height: 100%;
}

#banner h1,h4 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

#banner hr {
    border-top: 1px solid #ffffff;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-style: solid;
    width: 250px;
    margin: 2px auto 5px auto;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: top;
}

.inner {
  max-width: 600px;
  margin: 50px auto;
  border: 1px solid #8f8f8f;
  background: #ffffff;
  box-shadow: 4px 4px 4px 1px #79795d;
}

#contact {
    margin: 0;
    padding: 0.25em;
    text-align: center;
}
    
.small {
    font-size: 0.5em;
}

#menu {
    margin: 0;
    color: #ffffff;
    background-color: #009900;
    border-bottom: 1px solid #006600;
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0.2em;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline;
    margin: 0 0.5em 0 0.5em;
}

a,a:visited,a:active {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #feff00;
    font-weight: 900;
}

.name {
    font-weight: bold;
    margin-bottom: 0;
}

.title {
    font-size: 0.8em;
    margin-top: 0;
}

@media screen and (max-width: 640px) {

    .inner { max-width: 100%; margin: 0 auto; border: none; box-shadow: none; }
    body { background-color: #ffffff; }
}

