html, body { 
    background: url(images/bg-standbyme.jpg) no-repeat center center fixed #edeadd; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

body {
  line-height: 1.2em;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.3em;
}

.header {padding: 20px 20px 0px 20px;}

a,
a:visited {
  color: #df9b93; 
  text-decoration: underline; 
}

a:hover { color: #e04e47; }

a.box-link {padding: 15px 25px 15px 25px;}

a.box-link,
a.box-link:visited {
  text-decoration: none;
  color: #df9b93;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em;
  letter-spacing: 0.15em;
  border: 2px solid;
  padding: 6px 10px 5px 10px;
  margin-right: 6px;
}

a.box-link:hover {
  -o-transition:color .1s ease-out, background .25s ease-in;
  -ms-transition:color .1s ease-out, background .25s ease-in;
  -moz-transition:color .1s ease-out, background .25s ease-in;
  -webkit-transition:color .1s ease-out, background .25s ease-in;
  transition:color .1s ease-out, background .25s ease-in;
  background: #df9b93;
  color: #edeadd;
  text-decoration: none;
  border-color: #df9b93;
}

h1 {
  color: #df9b93;
  font-size: 1.75em;
  line-height: 1.25em;
  font-weight: 600;
  margin: 0 0 0 0;
  text-transform: uppercase;
} 

h2 {
  text-align: center;
  font-size: 1.55em;
  font-weight: 600;
}

h4 {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  line-height: 1em;
  padding: 0px 10px 0px 0px;
  margin: 2px 0px 4px 0px;
}

.footer {
  color: #a1a1a1;
  position: absolute;
  bottom: 0;
  width: 98%;
  padding: 20px 20px 15px 20px;
}

.player {padding-bottom: 20px;}

.main-site {padding-top: 90px;}

#tourmodal {
  letter-spacing: 0.025em;

}

.modal-content {margin-top: 100px;
  background: #fff;
  opacity: 0.95;
  padding: 25px 25px 25px 25px;
}

.modal-body { line-height: 1.45em; }

.close {font-size: 1.6em;}

@media (max-width: 1200px) {

h1 {font-size: 1.3em;}
  }

@media (max-width: 992px) {


h1 { font-size: 1.35em;}
}

@media (max-width: 950px) {

html, body {
  background: url(images/bg-standbyme.jpg) top center no-repeat #edeadd; 
  background-size: 750px 500px;
  text-align: center;
}

.header {padding: 10px 5px 0px 5px;}
.player {letter-spacing: 0.025em;}

h1 { font-size: 1.5em; padding-bottom: 250px;}

.statement {padding: 100px 10px 10px 10px; width: 95%; margin: 20px 15px 5px 2px;}
.main-site {padding: 2px 10px 10px 10px; width: 96%; margin: 0px 20px 5px 2px;}

.modal-content {margin-top: 40px;}

.footer {
  width: 98%;
  padding: 15px 0px 20px 0px;
  position: relative;
}

}

@media (max-width: 480px) {

html, body {
  background: url(images/bg-standbyme.jpg) top center no-repeat #edeadd; 
  background-size: 750px 500px;
  font-size: 0.9em;
}

.header {padding: 8px 2px 0px 2px;}

h1 {
  font-size: 1.25em;
  text-align: center;
  line-height: 1.3em;
  padding-bottom: 0px;
} 

.statement {padding-top: 360px;}
.main-site {padding: 2px 10px 10px 10px; width: 96%; margin: 0px 10px 5px 10px;}

.modal-content {margin-top: 60px; padding: 2px 2px 2px 2px; opacity: 0.95;}
.modal-body {padding: 2px 2px 2px 2px; text-align: left;}
.table {font-size: 0.9em; line-height: 0.6em; padding: 2px 2px 2px 2px;}

}