html,body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #424242;
  cursor: pointer;
  text-decoration: none;
}

a.navlink {
  color: #AAAAAA;
  font-weight: 400;
  text-decoration: none;
}

a.navlink:hover {
  text-decoration: underline;
}

h2 {
  color: #888888;
  font-family: "Vidaloka", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

body {
  background: url(http://www.xxiresources.com/resources/sos.png);
  background-repeat: repeat;
  background-size: 50px;
  color: #424242;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
}

button {
  background: #212121;
  border: 2px ridge #BABABA;
  color: white;
  cursor: pointer;
  font-family: "Vidaloka", Arial, sans-serif;
}

button:hover {
  border: 2px ridge #F1F1F1;
}

hr {
  background: #DDDDDD;
}

input {
  background: #FFFFFF;
  border: 4px ridge #999999;
  box-shadow: 3px 3px 1px #888888;
  font-family: "Courier", Arial;
}

input:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 2px #AA0000;
    box-shadow: 0px 0px 2px #AA0000;
}

p {
  font-family:"Lora", arial;
  line-height: 180%;
}

select {
  background: #FFFFFF;
  border: 4px ridge #BABABA;
  box-shadow: 3px 3px 1px #888888;
  font-family: "Courier", Arial;
}

select:focus {
  outline:none;
  -webkit-box-shadow: 0px 0px 3px #AA0000;
  box-shadow: 0px 0px 3px #AA0000;
}

textarea {
  background: #FFFFFF;
  border: 4px ridge #999999;
  box-shadow: 3px 3px 1px #888888;
  font-family: "Courier", Arial;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 4px #AA0000;
    box-shadow: 0px 0px 4px #AA0000;
}

.blurb {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 2px 2px #888888;
  display: block;
  height: 400px;
  padding: 10px;
  width: 550px;
}

#bottom-table {
  display: table;
  height: 300px;
  margin: 0 auto;
}

#creator-link:hover {
  text-decoration: underline;
}

#floater {
  background: rgba(0, 30, 80, 0.9);
  border: 2px ridge white;
  bottom: 0px;
  height: 30px;
  left: 0px;
  padding: 4px;
  position: fixed;
  width: 380px;
  z-index: 100;
}

#footer {
  background: #424242;
  border-top: 2px solid #848484;
  bottom: 0;
  color: #FFFFFF;
  font-family: "Oswald", arial;
  font-size: 12px;
  height: 70px;
  letter-spacing: 0.5px;
  position: absolute;
  width: 100%;
}

#header {
  display: block;
  height: 60px;
  top: 0px;
}

#header-left {
  color: #424242;
  float: left;
  font-family: "Lora", arial;
  font-size: 36px;
  height: 60px;
  padding-top: 6px;
  text-shadow: 1px 0px 0px #656565, 1px 1px 0px #656565, 0px 1px 0px #656565, 
    -1px 1px 0px #656565, -1px 0px 0px #656565, -1px -1px 0px #656565, 
    0px -1px 0px #656565, 1px -1px 0px #656565, 1px 3px 3px #AAAAAA;
  width: 350px;
}

.header-link {
  color: #848484;
  display: inline;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 22px;
  height: 100px;
  padding-left: 15px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-shadow: 0px 0px 1px #AAAAAA;
}

.header-link:hover {
  color: #BB2222;
  -moz-transition: color 0.6s;
  -o-transition: color 0.6s;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
  text-decoration: none;
}

#header-mobile {
  background: #424242;
  border-top: 2px solid #AAAAAA;
  border-bottom: 2px solid #AAAAAA;
  display: none;
  height: calc(100% - 10px);
  padding: 5px 0px;
  text-align: center;
  width: 100%;
}

#header-mobile-links {
  display: none;
  height: 450px;
  left: 0;
  position: absolute;
  top: 140px;
  width: 100%;
  z-index: 100;
}

#header-navigation {
  display: inline-block;
  float: right; 
  padding-top: 5px;
  text-align: center;
  width:700px;
}

#header-right {
  float: right;
  height: 50px;
  padding-top: 15px;
  text-align: right;
  width: calc(100% - 358px);
}

#header-search {
  float: right;
  padding-right: 20px;
  padding-top: 20px;
  width: 255px;
}

#image-overlay {
  background-color: rgba(0, 40, 230, 0.3);
  border-bottom: 2px solid rgba(0, 90, 230, 0.5);
  color: white;
  font-family: 'Vidaloka', Arial, sans-serif;
  font-size: 36px;
  height: 90px;
  letter-spacing: -2px;
  vertical-align: middle;
  text-align: center;
  width: 1100px;
}

#inner-wrapper {
  display: block;
  margin: 500px auto 0px auto;
  padding-bottom:200px;
  width: 80%;
}

.large-link {
  color: black;
  font-family: 'Vidaloka', Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
}

.large-link:hover {
  color: #424242;
  text-decoration: none;
}

#locations-map {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #FFFFFF;
  box-shadow: 4px 4px 8px 0px #888888;
  height: 750px;
  margin: 0 auto;
  width: 1000px;
}

