/* Styling Code */

/* FONTS
font-family: 'Anton', sans-serif;
font-family: 'Caveat', cursive;
font-family: 'Fjalla One', sans-serif;
font-family: 'Fredoka One', cursive;
font-family: 'Lexend Tera', sans-serif; */

/* Colorhunt.co
https://colorhunt.co/palette/181018 */

body {
  font-family: 'Fredoka One', cursive;
}

h1, h2, h3 {
  font-family: 'Anton', sans-serif;
}

h4, h5 {
  font-family: 'Fredoka One', cursive;
}


p {
  font-size: 25px;
  font-family: 'Caveat', cursive;
}

a {
  color: #888888;
}

a:hover {
  color: #000;
  text-decoration: none;
}


::selection {
  color: #000;
  background: #888888;
}


/* Nav Bar */
#navbar {
  padding: 1.5% 5%;
}

.logo {
  width: 100px;
}


/* Header */
#header {
  text-align: center;
  width: 100%;
  padding: 10% 0 0.5% 7%;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #373B44;
  height: 400px;
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("../img/a/bg/header-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
    }

#header:nth-of-type(2n) {
    background-color: #fff;
  }

.head-img {
  margin: 5% 7%;
  width: 100px;
}


.slogan {
  padding-top: 7%;
}

/* About */
#about {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.3rem;
  padding: 3% 15%;
  background-color: #f0f0f0;
}

.about-h {
  text-align:center;
}

.personal-image {
  margin: 1% 3%;
  border-radius: 100%;
  width: 200px;
}

.p {
  font-family: 'Lexend Tera', sans-serif;
}

.text-list {
  text-align: left;
}

.p-pi {
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}

/* Tasks */

#tasks {
  padding: 5% 5%;
  background-color: #fff;
  text-align: center;
}


/* Carousel */
#carousel {
  width: 100%;
  text-align: center;
  background-color: #f0f0f0;
}

.carousel-item {
  padding: 0% 15%;
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

/* .map iframe {
  pointer-events: none;
} */

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}


/* contact */

#contact {
  padding: 5% 5%;
  background-color: #fff;
  text-align: center;
}

.social-icon-card {
  padding: 5% 3%;
  transition: all .2s ease-in-out;
}

.social-icon-card:hover {
  transform: scale(1.1);
  color: #000;
}

.social-icon {
  padding: 5% 1.5%;
  transition: all .2s ease-in-out;
}

.social-icon:hover {
  transform: scale(1.1);
  color: #000;
}
