/* @import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'); */
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300|Raleway:700');

html,
body {
  height: 100%;
  /* background-image: linear-gradient(to right top, #555555, #816C7D, #BD7F8E, #F29985, #FFC272, #F9F871); */
  /* background: #44A08D;  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(0deg, #2c3e50, #4ca1af);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(0deg, #2c3e50, #4ca1af); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(30deg, #093637, #44A08D);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(30deg, #093637, #44A08D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: url('bg3.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 4.286rem;
  font-weight: 700;
  line-height: 6.5rem;
  font-style: normal;
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
  letter-spacing: -0.05em;
  /* color: #585858; */
  color: #fff;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.infoboks {
  border-radius: 8px;
  padding: 50px 15%;
  /* background: rgba(255,255,255,.3); */
  overflow: hidden;
  -webkit-animation: fadein 2s ease-in; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s ease-in; /* Firefox < 16 */
  -ms-animation: fadein 2s ease-in; /* Internet Explorer */
  -o-animation: fadein 2s ease-in; /* Opera < 12.1 */
  animation: fadein 2s ease-in;
}

.infoboks:before {
  content: "";
  filter: blur(10px);
}

/*
#container{
  width: 400px;
  height: 150px;
  background: inherit;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -75px;
  border-radius: 8px;
}
#container:before{
  width: 450px;
  height: 200px;
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  bottom: 0;
  right: 0;
  background: inherit;
  box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.2);
  filter: blur(10px);
}
*/
