html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html{scroll-behavior: smooth;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
    font-family: "Montserrat";
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



*{
    font-family: "Montserrat";
}



header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    position: fixed;
    background-color: #000000ba;
    top: 0;
    z-index: 5;
}
nav ol{
    text-align: center;
    padding: 20px 0;
}
nav ol li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0 20px;
}

nav ol li a{
    text-decoration: none;
    font-family: "Montserrat";
    color: white;
}

nav ol li a:hover{
    color: rgb(148, 148, 148);
}

#social-nav{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(199deg) brightness(107%) contrast(104%);filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(199deg) brightness(107%) contrast(104%);
}
#social-nav a{margin: 5px;}





section{
    max-width: 1280px;
    margin: 0 auto;
    padding: 130px 0 0;
}

p{
    line-height: 18px;
    margin-bottom: 8px;
    -webkit-text-size-adjust: 100%;
}

h1{
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
h2{
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h3{
    font-size: 16px;
    font-weight: 600;
}
#intro h3{
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}


.full-height{height: 100vh;}


.double-column{
    display: flex;
    padding: 0 25px;
}
.align-top{align-items: flex-start;}
.align-center{align-items: center;}
.align-right{text-align: right;}
.align-left{text-align: left;}
.double-column > div{
    width: 50%;
}


.double-column .img-frame img{
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.double-column .img-frame p{
    width: 80%;
    text-align: justify;
}

.singe-column{
    max-width: 1280px;
    margin: 0 auto;
    text-align: justify;
    padding: 0 25px;
}

.column{
    width: 50%;
    height: 100%;
    position: relative;
    display: inline-block;
}





#section-1{
    background-image: url("chicken-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
}

#intro{
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
    background-color: #000000ba;
    color: white;    
}


#products{
    width: 40%;
    margin: 50px 0 0px 0px;
}

#products td{
    padding: 12px 22px 12px 12px;
}
#products tbody tr:nth-child(2n + 1){
    background-color: #ffeadb;
}
#products tbody tr:nth-child(2n){
    background-color: #e6c9b5;;
}


#products th{
    text-align: left;
    font-weight: 500;
    padding-left: 12px;
    padding-bottom: 5px;
}

#productsSection{
    justify-content: space-between;
}


#announcement{
    padding: 25px 25px;
    text-align: center;
    background-color: #8a272d;;
    filter: drop-shadow(2px 4px 6px black);
    font-size: 18px;
    color: white;
    margin-top: 50px;
}

#announcement h3{
    margin-bottom: 25px;
}


#planning table{
    width: 90%;
    margin-bottom: 50px;
}

#planning table thead{
    text-align: left;
    font-weight: 500;
}

#planning table td{
    padding: 12px;
}

#planning table tr :first-child{
    vertical-align: middle;
}

#planning table tbody:nth-child(odd){
    background: #ffeadb;
}
#planning table tbody:nth-child(even){
    background: #e6c9b5;
}



#icons{
    margin-top: 50px;
    font-weight: 400;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#icons p{
    width: 82%;
}

#map-container{
    height: 380px;
    overflow: hidden;
    width: 90%;
    float: right;
}
#map-container iframe{
    margin-top: -60px;
}


#contact{
    text-align: center;
}

#contact-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
    
    
}
#contact-btn p{
    width: 65%;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    
}
#contact-btn a{
    filter: invert(36%) sepia(8%) saturate(4602%) hue-rotate(72deg) brightness(95%) contrast(84%);
}

#social{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 25px 0;
}

footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #e6c9b5;
    height: 100px;
    margin-top: 50px;
}



@media only screen and (max-width: 768px) {

    .full-height{height: 350px;}
    .align-right{text-align: initial;}
    
    p{ text-align: justify; -webkit-text-size-adjust: 100%;}
    .double-column{
        flex-wrap: wrap;
    }
    .double-column > div{
        width: 100%;
        margin: 5px auto;
    }
    .double-column .img-frame{
        text-align: center;
    }
    .double-column .img-frame img{
        width: 100%;
    }

    #planning table{width: 100%;}
    #ourProducts{
        flex-direction: column-reverse;
    }
    #products{
        table-layout: fixed;
        width: 100%;
    }



    header{display: none;}
    section{padding: 80px 0 0;}
    #intro{width: 100%; padding: 25px 0;}
    #intro h1{font-size: 20px;}
    #intro h3{font-size: 15px; font-weight: 200;}
    #announcement p{font-size: 15px;}
    #icons{margin-top: 25px;}
    #map-container{width: 100%;}
    #map-container iframe {margin-top: 0px;}
}
