h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  position: relative;
  width: 100%;
  background: rgb(0, 0, 0);
  z-index: 99;
}

body {
  height: 100vh !important;
}

/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
  padding: 12px 0px 12px 0px;
  background: #70A548 !important;
}

.left_info ul li {
  display: inline-block;
  margin-right: 15px;
}

.left_info a {
  color: #fffefe;
  font-size: 16px;
  font-weight: 500;
}
.left_info a:hover {
  color: rgb(220, 246, 200);
}

.left_info i.fa {
  font-size: 19px;
  color: #fff;
  padding-right: 10px;
}

.right_info p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.left_info {
  text-align: right;
}

.right_info i.fa {
  font-size: 26px;
  margin-right: 10px;
  position: relative;
  bottom: -4px;
}

.social a {
  border-radius: 0px;
  border: 2px solid #fff;
  border-radius: 4px;
}
.social .facebook:hover {
  background-color: #3b5999 !important;
  border: 2px solid #3b5999;
}
.social .facebook:hover span {
  color: #fff;
}
.social .facebook span {
  color: #3b5999;
}
.social .twitter:hover {
  background-color: #14171A !important;
  border: 2px solid #14171A;
}
.social .twitter:hover span {
  color: #fff;
}
.social .twitter span {
  color: #14171A;
}
.social .linkdn:hover {
  background-color: #0077b5 !important;
  border: 2px solid #0077b5;
}
.social .linkdn:hover span {
  color: #fff;
}
.social .linkdn span {
  color: #0077b5;
}
.social .insta:hover {
  background-color: #e4405f !important;
  border: 2px solid #e4405f;
}
.social .insta:hover span {
  color: #fff;
}
.social .insta span {
  color: #e4405f;
}

header i.fa.fa-mobile {
  bottom: -4px;
  font-size: 26px;
  position: relative;
  border: 40px;
  font-weight: 500;
}

.left_info ul li:last-child {
  margin: 0px !important;
}

.header-main {
  padding: 6px 0;
  border-top: 1px solid #424242;
}

/*-----------header-top Close------------*/
/*-----------header-menu------------*/
nav#cssmenu ul {
  float: right;
  margin-top: 13px;
}

.logo img {
  max-width: 186px;
}

.logo a {
  color: #6DDB07;
  float: left;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu > ul > li {
  float: left;
  margin-right: 10px;
}

#cssmenu > ul > li > a {
  padding: 9px 17px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #efefef;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: rgb(220, 246, 200);
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  transition: background 0.3s ease;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  transition: all 0.25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  margin-top: 0;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #333;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu li:hover > ul > li {
  height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 190px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  transition: all 0.25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

@media screen and (max-width: 1199.5px) {
  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
    float: left;
  }
  #cssmenu ul li:hover {
    background: transparent !important;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333 !important;
  }
  #cssmenu ul ul li:hover {
    background: #363636 !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    top: 1px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }
  .button:before {
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }
  .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 35px;
    width: 40px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 17px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 14px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}
div#slider-home .carousel-item::before {
  background: rgba(0, 0, 0, 0.3607843137);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

#slider-home h3 {
  text-transform: capitalize;
  font-size: 50px;
}

#slider-home p {
  font-size: 23px;
}

#slider-home .btn {
  background: #f82249;
  color: #fff;
  padding: 12px 30px !important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.btn-sm {
  padding: 5px 10px !important;
  font-size: 14px !important;
}

#slider-home .btn:hover {
  background: #ffffff;
  color: #f82249;
}

@media (max-width: 767.5px) {
  .header-top ul {
    display: none;
  }
  .social {
    text-align: end;
  }
  #search-button {
    top: -32px !important;
  }
  #search-button i {
    top: 10px !important;
    left: 9px !important;
  }
}
/*Creator: Ryan Tarson Website: ryantarson.com updated 6.16.16 added fixed issues with chrome outline also new animations, also preformance update*/
/* Body Styling and Search icon */
.mk-search-trigger {
  position: absolute;
  top: 45%;
  left: 45%;
}

/* Search Overlay */
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}

#mk-fullscreen-searchform:focus {
  outline: none;
  border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 30px;
  color: #fff !important;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-out;
}

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
  border: none;
  outline: none;
  color: #fff !important;
  transition: transform ease-out 0.2s;
  transform: rotate(180deg);
}

#mk-fullscreen-searchform {
  position: relative;
  verticle-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 800px;
  background-color: transparent;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #fff;
  transition: all 0.3s ease-out;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
  border: none;
  outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}

