html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
  line-height: 1.4em;
}

h4 {
  font-size: 1.2em;
}

a {
  color: #FFF;
}

a:hover {
  text-decoration: underline;
}

body {
  background: url(../i/pcbr-bg.jpg) fixed top #fff;
  font-family: "Arial Black", Gadget, sans-serif;
  color: #eee;
}

img {
  max-width: 100%;
  height: auto;
}

.txtbuffer {
  padding: 5% 10%;
}

.splittext {
  margin: 1% 3%;
}

.leftsplit {
  min-width: 390px;
}

.rightsplit {
  min-width: 300px;
}

.flexy {
  display: -webkit-flex;
  display: flex;
}

.white {
  display: inline-block;
  background: #fff;
  color: #111;
  width: 100%;
}

.white a {
  color: #000;
}

.picback {
  background: url(i/about-bg.jpg) center top;
  display: inline-block;
  color: #FFF;
  width: 100%;
}

.picback a {
  color: #FFF;
}

nav {
  display: block;
  position: fixed;
  width: 100%;
  font-size: 16px;
  background: #000;
  margin: 0;
}

nav a {
  display: block;
  padding: 8px 10px 10px 20px;
  color: #eee;
  text-decoration: none;
  text-align: left;
}

.navicon {
  float: right;
  display: block;
  margin: -40px 30px 0 0;
}

.navicon a {
  text-decoration: none;
  font-size: 18px;
  color: #CCC;
  padding: 0px 10px;
}

.listy {
  display: table-row;
}

.ico {
  float: left;
  display: inline-block;
  width: 50px;
  margin: 5px;
}

.icotxt {
  float: left;
}

.ninty {
  max-width: 90%;
}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

.slides, .slides>li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\f137";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin: 0;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f053';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f054';
}

.flex-direction-nav .flex-prev {
  left: 20px;
}

.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.5;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.5;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f137';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f137';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  flexy {
    display: block !important;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1em;
  }
  h4 {
    font-size: 1em;
  }
  .txtbuffer {
    padding: 3% 5%;
  }
  .navicon {
    margin: -36px 8px 0 0;
  }
  .navicon a {
    font-size: 22px;
    padding: 0px 5px;
  }
  .splittext {
    width: 80%;
    display: block;
    margin-bottom: 20px;
  }
  .leftsplit {
    min-width: 260px;
  }
  .rightsplit {
    min-width: 260px;
  }
  .ico {
    width: 22px;
  }
  .flexy {
    display: inline-block;
  }
  .flexy img {
    height: auto;
    display: block;
  }
}

/* ====================================================================================================================
 * hamburger
 * ====================================================================================================================*/

/* Wrapper */

#hamnav {
  position: sticky;
  display: inline;
  top: 0;
}

/* Hide Hamburger */

#hamnav label, #hamburger {
  display: none;
}

/* Horizontal Menu Items */

#hamitems {
  display: flex;
}

#hamitems a {
  width: 25%;
  color: white;
  text-decoration: none;
  text-align: center;
}

#hamitems a:hover {}

/* [ON SMALL SCREENS] */

@media screen and (max-width: 768px) {
  /* Show Hamburger Icon */
  #hamnav label {
    display: block;
    color: white;
    font-style: normal;
    font-size: 1.4em;
    padding: 0 10px;
    float: right;
  }
  /* Break down menu items into vertical */
  #hamitems a {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    width: 95vw;
    border-top: 1px solid #222;
    background-image: linear-gradient(#000000, #222222);
  }
  /* Toggle Show/Hide Menu */
  #hamitems {
    display: none;
  }
  #hamnav input:checked~#hamitems {
    margin-top: 40px;
    display: block;
  }
}

input[type=text], input[type=email], textarea {
  width: 100%;
  padding: 5px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #eeeeee;
  color: #000;
  font-size: 1em;
  padding: 5px 12px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #cccccc;
}