@import "defaults.css";
@import "flexslider.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);
body {
  background-color: white;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
.row {
  margin: 0px;
}
.navbar-default {
  margin-bottom: 0px;
  border-bottom: solid 1px black;
}
.parallax-window-1 {
  min-height: 800px;
  background: transparent;
}
:target:before {
  content: "";
  display: block;
  height: 80px;
  /* fixed header height*/
  margin: -80px 0 0;
  /* negative fixed header height */
}
#stickynav {
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.foot {
  background-color: #333333;
  color: white;
  text-align: center;
}
.foot a,
.foot a:hover {
  color: white;
}
.padbord {
  border-radius: 5px;
  border: solid 1px black;
  padding: 3px;
}
.test {
  display: inline-block;
  margin-right: 20px;
}
