
body {
      font: 400 15px/1.8 Lato, sans-serif;
      line-height: 1.8;
    }
.carousel {
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
    }
.carousel-indicators {
  position: relative;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

h3 {font-style: italic;}

.navbar-brand {
  float: left;
  height: 70px;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 20px;
}
.nav {
  padding-top: 10px;
}


.container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.bg-black {  height: auto; 
    background-image: url(../images/bblack.png);
    background-repeat: repeat-y;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
    }
.bg-blue {
    height: auto;
    background-color: #1c6dbe;
    color: #ccc;
    }

.bg-gray {height: auto;
    max-width: 1024px;
    
    }
.bg-green {
    height: auto;
    background-color: #65bc3a;
    color: #ffffff;
    text-align: center;
    }

.top {
    padding-top: 60px;
    padding-bottom: 0px;
}

.bg-test{
    width: auto;
    height: auto;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    
#slogan1 {height: auto;
    width: 50%;
    color: #1c6dbe;
    font-size: 3em;
    padding-top: 60px;
    padding-left: 650px;
    padding-bottom: 150px;
    }


#slogan2 {
    height: auto;
    width: 50%;
    color: #ffffff;
    font-size: 3em;
    padding-top: 10px;
    padding-right: 450px;
    padding-bottom: 120px;
    }

#slogan3 {
    height: auto;
    width: 50%;
    color: #3399cc;
    padding-top: 10px;
    padding-right: 450px;
    padding-bottom: 150px;
    }

#slogan4 {
    height: auto;
    width: 50%;
    color: #1c6dbe;
    padding-right: 550px;
    padding-bottom: 150px;
    }

#icons {
    width: 79px;
    height: 79px;}

.info {
    max-width: 1024px;
    }

#contact {
    max-width: 1024px;
    padding-bottom: 10px;
}

.about {
    max-width: 1024px;;
    height: auto;
    margin-left: 25%;
    margin-right: 25%;
    color: #000;
}
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }