.contacttext{
margin-top: 10vh;
text-align: center;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.23);
color: #fff;

width:100%;
position: absolute;
font-size: 2em;
font-weight: 700 !important;
}
.contactusbanner{
  margin-bottom: 20px;
  background: #0085FF;
  background: linear-gradient(320deg, #0085FF, #fff);
  background-image: -moz-linear-gradient(320deg, #0085FF, #fff);
  background-image: -webkit-linear-gradient(320deg, #0085FF, #fff);
  background-image: -ms-linear-gradient(320deg, #0085FF, #fff);
  margin-top: 75px;
  width: 100%;
  height: 35vh;
  overflow-x: hidden;
  overflow-y: hidden;
}
.mtx {
  background: #FFFFFF;
  width: 100%;
  padding-bottom: 50px;
}
h1, .jumbotron h1 {
  color: #fff;
  font-weight: 500;
  padding-bottom: 30px;
  font-size: 2em;
}
.contactchunk h2{
  font-size: 3.5em;
  font-weight: 200;
  text-align: center;
  color: #2a2a2a;
  margin-bottom:20px;
}
.contactchunk {
  overflow-wrap: break-word;
  border: 1px solid #fff;
  font-weight: 500;
  font-size:1em;
  border-radius:4px;
  min-height: 17em;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.cloud {
  -webkit-animation: clouds 5s infinite linear;
  -moz-animation: clouds 5s infinite linear;
  -ms-animation: clouds 5s infinite linear;
  -o-animation: clouds 5s infinite linear;
  animation: clouds 5s infinite linear;
  opacity:.6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin: 33px 0 0 0;
  width: 54px;
  height: 5px;
  background: #fff;
}
.cloud.tiny {
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.cloud.small {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.cloud.normal {
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}
.cloud.large {
  -moz-transform: scale(4, 4);
  -ms-transform: scale(4, 4);
  -webkit-transform: scale(4, 4);
  transform: scale(4, 4);
}
.cloud div {
  -moz-box-shadow: inset -2px -3px 0 0 #fff;
  -webkit-box-shadow: inset -2px -3px 0 0 #fff;
  box-shadow: inset -2px -3px 0 0 #fff;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: -3px;
  bottom: 0;
  background: #fafbf0;
  z-index: 10;
}
.cloud div:first-child + div {
  -moz-transform: scale(1.6, 1.6);
  -ms-transform: scale(1.6, 1.6);
  -webkit-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
  margin: 0 0 4px 13px;
  z-index: 9;
}
.cloud div:first-child + div + div {
  -moz-transform: scale(2.4, 2.4);
  -ms-transform: scale(2.4, 2.4);
  -webkit-transform: scale(2.4, 2.4);
  transform: scale(2.4, 2.4);
  margin: 0 0 9px 32px;
  z-index: 8;
}
.cloud div:first-child + div + div + div {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  margin: 0 0 2px 50px;
  z-index: 7;
}

@-webkit-keyframes clouds {
  0% {
    left: -100%;
  }

  100% {
    left: 120%;
  }
}
@-moz-keyframes clouds {
  0% {
    left: -100%;
  }

  100% {
    left: 120%;
  }
}
@-ms-keyframes clouds {
  0% {
    left: -100%;
  }

  100% {
    left: 120%;
  }
}
@keyframes clouds {
  0% {
    left: -100%;
  }

  100% {
    left: 120%;
  }
}
.cloud-1 {
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  -ms-animation-duration: 30s;
  -o-animation-duration: 30s;
  animation-duration: 30s;
  margin-left: 20%;
}

.cloud-2 {
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -ms-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
  margin-left: 90%;
}

.cloud-3 {
  -webkit-animation-duration: 28s;
  -moz-animation-duration: 28s;
  -ms-animation-duration: 28s;
  -o-animation-duration: 28s;
  animation-duration: 28s;
  margin-left: 50%;
}

.cloud-4 {
  -webkit-animation-duration: 35s;
  -moz-animation-duration: 35s;
  -ms-animation-duration: 35s;
  -o-animation-duration: 35s;
  animation-duration: 35s;
  margin-left: 43%;
}

.cloud-5 {
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -ms-animation-duration: 12s;
  -o-animation-duration: 12s;
  animation-duration: 12s;
  margin-left: 83%;
}

.cloud-6 {
  -webkit-animation-duration: 9s;
  -moz-animation-duration: 9s;
  -ms-animation-duration: 9s;
  -o-animation-duration: 9s;
  animation-duration: 9s;
  margin-left: 73%;
}

.cloud-7 {
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -ms-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
  margin-left: 69%;
}

.cloud-8 {
  -webkit-animation-duration: 9s;
  -moz-animation-duration: 9s;
  -ms-animation-duration: 9s;
  -o-animation-duration: 9s;
  animation-duration: 9s;
  margin-left: 100%;
}

.cloud-9 {
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -ms-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  margin-left: 10%;
}

.cloud-10 {
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -ms-animation-duration: 12s;
  -o-animation-duration: 12s;
  animation-duration: 12s;
  margin-left: 14%;
}

.cloud-11 {
  -webkit-animation-duration: 22s;
  -moz-animation-duration: 22s;
  -ms-animation-duration: 22s;
  -o-animation-duration: 22s;
  animation-duration: 22s;
  margin-left: 73%;
}

.cloud-12 {
  -webkit-animation-duration:12s;
  -moz-animation-duration:12s;
  -ms-animation-duration:12s;
  -o-animation-duration:12s;
  animation-duration:12s;
  margin-left: 51%;
}
@media (min-width: 768px){
.website p, .website li {
font-size: 1.3em;
margin-bottom: 50px;
}
}


