/*
	Website :: www.cvcompton.co.nz
	----------------------------------------------------------
    Author:					    :: Jaromme Lawn
    Date Created:		        :: 25/11/2019
-------------------------------------------------------------------------------*/
/* Website Styling Below
-------------------------------------------------------------------------------*/
/* Variables
-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/* Common
-------------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .whyus-grid {
    width: 100%;
    text-align: center; }

  .wu-section {
    width: 100%; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
    .wu-section {
      float: left;
      width: 33%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .whoweare {
    width: 100%;
    padding-top: 3rem; }

  .whoweare-content {
    width: 100%; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1224px), screen and (-ms-high-contrast: none) and (min-width: 1224px) {
    .whoweare-content {
      float: left;
      width: 50%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .truck-grid {
    width: 100%;
    padding: 2rem 0rem; }

  .truck-card {
    border-radius: 12px;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
    padding: 25px;
    width: 100%; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 428px), screen and (-ms-high-contrast: none) and (min-width: 428px) {
    .truck-card {
      float: left;
      width: 50%; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
    .truck-card {
      float: left;
      width: 33.33%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gallery {
    width: 100%;
    margin-top: 2rem; }

  .gallery-item {
    padding: 0; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 428px), screen and (-ms-high-contrast: none) and (min-width: 428px) {
    .gallery-item {
      width: 50%;
      float: left; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
    .gallery-item {
      float: left;
      width: 25%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .emails {
    width: 100%;
    border-bottom: 1px solid #BFBFBF; }

  .email-card {
    text-align: center;
    padding: 20px;
    width: 100%; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1224px), screen and (-ms-high-contrast: none) and (min-width: 1224px) {
    .email-card {
      float: left;
      width: 33.33%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact-main {
    width: 100%;
    padding: 4rem 0rem 4rem 0rem; }

  .location {
    height: 600px;
    text-align: center;
    padding: 20px;
    float: left;
    width: 50%; }

  .contact-us {
    width: 50%;
    float: right; }

  .form-trucks {
    width: 100%;
    padding: 15px 0px;
    max-height: 0;
    opacity: 0;
    transition: 1s;
    font-size: 12px;
    pointer-events: none; }

  .form-trucks label {
    height: 100px;
    padding: 15px;
    position: relative;
    background: white;
    border-radius: 6px;
    border: 1px solid #d2d1d1;
    opacity: 0.8;
    transition: 0.5s;
    width: 100%; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
    .form-trucks label {
      float: left;
      width: 25%;
      pointer-events: inherit; } }

.btn {
  border-radius: 6px;
  background: #B7DB61;
  padding: 12px 40px;
  color: white;
  width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  transition: 0.2s; }
  @media screen and (min-width: 768px) {
    .btn {
      margin: 0; } }

.btn:hover {
  background: #CFF27C; }

/*-------------------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif; }

p {
  font-family: 'Roboto', sans-serif;
  color: #616161; }

a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none; }

li {
  list-style: none;
  font-family: 'Roboto', sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

main {
  overflow: hidden; }

.main-wrapper {
  width: 100%;
  position: relative;
  float: right;
  left: 0;
  transition: 1s; }
  @media screen and (min-width: 1224px) {
    .main-wrapper {
      width: calc(100% - 250px);
      padding: 0; } }

.content-wrapper {
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
  padding: 0px 10px; }

.sidenav {
  width: 250px;
  background: #B7DB61;
  height: 100vh;
  position: fixed;
  left: -250px;
  top: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 997;
  transition: 0.5s;
  overflow: scroll; }
  @media screen and (min-width: 1224px) {
    .sidenav {
      left: 0; } }

.logo {
  background: white;
  padding: 1.5rem; }

.nav-toggle {
  left: 0px; }

.content-toggle {
  width: 100% !important;
  left: 250px;
  transition: 0.5s; }

nav li {
  position: relative;
  display: block;
  transition: 0.2s; }

nav li:hover {
  background: #CFF27C; }

nav li a {
  position: relative;
  display: block;
  padding: 20px 25px;
  color: white;
  font-weight: bold; }

.selected {
  background: #CFF27C; }

.topnav {
  width: 100%;
  height: 60px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 996;
  transition: 0.5s; }

.topnav-toggle {
  left: 245px; }

.topnav .nav-controller #controller {
  color: #B7DB61;
  padding: 15px 10px;
  font-size: 1.8rem; }
  @media screen and (min-width: 1224px) {
    .topnav .nav-controller #controller {
      display: none; } }

.topnav-right {
  float: right;
  padding: 18px 10px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .topnav-right {
      padding: 20px 35px; } }

.topnav-right:nth-child(1) {
  display: none; }
  @media screen and (min-width: 768px) {
    .topnav-right:nth-child(1) {
      display: inline-block; } }

.topnav-right a {
  color: #707070;
  font-size: 14px;
  padding-left: 2rem; }

.topnav-right p {
  display: none; }
  @media screen and (min-width: 768px) {
    .topnav-right p {
      display: inline-block; } }

.topnav-right i {
  color: #B7DB61;
  font-size: 24px;
  vertical-align: middle;
  padding-right: 10px; }

.book-now {
  position: absolute;
  width: 90%;
  background: white;
  border-radius: 6px;
  z-index: 999;
  margin: auto;
  padding-bottom: 2rem;
  opacity: 0;
  transition: 0.5s;
  top: -9999px;
  left: 0;
  right: 0; }
  @media screen and (min-width: 1224px) {
    .book-now {
      width: 40%; } }

.toggle-form {
  opacity: 1;
  top: 5%; }

.overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  opacity: 0;
  display: none; }

.overlay-active {
  opacity: 1;
  display: block; }

.book-now-header {
  padding-top: 20px; }

.book-now-header img {
  margin: 0 auto;
  width: 150px;
  display: block; }

.book-now-header p {
  text-align: center;
  margin-top: 10px;
  color: #7b7b7b; }

.book-now form {
  width: 80%;
  margin: 0 auto;
  margin-top: 2rem; }

.book-now form p {
  font-size: 14px;
  margin-top: 15px;
  padding: 5px 0px; }

.optional {
  font-style: italic;
  color: #7b7b7b; }

.book-now form input[type=text] {
  border: none;
  border: 1px solid #BFBFBF;
  width: 100%;
  padding: 10px;
  border-radius: 6px; }

.book-now form input[type=email] {
  border: none;
  border: 1px solid #BFBFBF;
  width: 100%;
  padding: 10px;
  border-radius: 6px; }

.book-now form input[type=text]::placeholder {
  color: #7b7b7b;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .book-now form input[type=text]::placeholder {
      font-size: 16px; } }

.book-now form input[type=email]::placeholder {
  color: #7b7b7b;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .book-now form input[type=email]::placeholder {
      font-size: 16px; } }

.book-now form textarea::placeholder {
  color: #7b7b7b;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .book-now form textarea::placeholder {
      font-size: 16px; } }

.book-now form textarea {
  border: none;
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  resize: none; }

.book-now form input[type=submit] {
  border: none;
  outline: none;
  margin-top: 1rem;
  margin: 0 auto; }
  @media screen and (min-width: 1224px) {
    .book-now form input[type=submit] {
      font-size: 16px; } }

.book-now form h3 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 18px; }

.form-trucks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  padding: 15px 0px;
  max-height: 0;
  opacity: 0;
  transition: 1s;
  font-size: 12px;
  pointer-events: none; }
  @media screen and (min-width: 768px) {
    .form-trucks {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      pointer-events: inherit; } }
  @media screen and (min-width: 1224px) {
    .form-trucks {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      pointer-events: inherit; } }

.form-trucks-toggle {
  opacity: 1;
  max-height: 999px; }

.form-trucks input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }

.form-trucks label {
  height: 100px;
  padding: 15px;
  position: relative;
  background: white;
  border-radius: 6px;
  border: 1px solid #d2d1d1;
  opacity: 0.8;
  transition: 0.5s; }

.form-trucks input[type=radio]:checked + label {
  opacity: 1;
  border: 2px solid #B7DB61; }

.fullwidth-slider {
  width: 100%;
  height: 600px;
  background-image: url("../assets/slider-image-1.png");
  background-size: cover;
  background-position: center;
  position: relative; }

.fullwidth-slider-fleet {
  width: 100%;
  height: 600px;
  background-image: url("../assets/fleet-bg.png");
  background-size: cover;
  background-position: center;
  position: relative; }

.fullwidth-slider-contact {
  width: 100%;
  height: 600px;
  background-image: url("../assets/contact.png");
  background-size: cover;
  background-position: center;
  position: relative; }

.fullwidth-slider img {
  width: 100%; }

.header-intro {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 768px) {
    .header-intro {
      width: 80%; } }
  @media screen and (min-width: 1824px) {
    .header-intro {
      width: 50%;
      left: calc(40% - 100px); } }

.header-intro h1 {
  font-size: 2.5rem;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  text-shadow: 1px 1px #0f0f0f; }
  @media screen and (min-width: 768px) {
    .header-intro h1 {
      font-size: 3.5rem;
      text-align: left; } }
  @media screen and (min-width: 1224px) {
    .header-intro h1 {
      font-size: 5rem; } }

.header-intro h2 {
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  margin-top: 20px;
  text-shadow: 1px 1px #0f0f0f; }
  @media screen and (min-width: 768px) {
    .header-intro h2 {
      font-size: 1.5rem;
      text-align: left; } }

.header-intro a {
  margin: 20px auto; }
  @media screen and (min-width: 768px) {
    .header-intro a {
      margin: 20px 0px 0px 0px; } }

.highlight-text {
  color: #B7DB61;
  font-weight: bold; }

.information-heading {
  background: #f0f0f0;
  clear: both; }

.whyus-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .whyus-grid {
      grid-template-columns: 1fr 1fr 1fr;
      text-align: left; } }

.wu-section {
  padding: 1.5rem; }

.wu-section h2 {
  color: #B7DB61;
  font-weight: bold;
  font-size: 1.15rem; }

.wu-section p {
  line-height: 1.3;
  padding-top: 1rem; }

.whoweare {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  padding-top: 3rem; }
  @media screen and (min-width: 1224px) {
    .whoweare {
      grid-template-columns: 1fr 1fr; } }

@media screen and (min-width: 768px) {
  .whoweare-content {
    padding: 1.5rem; } }

.whoweare-content h2 {
  font-size: 2rem;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .whoweare-content h2 {
      font-size: 2.5rem; } }

.whoweare-content p {
  line-height: 1.75; }

.whoweare-content-text {
  padding: 0; }
  @media screen and (min-width: 1224px) {
    .whoweare-content-text {
      margin-top: 5rem; } }
  @media screen and (min-width: 1824px) {
    .whoweare-content-text {
      padding: 5rem 0rem; } }

.service-offers {
  width: 100%;
  background-image: url("../assets/offer-bg.png");
  background-size: cover;
  background-position-x: 60%;
  overflow: hidden;
  padding: 3rem 0rem; }
  @media screen and (min-width: 768px) {
    .service-offers {
      padding: 4rem 0rem;
      background-position-x: 80%; } }
  @media screen and (min-width: 1224px) {
    .service-offers {
      background-position-x: 0%;
      padding: 8rem 0rem; } }

.service-content {
  width: 100%;
  float: right; }
  @media screen and (min-width: 768px) {
    .service-content {
      padding: 1.5rem; } }
  @media screen and (min-width: 1224px) {
    .service-content {
      width: 50%;
      padding: 1.5rem; } }

.service-content a {
  margin-top: 30px; }

.service-offers h2 {
  font-size: 2rem;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .service-offers h2 {
      font-size: 2.5rem; } }

.service-offers p {
  line-height: 1.75; }

.our-fleet {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  padding-top: 3rem; }
  @media screen and (min-width: 1224px) {
    .our-fleet {
      grid-template-columns: 1fr 1fr; } }

.our-fleet > * {
  width: 100%; }
  @media screen and (min-width: 1224px) {
    .our-fleet > * {
      float: left;
      width: 50%; } }

@supports (display: grid) {
  .our-fleet > * {
    width: auto; } }
@media screen and (min-width: 768px) {
  .our-fleet-content {
    padding: 1.5rem; } }

.our-fleet-content h2 {
  font-size: 2rem;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .our-fleet-content h2 {
      font-size: 2.5rem; } }

.our-fleet-content p {
  line-height: 1.75; }

.our-fleet-content-text {
  padding: 0; }
  @media screen and (min-width: 1824px) {
    .our-fleet-content-text {
      padding: 5rem 0rem; } }

.our-fleet a {
  margin-top: 30px; }

.truck-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  padding: 2rem 0rem; }
  @media screen and (min-width: 428px) {
    .truck-grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 768px) {
    .truck-grid {
      grid-template-columns: 1fr 1fr 1fr; } }

.truck-card {
  border-radius: 12px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  padding: 25px; }

.truck-card h3 {
  color: #2b2b2b;
  margin-top: 5px;
  font-weight: bold;
  line-height: 2; }

.info-holder {
  width: 100%;
  border-radius: 12px;
  padding: 10px;
  max-height: 999px;
  margin-top: 25px;
  position: relative;
  /*transition: opacity 1s, max-height 0s 1s;*/
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  /*opacity: 0.01;*/ }
  @media screen and (min-width: 1224px) {
    .info-holder {
      padding: 40px; } }

