@import url('https://fonts.googleapis.com/css?family=Montserrat|Muli|Satisfy&display=swap');

body {
  font: 400 17px Muli, sans-serif;
  line-height: 1.8;
  color: #818181;
}
h2 {
  font-family: Satisfy, sans-serif;
  font-size: 36px;
  color: #2F4F4F;
  font-weight: 600;
  margin-bottom: 45px;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 15px;
}
a {
  color: #5F9F9F;
}
h2 > a {
  color: #2F4F4F;
}
h2 > a:link {
  text-decoration: none;
}
h2 > a:hover {
  color: #5F9F9F;
}
iframe {
 border: none;
}
.number {
  width: 201px;
  height: 50px;
}
.chart {
  width: 100%;
  height: 100vh;
  max-width: 1005px;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}
.img-full img {
  width: 100%;
}
.img-graphics {
  padding: 30px;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
  display: grid;
  margin-top: auto;
  margin-bottom: auto;
}
.img-donate {
  max-width: 250px;
  max-height: 250px;
  margin-top: auto;
  margin-bottom: auto;
}
.img-team {
  max-width: 200px;
  max-height: 200px;
}
.jumbotron {
  background-color: #E0EEEE;
  color: #303030;
  font-family: Montserrat, sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jumbotron img {
  width: 80%;
  max-height: 80vh;
  margin-top: 25px;
}
.container-fluid {
  padding: 60px 100px;
}
.full-page {
  padding-top: 100px;
  min-height: 100vh;
}
.bg-grey {
  background-color: #f6f6f6;
}
.bg-blue {
  background-color: #E0EEEE;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}
.logo-small {
  color: #8ab6b7;
  font-size: 50px;
}
.logo {
  color: #8ab6b7;
  font-size: 200px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 20px;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  border-radius: 20px 20px 0 0;
}
.carousel img {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  max-height: 500px;
}
#carCustomer {
  padding-left: 150px;
  padding-right: 150px;
  padding-bottom: 30px;
}
#carShop {
  padding: 75px;
}
.itemText {
  padding-top: 50px;
  padding-left: 75px;
  min-height: 100vh;
}
.itemText h3, .modal-header h3 {
  color: #303030;
}
.itemText h4, .modal-header h4 {
  color: #aaa;
}
.itemText h5 {
  font-size: 19px;
  color: #2F4F4F;
  margin-top: 30px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #8ab6b7;
}
.carousel-indicators li {
  border-color: #8ab6b7;
}
.carousel-indicators li.active {
  background-color: #8ab6b7;
}
.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
}
.btn {
  background-color: #8ab6b7;
  color: #fff;
  margin: 0;
}
.btn:hover, .btn:focus {
  border: 1px solid #8ab6b7;
  background-color: #fff !important;
  color: #8ab6b7;
}
.btn-block:disabled {
  background-color: #F08080;
  color: #fff;
  border: 0;
  margin: 0;
  pointer-events: none;
}
.blue.btn:hover, .blue.btn:focus {
  border: 1px solid #8ab6b7;
  background-color: #E0EEEE !important;
  color: #8ab6b7;
}
.panel {
  border: 1px solid #8ab6b7; 
  border-radius:20px !important;
  transition: box-shadow 0.5s;
  padding: 15px;
  margin: 30px 15px;
  height: 90%;
}
.panel:hover {
  box-shadow: 0 0 12px rgba(0,0,0, .2);
}
.panel h4 {
  margin: 0;
}
.panel h5 {
  color: #aaa;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.panel img {
  border-radius: 10px;
  width: auto;
  max-height: 300px;
}
.pattern {
  padding-top: 50px;
  padding-left: 75px;
}
.pattern h3, .modal-header h3 {
  color: #303030;
}
.pattern h4, .modal-header h4 {
  color: #aaa;
}
.pattern h5 {
  font-size: 19px;
  color: #2F4F4F;
  margin-top: 30px;
}
.pattern strong {
  color: #303030;
  padding-right: 6px;
}
.pattern img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin-top: 30px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row:before, .row:after {
  display: none !important;
}
.navbar {
  margin-bottom: 0;
  background-color: #8ab6b7;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
  color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #8ab6b7 !important;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
footer {
  background-color: #8ab6b7;
  color: #f5f5f5;
  padding: 32px;
}
footer .glyphicon {
  font-size: 20px;
  color: #f5f5f5;
  margin-bottom: 20px;
}
.modal {
  margin-top: 50px;
}
/* top right bottom left */
.modal-header {
  padding: 30px 30px 10px 40px;
}
.modal-body {
  padding: 30px 40px 40px 40px;
}
.modal label {
  font-size: 15px;
  color: #303030;
}
.form-control {
  font-size: 15px;
}
textarea {
  resize: none;
}
.form-group.required .control-label:after {
  content:" *";
  color:darkred;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
  .btn-block:disabled {
    margin-bottom: 35px;
  }
  .panel {
    padding: 0 15px;
  }
  .vertical-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #carCustomer {
    padding-left: 70px;
    padding-right: 70px;
  }
  .itemText, .pattern {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }
  .container-fluid {
  padding: 60px 50px;
  }
  .btn-lg {
    margin-bottom: 0;
  }
  .btn-block:disabled {
    margin-bottom: 0;
  }
  .item h4 {
    font-size: 15px;
  }
  #carCustomer {
    padding-left: 30px;
    padding-right: 30px;
  }
  #carShop {
    padding: 60px 40px;
  }
}
