/*@charset "UTF-8";*/

* {box-sizing: border-box;
}
/*id selectors*/
#container1 {
  box-sizing: border-box;
  height: 1000px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto; 
  margin-right: 10px; 
  border: solid 2px black;
  border-radius: 5px;
  padding: 10px;
  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;*/
  overflow-y:auto;
}
#container2 {
  box-sizing: border-box;
  height: 1000px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px; 
  margin-right: auto; 
  border: solid 2px black;
  border-radius: 5px;
  padding: 10px;
  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;*/
  overflow-y:auto;
}
/*element selectors*/
article {overflow-y:auto;
}
a {color: #f86308;
  text-decoration: none;
}
hr {border-color: black;
  width:auto; 
}
figcaption {font-family: 'Special Elite', serif;
  
  text-align: center;
}
p {font-family: 'Cabin', sans-serif;
}
/*main {width: 1200px;
  color: black;
}*/
aside {width: 40%;
  float: right;
  margin: 10px;
  padding: 5px;
  border: solid black 2px;
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  font-size: 120%;
}
html {/*height: 100%;*/
  background-image: url(../images_and_videos/belize_background_2_.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div {display: inline-block;
}
nav {display: flex;
  flex-direction: column;
  padding: 10px 0;
}
/*descendant selectors*/
nav a {flex: auto;
  text-align: center;
  text-decoration: none;
 /* background: rgba(154, 205, 50, 0.49);*/
  color: black;
}
nav a:hover {outline:  1px solid #ea8306;
  color: #ea8306;
  text-decoration: underline;
}
nav ul {list-style-type: none;
  flex-direction: column;
}
ul{font-family: 'Blinker', sans-serif; 
  display: flex;
  flex-direction: row;
  margin:0;
  padding:0;
}
ul li{flex: auto;
  list-style-type:none;
  background-color: rgba(154, 205, 50, 0.49);
  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;
}
ol {font-size:x-large;
  font: bold;
}
header {box-shadow: 5px 5px rgba(0, 0, 0, 0.6);
  border: solid black 1px;
  background-color:rgba(154, 205, 50, 0.49) ;
  color: black;
  height: 200px;
  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(154, 205, 50, 0.49);
  color: black;
  margin-top: 10px;
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  text-align: center;
}
@media (min-width:768px) {
#columnHolder{
display:flex;
flex-direction:row;
}
nav ul {
flex-direction: row;
}
/*classes*/
.parent {display: flex;
}
/*article one*/
.a1 {background-color: rgba(154, 205, 50, 0.49);
  flex: 50%;
  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: 50%;
  text-align: justify;
  /*font-weight: lighter;*/
  padding-left: 15px;
  padding-right: 15px;
  border: solid black 2px;
  border-radius: 5px;
}
.container {width: 99%;
  margin-left: auto;
  margin-right: auto;
  /*background-color: beige;*/
  padding: 20px;
  border: solid black 5px;
  border-radius: 10px;
}
.container2 {width: 50%;
  margin-left: auto;
  margin-right: auto;
  /*background-color: beige;*/
  padding: 20px;
  border: solid black 5px;
  border-radius: 10px;
}
.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_page_header {text-align: center;
  margin: 100px;
  padding: 10px;
}
.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: 70px 75px 50px 80px;
  padding: 10px;
}
.elite_font{font-family: 'Special Elite', serif
}
.inline_block {display: inline-block;
}
.image_border_1{border: solid black 2px;
  border-radius: 5px;     
  width:18%;
  /*margin: 20px;*/
}
.image_border_2{border: solid black 2px;
  border-radius: 5px;    
  width:20%;
  margin-bottom: 20px;
}
.image_margin{margin: 20px;
}
.image_padding{padding: 50px;
}
.no_border{border: none;
}
.logo_float_right {float: right;
  margin: -25px 25px 0 0;
}
.float_right {float: right;
  padding: 20px;
}
.float_left {float: left;
  padding: 20px;
}
.just_float_right{float: right;
}
.just_float_left{float:left;
}
.top_margin {margin-top: 50px;
}
.hr_margin {margin: 10px 0 10px 0;
}