
body {
    font-family: 'Noto Sans', sans-serif;
}

.fakultas{
    color: #7f8c8d;
    font-size: 18px;
}

.issn {
  font-size: 14px;
}

.coverjurnal {
    width: 150px;
}

.journaltitle {
    font-size: 28px;
}

.defn {
    font-size: 12px;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
.container {
  padding-right: 15px;
  padding-left: 15px;
}

h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}

/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}





@media (max-width: 720px) {
  .issn {
    text-align: center;
    padding-top: 12px;
  }
  .gmbr {
    align-content: center;
    align-items: center;
    text-align: center;
    align-self: center;
  }
  .journaltitle {
    align-content: center;
    align-items: center;
    text-align: center;
    align-self: center;    
  }
  .defn {
    align-content: center;
    align-items: center;
    text-align: center;
    align-self: center;    
  }
}




