/* Color Palette
#7CB518 - Stadium Eats Green
#272727 - Footer Black
#FFFFFF - Footer White Text & Backgrounds
#D8D8D8 - Footer Grey line
--------------------------------*/

/* Global style
--------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, footer {
  font-family: 'Montserrat', sans-serif;
  margin:0;
}
a{
  color:#FFFFFF;
  text-decoration: none;
}
h1{
  font-size: 36px;
  font-weight: 900;
}
h2{
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}
h3{
  font-size:22px;
  padding-top: 60px;
  line-height: 1.6;
  text-align: center;
}
h4{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}
p{
  font-size: 18px;
  line-height: 1.61;
  margin-bottom: 45px;
  text-align: center;
}
ul {
  list-style: none;
  margin-left: 0;
  padding: 0 6%;
}
ul li::before {
  content: "\2022";
  color: #7CB518;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}
li{
  padding-bottom: 30px;
}
.btn{
  text-decoration: none;
  background: #7CB518;
  color:white;
  padding: 1.25rem 5.625rem;
  border-radius: 30px;
  display:inline-block;
}
.content-wrap {
  padding:0 6%;
  overflow:auto;
  position: relative;
  bottom:50px;
  background: #FFFFFF;
  z-index: 11;
}

/* Masthead & In-Page Headers
--------------------------------*/
header{
z-index: 10;
}
header h1,
header h2,
.inPageVendor h1
{
  color: #FFFFFF;
}
/* Masthead Images & Headlines
--------------------------------*/
.AboutMasthead{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  text-align:center;
  padding: 60px 0px;
  height: 377px;
  font-weight: 900;
}
.AboutMasthead{
  background-image: url('../Images/BW_Fans.jpg');
}
/* Page Information Blocks
--------------------------------*/
img.inPageImage{
  display: block;
  width: 100%;
}
.greenBar{
  border-bottom:3px solid #7CB518;
  width: 33.3%;
  height: 0px;
  margin-left: auto;
  margin-right: auto;
}
.Block_3{
  display: flex;
  flex-direction: column;
}
.inPageIcon{
  max-width: 150px;
  margin-bottom: 60px;
  justify-content: center;
  align-self: center;
}
/* Footer
--------------------------------*/
footer,
footer .content-wrap
 {
  background: #272727;
  color: #FFFFFF;
  width:100%;
  margin: 0;
}
footer {
  text-align: center;
}
.footerLinks{
  display: flex;
  flex-wrap: wrap;
}
.footerColumnA{
 display: flex;
 flex: 1 0 90%;
 margin: 50px auto 15px auto;
 align-items:center;
 align-self:center;
 justify-content: center;
}

.footerColumnB,
.footerColumnC{
  flex: 1 0 45%;
  margin: 5px;
  text-align: left;
  line-height: 1.7;
}
.footerColumnD{
 flex: 1 0 90%;
 margin: 45px auto 0 auto;
 align-items:center;
 align-self:center;
}

footer p{
  font-size: 14px;
}

footer a{
  font-size: 16px;
  line-height: 2.2;
}

.footerLogo{
  height: 60px;
  margin-right: 10%;
}