.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.94);
  text-align: center;
  transition: all ease-in-out 0.25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
  z-index: 999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  font-size: 26px;
  transition: transform ease-out 0.2s;
  transform: rotate(0deg);
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}

.mk-search-trigger {
  transition: color 0.2s ease-in-out;
}

/* Search Button */
#search-button {
  position: relative;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  border: white solid 0.7px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  padding-right: 10px;
  top: -17px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transform: rotate(0deg);
}

#search-button span {
  color: white !important;
  font-size: 14px;
  position: absolute;
  left: 8px;
  top: 2px;
}

#search-button:hover,
.mk-fullscreen-close:hover {
  opacity: 0.6;
  transform: rotate(180deg);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}

#mk-fullscreen-search-input:focus {
  box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.54) !important;
}

nav {
  background: black;
  padding: 0px 25px;
}

a {
  color: white;
  text-decoration: none;
}

.menu,
.submenu {
  list-style-type: none;
}

.item-main {
  padding: 10px;
}

.item-main.button {
  padding: 9px 5px;
}

.item-main:not(.button) a:hover,
.item-main a:hover::after {
  color: #d0f3b6 !important;
}

/* Mobile menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu li a {
  display: block;
  padding: 15px 5px;
}
.menu li a:hover {
  color: #fff;
}

.menu li.subitem a {
  padding: 15px 5px !important;
}

.toggle {
  order: 1;
  font-size: 20px;
}

.item-main.button {
  order: 2;
}

.item-main {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}

.active .item-main {
  display: block;
}

.button.secondary {
  /* divider between buttons and menu links */
  border-bottom: 1px #444 solid;
}

/* Submenu up from mobile screens */
.submenu {
  display: none;
}

.submenu-active .submenu {
  display: block;
}

.has-submenu i {
  font-size: 12px;
}

.has-submenu > a::after {
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "\f078";
  color: white;
  padding-left: 5px;
}

.subitem:hover {
  background-color: #70A548;
  color: #fff !important;
}
.subitem a {
  padding: 10px 15px;
}

.submenu-active {
  background-color: #111;
  border-radius: 3px;
}

.toggle-menu {
  color: #fff;
}
.toggle-menu a {
  color: #fff;
}

/* Tablet menu */
@media all and (min-width: 700px) {
  .menu {
    justify-content: center;
  }
  .logo {
    flex: 1;
  }
  .item-main.button {
    width: auto;
    order: 1;
    display: block;
  }
  .toggle-menu {
    flex: 1;
    text-align: right;
    order: 2;
    color: #fff;
  }
  .toggle-menu a {
    color: #fff;
  }
  /* Button up from tablet screen */
  .menu li.button a {
    padding: 10px 15px;
    margin: 5px 0;
  }
  .button a {
    background: #0080ff;
    border: 1px royalblue solid;
  }
  .button.secondary {
    border: 0;
  }
  .button.secondary a {
    background: transparent;
    border: 1px #0080ff solid;
  }
  .button a:hover {
    text-decoration: none;
  }
  .button:not(.secondary) a:hover {
    background: royalblue;
    border-color: darkblue;
  }
}
/* Desktop menu */
@media all and (min-width: 992px) {
  .subitem:hover {
    background-color: #70A548;
    color: #fff !important;
  }
  .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
  }
  .logo {
    order: 0;
  }
  .item-main {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }
  .button {
    order: 2;
  }
  .submenu-active .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 68px;
    background: #111;
    width: 180px;
  }
  .toggle-menu {
    display: none;
  }
  .submenu-active {
    border-radius: 0;
  }
}
:root {
  --backgroundoverlay: rgba(0, 0, 0, 0.3);
  --headercolor: #130f40;
  --headerhover: #606461ad;
  --textoverlay: rgba(0, 0, 0, 0.3);
  --dropdowncolor: #121920;
  --dropdownhover: #202d3a;
  --dropdownhover2: #606461ad;
  --dropdownborder: #70A548;
  --logofont: "Merriweather", serif;
  --navfont: "Zilla Slab", serif;
  --headerheight: 70px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

i {
  position: relative;
}

/* HEADER ------------------------------------------------------------- */
/* ---------------------------------
BURGER MENU
------------------------------*/
#menu-div {
  width: var(--size);
  height: var(--size);
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 25px;
  --size: calc(var(--headerheight) - 40px);
  --burger-height: 3px;
  --burger-margin: 8px;
  --burger-color: white;
}

#menu-burger {
  position: relative;
  width: 100%;
  height: var(--burger-height);
  border-radius: 5px;
  background-color: var(--burger-color);
  transition: all 0.5s ease-in-out;
}

