div.sticky_arrow img{
    position:fixed;
    bottom: 10px;
    right: 50px;
    width: 10%;
}



header{
    display: block;
    width: 100%;
    height: 500;
    background-image:url('lukasz-szmigiel-2ShvY8Lf6l0-unsplash.jpg');
    /*Källa: https://unsplash.com/photos/low-light-photo-of-forest-2ShvY8Lf6l0 */
    background-repeat: no-repeat;
    background-position:center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px; 

}

h1{
    margin: 10px 0px 0px;
    font-family: 'UnifrakturMaguntia'; font-size: 150px; 
}

h2{
    margin:10px 0px 0px;
    font-family: 'Pirata One'; font-size: 50px; 
}

p{
    font-family: 'Pirata One'; font-size: 20px;
}

header h1{
    color: white;
    positon: fixed;
    text-align: center;
    font-size: 200px; 
}

header h2{
    color: white;
    text-align: center; 
}

nav {
    position: sticky;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 130px;   
    background-image:url('lukasz-szmigiel-2ShvY8Lf6l0-unsplash.jpg');
    /*Källa: https://unsplash.com/photos/low-light-photo-of-forest-2ShvY8Lf6l0 */
    background-position:center;
    background-attachment: fixed;
    background-size: cover;
    margin-top:0px;
    margin-bottom:-10px; 
}

img {
    width:75px; 
}

#nav-ul {
    display: flex;
    justify-content:space-between;
    padding:20px; 
    border-bottom: 6px solid white;
    
}

li{
    float:left;
    list-style-type:none; 
}

li a{
    display: block;
    text-align:center;
    font-size: 35px;
    color: white;
    text-decoration:none;
    font-family: 'Pirata One'; font-size: 50px;
}

#latest_projects{
    border-top: 6px solid white;
    background-color:#e2e2e2;
    border-bottom: 6px solid white;
}

#latest_projects h1{
    color: white;
    positon: fixed;
    text-align: center;
    font-size: 125px;
    padding: 20px; 
}

#latest_projects h2{
    color: white;
    text-align: center;
    padding: 20px; 
    
}
div.project-container{
    display:flex;
    background-color: #e2e2e2; 
}

div.window_view{
    position: relative;
    width: 540px;
    height: 810px; 
    float: left;
}

div.window_view img{
    position: absolute;
    width: 100%;
    height:100%;
    object-fit: cover;	 
    bottom: 0;
    left: 0; 
}

#knights_in_forest {
    position: relative;
    width: 50%;
    height: 1000px;
    float: left;
    background-image:url('daniel-peters-2tvkoVK8prc-unsplash.jpg');
    background-position:center;
    background-size: cover;

}

#knights_in_forest img{ 
    width: 115%;
    position: absolute;
    bottom: 0;
    left: -45px;
}

aside{
    float: right;
    height: 1000px; 
    width: 50%;
    background-color: #8c8a77;
    color: white; 
}

div.text-box{
    padding: 50px;
    text-align: center; 
}

#border{
    width:50%; 
}

footer{
    background-color: #8c8a77;
}

#footer-ul{ 
    display: flex;
    padding: 20px;
    justify-content: space-between;
    padding: 20px;
}

footer h2{
    position: relative;
    bottom: 10px;
    text-align: center;
    color: white; 
}

.project header{
    filter: opacity(70%);
}

#project_description{
    text-align: center;
    color: white;
    font-size: 20px;
}

.project aside{
    width:40%;
    background-color: #8c8a77;
    display: inline-block;
    vertical-align: top;
}

.project aside h2{
    padding-top: 20px;
    text-align: center;
    color: white;
    margin: 0;
}

.project_info ul {
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 50px;
    border-bottom: none;
}

.project_info li {
    list-style-type: disc;
    float: none;
}

li::marker {
    color:white;
}

.project_info li h3 {
    color: white;
    font-size: 25px;
    
}

.project section{
    float: right;
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.project section p{
    text-align: center;
    color: white;
    font-size: 20px;
    padding-left: 80px;
    padding-right: 80px;
}

#section_container {
    display: flex;
    align-items: center;
    background-color: grey;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

.project footer ul{
    margin-top: 0;
}

#tech_head{
    padding:20px;
    background-color: #8c8a77;
    padding-bottom: 40px;
    border-bottom: 6px solid white
}

div.tech_field h1{
    padding-top: 30px;
    color:white;
    text-align:center;
    margin-bottom:35px;
    font-size: 150px; 
}
div.tech_field form{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

label.technique_btn {
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px; 
    font-size: 20px; 
    color: white;
    border-radius: 10px;
    background-color: #e2e2e2;
    display: inline-block;
    cursor: pointer;
    accent-color: #e2e2e2;
}

label.technique_btn.selected {
    background-color: #4d5d48;

}

#tech_projects{
    display: flex;
    background-color: #e2e2e2;
    justify-content: space-between;
    flex-wrap: wrap;
}

#tech_projects a h3 {
    text-align: center;
}

#tech_projects a p {
    text-align: center;
}

.project-container {
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-container a h2 {
    text-align: center;
}

div.container-test {
    width:100%;
    background-color: #8c8a77;
    padding-bottom: 10px;
    border-bottom: 6px solid white;
    padding-top: 10px;
    color:white;
    text-align:center;
 
}

button{
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px; 
    color: white;
    border-radius: 10px;
    background-color: #e2e2e2;
    font-family: 'Pirata One'; font-size: 20px;
    border: none;
}

button:hover{
    background-color: #4d5d48;  
}


.techniques_menu{
    display: flex;
    padding-left: 50px;
}

.search_menu{
    display: flex;
    padding-left: 50px;
}

.sort-menu{
    display:flex;
    padding-left: 50px;
}

.sort-menu h3{
    padding-right: 50px;
}

#large_img{
    height:500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #8c8a77;
    border-bottom: 3px solid white;
    text-align: center;
    align-items: center;
}

#large_img h2{
    color: white;
}

#large_img img{
    padding: 20px;
    width: 60%;
    height:80%;
}
