@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

body {
  background-image: url("../assets/bg-sky-transparent.jpg");
}

.head-1 {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

.head-1:hover {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #8fbc8f;
  box-shadow: 0 5px #999;
  margin: 5px 0;
}

#yello {
  width: 10%;
  height: 10%;
  margin: auto;
  margin-top: 120px;
  display: flex;
  justify-content: center;
}

#untar {
  width: 13%;
  height: 10%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

h5 {
  color: #f03224;
  font-weight: bold;
  font-size: 14px;
}

p {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.table-sm {
  width: 60% !important;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  #yello {
    width: 15%;
    height: 15%;
    margin: auto;
    margin-top: 120px;
    display: flex;
    justify-content: center;
  }

  #untar {
    width: 20%;
    height: 20%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }

  h5 {
    color: #f03224;
    font-weight: bold;
    font-size: 8px;
  }

  p {
    font-size: 9px;
    margin-top: 10px;
  }

  .table-sm {
    width: 70% !important;
    font-size: 9px;
    margin: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 360px) {
  #yello {
    width: 15%;
    height: 15%;
    margin: auto;
    margin-top: 120px;
    display: flex;
    justify-content: center;
  }

  #untar {
    width: 20%;
    height: 20%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }

  h5 {
    color: #f03224;
    font-weight: bold;
    font-size: 8px;
  }

  p {
    font-size: 9px;
    margin-top: 10px;
  }

  .table-sm {
    width: 80% !important;
    font-size: 9px;
    margin: auto;
    text-align: center;
  }
}
