@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
background-color: #fff;
}

.container {
  width: 70%;
}

.bg-white {
    font-weight: 700;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	width: 100%;
  	justify-content: center;
  	margin-left: auto;
  	margin-right: auto;
    outline: none;
}

.mx-lg-1 {
    margin-right: 0.65rem!important;
    margin-left: 0.65rem!important;
}

.nav-link {
  color: #297FA4 !important;

}

.navbar-brand a {
  font-family: "Oleo Script Swash Caps";
  font-size: 2rem;
  color: #297FA4;
  text-decoration: none;
}

.jumbotron {
  background-image: url("https://images.unsplash.com/photo-1511632765486-a01980e01a18?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  height: calc(100vh - 0px);
  min-height: 25rem;
  max-width: 100%;
  overflow: hidden;
  padding-top: 12rem;
  padding-left: 4rem;
  padding-right: 4rem;
  z-index: 0;
}


.jumbotron h1 {
  color:#FEFED3;
  padding-top: 12rem;
  z-index: 99;
}

.lead {
  padding-top: 16rem;
  z-index: 99;
}


#services {
  justify-content: center;
  padding-top: 12rem;
  padding-bottom: 4rem;
}

#kontakt {
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

#omoss {
  justify-content: center;
  padding-top: 12rem;
  padding-bottom: 4rem;
}

#blikund {
  justify-content: center;
  padding-top: 12rem;
  padding-bottom: 4rem;
}

#lecura {
  justify-content: center;
  padding-top: 12rem;
  padding-bottom: 4rem;
}

#integritet {
  justify-content: center;
  padding-top: 12rem;
  padding-bottom: 4rem;
}


.card {
  background-color: transparent;
}

.card-body {
  padding-top: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-header {
  height: 100px;
  background-color: transparent;
  border: 0px;
  margin-bottom: 1rem;
}

.card-title {
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-text {
  font-weight: 300;
  padding: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0px;

}

.fs-1 {
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
}


.bi {
  font-size: 4rem;
  color: #297FA4;
}

.img-fluid {
  height: auto;
}

.bg-body-tertiary {
  background-color: #fff !important;
  margin-bottom: 0px !important;
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.bg-body-tertiary .col, .fs-4 {
  text-align: center !important;
  width: 100%;
  font-weight: 400;
}

.btn-lg {
  margin-top: 18px !important;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
  background-color: #297FA4 !important;
  border-color: #297FA4 !important;
  border-width: 2px;
  color: #fff !important;
  width: 160px;
  height: 50px;
  transition: color 0.3s ease-in-out;
}

.bg-body-tertiary {
  padding:42px;
  transition: color 0.3s ease-in-out;
}

.btn-lg:hover {
  background-color: #13668B  !important;
  color: #fff !important;
}

/* FORM */


.form-control {
    border: 1px !important;
    outline: none;
    padding: 26px 20px 10px 20px !important;
}

.form-floating {
    border: 1px #000 solid;
    border-radius: 5px;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    outline: none !important;
}


.form-control:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

#floatingTextarea {
  height: 200px;
}

.btn-outline-light {
  font-size: 1.2rem;
  color: #fff;
}

.btn-outline-light:hover {
  background-color: #13668B;
  color:#fff;
}

footer {
  background-color: #297FA4;
	color: #fff !important;
	padding: 2rem;
	font-size: 20px;
  height: auto;
}

footer p {
  font-size: 1rem;

}

.mx-auto {
  text-align: center;
}

#copyright {
  background-color: #13668B;
}

@media only screen and (max-width: 1024px) {

  .container {
    width: 100%;
  }

  .fs-1 {
    font-size: 20px !important;
  }

  .card-text {
    font-size: 14px !important;
  }

  .img-fluid {
    padding-top: 1rem;
  }

}

@media only screen and (max-width: 749px) {

.services {
  padding: 1rem !important;
}

.container {
  width: 100%;
}


.bg-body-tertiary .btn-lg {
  width: 280px;
  height: 80px;
}

.p-2 {
  font-weight: 600;
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

.bg-body-tertiary {
  padding:24px;
}

.container {
  width: 100%;
}

.bi-list{
    font-size: 0.9rem;
    color: #297FA4;
    padding: 4px;
    border-color: #000;
}

.fs-1 {
  padding-top: 12px;
  font-size: 16px;
}

.card-text {
  padding-top: 16px;
}

.card-title {
  padding-left: 16px;
}

.card-body {
  padding-left: 0px;
}

.navbar {
  padding: 1rem;
}

.navbar-toggler {
  color: #1A4A5C !important;
  border: 1px #1A4A5C solid;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;

}

.nav-item {
  padding-right: 1rem;
}

.jumbotron h1 {
  font-size: 1.4rem;
  padding-top: 4rem;
}

.integtext {
  padding-top: 8rem;
}

.btn-outline-light, .bi {
  width: 400px;
  margin-bottom: 24px
}

.bi {
  font-size: 2.5rem;
}

.g-1 {
  width: 100%;
  margin: 0px;
}

#services {
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

#kontakt {
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

#omoss {
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

#blikund {
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

#integritet {
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

}
