/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Universal rule */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


/* Navigation */
nav {
    background-color: #73293D;
    padding: 10px 0; 
    border-bottom: 2px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#losJalapenosLogo {
    margin-right: auto; 
}

nav a {
    color: white;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Sen', sans-serif;
    padding: 0em 3em;
}

nav a:hover {
    color: #D98E04;
}

nav .links a {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}


/* Header */
header {
    padding: 100px 100px;
    background-image: url(../images/beatsHeader.png);
    background-size: cover;
    border-bottom: 2px solid white;
}
    
h1 {
    font-family: 'Patrick Hand SC', cursive;
    color: white;
    font-size: 100px;
    text-shadow: rgba(0, 0, 0, 0.548) 4px 5px 3px;
}
    
header h4 {
    font-family: 'Sen', sans-serif;
    color: white;
    font-size: 50px;
    margin-bottom: 40px;
    text-shadow: rgba(0, 0, 0, 0.445) 6px 6px 6px;
}
    
header a {
    background-color: #D98E04;
    padding: 15px;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

header a:hover {
    font-weight: bolder;
}

/* Boxes section */
#boxes {
    background-image: url(../images/texture2.png);
    background-color: #DBC3A9;
    text-align: center;
    padding: 80px 100px;
}
#boxes h2 {
    color: #BF6B04;
    font-weight: bolder;
    text-shadow: none;
}
    
#boxes p {
    font-size: 24px;
    line-height: 35px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 50px 150px;
}
#boxes article {
    width: 270px;
    background-color: #E8E8E8;
    margin: 25px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}
#boxes h3 {
    color: #73293D;
    margin: 13px 0;
    font-size: 35px;
    font-family: 'Sen', sans-serif;
}
#boxes li {
    list-style-type: none;
    font-family: 'Josefin Sans', sans-serif;
}

#boxArticles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#boxArticles article {
    border-radius: 30px;
}


/* Meet your farmer */
#meetYourFarmer {
    background-image: url(../images/handPulling.png);
    padding: 150px 100px 150px 100px;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#meetYourFarmer h2 {
    font-size: 51pt;
    line-height: 30px;
    font-family: 'Patrick Hand SC', cursive;
    color: #FFFFFF;
    padding: 25px;
    margin: 0px 100px;
}

#meetYourFarmer p {
    line-height: 30px;
    font-family: 'Josefin Sans', sans-serif;
    color: #FFFFFF;
    padding: 25px;
    margin: 0px 100px;
}


/* Produce */
#produce {
    background-color:#73293D;
    background-image: url(../images/texture2.png);
    padding: 100px 40px;
    text-align: center;
    border-bottom: 2px solid white;
}

#produce h2 {
    padding-bottom: 30px;
}

#produce img {
    padding: 10px;
    border-radius: 2em;
}


/* Twenty weeks */
#twentyWeeks {
    background-image: url(../images/twentyWeeks.png);
    background-size: cover;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 90px;
}

h2 {
    font-family: 'Patrick Hand SC', cursive;
    font-weight: 500;
    color: white;
    font-size: 60px;
    text-shadow: rgba(0, 0, 0, 0.62) 6px 6px 10px;
    text-transform: uppercase;
}

#twentyWeeks h2 {
    font-size: 50px;
    text-transform: none;
    margin-bottom: 50px;
}
    
#twentyWeeks a {
    background-color: #F2B705;
    font-family: 'Sen', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 15px 10px 15px;
    text-decoration:none;
}

#twentyWeeks a:hover {
    color: white;
}


/* Footer */
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #434242;
    padding: 15px 50px 5px 50px;
    color: white;
    font-weight: bold;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 40px;
}

footer a {
    color: white;
    text-decoration: none;
    padding: 5px;
}

footer a:hover {
    color: #D9B6A3;
}

footer div a {
    color: #D9B6A3;
    font-size: 30px;
    padding-right: 5px;
}

footer div a:hover {
    color: #F2B705;
}