/*!
 * Start Bootstrap - Freelancer v4.0.0-beta (https://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */

body {
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
  background-color: #e5e9f5;
}

p {
  font-size: 16px;
}

p.small {
  font-size: 14px;
}

span.small-caps {
  font-variant: small-caps;
}


#about.spacing {
  line-height: 1.6;
}

#what.image-bg {
  background-color: #1f1e1c;
  background-blend-mode: multiply;
  background-image: url('../img/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#clan.image-bg {
  background-color: #1f1e1c;
  background-blend-mode: multiply;
  background-image: url('../img/tribu.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#char.image-bg {
  background-color: #1f1e1c;
  background-blend-mode: multiply;
  background-image: url('../img/chars.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.row .box-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2rem 0 2rem 0;
}

.row .box-container .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 400px;
  height: auto;
  margin: 1rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #1f1e1ca4; /*a4 sets the opacity */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .3);
}

.row .box-container .box .box-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0px;
}

.row .box-container .box .box-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: .5rem 0 .5rem 0;
}

.row .box-container .box i {
  margin: 1rem 1rem 2rem 1rem;
}

.far.fa-copyright {
  margin: 0 .5rem 0 .5rem;
  transform: rotate(180deg);
}

.row .box-container .box .box-list li i, .row .box-container .box .box-list li p, .row .box-container .box .box-list li span {
  margin: 0 .5rem 0 .5rem;
}

.row .box-container .box .box-list li span {
  font-weight: 700;
}

a,
a.active,
a:active,
a:focus,
a:hover {
  color: #e5e9f5;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Carrois Gothic SC', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ac830f !important;
  margin-bottom: 2rem !important;
}

hr.star-light,
hr.star-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px;
}

hr.star-light:after,
hr.star-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005';
}

hr.star-light {
  border-color: #e5e9f5;
}

hr.star-light:after {
  color: #e5e9f5;
  background-color: #283033;
}

hr.star-primary {
  border-color: #d8de50;
}

hr.star-primary:after {
  color: #d8de50;
  background-color: #e5e9f5;
}

hr.empty-space {
  position: relative;
  padding: 2 2.25em;
}


.img-centered {
  margin: 0 auto;
}

.img-fluid {
  /*overriding di bootstrap.css*/
  max-width: auto;
  /* height: 80%; */
  width: 80%;
}

section {
  font-family: 'Raleway', sans-serif;
  padding: 100px 0;
  color: #e5e9f5;
  background: #44464a;
  /* box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, .3); */
}

section h2 {
  font-family: 'Carrois Gothic SC', sans-serif;
  font-size: 3em;
  margin: 0;
}

section.success {
  color: #e5e9f5;
  background: #1f1e1c;
}

.hide {
  display: none;
}

a.cliccaapri {
  color: black;
  font-size: 1em;
  text-decoration: underline;
}

.map-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin: 50px 0 10px; */
  position: relative;
}

.row p.text-centered {
  text-align: center !important;
  min-width: 100% !important;
}

/* overlay class for disabling scroll into OpenStreetMap iframes */
.map-container .overlay-h {
  position: absolute;
  right: 0px;
  width: calc(100% - 45px);
  height: 350px;
  /* background-color: rgba(0, 0, 0, .7); */
  border-radius: 0 1rem 1rem 0;
}

.map-container .overlay-v {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 45px;
  height: 274px;
  /* background-color: rgba(0, 0, 0, .7); */
  border-radius: 0 0 0 1rem;
}

.map-container iframe {
  width: 100%;
  display: block;
  border-radius: 1rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .3);
  border: none;
  position: relative;
  /* IE needs a position other than static */
}

/*:::::::::::::::::::::: Start media query :::::::::::::::::::*/

@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }

  section.first {
    padding-top: 75px;
  }
}

.scroll-top {
  position: fixed;
  z-index: 1049;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}

.scroll-top .btn {
  font-size: 16px;
  line-height: 28px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
}

.scroll-top .btn:focus {
  outline: none;
}

#mainNav {
  font-family: 'Carrois Gothic SC', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: #1f1e1c;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .3);
}

#mainNav a:focus {
  outline: none;
}

#mainNav .navbar-brand {
  font-size: 1.1rem;
  color: #e5e9f5;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #e5e9f5;
}

#mainNav .navbar-nav {
  letter-spacing: 1px;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #e5e9f5;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #e5e9f5;
  outline: none;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #e5e9f5;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  text-transform: uppercase;
  color: #e5e9f5;
  border-color: #e5e9f5;
}

#mainNav .navbar-toggler:focus,
#mainNav .navbar-toggler:hover {
  color: #e5e9f5;
  border-color: #e5e9f5;
  background-color: #e5e9f5;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }

  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link.active {
    color: #1f1e1c;
    border-radius: 3px;
    background: #e5e9f5;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link.active:active,
  #mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus,
  #mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
    color: #1f1e1c;
    background: #e5e9f5;
  }

  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

