@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900");
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");
body {
  font-family: "Montserrat", sans-serif;
  background: url(../img/bg.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  overflow-x: hidden;
  padding-top: 5%;
}

@media screen and (max-width: 1280px) {
  body {
    background: url(../img/bg_realme7pro.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    overflow-x: hidden;
    padding-top: 5%;
  }
}

@media screen and (max-width: 1280px) {
  .weather-card {
    background: #fff;
    box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
}

.weather-card {
  margin: 60px auto;
  background: #fff;
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 5px;
}

.weather-card .top {
  position: relative;
  height: 370px;
  width: 100%;
  overflow: hidden;
  background: url("../img/pegawai.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.weather-card:hover {
  cursor: pointer;
}
.weather-card .top .wrapper {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.weather-card .top .wrapper .mynav {
  height: 20px;
}
.weather-card .top .wrapper .mynav .lnr {
  color: #fff;
  font-size: 20px;
}
.weather-card .top .wrapper .mynav .lnr-chevron-left {
  display: inline-block;
  float: left;
}
.weather-card .top .wrapper .mynav .lnr-cog {
  display: inline-block;
  float: right;
}
.weather-card .top .wrapper .heading {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}
.weather-card .top .wrapper .location {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
.weather-card .top .wrapper .temp {
  margin-top: 20px;
}
.weather-card .top .wrapper .temp a {
  text-decoration: none;
  color: #fff;
}
.weather-card .top .wrapper .temp a .temp-type {
  font-size: 85px;
}
.weather-card .top .wrapper .temp .temp-value {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.weather-card .top .wrapper .temp .deg {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  vertical-align: top;
  margin-top: 10px;
}
.weather-card .top:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.weather-card .bottom {
  padding: 6%;
  background: #fff;
  text-align: center;
}

.weather-card .bottom2 {
  padding: 6%;
  background: #fff;
  text-align: center;
}

.weather-card .bottom3 {
  padding: 6%;
  background: #fff;
  text-align: center;
}

.weather-card .bottom4 {
  padding: 6%;
  background: #fff;
  text-align: center;
}
.weather-card.pd .top {
  background: url("../img/pd.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.weather-card.keuangan .top {
  background: url("../img/finance.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.weather-card.sarpras .top {
  background: url("../img/sarpras.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
