eis.css 2.24 KB
body {
  /*background-image: url("static/img/bg1.jpg");*/
  width: 100%;
}
.judul {
    /*margin-top: 1.175em;*/
    margin-bottom: 0;
    padding: 1.125em;
    color: #0097e6;
}
.judul h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    text-align: right;
    letter-spacing: normal;
}
.judul h2 {
    text-transform: uppercase;
    font-weight: 400;
    text-align: right;
}

.judul img {
  max-width: 90px;
}
.well {
  border-top: 5px solid #fff;
  position: relative;
  margin-bottom: 5px;
  /*padding: 0 auto;*/
}
.welcome {
  margin: 0 auto;

}
.welcome h2 {
  font-size: 1.525em;
  font-weight: bold;
  color: #485460;
  text-align: left;
}
.welcome h3 {
  text-transform: capitalize;
  font-weight: normal;
  color: #7f8c8d;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card img {
  display: block;
  margin-top: 1.25px;
  min-width: 100%;
}

.card-content {
    padding: 2px 16px;
}

.card-content h4 {
  margin-top: 1.125em;
  margin-bottom: 1.5em;
  font-size: .925em;
  font-weight: bold;
  color: #3d3d3d;
}
/*@media (min-width: 767px) {
  .judul {
    margin-top: 10px;
    color: #777;
    font-size: 40px;
    font-weight: normal;
    padding-left:320px;
  }
  }*/
/*@media (min-width: 767px) {
  .subjudul {
    padding-left:320px;
  }
  }*/
/*.subjudul {
  margin-bottom: 0px;
  margin-bottom: 20px;
  color: #777;
  padding-left:0px;
  }*/
  .alert {
    border-radius: 0px !important;
  }
  .alert-judul {
    color: #fff;
    background-color: #6497C9;
    border-color: #5580AA;
  }
  .alert-judul h3 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    font-weight: bold;
  }

  @media only screen and (max-width: 750px) {
    canvas {
      width: 100% !important;
      height: auto !important;
    }
    .judul {
      margin: 0 auto;
      padding: 0;
    }
    .judul h1, .judul h2 {
      text-align: center;
    }
    .judul h1 {
      font-size: 1.275em;
    }
    .judul h2 {
      font-size: .925em;
    }

    .judul img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 40%;
    }
    .alert-judul h3 {
      font-size: 1.125em;
    }
  }