/*!
 * Rewrite Bootstrap v4.1.3 (https://getbootstrap.com/)
 */
/* Variables */
/*  Base */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font: 100% Helvetica, sans-serif;
  color: #fff;
  /*background-color: $primary-color;*/
  background: url(./../images/background.jpg) center center/cover no-repeat fixed;
  letter-spacing: 0.2rem;
  line-height: 2rem;
}

h1, h2, h3, h4 {
  font-family: "Kaushan Script", cursive !important;
  letter-spacing: 0.2rem;
  color: #867a53;
  font-weight: bolder;
}

h1, h2 {
  text-shadow: 2px 2px antiquewhite;
}

nav {
  border-bottom: solid 0.2rem #2b3035;
}
nav .navbar-dark {
  background-color: #343a40;
}

.navbar {
  padding: 1rem 1rem;
  font-family: "Kaushan Script", cursive !important;
  letter-spacing: 0.2rem;
}
.navbar .navbar-brand {
  font-size: 1.4rem;
  font-weight: bolder;
  color: #867a53 !important;
  text-shadow: 1px 1px antiquewhite;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: antiquewhite;
}

footer {
  background-color: #343a40;
}
footer .text {
  font-family: "Kaushan Script", cursive !important;
}

.btn-primary {
  background-color: #867a53;
  border: #867a53;
}

.btn-primary:hover {
  background-color: #867a53;
  border: #867a53;
  opacity: 0.9;
}

@media (max-width: 768px) {
  body {
    position: relative;
    font: 100% Helvetica, sans-serif;
    color: #fff;
    /*background-color: $primary-color;*/
    background: url(./../images/background-small.jpg) center center/cover no-repeat fixed;
    letter-spacing: 0.1rem;
    line-height: 1.4rem;
  }

  h1, h2, h3, h4 {
    font-family: "Kaushan Script", cursive !important;
    letter-spacing: 0.1rem;
    color: #867a53;
    font-weight: bolder;
  }

  h1 {
    font-size: 1.8rem;
  }

  nav {
    border-bottom: solid 0.2rem #2b3035;
  }
  nav .navbar-dark {
    background-color: #343a40;
  }

  .navbar {
    padding: 1rem 1rem;
    font-family: "Kaushan Script", cursive !important;
    letter-spacing: 0.2rem;
  }
  .navbar .navbar-brand {
    font-size: 1rem;
    font-weight: bolder;
    color: #867a53 !important;
  }

  footer {
    background-color: #343a40;
  }

  .btn-primary {
    background-color: #867a53;
    border: #867a53;
  }

  .btn-primary:hover {
    background-color: #867a53;
    border: #867a53;
    opacity: 0.9;
  }
}
/*  About */
#about .rounded-circle {
  max-width: 300px;
}
#about .card {
  background-color: #343a40;
  padding: 1rem 3rem;
}

@media (max-width: 768px) {
  #about .rounded-circle {
    max-width: 250px;
  }
  #about .card {
    background-color: #343a40;
    padding: 1rem 1rem;
  }
  #about .lead {
    font-size: 0.9rem;
  }
}
/*  Portfolio */
#portfolio {
  background-color: #343a40;
}
#portfolio .card {
  padding: 1rem 3rem;
}
#portfolio .card-text {
  font-size: 1.25rem;
  font-weight: 300;
}
#portfolio .youtube iframe {
  width: 100%;
  max-height: 800px;
  min-height: 500px;
}

@media (max-width: 768px) {
  #portfolio {
    background-color: #343a40;
  }
  #portfolio .card {
    padding: 1rem 1rem;
  }
  #portfolio .card-text {
    font-size: 0.9rem;
  }
  #portfolio .youtube iframe {
    width: 100%;
    max-height: 400px;
    min-height: 0;
  }
}
/*  Contact */
#contact {
  background-color: #343a40;
}
#contact .card .form-group {
  margin: 1.2rem 1rem;
  text-align: left !important;
}
#contact .form-control2 {
  height: calc(5.25rem + 2px) !important;
}
#contact .table {
  margin: 0 auto 3rem;
  width: 90%;
}
#contact .table a {
  color: #fff;
}
#contact .table tr:last-child {
  border-bottom: 1px solid #dee2e6;
}
#contact form {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  #contact .table th {
    border-top: 1px solid #dee2e6;
    display: block;
    padding: 0.35rem;
  }
  #contact .table td {
    border-top: 0px solid #dee2e6;
    display: block;
    padding: 0.35rem;
  }
  #contact form {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
