body {
    font-family: 'Roboto', sans-serif;
}
.navbar{
    border: none;
}
.container-fluid .navbar-brand{
    font-size:18px;
    transition:all 500ms ease;
    color:#000000;
    text-shadow:2px 2px 2px #f2f2f2;
}
.container-fluid .navbar-brand:hover{
    color:#daad86;
}
#active{
    background-color:#e6e6e6;
    margin-left: 2px;
}
#active:hover{

    background-color:#f2f2f2;
}
.container-fluid .nav li a{
    font-size:16px;
    transition: all 500ms ease;
    color:#000000;
    text-shadow:2px 2px 2px #f2f2f2;
    border-bottom:2px solid #ffffff;
}
.container-fluid .nav li a:hover{
    color: #daad86;
    border-bottom:2px solid #daad86;
}
.intro {
  background-color: #000000;
  color: #ffffff;
  padding:2%;
  margin-top: -40%;
  opacity: 0.7;
  text-align: center;
}
.intro p {
  font-size:22px;
}
.intro h1 {
  font-size: 40px;
}
.fa {
  font-size:70px;
  text-decoration: none;
  color:#ffffff;
  transition: all 500ms ease;
}
.fa:hover {
  text-decoration: none;
  opacity:0.7;
  color:#000000;
}
.fa:focus {
  text-decoration: none;
  color:#ffffff;
  transition: all 500ms ease;
}
.arrow {
 text-align: center;
 margin: 8% 0;
}
.bounce {
 -moz-animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media only screen and (max-width: 800px){

     #return-to-top{
         display: none;
     }

     #return-to-top i{
         display: none;
     }
 }

 @media only screen and (min-width: 800px) {

     #return-to-top {
     position: fixed;
     bottom: 20px;
     right: 20px;
     background: rgb(0, 0, 0);
     background: rgba(0, 0, 0, 0.7);
     width: 50px;
     height: 50px;
     display: block;
     text-decoration: none;
     -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
     border-radius: 35px;
     display: none;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     }
     #return-to-top i {
         color: #fff;
         margin: 0;
         position: relative;
         left: 16px;
         top: 13px;
         font-size: 19px;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
         transition: all 0.3s ease;
     }
     #return-to-top:hover {
         background: #daad86;
     }
     #return-to-top:hover i {
         color: #fff;
         top: 5px;
     }
 }

 @media only screen and (max-device-width: 800px){

     #return-to-top{
         display: none;
     }

     #return-to-top i{
         display: none;
     }
 }

 @media only screen and (min-device-width: 800px) {

     #return-to-top {
     position: fixed;
     bottom: 20px;
     right: 20px;
     background: rgb(0, 0, 0);
     background: rgba(0, 0, 0, 0.7);
     width: 50px;
     height: 50px;
     display: block;
     text-decoration: none;
     -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
     border-radius: 35px;
     display: none;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     }
     #return-to-top i {
         color: #fff;
         margin: 0;
         position: relative;
         left: 16px;
         top: 13px;
         font-size: 19px;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
         transition: all 0.3s ease;
     }
     #return-to-top:hover {
         background: #daad86;
     }
     #return-to-top:hover i {
         color: #fff;
         top: 5px;
     }
 }
.presentation h1 {
  font-size: 40px;
}
.presentation p {
  font-size:18px;
  text-indent:3%;
}
.paralax {
  background-image: url("http://www.anidescoala.ro/wp-content/uploads/2008/06/padure_soare.jpg");
  height:620px;
  background-attachment: fixed;
  background-repeat: no repeat;
  background-position: center;
}
.paralax2 {
  background-image: url("http://www.anidescoala.ro/wp-content/uploads/2008/06/padure_soare.jpg");
  height:500px;
  background-attachment: fixed;
  background-repeat: no repeat;
  background-position: center;
}
.bodyOne {
  background-color:#e6e6e6;
}
.bodyTwo {
  background-color: #f2f2f2;
}
ul li {
  font-size: 18px;
}
.content {
  padding:4%;
}
.w3_img_flag {
  width:100%;
  height:250px;
}
.copyright {
  padding:2%;
}
