body {
    margin: 0;
}

/*
#navbarTop {
    margin: 20px 0 0;
    
    background-color: #e7512d !important;
  

}

#navbarTop a {
    color: #fff !important;
    font-size: 18px;   
    font-weight: 1000;
}



#navbarTop  a:hover {
   opacity: 1;
   background-color: #cbcbc1;
    
     color: #e7512d;
     transform:  scale(1.1) translate(1px, 1px);
}


.header {
    height: 500px;
    width: 100%;
    padding: 20px 0 20px;
    margin-top: 30px;
    background-image: url(../images/bg_header.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
   
}

.navbar .navbar-brand {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: #fff;
}
 
 
*/

/*HEADER */

.header{
  
    height:330px;
    width: 100%;
    padding: 10px 0 50px;
    margin-top: 20px;  
    color: #fff;
}


@media(max-width:768px) {
    .header {
      height: auto;
        padding-bottom: 30px;
    }
}

@media(max-width:568px) {
    .header {
        height: auto;
    }
}


 .navbar-toggle  {
    text-align: center;
    float: none;
}

 .navbar-toggle .icon-bar {
    background-color: #008232
}



.logo_apa {
    padding-left: 0px;
    margin-left: 0px;
    text-align: left;
}

.text_apa {
     padding-right: 0px;
    margin-right: 0px;
    text-align: left;
}


/*  SERVICES */

.services {
    padding: 50px 0 10px;
    text-align: center ;
}

.services h2, 
.services h4 {
    color: #4c4c4c;
    margin: 20px 0 20px;
}

.services p {
    color: #737373;
    font-size: 14px;
    padding-bottom: 40px;
}

.services i {
    height: 80px;
    width: 80px;
    font-size: 30px;
    padding: 25px 20px;
    border-radius: 50%;
    background-color: #6699cc;
    color: #fff;
}

@media(max-width:768px) {
    .about .container p {
        font-size: 12px;
    }
     .contact {
        font-size: 12px;
    }
   .services p {
font-size: 12px;
    }

.text_apa {
    padding-top: 20px;
      vertical-align: bottom;
      padding-left: 20px;
    
        font-size: 12px;
        text-align: right;
    }
 .logo_apa {
      padding-top: 20px;
      padding-left: 20px;
        text-align: right;
        width: 160px;
        height: 80px;
    }
    .services {
        padding: 30px;
        margin-top: 20px;
        font-size: 12px;
    }
}

@media(max-width:568px) {
    .about p {
        font-size: 12px;
    }
    .contact {
        font-size: 12px;
    }

    .services {
        padding: 30px;
        
    }
    .services p {
font-size: 12px;
    }
  .text_apa {
      padding-top: 20px;
      vertical-align: bottom;
      padding-left: 20px;
        font-size: 10px;
        text-align: right;
    }
  .logo_apa {
      padding-top: 20px;
       padding-left: 20px;
         text-align: right;
        width: 150px;
        height: 80px;
    }
}


.about {
    padding: 10px 0 10px;
    text-align: center ;
}

.about h2, 
.about h4 {
    color: #4c4c4c;
    margin: 20px 0 20px;
}

.about img {    
   width: 150px;
   height: 150px;

}

.about p {
 
    color: #737373;
    font-size: 14px;
    padding: 20px 0px;
}

.about i {
    height: 80px;
    width: 80px;
    font-size: 30px;
    padding: 25px 20px;
    border-radius: 50%;
    background-color: #6699cc;
    color: #fff;
}

.contact {
    padding: 80px 0 80px;
    text-align: center ;
}


.gallery
{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
}
.blur {
    -webkit-filter: blur(4px)
    
}
.carousel{
    background: #cbcbc1;
    margin-top: 40px;
    width: 100%;
    height: 100%;
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
    width: 400px;
    height: 300px;
}
#carousel-example-generic {
	margin: 30px;
}

#navbarTop {
  text-align: center;
    width: 100%;
    color: #008232;
font-size: 16px;
}


#navbarTop  a:hover {
   opacity: 1;
   background-color: #cbcbc1;
    
     color: #00491B;
     transform:  scale(1.1) translate(1px, 1px);
}

.navbar .navbar-nav {
    display: inline-block;
    color: #008232;
}

.navbar .navbar-nav a {
  
    color: #008232;
}
.navbar .navbar-collapse {
    
    color: #008232;
}

.logo {
    text-align: center;
}

.logo img {   
    text-align: center;
   /* height: 156px; */
    width: 50%;
    padding: 0px;
    margin: 0px;
}

.contact {
    display: block;
 border-top: thin #00491B;
 border-bottom: thin #00491B;
  height: 200px;
  margin: 10px;
  padding: 10px;
  width: 100%;
}

.footer {
    height: 30px;
    width: 100%;
margin: 10px 0;
padding: 10px 0;
}

.footer p {
    font-size: 11px;
        line-height: 1.6em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
}

.formats {
    text-align: center;
    display: block;
    border: thick  #6699cc ;
    height: 300px;
    width: 100%;
    margin: 10px;
    padding: 40px;
    
}

.formats .table {  
    text-align: center;  
}



.formats .table table tbody tr th {
text-align: center;
font-weight: bold ;
}

.formats .table table tbody tr td {
    vertical-align: middle;
text-align: center;
font-weight: 500 ;
font-size: 11px;
}

.formats  h2, 
.formats h4 {
    color: #4c4c4c;
    margin: 20px 0 20px;
}

@media(max-width:568px) {
.formats {
    height: auto;
  width: 100%;
    margin: 10px;
    padding: 30px;
    
    }
}


.rates {
    text-align: center;
    display: block;
    border: thick  #6699cc ;
    height: 700px;
    width: 100%;
    margin: 10px;
    padding: 40px;
    
}

.rates  h2, 
.rates h4 {
    color: #4c4c4c;
    margin: 20px 0 20px;
}


.rates .table table tbody tr th {
text-align: center;
font-weight: bold ;
}

.rates .table table tbody tr td {
    vertical-align: middle;
text-align: center;
font-weight: 500 ;
font-size: 12px;
}

.rates ul {
text-align: left;
}

@media(max-width:568px) {
.rates {
    height: auto;
  width: 100%;
    margin: 10px;
    padding: 30px;
    
    }
}


.paypal {
    text-align: center;
    display: block;
    border: thick  #6699cc ;
    height: 200px;
    width: 100%;
    margin: 10px;
    padding: 40px;
    
}


.paypal table tbody {
    vertical-align: middle;
text-align: center;
font-weight: 500 ;
font-size: 12px;
}



.payments {
    text-align: center;
    display: block;
    border: thick  #6699cc ;
    height: 700px;
    width: 100%;
    margin: 10px;
    padding: 20px;
    
}

.payments  h2, 
.payments h4 {
    color: #4c4c4c;
    margin: 20px 0 20px;
}


.payments .table table tbody tr th {
text-align: center;
font-weight: bold ;
}

.payments .table table tbody tr td {
    vertical-align: middle;
text-align: center;
font-weight: 500 ;
font-size: 12px;
}