body, html {
    height: 100%;
    margin: 0;
    text-align: center;
}


.parallax {

    /* The image used */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    
}

.turm2 {
    background-image: url("../img/Turm_02.jpg");
    /* Set a specific height */
    min-height: 40%;
    background-color:white;
    background-size: 900px;
    
}

.turm3 {
    background-image: url("../img/Turm_03.jpg");
    /* Set a specific height */
    min-height: 40%;
    background-color:white;
    background-size: 900px;
    
}

a{
    color: black;
}

h1 {
    font-family: "Carlito", sans-serif;
    font-weight: bold;
    font-size: 50px;
}

p {
    font-family: "Jost", sans-serif;
    max-width: 700px;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    /*min-height: 20%; */
    border: 0px solid green;
    font-size: 30px;
}

img.fit{
    scale:0.6;
    max-width:80%;
}

img.portrait{
    width:300px;
}

.foot{
    background-color:black;
    color:white;
    padding-top:30px;
    padding-bottom:400px;
}



img.full {
    width: 60.0%;
}


/*
@media only screen and (max-width: 700px){
  img.full {
    width: 100%;
  }
}
*/

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

    
    /*.parallax {
	background-attachment: fixed; 
	background-size: 100%;
    }*/

    img.full {
	width: 100%;
    }

.turm3 {
    background-image: url("../img/Turm_03.jpg");
    /* Set a specific height */
    min-height: 40%;
    background-color:white;
    background-size: 800px;
}
    

}

