*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body{
  font-family: 'Golos Text', sans-serif;
  color: #FFFFFF;
  background: #357EC7;
   }
}

/*  Styles below are for the Navigation Bar */
nav{
  height: 80px;
  width: 100%;
}
label.logo{
  color: white;
  font-size: 20px;
  line-height: 60px;
  padding: 0 50px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
a.active,a:hover{
  background: #1b9bff;
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}

/*  Styles below are for the main content */

.main-content{
  display: flex;
  flex-direction: column;
  align-items: center;
   /* border-style: solid; remove after development */
   /* border-width: 5px; remove after development */
   /* border-color: aquamarine; remove after development */
}
.main-container{
  display: flex;
  flex-direction: column;
  width: 70%;
  align-items: center;
  /* border-style: solid; remove after development */
  /* border-width: 5px; remove after development */
  /* border-color: aliceblue; remove after development */
}

.main-content h1{
  font-size: 45px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.main-container h2{
  margin-bottom: 45px;
  font-size: 37px;
  color: #FFF;
  text-align: center;
  clear: right;
}

.main-container h3{
  font-size: 28px;
  text-align: center;
  padding-bottom: 15px;
}

.main-container p{
  font-size: 20px;
  margin-bottom: 18px;
  text-align: justify;
}

/*
.center-article {
  color: #FFF;
  width: 100%;
	margin: auto;
  border-style: none;
  border-width: 3px;
  border-radius: 10px;
  border-color: blueviolet;
	padding: 7px;
  padding-bottom: 15px;
  font-size: 25px;
}
.center-diving {
  align-content: center;
  color: #FFF;
  width: 70%;
	margin: auto;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  border-color: blueviolet;
	padding: 7px;
  padding-bottom: 15px;
  text-align: center;
}

.flex-dive {
  align-content: center;
  color: #FFF;
  width: 70%;
	margin: auto;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  border-color: blueviolet;
	padding: 7px;
  padding-bottom: 15px;
  text-align: center;
}*/


/*  Styles below are the divers profiles on the Divers Page */

/*.row {
  width: 100%;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: flex;
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
  width: 50%;
	float: left;
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-right: 0px;
	margin-left: 50px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 0%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}*/









/*  2 Column flexbox styles */

.content flow{
  width: 90vw;
  margin: 2rem auto;
  padding: .5em;
}

.even-columns {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.even-columns > *:nth-child(1) {
  width: 75%;
  text-align: right;
}
.even-columns > *:nth-child(2) {
  width: 20%;
}

.col {
  padding: .25em .5em;
  padding-right: .5em;  
  /*  background: rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(0,0,0,0.2);*/  
  font-size: 25px;
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
}
.col a {
  font-size: 25px;
  color: #FFFFFF;
}
.col img {
  height: 70px;
}


/*  Styles below are for the footer */

.footer {
	margin-top: 40px;
  width: 98%;
  border-top-style: dashed;
  border-top-color: #50719e;
  border-top-width: 2px;
}

.copyright {
  margin-top: 15px;
  text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
}

/*  Styles below are for the media queries */

@media (max-width: 1005px){
/* Moves the Logo over to the left 15 px off the edge */
    label.logo{
    padding-left: 15px;
  }
/* Reduces the font size of the menu items by 1px to fit in area */
  nav ul li a{
    font-size: 16px;
  }
}

 @media all and (max-width: 858px){
   
/* This changes the Logo from Black and white to Color */
   img {background-image: url("../images/tjg-Logo2.png");
   background-size: cover;
   }
   .checkbtn{
    display: block;
  }
.main-content h1{
  font-size: 40px;
}
.main-container h2 {
  font-size: 32px;
}
.main-container h3{
  font-size: 22px;
}
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
  .center-diving h2{
  font-size: 25px;
  }
  .center-diving p{
  font-size: 18px;
  }
.col a {
  font-size: 18px;
  color: #FFFFFF;
}
.col img {
  height: 50px;
}
   
}