.info-holder img {
  display: block;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 1224px) {
    .info-holder img {
      width: 42%; } }

/*.toggleholder {
    opacity: 1; 
    max-height: 999px; 
    transition: opacity 1s, max-height 0s;
  }*/
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 428px) {
    .cards {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 768px) {
    .cards {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media screen and (min-width: 1224px) {
    .cards {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

.card {
  border: 1px solid #d2d1d1;
  padding: 20px;
  border-radius: 12px; }

.card p {
  font-size: 12px; }

.card img {
  width: 100%; }

.info-card {
  width: 100%;
  position: relative;
  margin-top: 20px; }
  @media screen and (min-width: 1224px) {
    .info-card {
      position: absolute;
      width: 300px;
      margin-top: 0; } }

@media screen and (min-width: 1224px) {
  .info-card:nth-of-type(1) {
    top: 30%;
    left: 4%; } }

@media screen and (min-width: 1224px) {
  .info-card:nth-of-type(2) {
    bottom: 15%;
    left: 4%; } }

@media screen and (min-width: 1224px) {
  .info-card:nth-of-type(3) {
    top: 30%;
    right: 4%; } }

@media screen and (min-width: 1224px) {
  .info-card:nth-of-type(4) {
    bottom: 15%;
    right: 4%; } }

.info-card h3 {
  font-weight: bold;
  color: #2B2B2B; }

.info-card p {
  font-size: 0.9rem;
  line-height: 1.5; }

.truck-name {
  padding-bottom: 2rem; }
  @media screen and (min-width: 1224px) {
    .truck-name {
      padding-bottom: 6rem; } }

.truck-name h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem; }

/*-------------------------------------------------------------------------------*/
/* Gallery
-------------------------------------------------------------------------------*/
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem; }
  @media screen and (min-width: 428px) {
    .gallery {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 768px) {
    .gallery {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.gallery-item {
  padding: 0; }

.gallery-item img {
  width: 100%; }

.secondary-intro {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 768px) {
    .secondary-intro {
      width: 50%; } }

.secondary-intro h1 {
  font-size: 3.5rem;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  text-shadow: 1px 1px #0f0f0f; }
  @media screen and (min-width: 768px) {
    .secondary-intro h1 {
      font-size: 3.5rem; } }
  @media screen and (min-width: 1224px) {
    .secondary-intro h1 {
      font-size: 7rem; } }

.secondary-intro h2 {
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  text-shadow: 1px 1px #0f0f0f; }
  @media screen and (min-width: 768px) {
    .secondary-intro h2 {
      font-size: 1.5rem;
      line-height: 1.1; } }

.secondary-intro a {
  margin: 20px auto;
  display: block; }

footer {
  clear: both;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  padding: 1rem; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 3rem; } }

footer .footer-container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%; }
  @media screen and (min-width: 1224px) {
    footer .footer-container {
      grid-template-columns: 1fr 1fr 1fr;
      width: 90%;
      margin: 0 auto; } }

.footer-container a {
  color: #6b6b6b;
  transition: 0.2s; }

.footer-container a:hover {
  color: #B7DB61; }

.footer-caption {
  font-weight: bold;
  color: #B7DB61;
  line-height: 2; }

.section-cv,
.section-contact,
.section-location,
li {
  padding: 0.2rem 0rem;
  color: #6b6b6b; }

.emails {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #BFBFBF; }
  @media screen and (min-width: 1224px) {
    .emails {
      grid-template-columns: 1fr 1fr 1fr; } }

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

.email-card:nth-of-type(1) {
  border-bottom: 1px solid #BFBFBF; }
  @media screen and (min-width: 1224px) {
    .email-card:nth-of-type(1) {
      border: none;
      border-right: 1px solid #BFBFBF; } }

.email-card:nth-of-type(2) {
  border-bottom: 1px solid #BFBFBF; }
  @media screen and (min-width: 1224px) {
    .email-card:nth-of-type(2) {
      border: none;
      border-right: 1px solid #BFBFBF; } }

.email-card .email-image {
  width: 125px;
  height: 70px;
  margin: 0 auto; }

.email-card .email-image img {
  width: 100%; }

.email-highlight {
  color: #2B84FF; }

.email-card h2 {
  font-weight: bold;
  color: #2b2b2b;
  line-height: 2; }

.email-card p {
  line-height: 2; }

.contact-main {
  display: grid;
  grid-template-columns: 1fr;
  padding: 4rem 0rem 4rem 0rem; }
  @media screen and (min-width: 1224px) {
    .contact-main {
      grid-template-columns: 1fr 1fr; } }

.location {
  height: 600px;
  text-align: center;
  padding: 20px; }

.location h2 {
  font-weight: bold;
  color: #2b2b2b;
  line-height: 2; }

.location p {
  line-height: 2; }

.location iframe {
  max-width: 700px; }
  @media screen and (min-width: 1224px) {
    .location iframe {
      margin-top: 20px; } }

.contact-us {
  padding: 20px; }

.contact-container {
  width: 100%; }
  @media screen and (min-width: 1224px) {
    .contact-container {
      width: 80%; } }

.contact-container h2 {
  color: #2b2b2b;
  font-weight: bold;
  font-size: 1.7rem;
  padding-bottom: 5px; }

.contact-container p {
  line-height: 1.5; }

.contact-us input {
  border: none;
  border: 1px solid #BFBFBF;
  width: 100%;
  padding: 10px;
  border-radius: 6px; }
  @media screen and (min-width: 1224px) {
    .contact-us input {
      width: 80%; } }

.contact-us input[type=text]::placeholder {
  color: #7b7b7b;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .contact-us input[type=text]::placeholder {
      font-size: 16px; } }

.contact-us textarea::placeholder {
  color: #7b7b7b;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .contact-us textarea::placeholder {
      font-size: 16px; } }

.contact-us textarea {
  border: none;
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  resize: none; }
  @media screen and (min-width: 1224px) {
    .contact-us textarea {
      width: 80%; } }

.contact-us input[type=submit] {
  border: none;
  outline: none;
  margin-top: 1rem;
  width: 200px; }
  @media screen and (min-width: 1224px) {
    .contact-us input[type=submit] {
      font-size: 16px; } }

.contact-us form p {
  margin-top: 1rem;
  padding-bottom: 5px; }

/*# sourceMappingURL=style.css.map */
