@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f7f7f5;
  font-family: 'Montserrat', sans-serif;
}

/*START OF 'HEADER'*/
.header {
  padding: 5px 16px 22px;
  color: #f7f7f5;
  z-index: 51;
  background-color: #2F3B45;
  position: fixed;
  width: 100%;
  display: table;
  height: 0px;
}

.header .logo {
  width: 80px;
  height: auto;
  cursor: pointer;
  position: relative;
  top: 4px;
  z-index: 99;
  display: table-cell;
}

.header .spacer {
  width: 1%;
  display: table-cell;
}

.header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: table-cell;
  float: right;
  top: 0;
}

.header li {
  display: inline-block;
}

.header li a {
  color: #f7f7f5;
  padding: 0px 16px;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.header li a:hover {
  color: white;
  font-weight: 500;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.header li button {
  background-color: #2F3B45;
  color: #f7f7f5;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  border-radius: 2%;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border: 1px solid #f7f7f5;
  font-weight: 300;
  margin-left: 20px;
}

.header li button:hover {
  background-color: #f7f7f5;
  color: #2a2a2a;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  border: 1px solid #f7f7f5;
  border-radius: 2%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-left: 20px;
}

.header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.header .sticky + .content {
  padding-top: 102px;
}

/*END OF 'HEADER'*/
/*START OF 'CONTENT'*/
.wrapper {
  width: 100%;
  padding: 90px 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black;
}

.header2 {
  display: none;
}

#navBar {
  display: none;
}

h1 {
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 60px;
  font-weight: 400;
}

h2 {
  margin-top: -30px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding: 0 2px 25px;
  font-size: 20px;
  font-style: uppercase;
}

#hmm-header {
  position: relative;
}

#hmm-logo {
  height: 120px;
  width: auto;
  position: absolute;
  top: 0;
  right: 20px;
}

@media only screen and (max-width: 830px) {
  #hmm-logo {
    display: none;
  }
}

h3 {
  font-size: 20px;
  font-weight: 400;
  padding: 30px 0 0;
}

p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: -10px 0 0;
  line-height: 25px;
}

#stats {
  width: 70vw;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#daterange {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color: #444444;
  margin: -25px 0 20px;
}

table {
  width: 90vw;
  table-layout: fixed;
}

th {
  width: 25%;
}

table, th, tr {
  border: 1px solid #909090;
  border-collapse: collapse;
  font-size: 22px;
  padding: 20px 0px;
}

.statname {
  font-size: 14px;
  padding: 10px 0 0;
}

.eg {
  width: 24vw;
  height: auto;
}

.ex {
  display: inline-block;
  margin: 2vw;
  border: 1px solid #eee;
}

.ex:hover {
  opacity: 85%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
}

a {
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .wrapper {
    padding: 10px 20px;
  }
  .header {
    display: none;
  }
  #stats {
    width: 90vw;
  }
  .statname {
    font-size: 12px;
  }
  .ex {
    display: block;
    margin: 50px 0;
  }
  .eg {
    width: 100%;
    height: auto;
  }
  .header2 {
    padding: 10px 16px;
    color: #f7f7f5;
    z-index: 99;
    display: block;
    background-color: #2F3B45;
  }
  .header2 .logo2 {
    width: 80px;
    height: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: 0;
    bottom: 0;
    z-index: 99;
  }
  .header2 #menubtn-wrapper {
    background-color: rgba(47, 59, 69, 0.7);
    display: inline-block;
    border-radius: 50%;
    margin: 7px;
    position: absolute;
    padding: 11px;
    cursor: pointer;
    z-index: 10;
    top: 8px;
    right: 8px;
  }
  .header2 #menubtn-wrapper:hover {
    background-color: #2f3b45;
  }
  .header2 .circle {
    width: 25px;
    height: 25px;
    position: relative;
  }
  .header2 .line {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f7f7f5;
    border-radius: 8px;
    -webkit-transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.2s;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.2s;
  }
  .header2 .top {
    top: 18%;
  }
  .header2 .middle {
    top: 49%;
  }
  .header2 .bottom {
    top: 79%;
  }
  .header2 .icn.close .top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 48%;
  }
  .header2 .icn.close .middle, .header2 .icn.close .bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 48%;
  }
  .header2 .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header2 .sticky + .content {
    padding-top: 102px;
  }
  #navBar {
    width: 270px;
    height: 100vh;
    position: fixed;
    background-color: #dddfdf;
    color: black;
    bottom: 0;
    right: 0;
    padding: 15vh 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    -webkit-transition: -webkit-transform 800ms;
    transition: -webkit-transform 800ms;
    transition: transform 800ms;
    transition: transform 800ms, -webkit-transform 800ms;
  }
  #navBar.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-items {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .nav-items > li {
    list-style-type: none;
    margin-bottom: 8vh;
    margin-left: 35px;
    text-align: left;
    font-size: 25px;
    font-weight: 100;
  }
  .nav-items > li > a {
    color: black;
    text-decoration: none;
  }
  .nav-items > li:hover {
    cursor: pointer;
    font-weight: 500;
  }
  .footer {
    text-align: center;
  }
  .contactbtn {
    background-color: #2a2a2a;
    color: #f7f7f5;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10vh 0;
    cursor: pointer;
    border-radius: 2%;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    border: 1.5px solid #2a2a2a;
    font-weight: 300;
    position: absolute;
    bottom: 0px;
    right: 58px;
  }
  .contactbtn:hover {
    background-color: #dddfdf;
    color: #2a2a2a;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10vh 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    cursor: pointer;
    border: 1.5px solid #2a2a2a;
    border-radius: 2%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    bottom: 0px;
    right: 58px;
  }
}

