﻿
body {
font-family: 'Montserrat', sans-serif;
font-size:16px;
line-height:35px;
}

 .carousel-caption {
    top: 50px;
}
section {
    padding-top:30px ; 
    padding-bottom:30px;
}
h1 {
    font-weight:900;
}
.pad-btm {
    padding-bottom:50px;
}
/*======================================
    HOME SECTION STYLES
  =======================================*/
#home-sec {
    background-color:#29CC71;
    line-height:30px;
}
home-sec .carousel-caption {
    top: 50px;
}
.slide-h1 {
    font-size:50px;
    font-weight:900;
    padding-bottom:10px;
}
.slide-h2 {
    font-size:25px;
    font-weight:900;
    padding-bottom:10px;
}


/*======================================
   ABOUT SECTION STYLES
  =======================================*/

#apicoltura {
    color:#000;
    background-color:#f0fbf1;
}
#viticoltura {
    color:#000;
    background-color:#f0fbf1;
}
#castagneto {
    color:#000;
    background-color:#f0fbf1;
}
#didattica {
    color:#000;
    background-color:#f0fbf1;
}


/*======================================
   CONTACT SECTION STYLES
  =======================================*/

#contact-sec {
    color:#fff;
    background-color:#5ba764;
}
.cnt-img {
    border:10px solid #FFB566;
}
/*======================================
   FOOTER SECTION STYLES
  =======================================*/

/*======================================
   MEDIA QUERIES
  =======================================*/


@media (min-width: 800px) and (max-width: 1000px) {
    .carousel-caption {
    top: 20px;
}
    .slide-h1 {
         font-size:30px;
         padding-bottom:5px;
    }
    .slide-h2 {
        padding-bottom:5px;
        font-size: 20px;
    }
   }


@media (min-width: 631px) and (max-width: 800px) {
    .carousel-caption {
    top: 10px;
}
    .slide-h1 {
         font-size:25px;
         padding-bottom:3px;
    }
    .slide-h2 {
        padding-bottom:3px;
        font-size: 15px;
    }
   }
@media (min-width: 501px) and (max-width: 630px) {
    .carousel-caption {
    top: 5px;
}
    .slide-h1 {
         font-size:25px;
         padding-bottom:3px;
    }
    .slide-h2 {
        display:none;
    }
   }
@media (min-width: 100px) and (max-width: 499px) {
    
    .slide-h1 {
        display:none;
    }
    .slide-h2 {
        display:none;
    }
   }
/*============================================================
	Footer
==============================================================*/
#footer {
    background-color: #2E2E2E;
    padding: 5px 0;
    color: #fff;
    font-size: 11px;
}

.footer-content {
    width: 100%;
    margin: 0 auto;
}

.footer-content > div {
    margin-bottom: 5px;
}

.footer-content > div > p:first-child {
    margin-bottom: 1px;
    text-transform: uppercase;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 5px 5px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;
    
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
       -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
         -o-transition: all 0.3s ease 0.2s;
            transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;
    
    -webkit-transform: translateX(30px);
       -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
         -o-transform: translateX(30px);
            transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #6cb377;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;
}

