

@font-face {
    font-family: Vonne;
    src: url(VonnesMediumExtended.ttf);
     font-weight:normal;
}

@font-face {
    font-family: Vonne light;
     font-weight:light;
}





h5 {
    font-family: Vonne;
     font-weight: 100;
   color: #ffffff;
     
}

 



body {
    background-color: #000;
}




#woodsback {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}




#container {
    width: 100%;
    height: 90vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff6d3;
    font-family: Vonne, sans-serif;
     font-weight:normal;
    font-size: 1.4vw;
    line-height: 2.5vw;
    text-align: justify;
}




#intro {

    margin: 0 auto;
    padding: 0;
    width: 93%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#intro_mobile {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    display: none;
    margin-bottom: 10vw;
    font-size: 14px;
    line-height: 25px;
}

a {
    color: #fff6d3;
    text-decoration: none;
}


#intro_mobile a {
    padding-bottom: 1px;
    border-bottom: 2px solid #fff6d3;
}



#intro_mobile a:hover {
    border-bottom: 0;
}

#intro a {
    padding-bottom: 2px;
    border-bottom: 4px solid #fff6d3;

}

#intro a:hover {
    border-bottom: 0;
}

a:hover {



    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 0.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 0.1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#text {
    margin-bottom: 35px;
}

#favicon {
    font-size: 35px;
    margin-bottom: 45px;
}

#favicon a {
    text-decoration: none;
    padding-bottom: 0;
    border-bottom: 0;
}

#intro .link_dif {
    padding-bottom: 0;
    border-bottom: dashed;
    display: inline;


}

#intro .link_dif:hover {
    text-decoration: none;
}

#icons {
    display: flex;
    justify-content: space-between;
    width: 125px;
    height: 30px;
    float: right;
    padding: 0;
    margin: 0;
}

#icons li {
    list-style: none;
}

#icons img {
    height: 30px;
}

#icons a {
    padding-bottom: 0;
    border-bottom: 0;
}















/*projects*/

.back a {
    padding-bottom: 0;
    border-bottom: 0;
}

.back {
    clear: both;
    margin: 40px 0 13px 0;
}

#project {
    margin: 30px auto 50px auto;
    width: 90%;
    color: #fff6d3;
    font-family: Vonne, sans-serif;
    font-size: 1.6vw;
    line-height: 2.8vw;
    
}

#info_project2 {
    width: 100%;
}


#info_project {
    width: 70%;
}

#info_project p {
    margin-top: 20px;
    margin-bottom: 20px;
}

#info_project img {
    display: block;
    margin-bottom: 5%;
}

.big_img {
    width: 100%;
}



.small_img_left {
    width: 47.5%;
    float: left;
}

.small_img_right {
    width: 47.5%;
    float: right;
}



}



/*books*/

.book_clear {
    clear: both;
}

.book {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.info_book {
    width: 70%;
}

.info_book p {
    margin: 0;
}

.info_book p:first-child {
    margin-bottom: 20px;
}

form {
    width: 50%;
    margin-top: 30px;
    font-size: 10px;
    text-transform: uppercase;

}

input {
    width: 100%;
    padding: 10px;
    background-color: #fff6d3;
    margin-bottom: 30px;
    font-family: Vonne, sans-serif;
    font-size: 1.6vw;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    background-color: #fff6d3;
    margin-bottom: 30px;
    font-family: Vonne, sans-serif;
    font-size: 1.6vw;
}

#form_button {
    width: 14%;
    max-width: 100px;
    padding: 10px;
    text-align: left;
}


/*angst*/

.video_angst {
    width: 100vw;
    height: auto;
}


/*responsive*/

@media only screen and (max-width: 555px) {
    #favicon {
        margin-left: 5%;
    }

    #text {
        display: none;
    }

    #intro_mobile {
        display: block;
    }

    #icons {
        float: none;
        margin-left: 5%;
        width: 150px;
    }

    #icons img {
        height: 23px;
    }


}



@media only screen and (max-width: 940px) {

    #info_project {
        width: 100%;
    }

    #info_project p {
        margin-top: 30px;
    }

    #info_project img {
        margin-bottom: 30px;
    }

    .small_img_right,
    .small_img_left {
        float: none;
        width: 100%;
    }

    #project {
        font-size: 18px;
        line-height: 30px;
    }

    h1 {
        font-size: 30px;
    }
    
    p2 {
        font-size: 18px;
        
    }

    .book {
        display: block;
    }

    .info_book {
        width: 100%;
    }

    .img_book {
        width: 100%;
        max-width: 400px;
        height: 120vw;
        max-height: 550px;
        display: block;
        margin-bottom: 50px;
    }

    form {
        width: 90%;
    }

    input,
    textarea {
        font-size: 18px;
    }

    #form_button {
        width: 12%;
        min-width: 75px;
    }




}

@media only screen and (max-width: 1300px) {

    #icons {
        margin-bottom: 40px;
    }

    #intro {
        top: 0;
        transform: translate(-50%, 0);
        font-size: 22px;
        line-height: 37px;
    }

}





