html, body{margin:0px; padding:0px;}

body {
  box-sizing: border-box;
  font-family: proxima-nova, sans-serif;
}

a {
  color: #79C2E0;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 2.16px;
  font-weight: 700;
}

/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #F673A9;
  color:#fff;
}

.header .logo img{
  display: block;
  float: left;
  margin-left: 6.66%;
  height:60px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    margin-right: 6.66%;
  }
  .header .menu-icon {
    display: none;
  }
}


/* MAIN SECTION */
.hero {
width:100%;
display: flex;
margin-bottom: 2%;
}
.heroLeft {
  ackground:
      linear-gradient(
        rgba(0, 0, 0, 0.0),
        rgba(0, 0, 0, 0.0)
      ),
      url("confettinew1.jpg") no-repeat;
      width:50%;
      height:auto;
    background-size: cover;
}
picture img {
  width:100%;
  vertical-align: sub;
}
.heroText {
  padding-left: 9%;
  padding-right: 9%;
  text-align: center;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 0;
}
h1 {
  font-family: proxima-soft-extra-condensed, sans-serif;
  font-weight: 800;
  line-height: 1.176;
  font-size: 4.625rem;
  letter-spacing: 4.07px;
  color:#F673A9;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
}
.accent {
  color: #fff;
}
.heroRight {
  height:auto;
  width:50%;
  background-color: #FAAECE;
  z-index:0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.secondSection {
  height:40%;
  margin-left: 2%;
  margin-right: 2%;
  display:flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.secondText {
  width:70%;
  height:50%;;
  background-color: white;
  color:black;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1.15;
  font-weight: 600;
  border-radius: 2px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.secondText p {
  font-family: proxima-soft, sans-serif;

}
.accent2 {
  color:#F673A9;
}
.stop {
  text-align: center;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.15rem;
  ont-style: italic;
  text-transform: uppercase;
  padding-left: 10%;
  padding-right: 10%;
}
.thirdSection {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thirdSection img {
  width: auto;
  height: 100%;
}
.thirdHeader {
  margin-top:5%;
  height:13.5%;
  width:100%;
  display:flex;
  align-items: center;
}
.thirdHeaderLogo {
  height:100%;
  display:flex;
}
.thirdHeaderLogo img {
  height:60px;
  align-self: center;
  padding-bottom: 10%;
}
.instagram {
  height:100%;
  font-size: 2.56rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: proxima-soft, sans-serif;
  font-weight: 400;
  margin-left: 6.66%;
  padding:0;
}
.followUs {
  font-weight: 300;
}
.followUs a {
  padding:0;
  margin:0;
  text-transform: uppercase;
  line-height: 1;
  color: #F673A9;
  font-family: proxima-soft-extra-condensed;
  font-weight: 700;
}
.thirdPhotos {
  margin-top: 5%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
  width:87.5%;
}
.fourthSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #c0aeb6;
  letter-spacing: 0.06rem;
  line-height: 1.2;
  font-weight:300;
  height:15%;
  margin-bottom: 2%;
}
.fourthText {
  width:70%;
  background-color: white;
  color:black;
  display:flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.fourthTextTop{
  height:75px;
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}
.fourthSection img {
  width: auto;
  height: 60px;

}
.fourthTextBottom {
  display: flex;
  width:85%;
  padding-bottom: 5%;
}
.fourthTextBottom h2 {
  font-family: proxima-soft-extra-condensed, sans-serif;
  letter-spacing: 3.84px;
  font-size: 2rem;
  margin-top: 5%;
  line-height: 1;
  margin-bottom: 7%;;
  font-weight: 700;
}
.fourthTextBottom p {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.2;
font-family: proxima-soft, sans-serif;
  font-weight: 300;

}
.address {
  display: flex;
  flex-direction: column;
  padding-right: 2%;
}

.hours {
  display: flex;
  flex-direction: column;
}
.socialMedia {
  display: flex;
  flex-direction: column;
}
.socialMediaIcons {
  display: flex;
  margin-right: 45%;
}
.socialMedia img {
  height:48px;
}
#facebook {
  margin-left:-6px;
  margin-right:10%;
}


/* FOR MOBILE */
@media only screen and (max-width: 1100px) {

  .hero {
    flex-wrap: wrap;
    height:50%;s
  }
  .heroLeft {
    width:100%;
  }
  .heroRight {
    width:100%;
    padding-top: 20%;
    padding-bottom: 7.5%;
    margin-top: -15%;
    }
  .cones {
      width:60%;
      display:flex;
      align-items: center;
    }
    .cone {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width:33.33%;
    }
  .cone img{;
    width:50px;
  }

    h1 {
      font-size: 2.5rem;
    }
  .navbarRight {
    margin:0;
    justify-content: space-around;
  }
  .secondText {
    width:100%;
    margin-left:10%;
    margin-right: 10%;
  }
  .secondText p {
    font-size: 2.5rem;
  }
  .thirdSection {
    height:30%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 6.66%;
    margin-right: 6.66%;
  }
  .thirdHeader {
    display: flex;
  }
  .instagram {
    margin-left: 0;
  }

  .instagram p {
    font-size: 1.2rem;
  }
  .thirdPhotos {
    margin-top: 0;
    margin-bottom: 5%;
    margin-left: 0;
    margin-right: 0;
    width:100%;
  }
  .followUs {
    display:flex;
    margin-left: 3%;
  }
  .followUs a {
    font-size: 1.2rem;
  }

  .fourthSection {
    width:100%;
    height:800px;
  }
  .fourthTextBottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
.fourthTextBottom h2 {
  text-align: center;
}
.socialMediaIcons {
  margin-top: 10%;
}
#facebook {
  padding-right: 25%;
}
}




/* FOR DESKTOP */

  @media only screen and (min-width: 1100px) {
    .cones {
      display:flex;
      padding-left: 20%;
      padding-right: 20%;
      margin-bottom: -3%;
      width:40%;
      align-items: center;
      height:10%;
    }
    .cone {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width:33.33%;
    }
    .cone img {
      width:55%;
    }
    .secondSection {
      background: url("pattern3.png");
      background-position: center;
    }
    .fourthSection {
      background: url("pattern3.png");
      background-position: center;
      margin-left: 2%;
      margin-right: 2%;
      width:96%;
  }
  .thirdHeader {
    width:100%;
    display:flex;
  }

  .followUs {
    display: flex;
    width:100%;
    align-items: center;
    margin-left: 3%;
}
.followUs a {
  text-transform: uppercase;
  line-height: 1;
  color: #F673A9;
  font-family: proxima-soft-extra-condensed;
  font-weight: 700;
  font-size: 2.56rem;
  border-bottom: solid #F673A9 0.2rem;
}
.address {
  width:33.33%;
  height:100%;
}
.hours {
  width:33.33%;
  height:100%;
}
.socialMedia {
  width:33.33%;
  height:100%;
}
}