*{
  margin: 0;
  padding: 0;
  color: white;
}

.top-img{
  background-image: url(../img/white_greece_02.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.top-text{
  text-align: center;
  padding: 250px 0px;
}

.top-text h1{
  font-size: 100px;
  font-family: 'Racing Sans One', cursive;
  color:white;
}

.top-text p{
  font-size: 50px;
  font-family: 'Dancing Script', cursive;
  text-align: left;
  padding-left: 100px;
  color:hsl(348, 71%, 66%)
}

nav h3{
  font-family: 'Racing Sans One', cursive;
  color:black;
}

nav i{
  color: #888;
}

.night-sky{
    background-image: url(../img/water_back.jpg);
    padding: 200px 0px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}

.night-sky h2{
  font-size: 80px;
  font-family: 'Dancing Script', cursive;
  margin-bottom: 40px;
  color:hsl(60, 68%, 60%);
}

.night-sky p{
  color:whitesmoke;
}
.Service-list{
  background-color: black;
  text-align: center;
  padding: 50px;
}

.Service-list h2{
  font-family: 'Dancing Script', cursive;
  font-size: 60px;
}

.service-discription{
  padding: 30px;
}

.info{
  border: solid 2px white;
  margin: 20px;
  padding: 20px;
}

.info p{
  padding-top: 10px;
}

footer{
  background-color: #333;
  padding: 30px 0px;
}

footer ul li {
  list-style: none;
}

footer ul li a{
  color: #aaa;
  font-size: 13px;
  text-decoration: none;
}

footer ul li a:hover{
 color: white;
  text-decoration: none;
}

footer p{
 text-align: right;
}

.com1{
  color:black;
}

.com2{
  color:white;
}

#information h5{
  color:rgb(234, 236, 226);  
    font-size: 14px;
}

.scene-detail{
  background-color: black;
  padding: 5px 0px 5px 0px;
}

.scene-detail h1{
  font-size: 30px;
  padding-left: 20px;
}

.desine-detail{
  background-color: black;
  padding: 5px 0px 5px 0px;
}
.animal-detail{
  background-color: black;
  padding: 5px 0px 5px 0px;
}

.desine-detail h1{
  font-size: 30px;
  padding-left: 20px;
  color:khaki;
 }
.animal-detail h1{
  font-size: 30px;
  padding-left: 20px;
  color:rgb(37, 212, 104);
 }




.scene-body{
  background-color: black;
  padding: 10px;
}
.desine-body{
  background-color: black;
  padding: 10px;
}

.container-fluid{
  padding: 0px 0px 0px 20px;
  border: 0px 0px 0px 0px;
}

.scene-container{
  margin-left: 0px;
  border-left: 0px;
  padding-left: 0px;
}
.draw-01{
  width: 500px;
  height: 400px;
} 
.draw-02{
  width: 500px;
  height: 400px;
  margin: 3px 10px 6px -20px;
}
.draw-03{
  width: 500px;
  height: 400px;
  margin: 0px 10px 40px -35px;
}
.desine-container{
  margin-left: 0px;
  border-left: 0px;
  padding-left: 0px;
}
.desine-draw-01{
  width: 500px;
  height: 480px;
}
.desine-draw-02{
  width: 500px;
  height: 530px;
  margin: 0px 7px 40px -15px;
}
.animal-draw-01{
  width: 500px;
  height: 400px;
  margin: 0px 0px 40px 0px;
}

.scene-footer{
  bottom: 0;
  width: 200%;
  padding: 30px 0px 0px 0px;
  background-color: indigo;
}