/*END OF 'CONTENT'*/
/*START OF FOOTER*/
#footer-spacing {
  width: 100%;
  margin: 20vh;
  display: block;
}

#section5 {
  height: 25vw;
  position: relative;
  background-color: #2F3B45;
  color: #f7f7f5;
  letter-spacing: 1px;
}

#section5 h4 {
  font-size: 1.5vw;
  margin-bottom: 1vw;
  font-weight: 500;
}

#section5 a {
  text-decoration: none;
  color: #cccccc;
  line-height: 1.8vw;
  font-size: 1.2vw;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}

#section5 p, #section5 .ps {
  color: #cccccc;
  font-size: 1.2vw;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  line-height: 1.3vw;
}

#section5 a:hover {
  color: white;
}

#section5 .footer-columns {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px;
  text-align: left;
}

#section5 #services-column {
  width: 42%;
  padding-left: 10vw;
}

#section5 #nav-column {
  width: 28%;
  padding-left: 3vw;
}

#section5 #contact-column {
  width: 30%;
}

#section5 #footer-links:after {
  content: "";
  display: table;
  clear: both;
}

#section5 #both-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  margin-left: -1.2vw;
}

#section5 #both-footer .icon {
  display: inline-block;
  margin: .5vw;
  padding: 0 .5vw;
  width: 4.2vw;
}

#section5 #both-footer .icon:hover {
  opacity: 0.75;
}

#section5 #both-footer a {
  font-size: 1.2vw;
  text-align: center;
  text-decoration: none;
  color: #f7f7f5;
  font-weight: 400;
}

#section5 #both-footer p {
  font-size: 1vw;
  text-align: center;
  font-weight: 300;
  padding-bottom: 1vw;
  margin-top: 4px;
}

#section5 #social {
  text-align: center;
}

#section5 #p-pol {
  color: white;
  text-align: center;
  display: block;
  font-size: 1.2vw;
}

@media only screen and (max-width: 830px) and (orientation: portrait) {
  #section5 {
    height: 40vw;
  }
  #section5 .footer-links {
    display: none;
  }
  #section5 #both-footer .icon {
    width: 17vw;
    margin: 4vw 0;
    padding: 0 2.5vw;
  }
  #section5 #both-footer a {
    font-size: 3.5vw;
    padding-top: 2vw;
  }
  #section5 #both-footer p {
    font-size: 3.5vw;
    padding-top: 4vw;
  }
}

@media only screen and (max-width: 830px) and (orientation: landscape) {
  #section5 {
    height: 40vh;
  }
  #section5 .footer-links {
    display: none;
  }
  #section5 #both-footer .icon {
    width: 11.5vw;
    margin: 2.3vw 0;
    padding: 0 2.5vw;
  }
  #section5 #both-footer a {
    font-size: 2.2vw;
    padding-top: 1vw;
  }
  #section5 #both-footer p {
    font-size: 2.2vw;
    padding-top: 1.6vw;
  }
}

/*END OF FOOTER*/
/*# sourceMappingURL=hmm.css.map */