@import "_reset.css";
@import "swiper.css";

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=10a44e29-2534-435b-89b6-6c9876787df6");
@font-face{
    font-family:"Neue Haas Unica W01 Regular";
    src:url("../Fonts/0ebd7648-5847-404a-a88a-28a353c0921c.eot?#iefix");
    src:url("../Fonts/0ebd7648-5847-404a-a88a-28a353c0921c.eot?#iefix") format("eot"),url("../Fonts/e0d80810-f7e3-4fea-8c57-ef8116f0465d.woff2") format("woff2"),url("../Fonts/27645c8a-608b-4abf-a2f1-c4407b576723.woff") format("woff"),url("../Fonts/bd3b3439-8eff-445c-80ed-87064138ca7d.ttf") format("truetype");
}

body {
    margin-right: auto;
    margin-left: auto;
    padding: 0.3em 0em;
    font-family: "Neue Haas Unica W01 Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1em;
    word-spacing: -0.05em;
}

body header {
    position: fixed;
    line-height: 1.1em;
    z-index: 1000;
}

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

img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

header {
    text-align: left;
    width:100%;
}

.contact {
    position: fixed;
    display: flex;
    z-index: 600;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.5em;
    background-color: white;
    padding:0.3em 0em;
}

.colone {
    width: 15%;
    padding-left: 0.6em;
}

.contact-description {
    flex: 1;
    display: flex;
    background-color: white;
    z-index: 500;
}

main {
    margin-top: 0.25em;
    width: 100%;
}

main h1 {
    position: fixed;
    margin-top: 3.9em;
    margin-bottom: 10em;
    z-index: 99999;
    background-color: white;
    padding-left: 0.6em;
    width: 15%;
}

.project-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project {
    width: 100%;
}

.project-description {
    position: -webkit-sticky;
    position: sticky;
    top: 4.4em;
    background-color: white;
    display: flex;
    width: 100%;
    padding-left: 15%;
    z-index: 100;
    padding-bottom: 0.1em;
}

.title {
    width: 20%; 
}

.text {
    flex: 1;
    width: 65%;
    max-width: 57em;
}

.details {
    font-style: oblique;
    width: 70%;
    margin-left: 32%;
    padding-left: 1em;
    margin-top: 0.05em; 
}

span {
    vertical-align: text-top;
    font-size: 80%;
    word-spacing: -0.1em; 
}

.first{
    margin-top: 3.9em;
}

.project-images {
    position:flex;
    padding-left: 0.6em;
    padding-right: 0.6em; 
    margin-top: 1em;
    width: 100%;
    height: auto;
}

.last-image {
    padding-bottom: 16em; 
}

/*-- SLIDESHOW --*/
.swiper-container {
    z-index: -10;
    width: 100%;
    margin: 0;
}

.swiper-slide {
  width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  background-image: none;
  height: 100%;
  top:0;
  width: 40%;
}

@media (min-width:600px) {
    .project-images {
        position:flex;
        padding-left: 0.6em;
        padding-right: 0.6em; 
        margin-top: 1em;
        width: 70%;
        height: auto;
        }
}

@media (min-width:1200px) {
    .project-images {
        height: auto;
        }
}