nav .social i, #team .team .social i, footer i {
  padding: 5px;
  margin: 5px;
  color: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 30px;
}

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

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus:hover, .navbar-default .navbar-nav > .active > a:hover:hover {
  color:#00A651 !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color:#00A651 !important;
}

section {
  margin: 70px 0;
}

i[class*="facebook"] {
  background-color: #3b5998 !important;
}

i[class*="twitter"] {
  background-color: #0084b4 !important;
}

i[class*="google"] {
  background-color: #d34836 !important;
}


nav {
  border: 0 !important;
  margin-bottom: 0 !important;
}
nav .social i {
  display: none;
}

header {
  color: #FFF;
 /* background: url("https://github.com/Oaik/Tanatos/blob/master/img/header.jpg?raw=true") 50% 50% fixed; */
  background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
  background-size: cover;
  position: relative;
}
header .overlay, header .overlay-nav {
  background-color: #333333;
}
header .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90vh;
}
header span {
  color:#00A651;
}
header a {
  color: #FFF !important;
  transition: 0.5s all ease-in;
}
header h1 {
  font-size: 3.5em;
}
header .buttons {
  margin-top: 40px;
  margin-bottom: 15px;
}
header .buttons a {
  margin-right: 15px;
  padding: 10px 40px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid #DDD;
}
header .buttons a:last-of-type {
  margin-right: 0;
}
header .buttons a:hover {
  background-color:#00A651;
}
header .scroll-down {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 25px);
}
header .scroll-down i {
  color: #FFF;
  padding: 5px;
  border: 1px solid #DDD;
  border-radius: 50%;
}

section#ourwork .info {
  margin-bottom: 30px;
}
section#ourwork .info h2 span {
  color:#00A651;
}
section#ourwork .info p {
  font-size: 1.2em;
}
section#ourwork .image-holder {
  padding: 15px 0;
}
section#ourwork .show-more {
  margin-top: 50px;
}
section#ourwork .show-more a {
  color: rgba(61, 66, 72, 0.8);
  padding: 10px 35px;
  border-radius: 10px;
  border: 1px solid #DDD;
  text-decoration: none;
  transition: 0.5s all ease-out;
}
section#ourwork .show-more a:hover {
  background-color:#00A651;
  border: 1px solid transparent;
  color: #FFF;
}

footer {
  background: url("../img/contact.jpg") 50% 50% fixed;
  background-size: cover;
  color: #FFF;
}
footer .overlay {
  background-color: rgba(61, 66, 72, 0.8);
  padding: 50px 0;
}
footer .info {
  margin-bottom: 50px;
}
footer .info h2 span {
  color:#00A651;
}
footer textarea, footer input[type="text"] {
  margin: 12px 0;
  border-radius: 10px;
}
footer textarea {
  width: 100%;
  padding: 12px;
  color: #AAA;
}
footer textarea:focus {
  outline: 0;
}
footer button {
  padding: 10px 35px;
  background-color:#00A651;
  border: 0;
  outline: 0;
  border-radius: 10px;
}
footer i:last-of-type {
  margin-right: 0;
}

.copyright {
  padding: 25px 0;
  background-color: #000000;
  color: #FFF;
}
.copyright a {
  color:#00A651;
  text-decoration: none;
}

.scroll-top {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: right;
}
.scroll-top i {
  display: inline-block !important;
  color:#00A651;
}

@media (max-width: 767px) {
  #newsletter input {
    margin-top: 40px !important;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    width: 100%;
    min-width: 100vw;
    background-color: rgba(61, 66, 72, 0.8);
    height: 100%;
    min-height: 100vh;
  }

  nav hr {
    width: 25%;
    border-color:#00A651;
  }
  nav .social {
    display: flex;
    justify-content: center;
  }
  nav .social i {
    display: inline-block !important;
    margin: 5px;
  }
}

#logo1 {
    display:block;
    max-width: 300px;
    margin: 0 auto;
    width: 90%;
}
