body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    color: #000;
    margin: 10px 0 0;
    line-height: 1.3;
    margin: 0;
    font-weight: bold;
}
h1 span {
    font-weight: 300;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 28px;
    margin: 10px 0 0;
}
h2 span {
    color: #EB5D23;
}
.coming-soon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-section {
    padding: 40px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.logo {
    width: 100%;
    max-width: 275px;
    height: auto;
}
.content {
    margin-top: 20px;
}
.content p {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px 0;
}

.google-map {
     padding-bottom: 450px;
     position: relative;
}
.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}
.fox-food-box-desktop {
    display: flex;
}
.fox-food-box-mobile {
    display: none;
}
.fox-food {
    width: 100%;
    height: auto;
}
.address {
    font-size: 18px;
    text-align: center;
    padding: 20px 15px 0;
}
.contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.contact .contact-item {
    display: flex;
    align-items: center;
    color: #EB5D23;
    padding: 15px 15px 0;
}
.contact .contact-item a {
    color: #EB5D23;
}
.contact-icon {
    margin-right: 7px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  margin: 5% auto; /* 15% from the top and centered */
  padding: 0px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  max-width:561px;
  position:relative;
}

.modal-content img{
	width:100%;
	max-width:561px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 55px;
  font-weight: bold;
  position:absolute;
  top: 1%;
  right: 3%;  
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 38px;
        line-height: 1.4;
    }
	.modal-content {
		width:100%;
		max-width:561px;
	}
}

@media (max-width: 767px) {
    .logo-section {
        padding: 20px 0;
    }
    h1 {
        font-size: 26px;
        line-height: 1.4;
    }
    h1 span {
        display: block;
        font-size: 20px;
    }
    h2 {
        font-size: 24px;
    }
    .logo {
        width: 100%;
        max-width: 220px;
    }
    .fox-food-box-desktop {
        display: none;
    }
    .fox-food-box-mobile {
        display: flex;
        flex-wrap: wrap;
    }
    .fox-food-item {
        width: 50%;
        display: flex;
    }
    .google-map {
         padding-bottom: 350px;
    }
	.modal-content {
		width: 100%;
		max-width:561px;
	}

}
@media (max-width: 425px) {
	.modal-content {
		width: 100%;
		max-width:425px;
	}
}
