/* 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: 40px;
  font-weight: 900;
  margin: auto;
  width: 80%;
  color: #272727
}
h4{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}
h5{
  font-size: 18px;
  color: #272727;
  width: 80%;
  margin: 20px auto;
}
p{
  font-size: 18px;
  line-height: 1.61;
  margin-bottom: 45px;
  text-align: center;
}
ul {
  list-style: none;
  margin-left: 0;
  padding: 0 6%;
}
.btn{
  text-decoration: none;
  background: #7CB518;
  color:white;
  padding: 1.25rem 5.625rem;
  border-radius: 30px;
  font-size: 18px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.content-wrap {
  max-width:100rem;
  padding:0 6%;
  overflow:auto;
  position: relative;
  bottom:50px;
  background: #FFFFFF;
  z-index: 11;
}
/* Masthead Headers
--------------------------------*/
header{
  z-index: 10;
}
/* Masthead Images & Headlines
--------------------------------*/
.ContactUsMasthead{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  text-align:center;
  padding: 60px 0px;
  height: 377px;
  font-weight: 900;
}
/* Forms
--------------------------------*/
.form{
  margin: 0 auto;
}
input,
textarea{
  font-size: 16px;
  border: black 1px solid;
  padding: 16px;
  border-radius: 3px;
  margin: 10px auto;
  width: 100%;
}

.formMessge{
  height: 200px;
  margin-bottom: 30px;
}

/* 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;
}
/* 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 Headlines
  --------------------------------*/
  h1{
    font-size: 68px;
    font-weight: 900;
    margin:0px auto;
  }

  .ContactUsMasthead h5{
    margin: 20px auto 50px;
  }
  div.ContactUsMasthead{
    padding: 10% 25% 25%;
  }
  /*Desktop Form
  --------------------------------*/
  .form{
    display: flex;
    flex-wrap: wrap;
  }
  .formName,
  .formEmail{
    margin: 0 5%;
    flex-basis: 42.5%;
  }
  .formEmail{
    margin: 0;
    flex-basis: 42.5%;
  }
  .formSubject,
  .formMessge{
    flex-basis: 90%;
    margin-top: 30px;
  }

  .btn{
    margin-top: 50px;
    margin-bottom: 20;
  }

  /* 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;
  }
}
