body {
  font-family: "Lato", sans-serif;
  color: #747704;
  font-weight: 300;
  text-shadow: 4px 4px 4px #aaa;
}

.text-muted {
  color: #bcbbbb;
}

.text-thin {
  font-weight: 100;
}

.title-super {
  font-size: 60px;
  color: #00aae8;
  text-align: right;
}

.title-logo {
  margin-top: 35px;
  margin-left: 10px;
}

.title {
  padding-left: 20px;
}

hr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background-color: #bcbbbb;
}

div img {
  display: block;
  margin: 20px;
}

div a {
  font-size: 15px;
}

div p {
  text-align: center;
  image-resolution: from-image;
}

h1 {
  color: #00aae8;
  font-family: "Lato:100", sans-serif;
}

h2 {
  color: #bcbbbb;
  font-family: "Lato", sans-serif;
  font-weight: 100;
}

h3 {
  text-align: center;
  font-size: 20px;
}

h4 {
  text-align: right;
  color: #f8981c;
}

.app {
  display: flex;
}

.grid {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width:  575px) {
  .row {
    flex-direction: column;
  }

  .col-md-4 {
    width: 100%;
  }
}

.row {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.col-md-1 {
  width: 8.33%;
}

.col-md-2 {
  width: 16.66%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.33%;
}

.col-md-5 {
  width: 41.66%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.33%;
}

.col-md-8 {
  width: 66.66%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.33%;
}

.col-md-11 {
  width: 91.66%;
}

.col-md-12 {
  width: 100%;
}
