*{
  margin: 0;
     padding: 0;
     border: 0;
     outline: 0;

}
body {
  margin: 0;
  font-family: Arial; /*Calibri;  /*Arial; /*, Helvetica, sans-serif;*/

}

img {
  width: 400px;
}

.ceiling{
  /*text-align: right;
  font-size: 30px;*/
  margin-right: 0%;
  margin-left: 0%;
  background-color:black;
  color:white;
  text-align:center;
  padding:5px;
 background: rgb(54, 55, 25);
 background: rgba(0, 0, 0, .5);
 height: 70px;
  /*width="200" height="90"*/

}

/* Centered text */
.centeredtext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#titletext{
  font-size: 60px;
  text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em white;
    color: white;

}

.page1{
  position: relative;
  text-align: center;
  color: white;
}

/*Bouncing arrow*/

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.arrow {
    display: block;
  color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 60px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
/*BOUNCING ARROW END*/

.cover{
  margin-left: 0%;
  margin-right: 0%;

}

#skyline1{
  width: 100%;
  height:310px;
  background-image:url(images/forest3.jpg);
}

#skyline2{
  width: 100%;
  height:310px;
  background-image:url(images/coolworld1.jpg);
}

#skyline3{
  width: 100%;
  height:310px;
  background-image:url(images/forest2.jpg);
}

.whitetitlespecial{
    font-size: 36px;
    text-shadow: 1px 1px 2px black, 0 0 1em green, 0 0 0.2em green;
      color: white;
}



/* NAV BAR CSS CODE ////////////////////////////////////    /*/

.topnav {
  display: block;
  overflow: hidden;
  background-color: #202020;
  margin-left: 0%;
  margin-right: 0%;
}

.topnav a {
  float: center;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #202020;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


}


/* NAV BAR CSS CODE END////////////////////////////////////    /*/

.row{
  display: inline;

  align: center;
  margin-left:auto;
  margin-right:auto;
  vertical-align: middle;

}

.page1image{
  background-image:url(images/books1.jpg);
  width:100%;
  min-height: 900px;
}


.wrapper{
/*  background-image:url(images/engineering1.jpg);
  background-size:     cover;
  background-repeat:   no-repeat;
  background-attachment: fixed;
  background-position: bottom bottom;}*/

    background-image:url(images/books1.jpg);
    background-size:     cover;
    background-repeat:   no-repeat;
    background-attachment: fixed;

}

.skyline{
  /*background-image:url(images/skylineOG.png);*/
  background-image:url(images/greenwheat1.jpg);
  background-size: cover; /*fixed*/
  background-repeat:   no-repeat;
  background-attachment: scroll;

  height: 300px;
  margin-left: 0%;
  margin-right: 0%;
}

.content{
  text-align: center;
  margin-right: 0%;
  margin-left: 0%;
  background: rgba(255, 255, 255, .9);
  color: #00004d;
}

.container-mid{
/*  text-align: left;*/
  padding: 30px 30px;
  border-spacing: 0px 0px;
  margin-left:0%;
  margin-right:0%;
  /*background: rgba(255, 255, 255, .9);*/
}

.threepictable{
  align: center;
  padding: 30px 30px;
  border-spacing: 50px 0px;
  margin-left:auto;
  margin-right:auto;

}

.threepics{
/*  align: center;
  display: inline;
  padding: 50px 50px;
  margin-left: 0%;
  margin-right: 0%;*/

    display: inline;
    margin-left: 0%;
    margin-right: 0%;
}

h1{
 font-size: 30px;
}

.threepics img{
  width: 32%;
}

.footer-container{
  padding: 10px 10px;
  border-spacing: 10px 10px;
}

.footer{
  /*background-color: #001E0F;*/

  background-image:url(images/books1.jpg);
  background-size: cover;
  background-repeat:   no-repeat;

  font-size: 17px;
  text-align: center;
  color: white;
  bottom: 0;
  height: 50px;
}

/*services page*/
.cover-image1{
  background-image:url(images/vent2.png);
  background-size: cover;
  background-repeat:   no-repeat;


  height: 250px;
  margin-left: 0%;
  margin-right: 0%;
}

.cover-image2{
  background-image:url(images/faucet3.png);
  background-size: cover;
  background-repeat:   no-repeat;


  height: 250px;
  margin-left: 0%;
  margin-right: 0%;
}

.cover-image3{
  background-image:url(images/water1.jpg);
  background-size: cover;
  background-repeat:   no-repeat;


  height: 250px;
  margin-left: 0%;
  margin-right: 0%;
}

/*Image reshape For mobile screen*/
@media screen and (max-width: 768px) {

  .content{
    text-align: center;
  }


.row img{
  display: block;
  min-width: 200px;
}

.threepics{
  display: block;


}

.threepics img{
  min-width: 300px;

}
}


@media screen and (max-width: 600px) {
.skyline{
  /*background-image:url(images/skylineOG.png);*/
  background-image:url(images/bridge1.jpg);
  /*background-attachment: scroll;
  background-repeat:   no-repeat;*/


  height: 150px;
  margin-left: 0%;
  margin-right: 0%;
}

.cover-image1, .cover-image2, .cover-image3{

  background-size: cover;
  background-repeat:   no-repeat;


  height: 150px;
  margin-left: 0%;
  margin-right: 0%;
}

.ceiling{
  height: 80px;
  margin-right: 0%;
  margin-left: 0%;
}

.topnav, .content {
  margin-left: 0%;
  margin-right: 0%;
}


.wrapper{
    background-image:url(images/books1.jpg);
    background-size:     cover;
    background-repeat:   no-repeat;
    background-attachment: fixed;

}

/*.whitetitle{

    text-shadow: 1px 1px 2px black, 0 0 1em green, 0 0 0.2em green;
      color: white;
}

.whitetitlespecial{
    font-size: 36px;
    text-shadow: 1px 1px 2px black, 0 0 1em green, 0 0 0.2em green;
      color: white;
}*/
img{
  width:100%;
}
h1{
 font-size: 25px;
}

.page1image{
  background-image: url(images/books3.jpg);
  width:100%;
  min-height: 100vh;

}


}
