#header {
    background-image: url(https://static.igem.wiki/teams/4244/wiki/team/theteam.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 550px;
    padding: unset;
    background-color: #b3f8ec;

 }
*{
    overflow-wrap: break-word;
}
.page-title {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: white !important;
	background-color: rgba(0,0,0,0.2);
	font-family: sans-serif;
    text-align: center;
    min-height: 550px;
}
 footer, footer.footer-beige {
    background-color: #c2ece5;
    border: 6px solid #c2ece5;
    width: 100%;
}
.left-container{
    position:relative;
    width: 80%;
    margin:auto;
    margin-left: 0;
    margin-top: 100px;
    min-height: 320px;
}
.picture-left {
    width: 33%;
    border-radius: 10rem;
    position: absolute;
    margin-left: -20%;
    margin-top: -0.5rem;
}
.name-left {
    color: white;
    font-size: 1.5rem;
    font-family: "myriad-pro-semiextended", sans-serif;
    font-weight: bold;
    font-style: normal;

    display: flow-root;
    margin: auto;
    background-color: var(--palette-turquoise);
    height: fit-content;
    width: fit-content;
    padding-left: 1rem;
    padding-right: 1rem;

    border: 6px solid var(--palette-turquoise);
    border-radius: 1rem;
    margin-bottom: 1rem;

    position: relative;
    margin-top: -2rem;
    margin-left: 15%;
}
.content-container-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    margin-top: auto;
    margin-right: -3rem;
    margin-left: auto;
    margin-bottom: auto;
}
.quote {
    width: 80%;
}

.students-left, .students-right {
    display: block;
    align-items: center;
    width: 100%;
    height: 40% !important;
    background-color: #c2ece5;
    border: 6px solid #c2ece5;
    border-radius: 1rem;
    text-align: center;
}

.right-container{
    position:relative;
    width: 80%;
    margin:auto;
    margin-right: 0;
    margin-top: 100px;
    min-height: 320px;
}
.picture-right {
    width: 33%;
    border-radius: 10rem;
    position: absolute;
    margin-left: 80%;
    margin-top: -0.5rem;
}
.name-right {
    color: white;
    font-size: 1.5rem;
    font-family: "myriad-pro-semiextended", sans-serif;
    font-weight: bold;
    font-style: normal;

    display: flow-root;
    margin: auto;
    background-color: var(--palette-turquoise);
    height: fit-content;
    width: fit-content;
    padding-left: 1rem;
    padding-right: 1rem;

    border: 6px solid var(--palette-turquoise);
    border-radius: 1rem;
    margin-bottom: 1rem;

    position: relative;
    margin-top: -2rem;
    margin-right: 15%;
}
.content-container-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    margin-top: auto;
    margin-left: -3rem;
    margin-right: auto;
    margin-bottom: auto;
}

.supervisor-left, .supervisor-right {
    display: block;
    align-items: center;
    width: fit-content;
    height: 40% !important;
    background-color: #FBE9E7;
    border: 6px solid #FBE9E7;
    border-radius: 1rem;
    text-align: center;
}

.title {
    display: inline-block;
    width: 80%;
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: bold;
    padding:0.5rem;
    text-align: center;
}

.quote {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    padding: 0.5rem;
    text-align: center;
}
.titles {
      display: flex;
  font-family: "Multicolore", sans-serif;
    justify-content: center;
    align-items: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  text-align: center !important;
  border-bottom: var(--palette-turquoise) 5px solid;

}
.description{
    padding: 1rem;
    width: 70%;
    padding-bottom: 2rem;
}

/* Defining for mobile*/
@media only screen and (max-device-width: 768px) {
    .left-container {
        width: 100%
    }
    .content-container-left {
        margin-right: 0 !important;
        margin-left: 0;
    }
    .picture-left {
        width: 30%;
        margin-left: -15%;
    }
    .right-container {
        width: 100%
    }
    .content-container-right {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .picture-right {
        width: 30%;
        margin-right: -15%;
    }
    .name-left{
        text-align: left;
    }
    .name-right{
        text-align: left;
    }
}
