@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);

html, body {
  font-family:'Dosis';
  font-weight: 300;
  background: url(conifer-cone.jpg);
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

 .bg-img {
  background-image: url("spaghetti.jpg");
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  position: relative;
}

.tb {
  top: 250px;
  left: 400px;
  color: #FBEAEB;
  padding-left: 100px;
  padding-right: 50px;
  font-weight: bold;
  text-align: center;
  padding-top: 250px;
}

/*search*/
form{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid white;
    width: 200px;
}

input{
    position: absolute;
    width: 100%;
    height: 42.5px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 20px 20px;
}

.fa{
    outline: 0;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    font-size: 1.2em;
    transition: all 1s;
}

form:hover input{
    display: block;
}

form:hover .fa{
    background: black;
    color: white;
}
/**/
.header {
  width: 100%;
  text-align: right;
  position: relative;
  color: white;
}
    .header {
      overflow: hidden;
      position: fixed;
      top: 0;
      width: 100%;

  background: url(paint.jpg);
    }
    .header:hover {
    box-shadow: 2px 8px 45px rgba(0, 0, 0, .50);
    transform: translate3D(0, -2px, 0);}

  .logo {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-weight: bold;
    padding: 26px;
    border-right: 1px solid black;
  }
  #demo {
  position: absolute;
    top: 0;
    left: 250px;
    font-size: 30px;
    font-weight: 100; }

.link {
  display: inline-block;
  padding: 15px 0;
  margin: 15px 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  font-size: 24px;}
 
 .link {
        -webkit-transition: color 1s;
        transition: color 1s;
    }
    .link:hover {
        color: navy;
    }

/*footer*/
/**/

.foot_bottom{
    height: 150px;
    background: url(paint.jpg);
    text-align: center;
}
.cpy-right h2{
    color: white;
    letter-spacing: 4px;
    font-weight: bold;

}
ul.sinfo li{
    display: inline-block;
}
ul.sinfo a{
    color: blue;
    margin-right: 30px;
    font-size: 25px;
}
ul.sinfo a:hover{
    color:#fff;
}

.glow {
  color: white;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #0008e6, 0 0 40px #0008e6, 0 0 50px #0008e6, 0 0 60px #0008e6, 0 0 70px #0008e6;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #4dfff9, 0 0 40px #4dfff9, 0 0 50px #4dfff9, 0 0 60px #4dfff9, 0 0 70px #4dfff9, 0 0 80px #4dfff9;
  }
}

/**/
#root {
    max-width: 1200px;
    margin: 0 auto;
  }

  .hed1 {
    text-align: center;
    padding: 1.5rem 2.5rem;
    background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
    margin: 0 0 2rem 0;
    font-size: 1.5rem;
    color: white;
  }

  .para1 {
    padding: 0 2.5rem 2.5rem;
    margin: 0;
  }
  
  .container {
    display: flex;
    flex-wrap: wrap;
  }

  .card {
    margin: 1rem;
  background: white;
  box-shadow: 2px 4px 25px rgba(0, 0, 0, .1);
  border-radius: 12px;
  overflow: hidden;
  transition: all .2s linear;
  }
  
  .card:hover {
    box-shadow: 2px 8px 45px rgba(0, 0, 0, .15);
  }
  
  
  @media screen and (min-width: 600px) {
    .card {
      flex: 1 1 calc(50% - 2rem);
    }
  }
  
  @media screen and (min-width: 900px) {
    .card {
      flex: 1 1 calc(33% - 2rem);
    }
  }

  .card:nth-child(2n) h1 {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  }
  
  .card:nth-child(4n) h1 {
    background-image: linear-gradient(120deg, #ff9a9e 0%, #fecfef 100%);
  }
  
  .card:nth-child(5n) h1 {
    background-image: linear-gradient(120deg, #ffc3a0 0%, #ffafbd 100%);
  }
.ytube{
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.img3{
  display: block;
  margin-left: auto;
  margin-right: auto;
}