﻿/* Main Page*/

body { 
  margin: 0;
  font-family: 'Epilogue', sans-serif;
  color:#555;
}

h3 {font-family: 'Epilogue', sans-serif;}


.headshot {
    display: flex;
    justify-content: center;
    align-content: center;
}

.headshot img {
    border-radius: 100%;
}


.sidebar {
    width:20%;
  position: fixed;
  height: 100%;
  overflow: auto;
    padding-top: 2%;
    background-color:#b69d74; 
}

.sidebar2 a {
  display: block;
  padding: 16px;
  text-decoration: none;
    color:#ffffff;
  background-color: #2d4d68;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
   
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 20px;
}
 
.sidebar2 a.active {
  background-color: #04AA6D;
  color: white;
}

.sidebar2 a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.spacer {height: 50px;}


.content 
{margin-left: 20%;
}
.contentinner{
    margin-left:10%;
    margin-right:10%;
}

section
{color: white;}

.photos div img
{width: 100%;
height: auto;}

.photos div
{margin-left:5px;
margin-right:5px;}

.tanks
{display: flex;
flex: 35%;}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.button {
  display: block;
  background-color: #2d4d68;
  padding: 16px;
  text-decoration: none;
    color:white;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;

    padding: 15px 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 20px;
   font-family: 'Nunito Sans', sans-serif;
    
}
button.active {
  background-color: #2d4d68;
  color: white;
}

button:hover:not(.active) {
  background-color: #555;
  color: white;
}

button a {color:white;}

.about {
font-size:20px;
 line-height: 30px;
    }


.infoalt {display: none;}

.contact a{
    padding-top: 15px;
    color: white;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.contact a:hover{
    color: #2d4d68;
}
.contact p {color:white;
line-height: 0px;
text-align: center;
margin-bottom: 10px;
margin-top: 10px;}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
   .headshot {
     width:60%;
     margin-left: 20%;
    }   
    .sidebar2 a {
        line-height: 15px;
        font-size:12px;
        margin-left: 20%;
        margin-right:20%;
    }
    
    .info {display: none;
    }
    .infoalt {display: list-item;
    margin-bottom: 0;
    list-style-type: none;}
    
.content {
    margin-left:10%;
    margin-right:10%;
    }
    
    .about {
        font-size:18px;
        line-height: 26px
    }
  
}

@media screen and (max-width: 400px) {
  .sidebar2 a {
    text-align: center;
    float: none;
  }
}