#open-checkbox {
  display: none;
  position: absolute;
  z-index: -999;
}

#menu-burger::before,
#menu-burger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--burger-height);
  border-radius: 5px;
  background-color: var(--burger-color);
  transition: all 0.5s ease-in-out;
}

#menu-burger::before {
  transform: translateY(calc(-1 * var(--burger-margin)));
}

#menu-burger::after {
  transform: translateY(var(--burger-margin));
}

#open-checkbox:checked ~ #menu-div #menu-burger {
  transform: translateX(-100%);
  background-color: transparent;
}

#open-checkbox:checked ~ #menu-div #menu-burger::before {
  transform: translate(100%, 0px) rotate(45deg);
}

#open-checkbox:checked ~ #menu-div #menu-burger::after {
  transform: translate(100%, 0px) rotate(-45deg);
}

/*-------------------------------------------------------- */
header {
  position: sticky;
  top: 0;
  width: 100vw;
  height: var(--headerheight);
  background-color: var(--headercolor);
}

.logo {
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 40px;
}

nav img {
  height: 45px;
}

.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.nav-item {
  position: relative;
  display: inline-block;
  height: var(--headerheight);
  padding: 0px 10px;
  cursor: pointer;
  line-height: var(--headerheight);
  font-size: 16px;
  transition: background-color 0.5s ease;
  margin-right: 20px;
  color: #fff;
}
.nav-item span {
  margin-left: 5px;
}

.nav-item:hover,
.nav-item:focus {
  background-color: var(--headerhover);
  z-index: 1;
}

.dropdown-div {
  position: absolute;
  top: var(--headerheight);
  left: 0;
  width: 180px;
  overflow-y: auto;
  transform: scaleY(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: top;
  background-color: var(--dropdowncolor);
  border-top: solid 3px #70A548;
  padding: 0px !important;
}

.main-nav li:nth-child(5) .dropdown-div {
  left: initial;
  right: 0;
}

.nav-item:hover > .dropdown-div,
.nav-item:focus > .dropdown-div,
.dropdown-div:focus-within {
  transform: scaleY(1);
  opacity: 1;
}

.dropdown-div ul {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  align-items: center;
  padding-left: 0px;
}

.dropdown-div ul li {
  width: 100%;
}

.dropdown-div a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: background-color 0.5s, border-bottom 0.5s;
  color: #c1d9af;
  text-decoration: none;
}

.dropdown-div a:hover,
.dropdown-div a:focus {
  background-color: var(--dropdownhover2);
  color: #fff;
}

/* MEDIA QUERY -------------------------------------- */
/* Making the nav bar to become responsive: burger menu appears and show navigation menu on click */
@media screen and (max-width: 860px) {
  #menu-div {
    display: flex;
  }
  #open-checkbox:checked ~ .main-nav {
    right: 0;
  }
  .main-nav {
    position: fixed;
    height: calc(100vh - var(--headerheight));
    width: 220px;
    bottom: 0;
    right: -220px;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    background-color: black;
    border-top: solid var(--dropdownborder) 5px;
    transition: right 0.5s;
    --dropdownheight: 50px;
  }
  .main-nav li {
    width: 100%;
    text-align: center;
    transition: all 0.5s;
  }
  .main-nav li a {
    width: 100%;
  }
  .dropdown-div {
    position: relative;
    width: 100%;
    top: 0;
    background-color: #1a2530;
  }
  .dropdown-div li {
    height: var(--dropdownheight);
    display: flex;
  }
  .dropdown-div a {
    line-height: var(--dropdownheight);
  }
  .dropdown-div a:hover,
  .dropdown-div a:focus {
    background-color: var(--dropdownhover2);
  }
  /* Make the dropdown item to have a bottom margin so items below it will not be stacked below the dropdown menu */
  .main-nav > li:nth-child(3):hover,
  .main-nav > li:nth-child(3):focus,
  .main-nav > li:nth-child(3):focus-within {
    margin-bottom: calc(4 * var(--dropdownheight) + 10px);
  }
}
/* ----------------------------------------------------------------------- */
/* When the screen becomes small, center the welcome text instead */
@media screen and (max-width: 630px) {
  main {
    padding: 0px;
    justify-content: center;
  }
  main h2 {
    font-size: 10vw;
    padding: 35px;
  }
}
/* The logo overflows so make it small */
@media screen and (max-width: 455px) {
  .logo {
    font-size: 28px;
  }
}/*# sourceMappingURL=header-four.css.map */