body {
    margin: 0;
    padding: 0;
    background-color: #fff8f2;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#logo {
    height: 90px;
    position: absolute;
    left: 40px;
    top: 10%;
}

#header {
    position: relative;
    background-color: #000000;
    height: 120px;
    width: 1000px;
    margin-bottom: 10px;
}


/* Teammember */

#wrapper-member-carousel {
    background-color: #ffdf9a;
    width: 1000px;
    height: 400px;
    margin-bottom: 10px;
}

#wrapper-member-carousel h2 {
    margin: 0;
    padding: 10px;
    position: relative;
    left: 20px;
    top: 10%;
}

#member {
    /* background-color: #8a8a8a; */
    width: 960px;
    height: 80%;
    padding: 0;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    list-style: none;
}

.member-card {
    float: left;
    text-align: center;
    background-color: #f4e0bb;

    width: 140px;
    height: 280px;

    margin-right: 10px;
    margin-left: 10px;
}

.content {
    padding: 10px;
}

.member-card img {
    width: 90px;
    margin-bottom: 20px;
}

.member-card .content {
    height: 260px;
}

.member-card .content a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

#wrapper-infos {
    /* background-color: #dadada; */
    width: 1000px;
    height: 450px;
    margin-bottom: 10px;
}

#about {
    float: left;
    background-color: #ffdf9a;
    width: 495px;
    height: 450px;
    margin-right: 10px;
}

#about h2 {
    margin: 0;
    padding: 10px;
}

#about .text {
    margin: 0;
    padding: 10px;
}

#wrapper-projects {
    float: right;
    width: 495px;
    height: 450px;
}

.project {
    height: 220px;
    width: 495px;
    margin-left: 0px;
    margin-top: 0px;
}

#trailblazer {
    margin-bottom: 10px;
    background-color: #f4e0bb;
}

#studysphere {
    background-color: #f4e0bb;
}

.project .information {
    padding: 10px;
    max-height: 180px;
    overflow: auto;
}

.thumbnail {
    float: left;
    max-width: 150px;
    min-height: 180px;
    margin-right: 10px;
    padding: 10px;
}

.thumbnail img {
    max-width: 150px;
    max-height: 180px;
}

#footer {
    position: relative;
    background-color: #ffdf9a;
    height: 50px;
    width: 1000px;
    font-weight: 900;
}

#footer img {
    max-width: 30px;
}

#footer a {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
}

#footer p {
    position: absolute;
    right: 10px;
    top: 20px;
    margin: 0;
}
