

.container-fluid {
    padding: 0px;
}

.icon {
    min-width: 130px;
}

hr {
    border-top: 3px solid #90191c;
    width: 10%;
    margin: 30px auto;
}

/* COVER */

.cover {
    text-align: center;
    background: url(../img/leaves.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center center;
    color: white; 
}

.cover .col-xs-12 {
    margin: auto;
}


.cover__title {
    padding-top: 200px;
    font-size: 1.5em;
    font-weight: bold;
}

.cover__title--subpage {
    padding-bottom: 150px;
}

.cover__subtitle {
    margin: 30px auto;
    font-size: 1.2em;
}

.cover__button {
    margin: 70px auto;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #90191c;
    border: none;
}

.cover__button--green {
    background-color: #57784c;
}



.cover__motto {
    padding: 20px;
    width: 100%;
    background-color: #90191c;
}

.cover__motto p {
    padding: 0px;
    margin: 0px auto;
}

.second {
    padding: 5%;
   
}



.second__icon {
    float: left;
    padding: 30px;
}

.second__text {
    overflow: hidden;
    text-align: justify;
    margin: auto 70px;

}

.reliable p {
    margin: 0px;
}

.second__icon::before {
    display: block !important;
    margin: auto !important;
}

.reliable .col-md-6 {
    margin-bottom: 30px;
}

.fa-thumbs-up {
    margin-left: 9px;
}

.fa-user-tie {
    margin-left: 12px;
}

.fa-leaf {
    margin-left: 6px;
}

.fa-shipping-fast {
    margin-left: 3px;

}

.directions {
    margin-top: 50px;
}

.directions h2 {
    margin-bottom: 40px;
}

.directions .col-md-6 {
    padding: 10px;
    text-align: justify;
    
   
    
}

.card  {
    padding: 50px 15px;
    display: block;
    justify-content: center;
    -webkit-box-shadow: -2px 9px 26px 6px rgba(0,0,0,0.19); 
    box-shadow: -2px 6px 15px 6px rgba(0,0,0,0.19);
    border: none;
}

.card p {
    margin: 0px;
}

.footer h2 {
    margin: 60px auto 40px auto;
}

.footer a {
    color: black;
    text-decoration: none;
}

.footer__logo {
    margin: 30px auto 50px auto;
    max-width: 100px;
    height: auto;
}

.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    left: -100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    overflow: hidden;
}

.pop .btn{
    background-color: #90191c;
    border: none;
}

.btn:active, .btn:focus {
    border: none !important;
    background-color: #90191c !important;
}

.close__button-link, .close__button-link:hover {
    text-decoration: none;
    color: white;
}


.close__button {
    color: white;
    position: absolute;
    top: 15px;
    right: 15px;
}

.pop h2 {
    color: white;
}

form {
    max-width: 400px;
    margin: auto;
    
}

.form .row {
    display: block;
}

form label {
    color: white;
    
}

/* PHOTOS */

.gallery {
    max-width: 700px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;

}

.gallery a {
    margin: 3px;
}

@media only screen and (max-width: 767px) {
    .second__div {
        flex-direction: column;
    }

    .second__text {
       margin: auto;
    
    }
    
    
  
}

@media only screen and (max-width: 470px) {
   .reliable .col-md-6 {
       flex-direction: column;
       text-align: center;
   }
    
  
}

@media only screen and (max-width: 385px) {
    .cover__button {
        display: block;
        margin: 40px auto;
    }
    
  
}