@import url(https://fonts.googleapis.com/css?family=Lato:400,300,200,100);

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#header {
	position: fixed;
    z-index: 1000;
    top: 0;
	width: 100%;
	height: 100px;
	padding: 20px;
	background-color: rgb(70, 70, 70);
}

.icons {
    width: 60px;
    height: 60px;
}

#header a:hover {
   -webkit-filter: grayscale(1);
  filter: grayscale(1);   
}

#social li {
    list-style: none;   
    display: inline;
}

#toggle-button {
  display: block; 
  position: absolute;
  cursor: pointer;
  top: 50px;
  right: 70px;
  width: 45px;
  height: 8px;
  background: #fff;
}

#toggle-button:before {
  display: block;
  z-index: 2;
  content:"";
  background-color: white;
  height: 8px;
  margin: 11px auto 0px;
  width: 45px;
}

#toggle-button:after {
  display: block;
  z-index: 2;
  content:"";
  background-color: white;
  height: 8px;
  width: 45px;
  margin: 3px auto 0px;
  transition: 500ms transform ease-in-out;
}

#nav {
  width: 33.33333%;
  height: 100%;
  position: fixed;
  top: 140px;
  right: 0;
  background-color: rgba(70, 70, 70, 0.91);
  display: none;
  transition: 500ms transform ease-in-out;
  overflow-y: scroll;
}

@media only screen and (max-height: 625px) {
    
    #nav {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 140px;
      right: 0;
      background-color: rgba(70, 70, 70, 0.91);
      display: none;
      transition: 500ms transform ease-in-out;
    }

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

    #nav li {
      color: white;
      padding: 0px 30px;
      text-align: center;
      line-height: 5em;
      position: relative;
      float: left;
    }

    #nav li a {
      color: white;
      display: block;
      font-size: 36px;
      position: relative;
      text-decoration: none;
      padding: 30px;
      font-family: lato, arial;
      font-weight: 200;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
    }

    #nav a:hover {
        background-color: rgb(70, 70, 70);
       font-weight: 100;
    }
}

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

#nav li {
  color: white;
  text-align: center;
  line-height: 4em;
  position: relative;
}

#nav li a {
  color: white;
  display: block;
  font-size: 30px;
  position: relative;
  text-decoration: none;
  padding: 10px;
  font-family: lato, arial;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#nav a:hover {
    background-color: rgb(70, 70, 70);
    font-weight: 400;
}

.current {
	border: 2px solid #FFFFFF;
    border-radius: 25px;
	padding: 25px 0px;
	font-weight: 400;
	margin-left: 30px;
    padding: 25px;
}

.arrow {
    animation: animate ease-in-out 1.5s infinite;
    -webkit-animation: animate ease-in-out 1.5s infinite;
    -moz-animation: animate ease-in-out 1.5s infinite;
    width: 100px;
    height: 100px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    position: absolute;
    left: 45%;
}

@-webkit-keyframes animate {
    0%  {top: 315px;}
    50% {top: 400px; opacity: 0;}
    100% {top: 315px; opacity: 0;}
} 

@-moz-keyframes animate {
    0%  {top: 315px;}
    50% {top: 400px; opacity: 0;}
    100% {top: 315px; opacity: 0;}
} 

#title {
    margin-top: 140px;
    margin-bottom: 70px;
    padding-top: 50px;
    width: 100%;  
    text-align: center;
}

#title h1 {
    font-weight: 100;
    margin-bottom: 50px;
    font-family: lato;
    letter-spacing: 6px;
    font-size: 65px;
    text-transform: uppercase;
}

#content {
    width: 50%;
    margin: auto; 
}

#subscribe {
    width: 100%;
    height: 650px;
    padding-top: 10px;
    margin-bottom: 100px;
    background-image: url('../images/bg.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}

#content p {
    font-family: lato, arial;
    font-size: 25px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 1px;
}

/*content styling for garden session*/

#content-garden-sessions {
    width: 60%;
    text-align: justify;
    margin: auto;
    
}

#content-garden-sessions p {
    font-family: lato;
    font-size: 25px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 125px;
}

#youtube-wrap{
    width: 50%;
    margin: auto;
}

/*end of content garden session*/

/*services content*/

#head {
    width: 100%;
    height: 500px;
    background-image: url("../images/camera.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: blur(0px);
    -webkit-filter: blur(0px); 
}

#head-inner{
    color: white;
    font-size: 50px;
    padding-top: 40px;
    font-family: lato, arial;
    font-weight: 300;
    width: 30%;
    text-align: center;
}

#head-inner li {
    margin-bottom: 70px;
    border-bottom: 1px solid #66CCFF;
}

#head-inner ul {
    margin-left: 40px;
    list-style-type:square;
}

#clients {
    width: 30%;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    margin-top: 25px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

#clients ul {
    font-family: lato, arial;
    font-weight: 300;
}

#clients li {
    list-style-type: square;
    font-size: 20px;
    margin-bottom: 20px;
}

#sample {   
    margin-left: 200px;
    margin-top: 50px
}

#form {
    width: 70%;
    height: 550px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-height {
    height: 450px;   
}

#form p{
    padding-top: 50px; 
    color: #FFF; 
    font-family: lato;  
    fotn-size: 15px;
}

form {
    text-align: center;
    margin: auto;
    width: 100%;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.8);
}

input[type="text"], input[type="email"] {
    display: block;
    color: #FFF;
    margin: auto;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 20px 0px;
    width: 80%;
    height: 30px;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #66CCFF;
}

textarea {
    display: block;
    color: #FFF;
    margin: auto;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 20px 0px;
    width: 80%;
    height: 120px;
    outline: none;
    background: transparent;
    border: 1px solid #66CCFF;
}

.buttons {
    background-color: #1FCE6D;
    color: white;
    border-radius: 3px;
    border: none;
    width: 200px;
    height: 40px;
}

.buttons:hover {
    background-color: #FFF;
    color: black;
}


/*end of content for services*/

/*start of about us*/

#profile-wrap {
    width: 30%;
    margin: 50px auto;
    background-color: rgb(75, 75, 75);
    border: 2px solid #66ccff;
    font-family: lato;
}

#profile-image {
    width: 200px;
    height: 200px;
    margin: 30px auto;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #66ccff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

#name {
    font-size: 30px;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    margin: 25px;
}

#text {
    display: block;
    width: 50%;
    text-align: center;
    border: 1px solid #66ccff;
    font-size: 20px;
    font-weight: 100;
    color: #FFF;
    margin: 25px auto; 
}

/*end of about us*/

/*about us*/

iframe {
    margin-bottom: 70px;   
}

/*about us end*/

#footer {
    padding: 25px;
    font-family: lato;
    font-weight: 400;
    color: grey;
    width: 100%;
    background-color: rgb(70, 70, 70);
}

#copyright {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

#copyright p {
    font-size: 22px; 
    text-align: center;
    font-weight: 200;
}

#copyright img {
    width: 130px;
    height: 20px;
}

#copyright span {
    margin-top: 20px;
}