/**************************************************************************
                                Global Styles
                                
New Pallete Colors:

Media Break Points:
@media (min-width: 576px) { ... }
@media (min-width: 768px) { ... }
@media (min-width: 992px) { ... }
@media (min-width: 1200px) { ... }
@media (min-width: 1400px) { ... }

Dark Blue : #003049
REd:#d62828
Orange:#f77f00
Yellow: #fcbf49


font-family: 'Anton', sans-serif;
font-family: 'Roboto', sans-serif;

***************************************************************************/

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 {
    font-size: 62.5%;
    -webkit-font-smoothing: antialised;
    -moz-osx-font-smoothing: greyscale;
}

body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #003049;
    background-color: #ffffff;
}

div {
    position:relative;
}

.container-fluid {
    width:100%;
}

.container {
    width: 92%;
    margin:0 auto;
}


h1 {
    font-family: 'Anton', sans-serif;
    font-size: 6rem;
    line-height: 6.5rem;
}

h2 {
    font-family: 'Anton', sans-serif;
    font-size: 4rem;
    line-height: 4.4rem;
    margin-bottom: 10px;
}

p {
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: 300;
}

p a {
    color: inherit;
    text-decoration: underline;
}

section {
    padding: 50px 0;
}

header {
    margin-top:50px;
}

.logo {
    text-align: center;
}
.logo img {
    width: 150px;
}

#main-head {
    padding: 0;
}

#main-head .container{
    height: calc(80vh - 100px);
    max-height: 700px;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.mh-copy-cont {
    
}

.mh-copy-cont p {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    max-width: 545px;
}

.mh-copy-cont p span {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 400;
    display: block;
}

#hello {
    margin-bottom: 15px;
}

#hello:after {
    content:"Hiya.";
    animation: 14s linear 1s 3 rotate-words;
  }
  @keyframes rotate-words {
    0%  {content: "Hiya.";}
    10% {content: "Greetings."}
    20% {content: "Good Day.";}
    30% {content: "Howdy.";}
    40% {content: "Salutations.";}
    50% {content: "Whassup.";}
    60% {content: "Hola.";}
    70% {content: "Hello." }
    80% {content: "Namaste."}
    90% {content: "Aloha.";}
  }


#services {
    background-color: #003049;
    color: #fff;
    
}

.scc-top-copy {
    padding: 0 0 50px;
}

.scc-top-copy p {
    max-width: 600px;
}
.scc-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.scc-grid-single {
    flex-basis: 100%;
    box-sizing: border-box;
}

.scc-grid-single h3 {
    color: #fcbf49;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 400;
    letter-spacing: -1px;
}

.scc-grid-single ul {
    list-style: none;
    padding: 8px;
    margin: 0 0 35px;
}

.scc-grid-single ul li {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.8rem;
}



#logo-farm {
    color: #000;
}

.lf-copy-cont {
    margin-bottom: 20px;
}

.lf-copy-cont p {
    max-width: 600px;
}

.lf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    justify-items: center;
    align-items: center;
}

.lf-single {
  padding: 20px;  
}

.lf-single img {
    width: 100px;
}

.lf-single img.targetlogo {
    width: 83px;
}
.lf-single img.homedepotlogo {
    width: 80px;
}

#contact-us {
    background-color: #fcbf49;
    color: #000;
}

footer {
    background-color: #003049;
    color: #fff;
}
.foot-info {
    padding: 20px;
}
.foot-info p {
    font-size: 12px;
    font-style: italic;
}
@media (min-width: 576px) {
    .container {
        width: 90%;
    }
    .lf-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 768px) {
    .container {
        width: 80%;
    }
    .scc-grid-single {
        flex-basis: 50%;
    }
    section {
        padding: 75px 0;
    }
    .lf-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (min-width: 992px) {
    h1 {
        font-size: 7rem;
        line-height: 8rem;
    }
    .logo{
        text-align: left;
        padding-left:2%;
    }
}

@media (min-width: 1200px) {
    .logo{
        padding-left:4%;
    }
    section {
        padding: 100px 0;
    }
    .lf-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}
@media (min-width: 1400px) {
    .logo{
        padding-left:10%;
    }
}