body{
	font-family: Arial, "Helvetica Neue";
}

.responsive {
    width: 100%;
    height: auto;
}
/*Header*/

.smoothScroll {
  font-size: 18px;
}

.container-fluid {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-default{
  border:none;
}

#logo {
	width: 300px;
}

/*// Apply to elements that serve as anchors*/
.offset-anchor {
  border-top: 75px solid transparent;
  margin: -75px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/*// Because offset-anchor causes sections to overlap the bottom of previous ones,
// we need to put content higher so links aren't blocked by the transparent border.*/
.container {
  position: relative;
  z-index: 1;
}

/*Home Image*/

.jumbotron {
	padding-top: 130px;
	background-image:url(bluespace_home.jpg);
 	height: 637px;
 	background-size: cover;
 	position: relative;
 	background-position: bottom;
  color: white;
  margin-bottom: 0px;

}

.desk_words {
	font-size: 50px !important;
	line-height: 60px;
  text-shadow: 2px 2px 5px black;
}

/*Help*/



.help {
	color: #be1e2d;
	font-size: 40px;
  text-align: center;
}

h3 {
	padding-top: 7px;
}

/*Right Place*/

#right_place {
  background: #6699cc;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
}

#right_place:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
  z-index: -1;
}

.info {
	padding-top: 30px;
	font-size: 18px;
	color: #000044;
}

.bolder {
	font-size: 25px;
	text-shadow: 2px 2px 5px black;
  color: #fff;
}

/*Safety*/

#safety {
	padding-top: 150px;
}

.bold {
	font-size: 25px;
}

.no_pad {
  padding-top: 0px !important;
}

/*Alcoholism*/

.info_white {
	padding-top: 30px;
	font-size: 18px;
}
#alcohol {
  margin-top: 50px;
  /*color: #000044;*/
  color: #fff;
  text-shadow: 2px 2px 5px black;
  position: relative;
  z-index: 1;
  background: url(water.jpg);
  margin-bottom: -80px;
}

#alcohol:after {
  background: url(water.jpg);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: -1;
}

/*Return*/

.red {
  color: #be1e2d !important; 
}

.pad_img {
  padding-top: 30px;
}

#return {
  padding-top: 130px;
  margin-bottom: -70px;
}

/*Provider*/

.white {
  color: #fff;
}

.center {
  text-align: center;
}

#provider {
  background: #003366;
  /*margin-top: 20px;*/
  padding-bottom: 30px;
  border-top: 110px solid white;
}

.lighter {
  color: #47A6C1;
}

/*Who We Are*/
#about {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: -100px;
}

h2 {
  font-size: 40px;
}
/*Affiliates*/

#affil {
  background: url(sky.jpg);
  color: #fff;
  position: relative;
  border-top: 110px solid white;
}

#affil:after {
  background: url(sky.jpg);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
}

.affil_head {
  padding-top: 10px;
  font-size: 45px;
  text-shadow: 2px 2px 5px black;
  margin-bottom: 0px;

}

#affil_content {
  padding-top: 90px;
  margin-bottom: -100px;
}

/*Contact*/

.smaller{
  font-size: 14px;
}

.right {
  text-align: right;
}

#contact_head {
  margin-top: 40px;
  background: #000044;
  color: #fff;
  position: relative;
  border-top: 110px solid white;
}

#contact_head:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(3deg);
  transform-origin: top left;
}

#contact {
  padding-top: 50px;
  padding-bottom: 40px;
}

.vicki_photo {
  padding-top: 30px;
  margin-left: -15px;
}

.title {
  padding-left: 0px;
  padding-bottom: 30px;
}

h4 {
  color: #be1e2d;
}



/*Footer*/
#footer {
    background: #c0c0c0;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 70px;
    border-bottom: 1px solid #ddd;
    color: #000034;
}

.logo {
  width: 10%;
  margin-left: 25px;
}

.right {
  text-align: right;
}

.mobile_foot {
  padding-top: 15px;
}


@media only screen and (max-width: 931px) {
  .smoothScroll {
    font-size: 10px !important;
  }
}


@media only screen and (max-width: 767px) {

  .jumbotron {
    background-image:url(bluespace_home_mobile.jpg);
    padding-top: 250px;
    color: white;
    height: 500px;
    margin-top: 100px;
  }

  .desktop {
    display: none;
  }

  .mobile_words {
    color: white;
    font-size: 35px;
    line-height: 40px;
    text-shadow: 2px 2px 5px black;
  }

  .mobile_phone {
    padding-bottom: 15px;
  }

  #safety {
    padding-top: 110px;
    margin-bottom: -20px;
  }

  .mobile_truck {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  #alcohol {
    padding-bottom: 25px;
  }

  #return {
    padding-top: 110px;
  }

  .who {
    margin-bottom: -10px; 
  }

  #about {
    margin-bottom: -130px;
  }

  #affil_content {
    padding-top: 20px;
  }

  .mobile_boat {
    padding-top: 20px;
  }

  #footer {
    padding-bottom: 150px;
  }

  .logo {
    margin-left: 0px;
    margin-right: 20px;
    width: 12%;
  }
}

@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }

  .jumbotron {
    background-attachment: fixed;
  }
}


/*
@media only screen and (max-width: 310px) {

  .jumbotron_desk {
    background-image:url(bluespace_home_mobile.jpg);
  }
}*/
