@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
@import url(https://fonts.googleapis.com/css?family=Lato);



body {
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    font-weight: 300;
    margin: 0;
  }

.wrapper {
    background: #ED1C24;
    position: absolute;
    top: calc(50vh - 200px);
    left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

h1 {
    font-size: 40px;
    font-weight: 200;
  }

h2 {
    font-size: 30px;
    font-weight: 200;
}

.cim{
    position: absolute;
    top: calc(50vh - 240px);
    height: 40px;
    width: 100%;
}

.cim h1{
    color: #ED1C24;
    font-weight: 200;
    margin: 0;
    margin-left: 30px;
    font-family: 'Lato', sans-serif;
}

.col-6{
    float: left;
    width: 50%;
    min-width: 300px;
}

.col-3{
  float: left;
  width: 25%;
}

.jobb {
    margin-top: 45px;
}

.alert{
    width: 300px;
    margin: auto;
}

.container {
    max-width: 80%;
    margin: 0 auto;
    padding: 60px 0;
    height: 400px;
    text-align: center;
  }

  form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
  }
  
  form input {
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    width: 250px;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-size: 18px;
    color: white;
    transition-duration: 0.25s;
    font-weight: 300;
  }
  form input:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  form input:focus {
    background-color: white;
    width: 300px;
    color: #333;
  }

  form input[type="radio"] {
    display: inline;
    width: auto;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 46px;
  }

  button {
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    width: 250px;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-size: 18px;
    color: white;
    transition-duration: 0.25s;
    font-weight: 300;
  }

  button:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

  a {
    text-decoration: none;      
  }

