html, body {
  font-family: "Open Sans", sans-serif;
}

#black-cover {
  width: 100%;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  display: none;
}

.sidenav .side-social-follow .text {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin: 15px 0;
}

.sidenav .side-social-follow img {
  width: 30px;
  position: relative;
  bottom: 1px;
}

.sidenav .side-social-follow a {
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 3px;
  padding: 3px 18px;
  width: 150px;
  margin: 0 auto;
  margin-top: 11px;
}

.sidenav .twitter {
  background: #3cacf2;
}

.sidenav .facebook {
  background: #3b5898;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.4s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 100;
  background: white;
}

.sidenav .side-logo {
  padding: 0px 8px 0px 25px;
}

.sidenav .side-logo img {
  position: relative;
  bottom: 5px;
  width: 45px;
}

.sidenav .side-logo .name {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 0;
  padding-left: 5px;
}

.sidenav .side-logo .name:hover {
  text-decoration: none;
  color: #000;
}

.sidenav .side-content {
  width: 250px;
  height: 100%;
  background: white;
  opacity: 1;
  margin: 0;
  padding-top: 75px;
}

.sidenav .block {
  border-top: 1px solid #e8e7e7;
  margin-top: 15px;
  padding: 10px 0;
}

/* The navigation menu links */
.sidenav .links a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  display: block;
  transition: 0.3s;
}

.sidenav .links a:hover, .sidenav .links a:active {
  background: rgba(0, 0, 0, 0.129);
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-weight: 400;
  color: #555;
  transition: 0.3s;
}

.responsive-menu {
  text-align: left !important;
}

#responsive-nav {
  display: none;
}
#responsive-nav .domain-name {
  font-size: 17px !important;
  position: relative;
  top: 4px;
}

.menu-btn {
  display: inline-block;
  margin-top: 8px;
}

.menu-btn div {
  width: 26px;
  height: 4px;
  background-color: black;
  margin: 6px 0;
  border-radius: 3px;
}

@media only screen and (max-width: 665px) {
  #responsive-nav {
    display: block;
  }
  #desktop-nav {
    display: none;
  }
  .domain-name {
    top: 4px;
  }
  #primary-navigation {
    padding: 15px 10px !important;
  }
}
.domain-name {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 11px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.fb-like {
  position: relative;
  top: -5px;
  margin: 0 5px;
}

#twitter-widget-0 {
  margin: 0 5px;
}

.social-buttons {
  text-align: center;
  margin-bottom: 70px;
}

.logo a {
  color: #333333;
  text-decoration: none;
}
.logo a:hover {
  color: #333333;
  text-decoration: none;
}

#primary-navigation {
  padding: 15px 30px 15px 30px;
  border-bottom: solid 1px #eaeaea;
  background-color: #fff;
}

footer {
  background-color: #fff;
  padding: 15px 30px 15px 30px;
  text-align: center;
  border-top: solid 1px #eaeaea;
  color: #797979;
}

@media only screen and (max-width: 342px) {
  .fb-like {
    position: inherit !important;
    top: 0 !important;
    margin: 15px 0px !important;
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .primary-menu ul {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    text-align: center !important;
  }
  .primary-menu {
    position: inherit !important;
    top: 0 !important;
  }
  .primary-menu ul {
    text-align: center !important;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 425px) {
  .primary-menu ul li {
    margin-bottom: 15px;
  }
}
.primary-menu {
  position: relative;
  top: 15px;
  font-family: "Open Sans", sans-serif;
}
.primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.primary-menu ul li {
  display: inline-block;
  padding: 0 10px;
}
.primary-menu ul li a {
  color: #313131;
  text-decoration: none;
  font-size: 15px;
}
.primary-menu ul li a:hover {
  text-decoration: none;
  color: #03a9f4;
}

footer {
  border-top: solid 1px #eaeaea;
  margin-top: 70px;
}
footer .footer-menu {
  margin-bottom: 10px;
}
footer .footer-menu a {
  color: #313131;
  text-decoration: none;
  padding: 0 10px;
}
footer .footer-menu a:hover {
  text-decoration: none;
  color: #03a9f4;
}