header.masthead {
  padding-top: 130px;
  padding-bottom: 50px;
  text-align: center;
  background: #1f1e1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

header.masthead .intro-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

header.masthead .intro-container img {
  max-width: 1200px;
  height: auto;
  /* margin-bottom: 2rem */
}

header.masthead .intro-container .name {
  font-family: 'Carrois Gothic SC', sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  display: block;
  color: #e5e9f5;
}

header.masthead .intro-container .undername {
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  font-weight: lighter;
  color: #585858;
}

@media (min-width: 768px) {
    /* header.masthead .intro-container .name {
      font-size: 4.75em;
    } */

    header.masthead .intro-container .undername {
      font-size: 21px;
    }
  }

  #faq a {
    color: #1f1e1c;
  }


  #portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
  }

  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
  }

  #portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(24, 188, 156, 0.9);
  }

  #portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
  }

  #portfolio .portfolio-item .portfolio-link .caption .caption-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: #e5e9f5;
  }

  #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
  }

  #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
  #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
  }

  #portfolio * {
    z-index: 2;
  }

  @media (min-width: 767px) {
    #portfolio .portfolio-item {
      margin: 0 0 30px;
    }
  }

  .portfolio-modal .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0;
  }

  .portfolio-modal .modal-dialog .modal-content h2 {
    font-size: 3em;
    margin: 0;
  }

  .portfolio-modal .modal-dialog .modal-content img {
    margin-bottom: 30px;
  }

  .portfolio-modal .modal-dialog .modal-content .item-details {
    margin: 30px 0;
  }

  .portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
  }

  .portfolio-modal .close-modal:hover {
    opacity: 0.3;
  }

  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #d8de50;
  }

  .portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #d8de50;
  }

  .portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
  }

  .floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
  }

  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
  }

  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
  }

  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
  }

  .floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
  }

  .floating-label-form-group-with-focus label {
    color: #283033;
  }

  form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
  }

  footer {
    color: #e5e9f5;
  }

  footer h3 {
    margin-bottom: 30px;
  }

  footer .footer-above {
    padding-top: 50px;
    background-color: #44464a;
  }

  footer .footer-col a {
    margin-bottom: 50px;
    color: #e5e9f5;
  }

  footer .footer-below {
    padding: 25px 0;
    background-color: #44464a;
    color: #e5e9f5;
  }

  .btn-outline {
    font-size: 20px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
    color: #e5e9f5;
    border: solid 2px #e5e9f5;
    background: transparent;
  }

  .btn-outline.active,
  .btn-outline:active,
  .btn-outline:focus,
  .btn-outline:hover {
    color: #283033;
    border: solid 2px #e5e9f5;
    background: #e5e9f5;
  }

  .btn-primary {
    font-weight: 700;
    color: #e5e9f5;
    border-color: #d8de50;
    background-color: #d8de50;
  }

  .btn-primary.focus,
  .btn-primary:focus {
    color: #e5e9f5;
    border-color: black;
    background-color: #1a252f;
  }

  .btn-primary:hover {
    color: #e5e9f5;
    border-color: #161f29;
    background-color: #1a252f;
  }

  .btn-primary.active,
  .btn-primary:active,
  .open>.btn-primary.dropdown-toggle {
    color: #e5e9f5;
    border-color: #161f29;
    background-color: #1a252f;
  }

  .btn-primary.active.focus,
  .btn-primary.active:focus,
  .btn-primary.active:hover,
  .btn-primary:active.focus,
  .btn-primary:active:focus,
  .btn-primary:active:hover,
  .open>.btn-primary.dropdown-toggle.focus,
  .open>.btn-primary.dropdown-toggle:focus,
  .open>.btn-primary.dropdown-toggle:hover {
    color: #e5e9f5;
    border-color: black;
    background-color: #0d1318;
  }

  .btn-primary.active,
  .btn-primary:active,
  .open>.btn-primary.dropdown-toggle {
    background-image: none;
  }

  .btn-primary.disabled.focus,
  .btn-primary.disabled:focus,
  .btn-primary.disabled:hover,
  .btn-primary[disabled].focus,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #d8de50;
    background-color: #d8de50;
  }

  .btn-primary .badge {
    color: #d8de50;
    background-color: #e5e9f5;
  }

  .btn-success {
    font-weight: 700;
    color: #e5e9f5;
    border-color: #283033;
    background-color: #283033;
  }

  .btn-success.focus,
  .btn-success:focus {
    color: #e5e9f5;
    border-color: #0a4b3e;
    background-color: #128f76;
  }

  .btn-success:hover {
    color: #e5e9f5;
    border-color: #11866f;
    background-color: #128f76;
  }

  .btn-success.active,
  .btn-success:active,
  .open>.btn-success.dropdown-toggle {
    color: #e5e9f5;
    border-color: #11866f;
    background-color: #128f76;
  }

  .btn-success.active.focus,
  .btn-success.active:focus,
  .btn-success.active:hover,
  .btn-success:active.focus,
  .btn-success:active:focus,
  .btn-success:active:hover,
  .open>.btn-success.dropdown-toggle.focus,
  .open>.btn-success.dropdown-toggle:focus,
  .open>.btn-success.dropdown-toggle:hover {
    color: #e5e9f5;
    border-color: #0a4b3e;
    background-color: #0e6f5c;
  }

  .btn-success.active,
  .btn-success:active,
  .open>.btn-success.dropdown-toggle {
    background-image: none;
  }

  .btn-success.disabled.focus,
  .btn-success.disabled:focus,
  .btn-success.disabled:hover,
  .btn-success[disabled].focus,
  .btn-success[disabled]:focus,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:hover {
    border-color: #283033;
    background-color: #283033;
  }

  .btn-success .badge {
    color: #283033;
    background-color: #e5e9f5;
  }

  .btn-social {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #e5e9f5;
    border-radius: 100%;
  }

  .btn.active,
  .btn:active,
  .btn:focus {
    outline: none;
  }

  button.tablinks {
    outline: none !important;
  }


  .wup {
    padding: 1em;
    background: #d8de50;
    color: #283033;
  }

  @media (max-width: 767px) {
    p {
      margin: 1rem;
      text-align: justify;
    }

  }
