body, html {
  margin:0;
  padding:0;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
}
html {
  background: rgb(115,223,113);
  background: linear-gradient(45deg, rgba(20,50,150,1) 0%, rgba(0,180,255,1) 100%);
}
body {
  max-width: 100vw;
}
header {
  width: 100%;
  height: 75px;
  background-color: orange;
  z-index: 5000;
  text-align:center;
}
header .hamburger-wrapper {
  position: absolute;
  top: 0;
  right: 0px;
  width: 175px;
  height: 60px;
  padding-top: 2px;
  margin-right: -10px;
  background-color: transparent;
  color: white;
  border: none;
}
header .hamburger-wrapper span {
  display: inline-block;
  margin-left: -20px;
}
header .hamburger {
  
}
header .hamburger-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-left: -5px;
  font-size: 25px;
  font-weight: 900;
}
header .logo {
  display: box;
}
header .logo img {
  height: 55px;
  padding: 10px 20px;
}
.hamburger {
  filter:invert(1);
}
footer {
  font-size: 15px;
}
footer .logo img {
  height: 50px;
}

a {
  color: #fff;
  text-decoration: none;
}
h1, h3 {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 6px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: -12px 0;
}

.box, .notification {
  color: white;
  text-align: center;
  padding: 25px 0;
}
.box img.photo {
  width: 500px;
  max-width: 100%;
  margin: 0;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(255,255,255,0.2);
}
.box p, .box h3, .box h4 {
  padding: 0 25px;
}
@media(max-width:500px) {
  .box img.photo {
    border-radius: 0;
    box-shadow: none;
  }
  .box p, .box h3, .box h4 {
    padding: 0 5px;
  }
}

.notification {
  position:static;
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  overflow: hidden;
  background-color: #ffbb00;
  padding: 5px 75px;
}
.notification.hidden {
  max-height: 0;
  padding: 0 75px;
}
.close {
  position: absolute;
  right: 32px;
  margin-top: 20px;
  width: 32px;
  height: 32px;
  opacity: 1;
}
.close:hover {
  opacity: 0.3;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.notification .close {
  transition: opacity 0.3s ease-in-out
}
.notification.hidden .close {
  opacity: 0;
}

.row {
  width: 100%
  padding: 0;
}
.row .col-4 {
  display: inline-block;
  max-width: 100%;
  min-width: 33%;
  width: max-content;
}

.contact-us span {
  font-weight: 900;
}

.differ:nth-child(2n-1) {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-grad1 {
  background: rgb(115,223,113);
  background: linear-gradient(180deg, rgba(115,223,113,1) 80%, rgba(0,180,255,1) 100%);
}
.bg-grad2 {
  background: rgb(115,223,113);
  background: linear-gradient(0deg, rgba(115,223,113,1) 0%, rgba(0,180,255,1) 80%);
}

.bg-gradc1 {
  background: rgb(115,223,113);
  background: linear-gradient(0deg, rgba(20,50,150,1) 0%, rgba(0,180,255,1) 100%);
}
.bg-gradc2 {
  background: rgb(115,223,113);
  background: linear-gradient(180deg, rgba(20,50,150,1) 0%, rgba(0,180,255,1) 100%);
}


.bg-gradb1 {
background: rgb(148,224,147);
background: linear-gradient(180deg, rgba(148,224,147,1) 0%, rgba(0,0,0,1) 50%, rgba(150,237,255,1) 100%);
}

.managed p {
  margin-bottom: -8px;
}
.managed img {
  width: 250px;
  filter: invert(1);
}