/* Default attributes. */

/* Width calculations include padding and margins and stuff. */
* {
  box-sizing: border-box;
}

html,body {
  height:100%;
}

body {
  background-image:url("../scuba_images/Gorgonians.png");
  background-position:center;
  background-color:#282828;
  font-family:AvianoSerifRegular;
}

img {
  border-style: none;
}

a {
  text-decoration:none;
}
a:hover,a:active {
   text-decoration:underline;
}

/* a:visited {
  color:#FFFFFF;
} */

/****************************************************/
/*                 Header Stuff                     */
/****************************************************/

/* Header/logo Title */
.scubos_banner {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
  color:#FFFFFF;
}
@media screen and (min-width: 800px) {
  .scubos_banner {
    margin-left:auto;
    margin-right:auto;
  	width:1000px;
	  height:150px;
	  background-image:url("../scuba_images/Scuba_Banner.png");
  }
}
@media screen and (max-width: 799px) {
  .scubos_banner {
    background-size:contain;
    background-color:#000000;
    width:100%;
    background-image:url("../scuba_images/Ocean_Entry_Small_Banner.jpg");
    background-position:center;
    background-repeat:no-repeat;
  }
}
.argos_scubos {
  display:inline-block;
  color:#FFFFFF;
}
a.argos_scubos:hover {
  text-decoration : underline;
}

.islos_oahos {
  font-style:italic;
  display:inline-block;
  margin-top:0px;
  margin-bottom:0px;
}
@media screen and (min-width: 800px) {
  .argos_scubos {
    font-size:60px;
  }
  .islos_oahos {
    font-size:20px;
  }
}
@media screen and (max-width: 799px) {
  .argos_scubos {
    font-size:40px;
  }
  .islos_oahos {
    font-size:15px;
  }
}
/* Style the top navigation bar */
.navos_baros {
  margin-top: 0px;
  display: flex;
}
@media screen and (min-width: 800px) {
  .navos_baros {
    flex-direction: row-reverse;
    vertical-align: middle;
  }
}
@media screen and (max-width: 799px) {
  .navos_baros {
    flex-direction: column-reverse;
  }
}

