body {
  background-color: white;
}

a:link {
  color: #000000;
  text-decoration: none;
}

p>a:link {
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #888888;
}

th {
  text-align: left;
  padding: 0.5vw;
}

h1, h2, h3, h4, h5, h6, .lo, .hi, .scp, .btn, .cs, .cv {
  color: black;
  font-family: 'Montserrat', sans-serif;
}

h2, h4, h6 {
  font-weight: 400;
}
 
h1 {
  font-size: 6vw;
}


h2 {
  font-size: 4.25vw;
}

h3 {
  font-size: 3.5vw;
  font-weight: 600;
  
  margin-bottom: 1vw;
}

h4 {
  font-size: 3vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

h5 {
  font-size: 2.5vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-weight: 600;
}

h6 {
  font-size: 2vw;
  margin-bottom: 1.5vw;
  margin-top: 1.5vw;
}

.scp {
  font-size: 1.5vw;
}

.btn, .cs, .cv {
  font-size: 2.8vw;
}



.lo {
  font-style: italic;
  font-size: 2vw;

}

.hi {
  font-style: bold;
  font-weight: 600;
  font-size: 2.25vw;
}

.mid {
  font-weight: 400;
  font-size: 2vw;
}

p {
  color: black;
  font-family: 'Neuton', serif;
  font-size: 2.5vw;
  line-height: 1.5;
  word-spacing: 0.12em;
}

img {
  width: 100%;
  }

  .smallimg {
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(50%, 0%);
}

.menu {
  float: left;
  width: 100%;
}

.icon {
  float: right;
  width: 25px;
  margin-right: 2vw;
  position: relative;
  top: 8vw;
  height: 1px;
  overflow: visible;
  opacity:0.4;
}

.icon:hover {
  opacity: 1;
}

.content {
  float: left;
  width: 100%;
}

.left {
  float: left;
  width: 70%;
}

.right {
  float: right;
  width: 30%;
}

.title, .cat {
  height: 10vw;
}

.title{
  float: left;
  width: 40%;
  margin-bottom: 3vw;
  margin-top: 0vw;
  font-size: 2.75vw;
}

.cat{
  float: left;
  text-align: left;
  padding-right: 0vw;
}

.spacer{
  float: left;
  width: 6.5%;
  color: white;
}

.home{
  display:none;
}


.mouse:hover + .hide {
  display: block;
  transition: 2s ease;
  transform: translate(0%, -50%);
}

.hide {
  display:none;
}

.btn, .cs, .cv {
  background-color: white;
  border-radius: 3vw;
  border-color: black;
  padding: 1vw;
  margin: 1vw;
  color: black;
  font-size: 1.75vw;
  width: 12vw;
  height: 5vw;
  text-align: center;
  transition: 0.25s;
}

.cv {
  width: 30vw;
}

.btn {
  cursor: pointer;
}

.btn:hover, .btn:active, .cs:hover, .cs:active, .cv:hover, .cv:active {
  background-color: black;
  color: white;
}

.cs:hover span, .cv:hover span {
    display: none
}

.cs:hover:before {
    font-size:1.25vw;
    content:"Coming Soon";
}

.cv:hover:before {
    font-size:1.75vw;
    content:"Download PDF for Full Details";
}

@keyframes hover {
  0% {
    .hide {
      display: none;
    }
  }

  100% {
    .mouse:hover + .hide {
       display:block;
    }
  }
}

.contact {
  width: 7%;
  float: left;
  padding: 4%;
}

@media screen and (max-width: 500px) {
  .menu {
    width: 22%;
    float: right;
  }

  body {
    padding-bottom: 0vw;
  }

  .content {
    width: 75%;
    height: 1vh;
  }

  .left, .right, .cat, .home {
    width: 100%;
  }

  .left {
    position: relative;
    top: -150vw;
  }

  .right {
    opacity: 0.2;
  }

  .cat, .home{
    position: relative;
    float: left;
  }

  .home {
    display: initial;
    text-decoration: underline;
  }

  .title, .scp, .icon {
    display: none;
    text-align:right;
    font-size: 2vw;
  }

  .spacer{
    display: none;
  }

  .hi {
    font-size: 3vw;
  }

  h6 > .hi {
    font-size: 2.5vw;
  }

  .lo {
    font-size: 2vw;
  }

  .btn, .cs {
    border-radius: 6vw;
    padding: 2vw;
    margin: 2vw;
    font-size: 3.5vw;
    width: 24vw;
    height: 10vw;
  }

  table{
    padding-bottom:3vw;
  }

  h1 {
    font-size: 6vw;
    margin-top: 8vw;
  }

  h2 {
    font-size: 5vw;
  }

  h3 {
    margin: 3px;
    margin-bottom: 12px;
    font-size: 4vw;
  }

  h4 {
    font-size: 3.5vw;
  }

  h5 {
    font-size: 3vw;
  }

  h6 {
    font-size: 2.25vw !important;
  }

  p {
    font-size: 5vw;
  }
}