/* line 3, ../sass/style.sass */
* {
  box-sizing: border-box;
}

/* line 6, ../sass/style.sass */
body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Abel", sans-serif !important;
  height: 100%;
}

/* line 13, ../sass/style.sass */
.pure-g [class*="pure-u"] {
  font-family: "Abel", sans-serif !important;
  padding: 20px;
}

/* line 17, ../sass/style.sass */
.imagethumb {
  height: 150px;
  width: 100%;
  border-radius: 3px;
  box-shadow: inset 0 3px 5px black;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 1px solid #333333;
  transition: all 0.2s ease-in;
}
/* line 27, ../sass/style.sass */
.imagethumb:hover {
  background-color: white !important;
  box-shadow: inset 0 1px 2px black;
}

/* line 31, ../sass/style.sass */
#photos {
  padding: 5px;
}
/* line 33, ../sass/style.sass */
#photos .pure-u-1-5 {
  padding: 5px;
}

/* line 36, ../sass/style.sass */
section {
  top: 0;
  left: 0;
  padding-top: 100px;
  z-index: -1;
  margin: 0 auto;
}

/* line 43, ../sass/style.sass */
.content-section {
  max-width: 1000px;
}

/* line 45, ../sass/style.sass */
.centertext {
  text-align: center;
}

/* line 47, ../sass/style.sass */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  z-index: 100;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
/* line 57, ../sass/style.sass */
nav .logo {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 61, ../sass/style.sass */
nav a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 5px 10px;
}
/* line 66, ../sass/style.sass */
nav a:hover {
  background: white;
  color: #333333;
}
/* line 69, ../sass/style.sass */
nav ul {
  float: right;
}
/* line 71, ../sass/style.sass */
nav ul li {
  float: left;
  display: block;
  height: 100%;
}

/* line 75, ../sass/style.sass */
.container {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

/* line 80, ../sass/style.sass */
#beachbot-section {
  z-index: 10;
  background: #ff4400;
  -webkit-box-shadow: 0 0 100px #333333;
  -moz-box-shadow: 0 0 100px #333333;
  box-shadow: 0 0 100px #333333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: left top;
}
/* line 86, ../sass/style.sass */
#beachbot-section:after {
  content: "";
  display: table;
  clear: both;
}
/* line 90, ../sass/style.sass */
#beachbot-section img {
  display: block;
  margin: 0px auto;
}
/* line 94, ../sass/style.sass */
#beachbot-section h1 {
  margin-top: 100px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: none;
}

/* line 101, ../sass/style.sass */
#bot-section {
  background: #787878;
}
/* line 103, ../sass/style.sass */
#bot-section img {
  width: 100%;
}

/* line 106, ../sass/style.sass */
#team-section {
  z-index: 1;
}
/* line 109, ../sass/style.sass */
#team-section .small-head {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
/* line 113, ../sass/style.sass */
#team-section .small-head h2 {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 116, ../sass/style.sass */
#team-section h3 {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 119, ../sass/style.sass */
#team-section h1 {
  margin-top: 100px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
/* line 124, ../sass/style.sass */
#team-section img {
  width: 90%;
  margin: 0 auto;
}

/* line 129, ../sass/style.sass */
.gimage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 400px;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
  margin-bottom: 20px;
  border: 1px solid #333333;
}
