/*@charset "UTF-8";*/
/*id selectors*/
#container {
  box-sizing: border-box;
  height: 500px;
  width: 750px;
  margin-top: 300px;
  margin-bottom: 100px;
  margin-left: auto; 
  margin-right: auto; 
  border: solid 4px black;
  padding: 10px;
  background-color: beige;
 /* background-image: url(../images_and_videos/hawaii_background_1_copy.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;*/
  border-radius: 10px;
  line-height: 2em;
  font-size: large;
  font-family: Arial, Helvetica, sans-serif;
  /*color: black;*/
  overflow-y: auto;
}
/*element selectors*/
p {font-family: 'Cabin', sans-serif;
}
/*main {width: 1200px;
  color: black;
}*/
html {height: 100%;
  background-image: url(../images_and_videos/Belize%20Lighting_copy.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}
div {display:inline-block;
}
nav {display: flex;
  flex-direction: column;
  /*background-color: rgba(128, 128, 128, 0.45);*/
  padding: 10px 0;
}
/*descendant selectors*/
nav ul {list-style-type: none;
}
nav ul li a {font-family: 'Blinker', sans-serif;  
    text-transform: none;
    text-decoration: none;
   /* background-color: beige;*/
    color: #ea8306;
    line-height: 1.5;
}
ol {font-size: x-large;
  font: bold;
}
footer {
  background-color:rgb(128, 128, 128);
  color: black;
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  text-align: center;
}
/*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: 90%;
  margin-left: auto;
  margin-right: auto;
  border: solid black 5px;
  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 {margin: auto;
  width: 10%;
  padding: 5px;
}
.inline_block {display: inline-block;
}
.image_border_1{border: solid black 2px;
border-radius: 5px;    
width: 18%;
}
.float_right {float: right;
    padding: 10px;
}
.float_left {float: left;
    padding: 10px;
  }