/*@charset "UTF-8";*/
* {box-sizing:border-box;
}
/*id selectors*/
#columnHolder{
    display:flex;
    flex-direction:row;
}
#container1 {
  box-sizing: border-box;
  height: 1000px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto; 
  margin-right: auto; 
  border: solid 2px black;
  padding: 10px;
 /* background-color: yellowgreen;
  background-image: url(../images_and_videos/belize_background_2_copy.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  border-radius: 10px;
  line-height: 2em;
  font-family: 'Cabin', sans-serif;
  /*color: black;*/
  overflow-y:auto;
}
/*element selectors*/
a {color: rgba(158, 0, 251, 0.99);
  text-decoration: none;
}
html {/*height: 100%;*/
  background-image: url(../images_and_videos/fanning_island_background_2_copy.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header {box-shadow: 5px 5px rgba(0, 0, 0, 0.6);
  border: solid black 1px;
  background-color: rgba(186, 245, 252, 0.77);
  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(186, 245, 252, 0.77);
  color: black;
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  text-align: center;
}

p {font-family: 'Cabin', sans-serif;
}
/*main {width: 1200px;
  color: black;
}*/
div {display: inline-block;
}
ol {font-size:x-large;
  font: bold;
}
nav {background: rgba(186, 245, 252, 0.99);
  display: flex;
  flex-direction: column;
  /*background-color: rgba(128, 128, 128, 0.45);*/
}
/*descendant selectors*/
nav a {flex: 100%;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  background: rgba(186, 245, 252, 0.99);
  color: black;
}
nav a:hover {outline: 1px solid #ea8306;
  color: #ea8306;
  text-decoration: underline;
}
nav ul {list-style-type: none;
}
ul{font-family: 'Blinker', sans-serif; 
  display: flex;
  flex-direction: row;
  margin:0;
  padding:0;
}
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;
}
/*classes*/
.parent {display: flex;
}
/*article one*/
.a1 {background-color: rgba(154, 205, 50, 0.49);
  flex: 46%;
  text-align: justify;
  font-weight: lighter;
  padding-left: 15px;
  padding-right: 15px;
  
  border: solid black 2px;
  border-radius: 5px;
}
/*article two*/
.a2 {background-color: rgba(154, 205, 50, 0.49);
  flex: 53%;
  text-align: justify;
  font-weight: lighter;
  padding-left: 15px;
  padding-right: 15px;
  border: solid black 2px;
  border-radius: 5px;
}
.container {box-sizing: border-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /*background-color: beige;*/
}
.elite_font {font-family: 'Special Elite', serif;
}
.quick_font {font-family: 'Quicksilver', sans-serif;
}
.baskervville_font {font-family: 'Baskervville', serif;
}
.parent{display:flex;
}
.center_text {text-align: center;
  margin: auto;
}
.center {margin: auto;
    width: 50%;
    padding: 10px;
}
.center_text_1 {margin: auto;
  width: 75%;
  padding: 5px;
}
.center_text_2 {margin: auto;
  margin-bottom: 5px;
  width: 50%;
  padding: 5px;
}
.center_header_text {text-align: center;
  margin: 50px 50px 50px 50px;
  padding: 10px;
}
/*.container {width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: solid black 2px;
  border-radius: 5px;
}*/
.inline_block {display: inline-block;
}
.image_border_1{border: solid black 2px;
  border-radius: 10px;
  padding: 2px;
  margin: 50px 50px 5px 85px
  /*margin: 20px;*/
}
.image_border_2{border: solid black 2px;
  border-radius: 10px;    
  padding: 2px;
  margin: 50px 5px 5px 100px;
}
.image_border_3{border: solid black 2px;
  border-radius: 10px;    
  padding: 2px;
  margin: 50px 100px 5px 5px
}
.float_right {float: right;
}
.float_left {float: left;
}
.logo_float_right {float: right;
  margin: -25px 25px 0 0;
}

