* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

h1 {
  text-align: center;
  font-size: 3rem; }

h2 { font-size: 2rem; }

p { font-size: 1rem; }

.parallax-container {
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  -webkit-perspective: 1px;
          perspective: 1px;
  -webkit-perspective-origin: center top;
          perspective-origin: center top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  padding: 0;
  font-family: Italiana;
}

.parallax-top {
  height: 88%;
  background: url("../img/cindi-upscaled.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  vertical-align: top;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: translateZ(-1px) scale(2);
          transform: translateZ(-1px) scale(2);
}

.parallax-content {
  height: 2000px;
  background-color: rgba(68, 68, 68, 1);
  color: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  padding: 10px 0;
}

.parallax-content h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
  padding: 10px 20px;
}

.parallax-content h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  padding: 10px 20px;
  margin: 20px;
}

.parallax-content h3 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
  padding: 10px 20px;
  margin: 20px;
}

.parallax-content p {
  font-size: 1.3rem;
  padding: 10px 20px;
  max-width: 650px;
  margin:auto;
}

.parallax-content .card {
  border: 1px solid #fff;
  margin: 10px;
}

.parallax-content .card:hover {
  border: 1px solid #fff;
  margin: 10px;
  background-color: #fff;
  color: rgba(68, 68, 68, 1);
  transition: all .5s ease-out;
}

.parallax-content .card p a {
  color: inherit;
}

.parallax-content .card p a:hover {
  color: rgba(68, 68, 68, 1);
  text-decoration: underline;
}

.parallax-second {
  height: 100%;
  background: url("../img/beach-fam-shrimp-broil.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  vertical-align: top;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: translateZ(-1px) scale(2);
          transform: translateZ(-1px) scale(2);
  z-index: -1;
}

.parallax-second:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0,0,0,.4);
}

.uploadVideoSection {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35%;
  text-align: center;
}

.uploadVideoSection p {
  font-size: .75rem;
  color: #fff;
}

.chooseFile {
  border: 1px solid #fff;
  color: #fff;
  font-size: 4rem;
  display: inline-block;
  padding: 30px 50px;
  cursor: pointer;
  width: 600px;
}
.chooseFile:hover {
  border: 1px solid  #fff;
  color: rgba(68, 68, 68, 1);
  background-color: #fff;
  opacity:.6;
  padding: 30px 50px;
  cursor: pointer;
  transition: all .5s ease-out;
}
input[type='file'] {
  display: none; }
input[value='Upload'] {
  font-family: Finnmark, Italiana, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  background: rgba(0,0,0,0);
  color: #fff;
  margin-top: 1.5rem;
  padding: 6px 12px;
  border: 1px solid #fff; }
input[value='Upload']:hover {
  margin-top: 1.5rem;
  padding: 6px 12px;
  border: 1px solid  #fff;
  color: rgba(68, 68, 68, 1);
  background-color: #fff;
  transition: all .5s ease-out; }
input[disabled="true"]{
  opacity: .5;
  cursor: none;}
input[disabled="true"]:hover{
  opacity: .5;
  cursor: default;
  background-color: rgba(0,0,0,0);
  color: #fff;
  border: 1px solid #fff;
  transition: all .5s ease-out;
}

html, body {
  height: 100%;
}

body {
  background: #333;
}

@media screen and (max-width: 768px) {
  .chooseFile {
    border: 1px solid #fff;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    padding: 30px 50px;
    cursor: pointer;
    width: 360px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .parallax-content {
    height: 2500px;
    background-color: rgba(68, 68, 68, 1);
    color: #fff;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    padding: 10px 0;
  }
}

@media screen and (max-width: 568px) {
  .chooseFile {
    border: 1px solid #fff;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    padding: 12px 20px;
    grid-gap: auto;
    cursor: pointer;
    width: 320px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .parallax-content {
    height: 2950px;
    background-color: rgba(68, 68, 68, 1);
    color: #fff;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    padding: 10px 0;
  }
  .parallax-content p {
    font-size: 1.3rem;
    padding: 10px 20px;
    width: 90%;
    margin:auto;
  }
}

@media screen and (max-width: 450px) {
  .parallax-content {
    height: 3450px;
    background-color: rgba(68, 68, 68, 1);
    color: #fff;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    padding: 10px 0;
  }
  .parallax-content p {
    font-size: 1.3rem;
    padding: 10px 20px;
    width: 90%;
    margin:auto;
  }
}

@media screen and (max-width: 400px) {
  .parallax-content {
    height: 3900px;
    background-color: rgba(68, 68, 68, 1);
    color: #fff;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    padding: 10px 0;
  }
  .parallax-content p {
    font-size: 1.3rem;
    padding: 10px 20px;
    width: 90%;
    margin:auto;
  }
}

@media screen and (max-width: 375px) {
  .parallax-content {
    height: 3850px;
    background-color: rgba(68, 68, 68, 1);
    color: #fff;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    padding: 10px 0;
  }
  .parallax-content p {
    font-size: 1.3rem;
    padding: 10px 20px;
    width: 90%;
    margin:auto;
  }
}

.services-grid {
  display:block;
  padding: 20px;
}

.services-grid > * {
  padding:1rem;
}

@media (min-width:768px) {
  .services-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}