#locations-search-box {
  display: inline-block;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}

#main-wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-top:-50px
  padding-bottom: 20px;
  padding-top: 20px;
}

.nav-link {
  font-size: 14px;
}

.nav-link:hover {
  text-decoration: underline;
}

.news-blurb {
  background: #DDDDDD;
  border: 1px solid #CCCCCC;
  color: #000000;
  cursor: pointer;
  display: block;
  float: left;
  height: 200px;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  width: calc(33% - 10px);
}

.news-blurb:hover {
  background: #EEEEEE;
  text-decoration: none;
}

#news-column {
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  box-shadow: 2px 2px 2px #CCCCCC;
  text-align: justify;
}

.news-link {
  color: #424242;
  font-weight: bold;
}

.select-bg {
  background: #424242;
}

.shadow-blurb {
  background: rgba(224, 224, 224, 0.5);
  box-shadow: 0 0 5px 16px rgba(224, 224, 224, 0.5);
  padding: 15px;
}

.strip-img {
  height: 450px;
  position: absolute;
  top: 0;
  width: 100%;
}

.strip-mesg {
  color: #FFFFF2;
  cursor: default;
  font-family: "Enriqueta", arial;
  font-size: 56px;
  position: absolute;
  top: 0;
  text-shadow: 1px 0px 0px #111111, 1px 1px 0px #111111, 0px 1px 0px #111111, 
    -1px 1px 0px #111111, -1px 0px 0px #111111, -1px -1px 0px #111111, 
    0px -1px 0px #111111, 1px -1px 0px #111111, 1px 4px 5px #111111;
}

#strip-mesg0 {
  top: 270px;
}

#strip-mesg1 {
  top: 330px;
}

.strip-select {
  background: #FFFFFF;
  border: 1px solid #424242;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 8px;
  position: absolute;
  top: 480px;
  width: 8px;
}

#strip-select-background {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  display: none;
  height: 14px;
  position: absolute;
  right: calc(10% - 2px);
  top: 478px;
  width: 134px;
}

.summary-item {
  float: left;
  padding: 20px;
  text-align: center;
  width: calc(33% - 40px);
}

.thick-button {
  background-color: #003D99;
  box-shadow: 0px 2px 2px 2px #888888;
  color: #FFFFFF;
  display: inline;
  font-family: 'Erica One', Arial;
  font-size: 18px;
  padding: 4px;
}

.thick-button:hover {
  text-decoration: none;
}

.tooltip {
  background: rgba(221, 221, 221, 0.9);
  border: 1px solid black;
  box-shadow: 1px 1px 1px #888888;
  font-size: 12px;
  height: auto;
  min-height: 18px;
  padding: 2px;
  position: absolute;
  text-align: center;
}

#wrapper {
  box-shadow: 5px -1px 3px -2px #888888, -5px -1px 3px -2px #888888;
  margin: 0 auto;
  min-height: 100%;
  min-width: 1400px;
  position: relative;
  width: 100%;
}


@media (max-width:1365px) {
  /*
  #header-left {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
  }
  
  #header-links {
    display: none;
  }
  
  #header-mobile {
    display: inline-block;
  }
  
  #header-mobile-links {
    display: block;
  }
  
  #header-right {
    float: none;
    height: 60px;
    left: 0;
    padding-top: 0px;
    position: absolute;
    text-align: center;
    top: 80px;
    width: 100%;
  }
  
  #inner-wrapper {
    margin: 560px auto 0px auto;
  }
  
  #locations-left {
      display: block;
      float: none !important;
      text-align: center;
      width: 100% !important;
  }
  
  #locations-right {
      display: none;
  }
  
  .strip-img {
    top: 140px;
  }
  
  .strip-select {
    top: 560px;
  }
  
  #strip-select-background {
    top: 558px;
  }
  
  .summary-item {
    display: block;
    float: none;
    width: 100%;
  }
    */
}

@media (max-width:799px) {
  /*
  #contact-btn {
    height: 32px;
    width: 100%;
  }
  
  #contact-left {
    display: block;
    float: none !important;
    width: calc(100% - 8px) !important;
  }
  
  #contact-right {
    display: block;
    float: none !important;
    margin-left: 0px !important;
    width: calc(100% - 8px) !important;
  }
  
  #footer-left {
    text-align: center;
    width: 100%;
  }
  
  #footer-right {
    display: none;
  }
  
  #header-left {
    font-size:28px;
  }
  
  #header-mobile-links {
    display: block;
  }
  
  #inner-wrapper {
    margin: 380px auto 0px auto;
  }
  
  .index-img {
    height: 200px !important;
    width: 280px !important;
  }
  
  #jack-mesg1 {
    top: 190px !important;
  }
  
  #jack-mesg2 {
    top: 250px !important;
  }
  */
  #locations-search-box {
    display: none;
  }
  /*
  .strip-img {
    height: 300px;
  }
  
  .strip-mesg {
    display:none;
  }
  
  .strip-select {
    display: none;
  }
  
  #strip-select-background {
    display: none;
  }
  */
  .tooltip {
    display: none;
  }
}