/* Style the navigation bar links */
.navos_baros a {
  color: white;
  text-decoration: none;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  font-size:15px;
}
@media screen and (min-width: 800px) {
  .navos_baros a {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 175px;
  }
}
@media screen and (max-width: 799px) {
  .navos_baros a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Change color on hover */
.navos_baros a:hover {
  background-color: #ddd;
  color: black;
}

/****************************************************/
/*                 Main Stuffs                      */
/****************************************************/

/* Contains thingbobbies (clicky links) and good stuff (your playground). */
.main_stuff {
  margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
  display: flex;
}
@media screen and (min-width: 800px) {
  .main_stuff {
    width: 1000px;
    flex-direction: row;
  }
}
@media screen and (max-width: 799px) {
  .main_stuff {
    width: 100%;
    flex-direction: column-reverse;
  }
}

/* Very clickable. */
.thingbobbies {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid white;
}
@media screen and (min-width: 800px) {
  .thingbobbies {
    width: 150px;
    border-right: 2px solid white;
    flex-direction: column;
  }
}
@media screen and (max-width: 799px) {
  .thingbobbies {
    width: 100%;
    border-right: none;
    flex-direction: row;
  }
}

.a_thingbobby {
  max-height: 100px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 799px) {
  .a_thingbobby {
    margin-left: auto;
    margin-right: auto;
  }
}

/* The Web Designer's Playground */
.good_stuff {
  margin-top: 0px;
  border-top: 2px solid white;
  display: flex;
}
@media screen and (min-width: 800px) {
  .good_stuff {
    width: 850px;
    flex-direction: row;
  }
}
@media screen and (max-width: 799px) {
  .good_stuff {
    width: 100%;
    flex-direction: column;
  }
}

/* LET'S GO DIVING!!! */
.goodies {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  color: white;
}
@media screen and (min-width: 800px) {
  .goodies {
    width: 650px;
    flex-direction: row;
    border-right: 2px solid white;
  }
}
@media screen and (max-width: 799px) {
  .goodies {
    width: 100%;
    flex-direction: column;
  }
}

/* LET'S WATCH VIDEOS!!! */
.videos {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: white;
}
@media screen and (min-width: 800px) {
  .videos {
    flex-direction: row;
  }
}
@media screen and (max-width: 799px) {
  .videos {
    flex-direction: column;
  }
}

.video_box_box {
  display: flex;
  flex-direction: column;
  border-top: 2px solid white;
  width: 100%;
}

.video_title {
  color: white;
	padding-top:20px;
  width:100%;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .video_title {
    margin-left: 25px;
    font-size: 35px;
  }
}
@media screen and (max-width: 799px) {
  .video_title {
	  font-size:20px;
  }
}

.video_box {
  padding-top: 20px;
  padding-bottom: 75%;
  height: 0;
}
@media screen and (min-width: 800px) {
  .video_box {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 799px) {
  .video_box {
    width: 100%;
  }
}
 
.a_goodie {
  padding: 0px;
  margin-left:auto;
  margin-right:auto;
  font-size: 20px;
  color: white;
  width:  300px;
  height: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.a_goodie a:hover {
  background-color: #ddd;
  color: black;
}

.tasty_treat {
  max-width: 280px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 799px) {
  .a_goodie {
    width:  300px;
    font-size: 15px;
  }
  .tasty_treat {
    width: 100%;
  }
}

/* All the news etc. */
.right_stuff {
  padding-top: 10px;
  padding-left: 10px;
  color: white;
  font-family:AvianoSerifRegular;
}
@media screen and (min-width: 800px) {
  .right_stuff {
    width: 250px;
    max-height:1000px;
    overflow:hidden;
    overflow-y:scroll;
  }
}
@media screen and (max-width: 799px) {
  .right_stuff {
    border-top: 2px solid white;
    width: 100%;
  }
}

/* Stuff out of Wordpress. */
div.latest_news {
	color:#FFFFFF;
	font-variant:small-caps;
	font-size:20px;
}
div.news_date {
	color:#FFFFFF;
	font-variant:small-caps;
	font-size:10px;
}

div.news_chunk a {
	text-decoration:none;
	font-size:15px;
	color:#FFFFFF;
	line-height: 80%;
  
}
div.news_chunk:hover {
  background-color:#606060;
}

div.ripped_from_the_headlines {
  margin-top:4px;
  font-size:20px;
  line-height:22px;
}

div.news_chunk p {
	text-align:left;
	font-family:DejaVu Sans;
	font-size:17px;
	color:#FFFFFF;
	line-height:110%;
}

/****************************************************/
/*                 Goofing Off                      */
/****************************************************/

.activity_stuff {
  margin-top: 0px;
  border-top: 2px solid white;
  color:#FFFFFF;
  display:block;
  width:100%;
}

.activity_title {
	color:#FFFFFF;
  width:100%;
	padding-top:10px;
	font-size:35px;
}
.activity_subtitle {
	color:#FFFFFF;
  width:100%;
	font-size:20px;
  padding-bottom:20px;
}
@media screen and (min-width: 800px) {
  .activity_subtitle {
	  padding-left:30px;
  }
}
@media screen and (max-width: 799px) {
  .activity_title {
    text-align:center;
  }
  .activity_subtitle {
    text-align:center;
  }
}

/****************************************************/
/*                  Sales Pitch                     */
/****************************************************/

.sales_pitch {
  border:solid white;
  border-width:3px;
  border-radius:20px;
  background:solid;
  background-color:#222222;
  margin-left:10px;
  padding-left:10px;
  font-size:20px;
  font-family:"DejaVu Sans";
  text-align:left;
}

.sales_pitch li {
  margin-bottom:10px;
}

.sales_pitch a {
  text-decoration:underline;
  color:white;
}

.call_to_action {
  width:80%;
  padding-top:5px;
  padding-bottom:5px;
  border:solid white;
  background-color:#CC0000;
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  text-align:center;
}

.if_the_boat_is_rockin {
  display:flex;
  flex-direction:row;
}

.if_the_boat_is_rockin ul {
  padding-left:20px;
  margin-top:0px;
}

.visit_mysterious {
  width:300px;
  margin-left:10px;
  margin-right:10px;
  padding-top:20px;
  font-size:15px;
  font-family:AvianoSerifRegular;
}

.mysterious_picture {
  width:300px;
}

.mysterious_boat {
  float:right;
  margin:10px;
  width:300px;
  max-height:200px;
}

.favorite_dive {
  width:200px;
  font-size:20px;
  text-align:left;
  margin-right:20px;
  margin-bottom:10px;
}

.mysterious_mermaid {
  width:500px;
  margin-left:10px;
  margin-right:10px;
  padding-top:20px;
  font-size:15px;
  font-family:AvianoSerifRegular;
}

.W_O_T_D {
  width:100%;
  display:flex;
  margin-top:20px;
  margin-left:20px;
  margin-right:20px;
}

.W_O_T_D a {
  text-decoration:none;
  color:white;
}

.W_O_T_D a:hover {
  text-decoration:underline;
}

@media screen and (max-width: 799px) {
  .sales_pitch {
    font-size:12px;
  }
  .if_the_boat_is_rockin {
    flex-direction:column;
  }
  .maybe_a_mermaid {
    font-size:10px;
  }
  .visit_mysterious {
    font-size:10px;
  }
  .mysterious_picture {
    width:200px;
  }
  .mysterious_boat {
    width:150px;
  }
  .favorite_dive {
    width:100%;
    font-size:15px;
  }
  .mysterious_mermaid {
    width:300px;
  }
  .W_O_T_D {
    flex-direction:column;
  }
}

/****************************************************/
/*               Gettin' Trained                    */
/****************************************************/

.a_specialty {
  margin-left:20px;
  font-size:20px;
  font-family:"DejaVu Sans";
  text-align:left;
}

.a_specialty li {
  margin-bottom:10px;
}

.specialty_image {
  width:200px;
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

.training_mysterious {
  width:250px;
  margin-left:10px;
  margin-right:10px;
  padding-top:20px;
  font-size:20px;
  font-family:AvianoSerifRegular;
}

.mysterious_specialty {
  width:100%;
}

/****************************************************/
/*               That's All Folks                   */
/****************************************************/

.lawyer_crap {
  width: 100%;
  border-top: 2px solid white;
  padding-top: 10px;
  color: white;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .lawyer_crap {
    font-size:15px;
  }
}
@media screen and (max-width: 799px) {
  .lawyer_crap {
    font-size:10px;
  }
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
}

