#headerHome {
  width: 100%;
  height: 676px;
  background: url("media/headerHome.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 1px;
  overflow: hidden;
}

#headerNYC {
  width: 100%;
  height: 676px;
  background: url("media/headerNYC.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 1px;
  overflow: hidden;
}

#headerMiami {
  width: 100%;
  height: 676px;
  background: url("media/headerMiami.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 1px;
  overflow: hidden;
}

#headerAbout {
  width: 100%;
  height: 676px;
  background: url("media/headerAbout.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 1px;
  overflow: hidden;
}

.navBar {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: 45px;
  background: rgba(255,255,255,1);
  opacity: 1;
  top: 29px;
  left: 257px;
  position: relative;
  border: 1px solid rgba(0,0,0);
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}

.nav-item {
  display: flex;
  height: 100%;
  float: left;
  width: 25%;
  justify-content: center;
  align-items: center;
}

.headerWrapper {
  display: flex;
  flex-flow: column nowrap;
}

.activeHome a, .activeNYC a, .activeMiami a, .activeAbout a, 
.inactiveHome a, .inactiveNYC a, .inactiveMiami a, .inactiveAbout a{
  text-decoration: none;
  font-family: Futura;
  font-size: 21px;
  opacity: 1;
  text-align: center;
}

.activeHome a, .activeNYC a, .activeMiami a, .activeAbout a{
  color: rgba(155,50,73,1);
  font-weight: Bold;
}

.activeNYC a{
  color: rgba(120, 166, 255, 1)
}

.activeMiami a{
  color: rgba(210, 90, 24, 1)
}

.activeAbout a{
  color: rgba(52, 101, 4, 1)
}

.inactiveHome a, .inactiveNYC a, .inactiveMiami a, .inactiveAbout a{
  color: rgb(0, 0, 0);
  font-weight: Medium;
}

#logo {
  width: 381px;
  height: 381px;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: relative;
  top: 135px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#colorBoxHome, #colorBoxNYC, #colorBoxMiami, #colorBoxAbout{
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  padding-bottom: 50px;
  opacity: 1;
  position: absolute;
  top: 676px;
  left: 0px;
}

#colorBoxHome {
  background: #FFD4D5;
}

#colorBoxNYC {
  background: #DDEEFF;
}

#colorBoxMiami {
  background: #FFD6B9;
}

#colorBoxAbout {
  background: #E0FFBB;
  display: flex;
}

footer {
  width: 100%;
  height: 100px;
  opacity: 1;
  bottom: 0px;
  position: static;
}

#footerHome {
  background: black;
}

#searchBar {
  width: 569px;
  height: 58px;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: absolute;
  top: 100px;
  left: 436px;
  border: 1px solid rgba(0,0,0,1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

#searchIcon {
  width: 33px;
  height: 33px;
  background: url("media/searchIcon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 12px;
  left: 515px;
}

#introText {
  top: 200px;
  width: 100%;
  color: rgba(0,0,0,1);
  position: absolute;
  font-family: Futura;
  font-weight: Medium;
  font-size: 31px;
  opacity: 1;
  text-align: center;
}

#aboutText {
  color: rgba(0,0,0,1);
  font-family: Futura;
  font-weight: Medium;
  font-size: 31px;
  opacity: 1;
  text-align: center;
  flex-basis: 55%;
  margin: 0 50px 0 30px;
}

#contactText {
  color: rgba(0,0,0,1);
  font-family: Futura;
  font-weight: Medium;
  font-size: 24px;
  opacity: 1;
  text-align: center;
  flex-basis: 45%;
  margin: 0 20px 0 30px;
}

label {
  color: rgba(0,0,0,1);
  font-family: Futura;
  font-weight: Medium;
  font-size: 18px;
  opacity: 1;
}

input, select {
  margin-right: 25px;
  margin-bottom: 15px;
}

textarea {
  width: 500px;
  height: 150px;
}

h1 {
  font-size: 34px;
}

.links {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  
}

.linkBox {
  padding: 20px;
  text-align: center;
}

.linkBoxHidden {
  display: none;
}

.nyc-links {
  margin-top: 10px;
  margin-bottom: 50px;
  text-decoration: none;
  color: rgba(120, 166, 255, 1);
  font-size: 2rem;
}

.nyc-links:hover {
  text-decoration: none;
  color: rgb(48, 113, 241);
}

.miami-links {
  margin-top: 10px;
  text-decoration: none;
  color: rgba(210, 90, 24, 1);
  font-size: 2rem;
}

.miami-links:hover {
  text-decoration: none;
  color: rgb(235, 86, 5);
}

.arrow {
  display: none;
}

.images {
  display:flex;
  width: 75%;
  margin-left:auto;
  margin-right:auto;
  justify-content: center;
  align-items: center;
}

.rest-image {
  margin-top: 10px;
  height: 500px;
}

.img-selector {
  padding-top: 20px;
  display:flex;
  width: 75%;
  margin-left:auto;
  margin-right:auto;
  justify-content: center;
  align-items: center; 
}

.img-dot {
  padding-left: 5px;
  padding-right: 5px;
}

circle:hover {
  cursor: pointer;
  fill: rgb(48, 113, 241);
}

.nyc-arrow:hover {
  fill: rgb(48, 113, 241);
}

.miami-arrow:hover {
  fill: rgb(235, 86, 5);
}

.miami-circle:hover {
  cursor: pointer;
  fill: rgba(210, 90, 24, 1);
}

.centered {
  margin-top: 30px;
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}

.blue-header {
  font-size: 1.8rem;
  color: rgb(48, 113, 241); 
  font-weight: 300;
}

.orange-header {
  font-size: 1.8rem;
  color: rgba(210, 90, 24, 1); 
  font-weight: 300;
}

.review-nyc {
  padding: 20px;
  width: 100%;
  border: 1px solid rgb(48, 113, 241);
  border-radius: 10px; 
  font-size: 1.5rem;
  color: rgb(48, 113, 241); 
}

.review-miami {
  padding: 20px;
  width: 100%;
  border: 1px solid rgba(210, 90, 24, 1);
  border-radius: 10px; 
  font-size: 1.5rem;
  color: rgba(210, 90, 24, 1); 
}

.cuisineImage {
  margin-top: 19px;
}

@media screen and (max-width:1200px){
   .rest-image {
     width: 75%;
     height: auto;
  }
}

@media screen and (max-width: 850px){
  .navBar {
    display: flex;
    flex-flow: column nowrap;
    width: 25%;
    height: 180px;
  }
  
  .nav-item {
    /*height: 100%;*/
    float: left;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  #logo {
  width: 275px;
  height: 275px;
  top: 264px;
  }
  
  textarea {
  width: 280px;
  height: 350px;
  }
  
  .arrow {
    display: inline;
  }
  
  #sushi {
    display: none;
  }
  
  #mexican {
    display: none;
  }
}

@media screen and (max-width: 615px){
  #colorBoxAbout {
  flex-direction: column;
  }
  
  #aboutText {
    flex-basis: 100%;
    margin: 0 50px 0 30px;
  }
  
  #contactText {
    flex-basis: 100%;
  }
  
  textarea {
  width: 300px;
  height: 315px;
  }
  
}