body {
    background-color: #000011;
    background-image: url(img/profile_portrait1.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue";
    font-weight: 300;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

#container {
    width: 50%;
    height: auto;
    margin-left: 50%;
    padding-top: 25%;
    padding-bottom: 5%;
    /*background-color: #fff;*/
    font-size: 14px;
}

/*  Startsidan      */
#frontpage {
    height: 75%;
    width: 100%;
}


.rubrik {
    width: 100%;
    height: auto;
    margin: 0px auto 15px auto;
    font-size: 80px;
    font-family: "Heiti TC";
    text-align: center;
}

.navigator {
    width: 100%;
    height: auto;
    margin: 0px auto 15px auto;
    text-align: center;
    font-size: 16px;
}

/*  CONTENT         */
.content {
    width: 90%;
    margin: 15% 5%;
    text-align: center;
}

#videos iframe {
    width: 90%;
    max-width: 500px;
    height: 315px;
    border: none;
    margin: 30px;
}

#photos {
    height: 90%;
    width: 100%;
    float: right;
    border: none;
    margin-bottom: 15%;
}

#projectcontainer {
    width: 40%;
    margin-left: 55%;
    text-align: center;
}

.project {
    width: 100%;
    margin: 3% 0px;
    display: table;
    vertical-align: middle;
}

.project div {
    width: 50%;
    height: auto;
    margin: auto 0px;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.project p {
    font-size: 24px;
}

.project img {
    width: 100%;
    height: auto;
}

p {
    font-size: 45px;
    font-family: "Heiti TC";
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: underline;
}
