@import url('https://fonts.googleapis.com/css?family=Roboto');

header.page-top-header {
  height: 148px;
  background-color: #000515;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.page-top-header a.logo-link {
  text-decoration: none;
  color: #ffffff;
}

.header-logo-container {
  display: flex;
  align-items: center;
  position: relative;
}

.header-logomark-wrapper {
  position: relative;
  height: 148px;
}

.header-logomark-wrapper img {
  height: 136px;
  margin: 12px 0 0 6px;
  width: auto;
}

.header-heading {
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 100%;
}

/* .header-heading h1 {
  padding-top: 4px;
  margin: 0;
  font-size: 2em;
} */

.header-menu {
  display: flex;
  align-items: center;
}


@media (max-width: 519px) {
  .header-logomark-wrapper img {
    height: 50px;
    padding-top: 0;
    margin-top: 0;
  }

  .header-heading {
    margin-left: 0;}


    header.page-top-header {
    height: 50px;}
  
  .header-logomark-wrapper {
    position: relative;
    height: 50px;
}}



@media (max-width: 479px) {
  .header-logomark-wrapper img {
    height: 50px;
    padding-top: 0;
    margin-top: 0;
  }

  .header-heading {
    margin-left: 0;}



    header.page-top-header {
    height: 50px;}
  
  .header-logomark-wrapper {
    position: relative;
    height: 50px;
}}

@media (max-width: 419px) {
  header.page-top-header {
    height: 78px;
  }

  .header-logomark-wrapper {
    height: 78px;
  }

  .header-logomark-wrapper img {
    height: 60px;
    padding-top: 14px;
  }

  .header-heading h1 {
    font-size: 1.6em;
    margin-left: 0;
  }  
}

@media (max-width: 379px) {
  header.page-top-header {
    height: 136px;
  }

  .header-logomark-wrapper {
    height: 136px;
  }

  .header-logomark-wrapper img {
    height: 52px;
    padding: 14px 0 0 0;
  }

  .hamburger-menu {
    margin-right: 12px !important;
  }

  .header-heading {
    margin: 0;
  }

  .header-heading h1 {
    padding-top: 6px;
    font-size: 1.4em;
  }  

  .content-wrapper {
    margin: 10px;
  }
}

