@font-face {
  font-family: 'JosefinSans-Regular';
  src: url('../fonts/JosefinSans-Regular.ttf') format('truetype');
  /* font-weight: bold; */
  /* font-style: normal; */
}

@font-face {
  font-family: 'JosefinSans-Bold';
  src: url('../fonts/JosefinSans-Bold.ttf') format('truetype');
  /* font-weight: bold; */
  /* font-style: normal; */
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 12px;
  margin: 0px 0px 16px 0px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: white;
  /*box-shadow: 0 3px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;*/
}
/*
.StripeElement--focus {
  box-shadow: 0 3px 5px 0 #cfd7df;
}
*/
.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.container a {
  color: #35b6b4 !important;
}

.main-area a {
  color: #35b6b4 !important;
}

.main-area a:hover {
  text-decoration: none;
}

label {
  font-family: 'JosefinSans-Regular', Arial, sans-serif !important;
  font-size: 16px !important;
}

input {
  font-family: 'JosefinSans-Regular', Arial, sans-serif !important;
  font-size: 16px !important;
}

select {
  font-family: 'JosefinSans-Regular', Arial, sans-serif !important;
  font-size: 16px !important;
}

hr {
  border: 1px solid black !important;
  /*border-radius: 5px;*/
  width: 7%;
  text-align: left;
  margin: 30px 0px !important;
}

h2 {
  font-family: 'JosefinSans-Bold', Arial, sans-serif !important;
  font-size: 40px !important;
}

h6 {
  font-family: 'JosefinSans-Bold', Arial, sans-serif !important;
  font-size: 15px !important;
  color: #58585d !important;
  text-transform: uppercase;
  padding: 80px 0px 0px 0px;
}

p {
  font-family: 'JosefinSans-Regular', Arial, sans-serif !important;
  font-size: 16px !important;
}

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

.hbgm-stafett-logo {
  display: flex;
  justify-content: center;
  padding: 80px 0px 0px 0px;
}

.hbgm-stafett-logo img {
  max-width: 120px;
}

.sponsor-logo {
  display: flex;
  justify-content: center;
  padding: 80px 0 0 0;
}

.sponsor-logo img {
  max-width: 270px;
}

.footer {
  background-color: black;
  padding: 40px 0px;
  font-family: 'JosefinSans-Regular', Arial, sans-serif !important;
  font-size: 13px !important;
  color: #b9b9b9;
  margin: 0px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  color: #35b6b4;
  text-decoration: none;
}

.footer-hr {
  border: 1px solid #333 !important;
  width: 100%;
  margin: 0px;
}

.social {
  text-align: right;
}

.social img {
  margin: 4px;
}

body,
html {
  height: 100%;
  margin: 0;
  font-family: 'JosefinSans-Regular', Arial, sans-serif !important;
  font-size: 16px !important;
}
/* Tints the entire registartion form
.tint:after {
	content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    opacity: .15;
    pointer-events: none;
    background: #35b6b4;
    width: 100%;
	height: 100%;
}
*/

.kids-header-bg {
  /*position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	*/
  z-index: -1;
  /* The image used */
  background-image: url('../img/header_register_kids.jpg');

  /* Full height */
  height: 48%;

  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-logo {
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: 1;
}

.frasse {
  display: flex;
  justify-content: center;
  align-items:  center;
  width: 100%;
  height: 150px;
  background-color: #045249;
  margin-bottom: 70px;
}

.frasse img {
  width: 300px;
}