@charset  "utf-8";

/* - .swedish
 ------------------------------------------------------------ */
.swedish {
    background-color: #fff;
    line-height: 1.5;
}


/* - section
 ------------------------------------------------------------ */
.swedish section h2 {
    text-align: center;
}

/* - header
 ------------------------------------------------------------ */

.swedish header {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 80vh;
    width: 100%;
}
.swedish header h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swedish header h1 img {
    display: block;
    margin: 0 auto;
}

.flex-container {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 1em;
}
.flex-container a {
    padding: .5em;
    border: 1px solid #ccc;
}

/* - ## x >= 540px
 ------------------------------------------------------------ */
@media screen and (min-width: 540px) {
}
/* - ## x >= 569px
 ------------------------------------------------------------ */
@media screen and (min-width: 569px) {
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width: 769px) {
}
/* - ## x >= 800px
 ------------------------------------------------------------ */
@media screen and (min-width: 800px) {
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width: 1025px) {
}

/* - ## x >= 1380px
 ------------------------------------------------------------ */
@media screen and (min-width: 1281px) {
}


