body {
    font-family: 'Roboto', sans-serif;
    color:dimgrey;
}


h3 {
    font-size: 18px;
    font-weight: 400;
}

h2{
    font-size:  32px;  
    font-weight: 400;
    text-transform: uppercase;
    color:#28a745;
}

p {
    font-size: 14px;
}

.navbar {
    border-bottom: #28a745 1px solid; 
    font-family: 'Ropa Sans', sans-serif;   
    /*font-family: 'Dosis', sans-serif;*/
    font-size: 19px;
}

.navbar .navbar-brand {
    color:  #28a745;
    font-size: 30px;
}


.navbar-default .navbar-nav > .active{
    color: #000 !important;
    background: #d65c14 !important;
}
/*
.navbar .active {
    color:#28a745;
}
*/
.bg-dark {
    background-color: rgba(0,0,0,.7) !important;
}

.nav-link {
    color: white !important;
    text-transform: uppercase;
    transition: color .3s ease;
}

.nav-link:hover {
    color:  #28a745 !important;
}
 

#headerSection {
    background: url("../images/624932.jpg") no-repeat center center;/* fixed*/
    
    animation:image 40s infinite alternate;
    -webkit-animation:image 40s infinite;/* alternate;*/
    -moz-animation:image 40s infinite alternate;
    -o-animation:image 40s infinite;/* alternate;*/

    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    
    background-size: cover;
    height: 100vh;

}
@keyframes image{ 
    10%{
        background: url("../images/624932.jpg")  no-repeat center center;
        background-size: cover;
    }
    
    15%, 30%{
        background: url("../images/2.jpg")  no-repeat center center; 
        background-size: cover;
    }
    
    35%, 50%{
        background: url("../images/3.jpg")  no-repeat center center; 
        background-size: cover;
    }
    
    55%,70%{
        background: url("../images/4.jpg")  no-repeat center center; 
        background-size: cover;
    }
    
    75%, 95%{
        background: url("../images/5.jpg") no-repeat center center; 
        background-size: cover;
    }    
}


#headerSection .overlay {
    background-color: rgba(0,0,0,.55)
}
 
#headerSection .row {
    height: 100vh;
}

#headerSection h1 {
    text-shadow: 2px 2px black;
}

#headerSection h4 {
   font-family: 'Merienda', cursive;
}

/* FEUTURES SECTION */

#features {
    padding-top:80px;
}

#features .fa {
    font-size: 40px;
}

.feauture-top {
    transition: color .3s ease;    
}

.feauture-top:hover {
    color: #28a745;
    cursor: pointer;

}


/* ABOUT SECTION */

#about h2 {
    border-left: 6px solid #28a745;

}

#about p {
    line-height: 28px;
}

#about img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.57);
-webkit-box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.57);    
}



/*Bar */ 

#bar {
    height: 320px;
    background: linear-gradient(
        rgba(0,0,0,.4),
        rgba(0,0,0,.4)
    ),
        url(../images/grass.jpg); 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Urunler */

#urunler {
    background-color: #f4f5f9;
    padding-top:60px;
}

.urunArea {
    background-color: #fff;
    margin-top: 40px;  
    margin-right: -30px;
    z-index: 100;
    padding: 40px;
    position: relative;
    min-height: 585px;
    font-size: 13px;
    line-height: 16px;
    
    box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.57);
    -webkit-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.57);
    
} 

.urunImage {
    margin-left: -30px;
 
}


#galeri {
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
}



#galeri .col-md-3 {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}


#galeri h4 {
    font-size: 16px;
    font-weight: 300;
    
}

#galeri .fa{
    font-size: 24px;
    margin-bottom: 20px;
}

#galeri p {
    font-size: 14px;
    font-weight: 300;
}


.imageContainer {
    position: relative;
    cursor: pointer;
    
}

.imageOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #28a745;
    opacity: 0;
    transition: 1s ease;
}

.imageContainer:hover .imageOverlay {
    opacity: .7;
}

.imageText {
    color:white;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%)
}





/* Contact */

#harita {
    padding-top: 80px;

}

#contact {
    background-color: #f4f5f9;

}

#contact .input-group-addon {
    width: 50px;
    color: white;
    background-color:  #28a745;
    text-align: center;
    padding:10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#contact textarea {
    height: 160px;
}


/* FOOTER */


#main-footer {
    color:white;
    background-color: black;
}



/* MEDIA  QUERIES */

@media screen and (max-width:1200px) {
  
}



@media screen and (max-width:992px) {
    .display-2 {
        font-size: 48px;
    } 
    .display-4 {
        font-size: 40px;
    }     
      
    .about-left, .about-right {
        text-align: center;
    }
    
    .urunImage {
        margin-left: 0;
        text-align: center;
    }
    
    .urunArea {
        margin-right: 0;
    }
    
    .about-right h2 {
        margin-top: 40px;
        padding-left: 0;
        border-left: 0 ;
    }
    
    .imageContainer {
        margin: 0;
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    
}


@media screen and (max-width:768px) {
    
    .display-2 {
        font-size: 35px;
    } 
    .display-4 {
        font-size: 25px;
    }   
}

@media screen and (max-width:576px) {
    
    
}