.footerLogoLink{
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 900;
}
.footerColumnB ::before,
.footerColumnC ::before {
  content: "";
}
.footerColumnB li,
.footerColumnC li{
  padding-bottom: 0;
}
/* Forms
--------------------------------*/
.form{
  display: flex;
  justify-content: center;
  margin:40px 0 80px 0;
  width:100%;
}
.emailForm {
  border-radius: 5px 0px 0px 5px;
  border: .05 #CACACA;
  font-size:14px;
  width:75%;
  padding-left: 5%;
}
.formBtn{
  background: #7CB518;
  color:white;
  border-radius: 0px 5px 5px 0px;
  font-size: 20px;
  border: 0;
  width:15%;
  height:50px;
}
div.btnText{
  transform: scale(1,2);
}
/* Media Queries
--------------------------------*/
@media (max-width:899px) {
  /* MobileNav
  --------------------------------*/
  .mobileNav {
    overflow: hidden;
    background-color:#FFFFFF;
    position: relative;
  }

  .mobileNav .hiddenNav {
    display: none;
  }
  .mobileNav a {
    padding: 14px 16px;
    display: block;
    color: #272727;
  }
  .mobileNav .navLogo a{
    padding: 15px;
  }
  #logoNavLinkText{
    position: absolute;
    left: 70px;
    top: 7px;
  }
  .mobileNav a.icon {
    background: #FFFFFF;
    color: #7CB518;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 100;
  }
  .mobileNav a:hover {
    background-color: #FFFFFF;
    color: #7CB518;
  }
  .active {
    background-color: #FFFFFF;
    color: white;
  }
  .logoNavLink{
    content:url("../Images/StadiumEatsLogo_greennav.png")
  }
}
@media (min-width: 900px) {
  /* Desktop Navigation
  --------------------------------*/
  .desktopNav{
    z-index: 20;
  }
  nav{
    display: flex;
    flex-wrap: nowrap;
    background-image: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
    position: fixed;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  nav a{
    display: inline-block;
    padding: 20px 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
  }
  nav a:hover{
    text-decoration: underline;
  }
  .navLogo{
    display:flex;
    font-size: 18px;
    align-items: center;
  }
  a.icon{
    display: none;
  }
  #contactNavLink{
    background-color: #7CB518;
    position:fixed;
    right: 0;
  }
  #logoNavLink{
    margin-left: 50px;
    float: left;
    padding: 15px;
  }
  #logoNavLinkText{
    padding: 20px 50px 0px 5px;
    }
  /* Masthead Images & Headlines
  --------------------------------*/
  h1{
    font-size: 68px;
    font-weight: 900;
    margin-bottom:0px;
  }
  .AboutMasthead h5{
    margin: 20px auto 50px;
  }
  div.AboutMasthead{
    padding: 25% 25%;
  }

  /* Page Information Blocks
  --------------------------------*/
  div.Block_1,
  div.Block_2,
  div.Block_3{
    display:flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
    align-items: center;
  }
  .Block_1 img,
  .Block_2 img{
    padding: 0;
    max-width: 80%;
  }
  div.Block_2{
    flex-direction: column;
  }
  div.Block_3{
    flex-direction: row;
  }
  .Block_3 img{
    padding: 0 20px;
    max-width: 80%;
  }
  .greenBar{
    border-bottom:3px solid #7CB518;
    width: 33.3%;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .Block_1 h2,
  .Block_2 h2,
  .Block_3 h2{
    flex-basis:100%;
  }
  .Block_1 ul,
  .Block_2 ul,
  .Block_3 ul{
    order:4;
    flex-basis: 100%
  }
  h2 {
    margin-top: 50px;
  }
  p{
    text-align: left;
  }
  .inPageForm p{
    text-align: center;
  }
  #MachineLearning_Icon{
    position: relative;
    top:5px;
  }
  /* Desktop Footer
  --------------------------------*/
  h3{
    font-size: 26px;
    font-weight: 900;
    margin-top: 4%;
  }
  footer .content-wrap {
    display:flex;
    justify-content:center;
    margin: 100px auto 0 auto;
  }
  .footerColumnA{
    max-width: 20%;
    margin: 0;
    padding: 0;
    align-self: flex-start;
  }
  .footerLogo{
    height: 60px;
    margin-right: 5%;
  }
  .footerColumnB,
  .footerColumnC{
    max-width: 20%;
    text-align: left;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    align-self: flex-start;
  }
  .footerColumnD{
    max-width: 25%;
    margin: 0;
    padding: 0;
    align-self: flex-start;
    text-align: left;
  }
  footer p{
    text-align: left;
  }
  .footerColumnA,
  .footerColumnB,
  .footerColumnC,
  .footerColumnD{
    margin-top: 100px;
  }
  /* Desktop Form
  --------------------------------*/
  .form{
  margin:0 auto 7% auto;
  padding:0 auto;
  width:70%;
  }
  .emailForm {
    padding: 30px 20px;
    border-radius: 2px 0px 0px 2px;
    height: 50px;
    font-size: 1.20rem;
  }
  .formBtn{
    display: flex;
    padding: 30px 10px;
    background: #7CB518;
    color:white;
    border-radius: 0px 2px 2px 0px;
    font-size: 2rem;
    border: 0;
    height: 55px;
    justify-content: center;
    align-items: center;
  }
  div.btnText{
    transform: scale(1,2);
    position:relative;
    bottom: 26px;
    margin-bottom: ;
  }
}
