/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #000;
  font-family: 'Roboto Condensed', "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.bg-red {
  background-color: #d2232a;
}

.bg-dark {
  background-color: #13171e !important;
}

.bg-grey {
  background-color: #f3f4f5 !important;
}

  .nv-full-bleed {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }

.header-img {
  background-image: url('./Otsikkokuva.jpg');
}

.lead {
  font-family: 'Roboto Condensed', sans-serif !important;
}

p {
  font-family: 'Arial', sans-serif;
  font-size: 1.1rem;
  font-weight: lighter;
}

.contact-header {
  font-family: 'Arial', sans-serif;
  letter-spacing: 1px;
}

.container {
  max-width: 1170px !important;
}

.header-container, .container-1361 {
  max-width: 1361px !important;
}

.header-container .pe-5,
.container-1361 .pe-5 {
  padding-right: 3.3rem !important;
}

.text-right {
  text-align: right !important;
}

.logo-container {
  text-align: right !important;
}

.text-blue {
  color: #23408f !important;
}

.text-bold {
  font-weight: bold;
}

.min-height-430 {
  min-height: 430px;
}

.header-text {
  font-family: 'Roboto Condensed Bold', sans-serif !important;
  font-size: 2.5rem;
  font-weight: bold;
  padding-top: 10rem;
}

input:placeholder-shown {
  background-color: #f3f4f5 !important;
}

textarea:placeholder-shown {
  background-color: #f3f4f5 !important;
}

.contact-wrap h3, .info-wrap h3 {
  color: #000;
  position: relative;
}

.contact-wrap h3::after, .info-wrap h3::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100px;
  height: 4px;
  background: #f1b914;
  content: '';
}

ul.dash {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  font-family: 'Abel', sans-serif;
  font-size: 1.2rem;
}

ul.dash>li:before {
  display: inline-block;
  content: "-";
  width: 2em;
  margin-left: -1em;
}

@media (max-width: 768px) {
  .header-img {
    background-image: none;
  }
  .contact-header {
    text-align: left !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .header-h5 {
    font-size: 1.25rem !important;
  }
  .header-text, .logo-container{
    text-align: left !important;
    padding-left: 0 !important;
    padding-bottom: 2rem !important;
  }
  .min-height-430 {
    min-height: 0;
  }
  .header-container {
    padding-left: 3rem !important;
  }
  .container {
    max-width: 800px !important;
  }

}

@media (max-width: 992px) {
  .header-img {
      background-image: none;
    }
  
    .contact-header {
      text-align: left !important;
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
  
    .header-h5 {
      font-size: 1.25rem !important;
    }
  
    .header-text,
    .logo-container {
      text-align: left !important;
      padding-left: 0 !important;
      padding-bottom: 2rem !important;
    }
  
    .min-height-430 {
      min-height: 0;
    }
    .header-container {
      padding-left: 3rem !important;
    }
    .container {
      max-width: 900px !important;
    }
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
}

.form-control {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
textarea.form-control {
  height: auto;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
}

.form-group {
  margin-bottom: 1rem;
}

.btn,
.form-control {
  height: 55px;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

form.border-right {
  padding-right: 6rem !important;
}


@media (max-width: 991.98px) {
  form.border-right {
    padding-right: 0 !important;
    border-right: none !important;
  }
}

label.error {
  font-size: 12px;
  color: red;
}

#message {
  resize: vertical;
}

i.circle-icon {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0 0 2px #888;
  padding: 0.5em 0.6em;
  color: #f1b914;

}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
