:root {
  --navy: rgba(0, 48, 146, 1);
  --navy-light: rgba(21, 93, 238, 1);
  --color-bttnCard: rgb(255, 0, 119);
  --color-bttnCard-hover: rgb(255, 0, 80);
  --blue-dark: rgb(126, 146, 236);
  --teal: rgba(0, 135, 158, 1);
  --blue-light: rgba(21, 241, 221, 0.2);
  /* --textColor-light: rgb(240, 245, 225); */
  --light: rgba(255, 242, 219, 1);
  --textColor-dark: rgb(124, 10, 10);
  --boxSadow: 5px 5px 10px rgb(86, 81, 81);
  /* --border-dark: 2px solid rgb(0, 0, 255); */
  --border-light: 2px solid rgba(21, 241, 221, 0.2);
  --orangeYellow: rgba(255, 171, 91, 1);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--navy);
}
.headImg {
  height: 200px;
}
.profil-area {
  padding: 80px 0;
}
.card {
  overflow: hidden;
  border: 2px solid var(--light);
  border-radius: 15px;
}
.main-text {
  padding: 30px 0;
}
.main-text h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  margin: 0 0 20px;
}
.main-text p {
  font-size: 16px;
  padding: 0 35px;
}
.cardH {
  /* max-width: 30em; */

  flex-direction: row;
  box-shadow: var(--boxSadow);
}
.cardH img {
  max-width: 25%;
  margin: auto;
  padding: 0.5em;
  border-radius: 0.7em;
}
.cardTitle {
  color: var(--color-bttnCard);
}
.titleCard {
  color: var(--color-bttnCard);
  padding-left: 15px;
}

.ctaTxt {
  border: 1px solid white;
  border-radius: 20px;
  padding: 0 10px;
}
.card-body {
  display: flex;
  justify-content: space-between;
}
.text-section {
  max-width: 100%;
}

.img1 img {
  height: 200px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}

.img2 img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: -30px;
}
.img2 i {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: -30px;
}

.socials {
  text-align: center;
  padding-bottom: 10px;
}
.socials i {
  font-size: 20px;
  color: darkcyan;
  margin: 5px;
}
.logoNieuws {
  height: 50px;
  width: 50px;
}
#weather-icon {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.city p {
  font-size: 1.5em;
  color: var(--color-bttnCard);
}
.temp {
  font-size: 2em;
  font-weight: bold;
}
#hum,
#description {
  font-size: 0.7em;
}
#temp {
  font-size: 1.1em;
}
.newCard {
  border: 2px solid white;
  border-radius: 10px;
  color: white;
}

@media (max-width: 755px) {
  #temp {
    font-size: 2em;
  }
  #weather-info {
    font-size: 4.5em;
  }
  #city {
    font-size: 1.1em;
  }
}
.colLeft,
.colCenter,
.colRight {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background-color: var(--orangeYellow);
}
.colLeft {
  border-left: 2px solid white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.colRight {
  position: relative;
  border-right: 2px solid white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.colLeft img,
.colRight img {
  border-radius: 10px;
}
iframe {
  width: 100%;
}
@media (max-width: 750px) {
  #temp-div {
    font-size: 1.5em;
  }
  #weather-info {
    font-size: 2em;
  }
  #city-div {
    font-size: 1.1em;
  }
  .colLeft {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 0;
  }
  .colCenter {
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-top: 0;
    border-bottom: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 0;
  }
  .colRight {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-top: 0;
  }
  .headImg {
    height: 120px;
  }

  #description-div {
    font-size: 2em;
  }
}
footer {
  height: 11vh;
}
@media screen and (max-width: 475px) {
  card {
    font-size: 0.9em;
  }
}

footer {
  height: 11vh;
}
@media screen and (max-width: 275px) {
  card {
    font-size: 0.9em;
  }
}
