body {
  /*font-family: 'Lato', sans-serif;*/
  /*background-image: url(".././assets/test1.png");*/
  /*background-position: center;*/
  /*background-color: #FFF8E1;*/
}

.shade {
  background-color: rgba(255, 255, 255, 0.3);
}

.left {
  text-align: left !important;
}

.stars {
  color: #f1c40f;
}

.centeralign {
  text-align: center;
}

.textleft {
  text-align: left !important;
}

.mdl-layout__header {
  background-color: #000;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

a {
  text-decoration: none;
  color: #0091EA;
}

a:hover {
  text-decoration: none;
  color: #1A237E;
}

a:focus {
  text-decoration: none;
  color: #000;
}

a:active {
  text-decoration: none;
  color: #D32F2F;
}

img {
  margin: 0 auto;
}

.white {
  background-color: rgba(255, 255, 255, 0.5);
  /*border-radius: 2%;*/
}


.smallbox {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  /*color: inherit;*/
  background-color: #ECEFF1;
}

.otherbox {
  padding: 30px;
  /*padding-bottom: 30px;*/
  margin: 20px;
  /*color: inherit;*/
  /*background-color: #ECEFF1;*/
}


.controltext {
  padding: auto;
  margin: auto;
}

/*.smallbox h1,
.smallbox .h1 {
  color: inherit;
}
.smallbox p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.smallbox > hr {
  border-top-color: #d5d5d5;
}
.container .smallbox,
.container-fluid .smallbox {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.smallbox .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .smallbox {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .smallbox,
  .container-fluid .smallbox {
    padding-right: 60px;
    padding-left: 60px;
  }
  .smallbox h1,
  .smallbox .h1 {
    font-size: 63px;
  }
}*/


.aboutbox {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  /*background-color: #FFF8E1;*/
}

.aboutbox h1,
.aboutbox .h1 {
  color: inherit;
}
.aboutbox p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.aboutbox > hr {
  border-top-color: #d5d5d5;
}
.container .aboutbox,
.container-fluid .aboutbox {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.aboutbox .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .aboutbox {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .aboutbox,
  .container-fluid .aboutbox {
    padding-right: 60px;
    padding-left: 60px;
  }
  .aboutbox h1,
  .aboutbox .h1 {
    font-size: 63px;
  }
}




.services .media {
  margin-bottom: 30px;
}
.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #222222;
  border-radius: 100%;
  font-size: 30px;
}
.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}
.services .media .media-body h3 {
  margin-bottom: 15px;
}
.services .media .media-body ul {
  list-style: inside;
  padding: 0;
}
.services .media .media-body ul li {
  margin-bottom: 10px;
}
