body {
    background-color: black;
}
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
/* unvisited link */
a:link {
    color: #FFF;
}

/* visited link */
a:visited {
    color: #FFF;
}

/* mouse over link */
a:hover {
    color: #FFF;
}

/* selected link */
a:active {
    color: #FFF;
}


/* search section styles -- bacground video */
#video-landing {
height: 480px;
min-width: 100%;
min-height: 100%;
position: relative;
overflow-y: hidden;
color: white;
box-shadow: 0px 1px 8px 0px #888888;
}

#video-landing video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

video::-webkit-media-controls {
    display:none !important;
}

#section-bar {
    /*background-color: #ff00ea;*/
    background-color: #00ffff;
	padding-top: 8px;
}

#video-landing div {
  height: 40px;
  width: 180px;
  border: 2px solid #00ffff;
  border-radius: 5px;
  background-color: white;
  margin: 20px auto;
}

#video-landing icn {
  height: 80px;
  width: 80px;
  border: 2px solid #00ffff;
  border-radius: 5px;
  margin: 20px auto;
}

#video-landing p {
  font-size: 12px;
  letter-spacing: 4px;
  color: #000;
  font-family: 'Oswald', Georgia, serif;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}


h1 {
  padding-top: 1.5em;
  font-size: 3em;
  letter-spacing: .1em;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}

h1-title {
  padding-top: 1.5em;
  font-size: 3em;
  letter-spacing: .1em;
  color: #00ffff;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}

h2{
  font-size: 1em;
  letter-spacing: 3px;
  line-height: 1.6em;
  color: #fff;
font-family: 'Slabo 27px', Georgia, serif;
  text-align: center;
}

/*adjust the headline's size for larger screens*/

@media (min-width: 56.25em) {
  h1 {
    padding-top: .5em;
    font-size: 5em;
    letter-spacing: .25em;
    line-height: .8em;

  }
  h1-title {
    padding-top: .5em;
    font-size: 5em;
    letter-spacing: .25em;
    line-height: .8em;
    color: #00ffff;
  }
  h2{
  font-size: 1.5em;
  letter-spacing: 7px;
  line-height: 1.4em;
  color: #fff;
font-family: 'Slabo 27px', Georgia, serif;
  text-align: center;
  }
}


#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
