h1, h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #D8D8D8
}
body {
  font-family: 'Lato', sans-serif;
  color: #A2A2A2;
}
a:hover {
  cursor:pointer;
}

.container {
  max-width: 960px;
}
footer{
  background-color: #fff;
}
footer h5{
color: #000
}
/*
* Custom translucent site header
*/
.navbar-brand {
  position: absolute;
  margin-top: 3px;
  color: white;
}
.navbar-brand svg {
  display: inline-block !important;
  margin-right: 5px;
  margin-left: 5px;
}
.navbar-brand span {
  position: relative;
  top: -2px;
}

.navbar-brand img {
  height: 52px;
  position: relative;
  top: -7px;
}


.site-header {
  background-color: #4ED685;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 9999;
  padding: 5px 0px !important;
  overflow: hidden;
}
.site-header a {
  color: white;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  text-decoration: none;
}


.dw-menu a {
  position: relative;
  text-decoration: none;
  padding: 16px;
}
.dw-menu li {
  margin: 0px 3px;
}


.dw-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.dw-menu li {
  display: inline-block;
  float: right;
}

.dw-menu li a {
  display: block;
  color: #000;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.dw-menu li a:hover {
    background-color: #3AA063;
}



/*
* Dummy devices (replace them with your own or something else entirely!)
*/

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
* Extra utilities
*/

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

@media (max-width: 768px) {
  .navbar-brand span {
    display: none;
  }
  .site-header a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    top: 10px;
  }
  .dw-menu li a {
    padding: 10px 10px;
    font-size: 14px;
  }
  .dw-menu {
    width: auto;
    margin: auto;
    position: relative;
    top: 0px;
    height: 65px;
  }
}
