/*@charset "UTF-8";*/

/*id selectors*/
#columnHolder{
    display:flex;
    flex-direction:row;
}
#container {
  box-sizing: border-box;
  height: 750px;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto; 
  margin-right: auto; 
  border: solid 5px black;
  padding: 10px;
 /* background-color: beige;
  background-image: url(../images_and_videos/stingray_background_2_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*/
article {
    flex-basis:100%;
    border: solid black 1px;
  }
article:nth-child(4){
  border-right:none;
}
section,
article,
aside,
header,
footer {padding: 0.5rem;
}

p {font-family: 'Cabin', sans-serif;
}
/*main {width: 1200px;
  color: black;
}*/
html { background-image: url(../images_and_videos/stingray_background_2_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 a {flex: auto;
  text-align: center;
  text-decoration: none;
  background: rgba(128, 128, 128, 0.72);
  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;
}
ol {font-size: x-large;
  font: bold;
}
header {
  background-color: rgba(128, 128, 128, 0.45);
  color: black;
  height: 225px;
  padding: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer {
  background-color:rgba(128, 128, 128, 0.45);
  color: black;
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  text-align: center;
}
/*classes*/
.img_padding {padding: 10px;
}
.cabin_font {font-family: 'Cabin', sans-serif;
}
.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;
  margin: 100px;
  padding: 10px;
}
.center {margin: auto;
  padding: 10px;
}
.center_text_1 {margin: 75px;
  width: 75%;
  padding: 5px;
}
.center_text_2 {margin: auto;
  width: 50%;
  padding: 5px;
}
.center_header_text {margin: auto;
  width: 37%;
  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;
  }
