


/* 
=SIDE NAV BOLD
==================================*/
.side-nav a:nth-child(2) {
  font-weight: 500;
}

/* 
=IMAGE GALLERY
==================================*/
.img-gallery {
  width: 81.5%; height: 100vh;
  display: flex; /* make the image gallery a flex container */
  flex-wrap: wrap; /* control the image gallery's flex behavior */
  margin-left: auto;
  padding: 15px;
}

figure{
  display: block;
}

.img-wrapper-1 {
  width: 100%;
  margin: 10px 0 ;

}

.img-wrapper-3 {
  padding: 10px 10px 10px;
  width: 50%;
  margin: 0;
}


.img-wrapper-4 {
  width: 100%;
  margin: 10px 0 0
}


.img-wrapper-6 {
  width: 100%;
  margin: 0 0 5px ;
}

.img-wrapper-7 {
  width: 100%;
  margin: 40px 0 5px;
}

figcaption.mike {
  width: 100%;
  padding-right: 30%;
}




.img-gallery .start-line {
  width: 100%;
  margin: 15px 0px 0px 0px;
  display: flex;
  height: 50px;
  border-bottom: 1px solid black;
}

img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
 
}

video {
  margin: auto;
  border-radius: 5px;
}


/* 
=DESCRIPTION
==================================*/

div.subhead {
  display: flex;
  flex-direction: column;
  width: 15%;
  border-top: 1px solid black;
  margin-top: 15px;
}
.img-gallery p {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}
h3{
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

p.head {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

p.desc a {
  color: black;
}

p.desc a:active{
  color: magenta;
}

p.desc {
  margin-top: 20px;
}
p.desc span {
  font-weight: 500;
}

div.head {
  
  display: flex;
  flex-direction: column;
  border-left: 1px solid black;

  width: 75%;

  margin: 15px 30px 0 30px;
  padding: 0 15px;

}

figcaption {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  border-top: 1px solid black;
  border-width: 100%;

  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
}

figcaption span {
  font-weight: 500;
}

/* 
=LOWER NAV
==================================*/

.lower-nav {
  display: flex;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}

.lower-nav a {
  color: black;
  text-decoration: none;
}


.lower-nav a {
  border-top: 1px solid black;
  border-width: 100%;
  padding: 10px 0;
}

.lower-nav a span {
  border-radius: 3px;
}


.lower-nav a:hover span {
  background: magenta;
  color: white;
}





/*
FOOTER
=====================*/
.footer {
  margin: auto;
  display: flex;
  flex-direction: column;
}

.footer p {
  margin: 30px 0 40px;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
}

/*
Mobile
=====================*/
@media (max-width: 767px) {
  .subhead-mobile {
    display: flex;
    flex-direction: column;
    width: 22%;
    border-top: black 1px solid;
  }
  .img-wrapper-3 {
    padding: 20px 10px 20px;
    width: 100%;
    margin: 0;
  }

  }


