/*@charset "UTF-8";*/
*{box-sizing: border-box;
}
/*id selectors*/
#container1 {
  box-sizing: border-box;
  height: auto;
  width: 75%;
  margin: 5px 5px 5px 5px;
 /*border: solid 1px black;
  border-radius: 2px;*/
  padding: 5px;
  /*background-color: rgba(154, 205, 50, 0.49) ;
  background-image: url(../images_and_videos/belize_background_2_copy.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  line-height: 2em;
  font-family: 'Cabin', sans-serif;
  /*color: black;*/

}
#container2 {
  box-sizing: border-box;
  height: auto;
  width: 20%;
  margin: 5px 5px 5px 5px;
  /*border: solid 2px black;
  border-radius: 5px;*/
  padding: 5px;
  /*background-color: rgba(154, 205, 50, 0.49) ;
  background-image: url(../images_and_videos/belize_background_2_copy.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  line-height: 2em;
  font-family: 'Cabin', sans-serif;
  /*color: black;*/
}
/*element selectors*/
html {/*height: 100%;*/
  background-image: url(../images_and_videos/hawaii_background_1_copy_2.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}
aside {float: right;
  width: 15%
}
caption {font-family: 'Baskervville', serif; 
  font-size: x-large;
}
figure {margin-top: 35px
}
figcaption{background-color: rgba(255, 186, 119, 0.6);  
}
header {box-shadow: 5px 5px rgba(0, 0, 0, 0.6);
  border: solid black 1px;
  background-color: rgba(255, 186, 119, 0.6);
  color: black;
  height: 175px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
footer {box-shadow: 5px 5px rgba(0, 0, 0, 0.6);
  border: solid black 1px;
  background-color: rgba(255, 186, 119, 0.6);
  color: black;
  margin-top: 10px;
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  text-align: center;
}
p {font-family: 'Cabin', sans-serif;
}
/*main {width: 1200px;
  color: black;
}*/
div {display:inline-block;
}
nav {display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  background-color: rgba(255, 186, 119, 0.91);
}
ol {font-size: x-large;
  font: bold;
}
ul{font-family: 'Blinker', sans-serif; 
  display: flex;
  flex-direction: row;
  margin:0;
  padding:0;
}
/*descendant selectors*/
nav a {flex: 100%;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 186, 119, 0.91);
  color: black;
}
nav a:hover {outline: 1px solid #ea8306;
  color: #ea8306;
  text-decoration: underline;
}
nav ul {list-style-type: none;
  flex-direction: column;
}

ul li{flex: auto;
  list-style-type:none;
  border:solid black 1px;
 
}
ul li:nth-child(1){
  border:solid black 1px;
}
ul li a {font-family: 'Blinker', sans-serif;
  display: flex;
  flex: auto;
  text-align:center;
  text-decoration: none;
  justify-content: center;
  font-size: 1.2rem;
  color: black; 
  padding:15px;
}
@media (min-width:768px) {
#columnHolder{
display:flex;
flex-direction:row;
}
nav ul {
flex-direction: row;
}
/*classes*/
.elite_font {font-family: 'Special Elite', serif;
}
.quick_font {font-family: 'Quicksilver', sans-serif;
}
.baskervville_font {font-family: 'Baskervville', serif;
}
.parent{display:flex;
}
.container {width: 98%;
  margin-left: auto;
  margin-right: auto;
  /*background-color: beige;*/
  padding: 20px;
  border: solid black 2px;
  border-radius: 10px;
}
.center_text {text-align: center;
}
.center {margin: auto;
  padding: 10px;
}
.center_text_1 {margin: auto;
  width: 75%;
  padding: 5px;
}
.center_text_2 {margin: auto;
  width: 50%;
  padding: 5px;
}
.center_header_text {text-align: center;
  margin: 50px 50px 50px 50px;
  padding: 10px;
}
.block {display: block;
}
.inline_block {display: inline-block;
}
.image_border_1{border: solid black 1px;
  border-radius: 10px;     
}
.image_border_2{border: solid black 1px;
  border-radius: 2px;    
  margin-top:5px;
  margin-bottom: 200px
}
.img_float_right {float: right;
  margin-bottom: 200px
}
.float_right {float: right;
    padding: 10px;
}
.float_left {float: left;
    padding: 10px;
}
.logo_float_right {float: right;
  margin: -25px 25px 0 0;
}
/*TABLE RULES*/
table, tr, th {
  padding:15px;
  border-spacing:15px;
  border:solid 1px;
  border-collapse:collapse;
}
table {width: 75%;
}
th {border-bottom: none;
}
td {border:solid 1px;
  padding: 25px;
}
tfoot {background-color:rgba(255, 186, 119, 0.91);
  border: solid black 1px;
}
th
{background-color:rgba(255, 186, 119, 0.91);
  border-bottom:double 4px;
}
tr:nth-child(even) {background-color: rgba(255, 186, 119, 0.91);
  border-right: solid black 1px;
} 
.tr_hover:hover  {
    background-color: rgba(252, 133, 42, 0.88);
}
.table_no_bottom_border {border-bottom: none;
}
.table_color_1{background-color:rgba(255, 186, 119, 0.6) ; 
}
.table_color_2{background-color: rgba(252, 133, 42, 0.88); 
}
.table_no_border {border-right: none;
  border-bottom: none;
}
.table_bottom_border {border-bottom: solid black 1px;
  
}