body{
    background-image: url(../../images/bg.png);
    background-attachment: fixed;
    position: relative; 
}


#logo{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.navbar{
    
    padding: 0 20px 0 20px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 5px;
    font-size: 18px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: white;
    border-top: solid;
    border-color: #a5cd39;
}

.navbar-default .navbar-nav > li > a {
    color: rgb(119, 119, 119);
    border-top: solid;
    border-color: #f8f8f8;
}

.panel{
  border: none;
  background-color: #333333;
    font-size: 12pt;
    line-height: 1.5;
    margin-top: 40px;
}

.panel-body{
  padding: 20px;
}

.panel > .panel-heading {
  background-color: #26adef;
  border-color: #818c92;
  border: none;
  text-align: center;
}

#section1 {
    text-align: center;
    padding-top:50px;
    color: #fff;
}

#section1 img{
    width: 80%;
    margin-top: 15%;
    margin-bottom: 15%;
}

#section2 {
    text-align: center;
    padding-top:60px;
    padding-bottom:80px;
    color: #fff; 
    background-color: #00bcd4;
    background-image: url(../../images/bg2.png);
    background-size: cover;
}

#section2 img{
    padding-top: 20px;
    width: 40%;
}

#section2 h1{
    color: #333333;
}

#section3 {
    text-align: center;
    padding-top:60px;
    padding-bottom:80px;
    color: #fff; 
}

#section3 img{
    padding-top: 20px;
    width: 40%;
}

#section3 h1{
    color: white;
}

#section4 {
    text-align: center;
    padding-top:60px;
    padding-bottom:80px;
    color: #fff; 
    background-color: #00bcd4;
    background-image: url(../../images/bg2.png);
    background-size: cover;
}

#section4 img{
    padding-top: 20px;
    width: 40%;
}

#section4 h1{
    color: #333333;
}

#section4 p{
    margin-top: 20px;
    color: #333333;
}

.formInput{
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    width: 90%;
    outline: none;
    color: #333333;
    border: none;
}

.submitForm{
    padding: 10px;
    margin: 10px 40px 0px 0;
    border-radius: 5px;
    width: 100px;
    outline: none;
    background-color: #00aeef;
    border: none;
}

.submitForm:hover{
    background-color: #0097c6;
}
 #contact{
     background: none;
 }

#contact h1{
     font-size: 20pt;
    margin-bottom: 20px;
 }

#info{
     background: none;
    font-size: 20pt;
    text-align: left;
    color: #333333;
 }

#info ul{
    list-style: none;
    text-align: left;
    padding: 0;
}

#info ul li{
    margin: 30px 30px 30px 0;
}

#info h1{
     font-size: 20pt;
    margin-bottom: 20px;
    text-align: left;
 }

.fa{
    margin-right: 20px;
    margin-left: 0;
}

/*------------------------------------------------slider */
.slideshow{
    width: 100%;
}

.slideshow img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mySlides {
    display:none;
}