#magnifying-glass {
  padding-top: 0px;
}

.bg-gray {
  background-color: gray;
}

.border-1 {
  border: solid 1px black;
}

.nav-left {
  display: block;
  position: absolute;
  top: 15px;
  margin: 7px 15px 0px 10px;
}

.nav-left a:first-child {
  padding: 0px 5px 0px 10px;
}

.nav-left a {
  display: inline-block;
  padding: 0px 0px 0px 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: black;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  opacity: 0.75;
}

.nav-left a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}

.nav-right {
  float: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  top: 10px;
  right: 10px;
  padding: 0px 4px 0px 32px;
}

.nav-right a {
  display: inline-block;
  padding: 0px 0px 0px 15px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: black;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.nav-right a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}

.nav-right a .profile {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.nav-right .menu {
  height: 30px;
  width: 30px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 290px;
}

.searchbox-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header,
footer,
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header {
  display: block;
  height: 48px;
  padding: 6px;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
}

section {
  height: 750px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section .logo img {
  width: 272px;
  height: 92px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

section .searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: solid #dfe1e5 1px;
  border-radius: 25px;
  width: 560px;
  margin: 27px auto 0px auto;
  padding: 5px 8px 0px 14px;
}

section .searchbox:hover {
  -webkit-box-shadow: 0px 1px 6px rgba(32, 33, 36, 0.28);
          box-shadow: 0px 1px 6px rgba(32, 33, 36, 0.28);
}

section .searchbox img {
  padding-right: 13px;
}

section .searchbox img,
section .searchbox svg {
  width: 20px;
  height: 20px;
  margin: 9px 0px;
}

section .searchbox [type='search'] {
  width: 487px;
  height: 34px;
  margin-bottom: 5px;
  border: 0px;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

section .searchbox [type='search']:focus {
  outline: none;
}

section .button-container {
  height: 70px;
  display: block;
}

section .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 548px;
  margin: 18px auto 0px auto;
}

section .button-group button {
  padding: 0px 16px;
  margin: 11px 4px;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  height: 36px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-stretch: 100%;
  opacity: 0.75;
}

footer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f2f2f2;
  border: 1px solid #dadce0;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #70757a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer nav {
  position: relative;
  padding: 10px 0px;
}

footer img {
  height: 15px;
  padding: 10px 0px;
  display: inline-block;
  margin-right: 5px;
  opacity: 1;
}

footer a {
  padding-left: 30px;
  display: inline-block;
  -webkit-text-decoration-color: #70757a;
          text-decoration-color: #70757a;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #70757a;
}

footer .foot-right {
  margin-right: 20px;
}

footer .carbonfnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 120px;
}

footer .carbonfnote a {
  padding: 0px;
}

body {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-height: 768px) {
  .logo {
    height: 233px;
    padding: 0px;
  }
  header {
    height: 47px;
  }
}

@media (max-height: 536px) {
  .logo {
    height: 100px;
  }
}
/*# sourceMappingURL=style.css.map */