html, body {
  padding: 0px;
  margin: 0px;
}

p, a, li {
  font-family: 'Roboto', sans-serif;
}

.main {
  max-width:1366px;
  margin: 0 auto;
}

.third {
  width: 33.33%;
}

.half {
  width: 50%;
}

.W60 {
  width: 60%;
}

.W40 {
  width: 40%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.nav {
  height: 100px;
  background-color: #f6f1f8;
}

.nav .logo {
  float: left;
  width: 10%;
}

.nav .logo img {
  margin-top: 15px;
  margin-left: 40px;
}

.nav .navigation {
  float: left;
  width: 65%;
  margin-top: 15px;
  text-align: center;
}

.nav .navigation ul {
  list-style: none;
}

.nav .navigation ul li{
  display: inline-block;
  font-size: 30px;
  line-height: 36px;
  margin-left: 20px;
  margin-right: 20px;
}

.nav .navigation li a {
  color: #000000;
  text-decoration: none;
}

.nav .social {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 20px;
}

.nav .social img {
    margin-top: 25px;
    margin-right: 10px;
    float: right;
    width: 50px;
    height: 50px;
}

.header {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.header .background {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 75%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.header.pink {
  background-color: #eb8cb7;
}

.header.pink .background {
    opacity: 60%;
}

.header .bigLogo {
    position: relative;
    padding: 40px;
    max-width: 600px;
}

.services {
    display: flex;
}

.services .third {
    box-sizing: border-box;
    padding: 20px;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    position: relative;
}

.services .third .content {
  position: relative;
}

.services .third .tint {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.services .third .tint.blue{
  background-color: #b7ffff;
  opacity: 0.6;
}

.services .third .tint.black {
  background-color: #000000;
  opacity: 0.6;
}

.services .third .content h2 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    margin: 0px;
    font-family: 'Caveat', cursive;
}

.callToArms {
    background-color: #f6f1f8;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.callToArms p {
    font-size: 20px;
    line-height: 24px;
}

.button {
    box-sizing: border-box;
    padding: 0px 20px;
    background-color: #000000;
    width: auto;
    display: inline-block;
    color: #f6f1f8;
    font-size: 40px;
    line-height: 48px;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
    border: 3px solid #f6f1f8;
    cursor: pointer;
  }

  .button:hover {
    background-color: #f6f1f8;
    border: 3px solid #000000;
    box-sizing: border-box;
    color: #000000;
  }

  .buttonContainer .blackLine {
    width: 30%;
    height: 10px;
    background-color: #000000;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
}

.callToArms h2 {
    font-size: 60px;
    line-height: 62px;
    margin: 0px;
    font-family: 'Caveat', cursive;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.reviews ul {
    margin: 0px;
    padding: 0px;
}

.reviews ul li {
    font-size: 50px;
    line-height: 56px;
    list-style: none;
    color: #ffffff;
    position: relative;
    display: none;
    max-width: 75%;
    margin: 0 auto;
    font-family: 'Parisienne', cursive;
    transition: all 0.5s;
}

.reviews ul li.show {
  display: block;
}

.reviews {
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    padding: 40px 0px;
    box-sizing: border-box;
}

.reviews .tint {
  position: absolute;
  width:100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  top: 0px;
  left:0px;
}

.reviews .quotes {
  position: absolute;
  width: 90px;
}

.reviews .quotes.open {
    left: 40px;
    top: 20px;
}

.reviews .quotes.closed {
    right: 40px;
    bottom: 20px;
}

#instaContent {
    width: 100%;
    position: relative;
}

#instaContent .instaGrid {
    width: 25%;
    float: left;
}

.instaHeading {
    padding: 10px 0px;
    background-color: #f6f1f8;
}

.instaHeading img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 10px;
}

.instaHeading p {
    font-size: 40px;
    line-height: 48px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}

.footer {
  background-color: #303030;
  color: #ffffff;
  text-align: center;
  padding: 20px 0px;
}

.footer ul {
    margin: 0px;
    padding: 0px;
}

.footer ul li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.footer ul li, .footer p {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin: 0px;
}

.divider {
    height: 1px;
    background-color: #ffffff;
    max-width: 410px;
    margin: 20px auto;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.main:not(.home) .header{
    min-height: 600px;
}

.main:not(.home) .header h1 {
    font-size: 250px;
    color: #ffffff;
    position: relative;
    font-family: 'Caveat', cursive;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
    margin: 0px;
    width: 100%;
    filter: drop-shadow(-4px 4px 10px #777777);
}

.service-tabs {
    width: 100%;
    background-color: #b7ffff;
    overflow: hidden;
}

.service-tabs .tabs {
    width: 40%;
    float: left;
}

.service-tabs .cards {
    width: 60%;
    float: left;
    border-left: 5px solid #eb8cb7;
    box-sizing: border-box;
    min-height: 430px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.service-tabs .cards .card {
    padding: 20px;
    box-sizing: border-box;
    max-height: 430px;
    overflow-y: scroll;
    position: absolute;
    top: 0px;
    left: 100%;
    transition: all 0.5s;
    width: 100%;
}

.service-tabs .cards .card.open {
  left: 0px;
}

.service-tabs .tabs ul li {
    padding: 15px 0px;
    position: relative;
    cursor: pointer;
}

.service-tabs .tabs ul li p {
    padding: 0px;
    margin: 0px;
}

.service-tabs .tabs ul {
    list-style: none;
    padding: 0px;
    text-align: center;
}

.service-tabs .tabs ul li:last-of-type .underline {
    display: none;
}

.service-tabs .tabs ul li .underline {
    border-bottom: 5px solid #eb8cb7;
    border-radius: 10px;
    width: 80%;
    margin-left: 10%;
    position: absolute;
    bottom: -2px;
}

.service-tabs .cards .card p {
    margin: 0px;
    line-height: 22px;
}

.service-tabs .cards .card img {
    height: 220px;
    float: left;
    margin: 20px 20px 0px 0px;
    width: 300px;
    object-fit: cover;
    object-position: center;
}

.service-tabs .cards .card::-webkit-scrollbar-thumb {
    background-color: #368a8a;
}

.service-tabs .cards .card::-webkit-scrollbar-track {
    background-color: #b7ffff;
}

.service-tabs .cards .card::-webkit-scrollbar {
    width: 3px;
}

.contactForm {
    background-image: url(/images/contactBackground.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px;
    box-sizing: border-box;
    color: #ffffff;
}

.contactForm .formContainer input::placeholder {
    color: #ffffff;
}

.contactForm .formContainer input, .contactForm .formContainer textarea {
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    background-color: #000000;
    background-color: #00000000;
    color: #ffffff;
    border: 4px solid #ffffff;
    margin-bottom: 20px;
    float: left;
    clear: left;
    max-width: 500px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.contactForm .formContainer input[type=submit], .contactForm .formContainer button {
    background-color: #ffffff;
    width: 200px;
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
    padding: 0px;
    color: #000000;
    cursor: pointer;
    border: 4px solid #ffffff;
    float: left;
}

.contactForm .formContainer input[type=submit]:hover, .contactForm .formContainer button:hover {
    background-color: #00000000;
    color: #ffffff;
}

.contactForm .formContainer textarea {
    height: auto;
    width: 100%;
    max-width: 100%;
    color: #ffffff;
}

.contactForm .formContainer textarea::placeholder {
  color: #ffffff;
}

.contactForm .left.W60 {
    padding-right: 20px;
    padding-left: 60px;
    box-sizing: border-box;
}

.contactForm .fullWidth {
    font-size: 54px;
    line-height: 56px;
    text-align: center;
    max-width: 710px;
    margin: 0 auto;
}

.contactForm .fullWidth p{
  font-family: 'Caveat', cursive;
}

.contactForm .W40 .container p img {
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 20px;
}

.contactForm .W40 .container p {
    vertical-align: middle;
}

.contactForm .W40 .container {
    float: right;
    max-width: 400px;
    width: 100%;
}

.galleryContainer {
    padding-top: 40px;
}

.galleryContainer .image {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
    display: none;
}

.galleryContainer .image.open {
  display: block;
}

.galleryContainer .image img {
    width: 70%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.viewMore p {
    margin: 0px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
}

.viewMore {
    background-color: #eb8cb7;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.viewMore.hide {
  display: none;
}

.callToArms.blue .button {
    border-color: #b7ffff;
    color: #b7ffff;
}

.callToArms.blue {
    background-color: #b7ffff;
}

.callToArms.blue .button:hover {
  background-color: #b7ffff;
  border-color: #000000;
  color: #000000;
}

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000088;
    display: none;
}

.popup.show {
  display: block;
}

.popup .imageContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
}

.popup .imageContainer img {
    width: 100%;
    height: 100%;
}

.popup .imageContainer .close {
    position: absolute;
    top: -70px;
    right: -70px;
    cursor: pointer;
}

.contactForm .W40 .container a {
    text-decoration: none;
    color: #ffffff;
}

.hamburger {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 9;
    display: none;
}

.hamburger .bar {
    height: 3px;
    transform: rotate(0deg);
    opacity: 1;
    background-color: #eb8cb7;
    width: 40px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #000000;
    transition: all 0.5s;
}

.hamburger.open .bar-1 {
    transform: rotate(225deg);
    margin-top: 10px;
}

.hamburger.open .bar-3 {
    transform: rotate(-225deg);
    margin-top: -25px
}

.hamburger.open .bar-2 {
    opacity: 0;
}

.success {
    background-color: #00ff89;
    text-align: center;
    color: #ffffff;
    font-family: 'roboto';
    padding: 10px;
    font-size: 20px;
}

.error {
    background-color: #ff0047;
    text-align: center;
    color: #ffffff;
    font-family: 'roboto';
    padding: 10px;
    font-size: 20px;
}

.cookies.hide {
  display: none;
}

.cookies .button {
    font-size: 15px;
    line-height: 25px;
    border-color: #000000;
    color: #eb8cb7;
    font-family: 'roboto';
    margin-left: 10px;
    margin-right: 10px;
}

.cookies .button:hover {
    border-color: #000000;
    color: #000000;
    background-color: #eb8cb7
}

.cookies .text {
    width: 80%;
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
}

.cookies .buttons {
  width: 20%;
  float: left;
  margin-top: 20px;
}

.cookies {
    position: fixed;
    z-index: 12;
    bottom: 0px;
    left: 0px;
    background-color: #eb8cb7;
}

@media all and (max-width:1200px){
  .nav .social {
    width: 20%;
    padding-right: 20px;
  }

  .nav .navigation {
    width: 70%;
  }

  .nav .navigation ul li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cookies .text{
    width: 70%;
  }

  .cookies .buttons{
    width: 30%;
  }
}

@media all and (max-width:1024px){
  .galleryContainer .image img {
    width: 90%;
  }

  .galleryContainer .image {
    margin-bottom: 20px;
  }

  .services .third .content {
    font-size: 17px;
    line-height: 20px;
  }

  .reviews ul li {
    font-size: 40px;
    line-height: 46px;
  }

  .reviews .quotes {
    width: 80px;
  }

  .main:not(.home) .header h1 {
    font-size: 170px;
  }

  .main:not(.home) .header {
    min-height: 500px;
  }

  .cookies .buttons {
    margin-top: 30px;
  }

  .nav .social img {
    width: 40px;
    height: 40px;
    margin-top:30px;
  }
}

@media all and (max-width:960px){
  .buttonContainer .blackLine {
    width: 25%;
  }

  .callToArms h2 {
    font-size: 50px;
    line-height: 52px;
  }

  .callToArms {
    padding: 20px;
  }

  .nav .navigation ul li {
    font-size: 25px;
  }

  .nav .social img {
    height: 40px;
    width: 40px;
    margin-top: 30px;
  }

  .services .third .content h2 {
    font-size: 40px;
  }
}

@media all and (max-width:880px){
  .contactForm .left {
    width: 100%;
    padding: 0px;
  }

  .contactForm .W40 .container {
    width: 100%;
    max-width: 100%;
  }

  .contactForm .W40 .container p {
    width: auto;
    float: left;
  }

  .contactForm .W40 .container p img {
    margin-right: 5px;
    margin-left: 10px;
  }

  .contactForm .left.W60 {
    padding: 0px;
  }

  .services {
      display: block;
  }

  .services .third {
    width: 100%;
  }

  .callToArms h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .galleryContainer .image {
    width: 50%;
  }

  .main:not(.home) .header h1 {
    font-size: 170px;
  }

  .main:not(.home) .header {
    min-height: 300px;
  }

  .contactForm .formContainer input[type=submit], .contactForm .formContainer button {
    font-size: 20px;
    line-height: 20px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hamburger {
    display: block;
    transition: all 0.5s;
  }

  .hamburger.open {
    left: 220px;
  }

  .nav {
      height: 100%;
      width: 200px;
      position: fixed;
      top: 0px;
      left: -200px;
      z-index: 9;
      transition: all 0.5s;
  }

  .nav.open {
    left: 0px;
  }

  .nav .logo, .nav .navigation, .nav .social {
    width: 100%;
    text-align: center;
  }

  .nav .navigation {
    margin-top: 0px;
  }

  .nav .logo img {
    margin-top: 10px;
    margin-left: 0px;
  }

  .nav .navigation ul {
    padding: 0px;
    margin: 0px;
  }

  .nav .navigation ul li {
    width: 100%;
    margin: 0px;
  }

  .nav .social {
    padding: 0px;
    padding-bottom: 10px;
  }

  .nav .social a {
    width: 30%;
    float: left;
  }

  .nav .social a img {
    margin: 0px;
    width: 30px;
    height: 30px;
    margin-top: 20px;
  }

  .nav .social a:first-of-type img {
    margin-right: 0px;
  }

  .nav .social a:last-of-type img {
      margin-left: 10px;
  }

  .header .bigLogo {
    max-width: 70%;
  }

  #instaContent .instaGrid {
    width: 50%;
  }

  .reviews .quotes.open {
      left: 10px;
      top: 10px;
  }

  .reviews .quotes.closed {
      right: 10px;
      bottom: 10px;
  }

  .reviews ul li {
    font-size: 25px;
    line-height: 27px;
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .button {
    font-size: 30px;
  }

  .instaHeading img {
    height: 45px;
    margin-left: 20px;
  }

  .instaHeading p {
    font-size: 30px;
  }

  .service-tabs .tabs, .service-tabs .cards {
    width: 100%;
    border: none;
  }

  .service-tabs .tabs ul li {
    width: 25%;
    float: left;
  }

  .service-tabs .tabs ul li p {
      font-size: 13px;
  }

  .service-tabs .tabs ul li:last-of-type .underline {
    display: block;
  }

  .service-tabs .cards h2 {
    margin-top: 0px;
  }

  .service-tabs .cards .card {
    padding-top: 0px;
    margin-top: 20px;
  }

  .service-tabs .cards .card img {
    max-width: 100%;
    height: auto;
  }

  .cookies .buttons {
    margin-top: 20px;
  }

  .cookies .button {
    margin-bottom: 10px;
    width: 150px;
    text-align: center;
  }

}

@media all and (max-width: 650px){
  .callToArms h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .buttonContainer .blackLine {
    width: 15%;
  }

  .main:not(.home) .header h1 {
    font-size: 100px;
  }

  .contactForm .fullWidth {
    font-size: 40px;
    line-height: 42px;
  }

  .service-tabs .tabs ul li {
    width: 50%;
  }

  .cookies .text {
    width: 100%;
  }

  .cookies .buttons {
    width: 320px;
    margin: 0 auto;
    float: none;
  }

  .cookies .button {
    width: 130px;
    height: auto;
  }
}

@media all and (max-width: 500px){
  .button {
    font-size: 20px;
  }
}

@media all and (max-width: 400px){
  .contactForm .W40 .container p img {
    margin-left: 0px;
  }

  .galleryContainer .image {
    width: 100%;
  }

  .main:not(.home) .header h1 {
    font-size: 70px;
  }

  .contactForm .fullWidth {
    font-size: 20px;
    line-height: 25px;
  }

  .footer ul li, .footer p {
    font-size: 13px;
    line-height: 15px;
  }

  .button {
    font-size: 20px;
    padding: 0 10px;
    height: 40px;
    line-height: 35px;
  }
}
