@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: 'Prompt', sans-serif;
  background: #FFA800;
}
h1,
h2,
# h3,
h4,
h5,
h6 {
}
a {
}
a:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}

#svg-path-pos-1 {
  position: absolute;
  top: 10%;
}

.navigation-border {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.4s;
}
.nav-menu {
  padding: 1rem 0;
}
.nav-item {
  padding: 0 .5rem;
}
.nav-link {
  color: rgba(255, 255, 255, 0.785)!important;
  transition: .2s ease-in-out;
}
.nav-link:hover {
  color: rgba(255, 255, 255, 1)!important;
}
.loggedin {
  padding: .5rem 1.5rem!important;
  color: rgba(255, 255, 255, 1)!important;
  border: 2px solid white;
  transition: .2s ease-in-out;
}
.loggedin:hover{
  background: rgba(255, 255, 255, 0.285);
}

.btn.btn-primary {
  background: #ff3131;
  border: #ff3131;
}
.btn.btn-primary:hover {
  background: #fd5656;
  border: #fd5656;
}


.center-card {
  margin: 30px auto;
  height: 540px;
  max-width: 450px;
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 8px;
}
.center-card .content-in {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.center-card .content-in .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2.5rem;
  position: relative;
  z-index: 1;
  height: 100%;
}
.center-card .content-in .wrapper img {
  align-self: center;
}
.center-card .content-in .wrapper .text-in {
  align-self: flex-end;
}
.center-card .content-in .wrapper .text-in .heading {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #222;
}
.center-card .content-in .wrapper .text-in .btn {
  width: 200px;
  padding: .6rem;
}
.center-card .content-in .wrapper .location {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
.center-card .content-in .wrapper .temp {
  margin-top: 20px;
}
.center-card .content-in .wrapper .temp a {
  text-decoration: none;
  color: #fff;
}
.center-card .content-in .wrapper .temp a .temp-type {
  font-size: 85px;
}
.center-card .content-in .wrapper .temp .temp-value {
  display: inline-block;
  font-size: 85px;
  font-weight: 600;
  color: #fff;
}
.center-card .content-in .wrapper .temp .deg {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  vertical-align: top;
  margin-top: 10px;
}
.center-card .content-in:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  /* background: rgba(0, 0, 0, 0.5); */
}
.center-card.rain .content-in {
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-device-width: 575.98px) and (orientation: portrait) {
    #svg-path-pos-1 {
      pointer-events: none;
    }
}