#indexBody { 
    background: url(photos/nordwood-themes-kRNZiGKtz48-unsplash.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  h4{
    color: gray;
  }
a{
    color: black;
}
/*boxes:*/
.container{
    text-align: center;
    margin-left: 10px;
    position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.HobbyContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: white;
}
.HobbyCover{
    padding: 2em;
    color: black;
}
.Zugspitze{
    background-color: #47B5FF;
}
.Sniezka{
    background-color: #1363DF;
}
.Koscielec{
    background-color: #06283D;
    color: white;
}
#top{
    text-align: center;
}
#aboutMeText{
    font-size: 18px;
}
.linkContainer{
    font-size: 18px;
    text-align: center;
}
#textBox{
    margin: 1em;
}
.row{
    height: 100vh;
}

.CVcontainer{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 0px;
}
.greyBox{
    background-color: rgb(40, 40, 40);
    color: white;
    font-size: 18px;
    text-align: center;
}
.whiteBox{
    text-align: center;
    font-size: 18px;
}
.goldenBox{
    background-color: gold;
    height: 1vh;
    margin-left: 4em;
    margin-right: 4em;
}
#grey{
    color: gray;
}

#HobbyPhoto{
    width: 250px;
    height: 250px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    border-radius: 15px;
}
.MtHeadder{
    font-size: 20px;
    padding: 0.5em;
}


/*headers:*/
#mail{
    color: gray;
    font-size: 14px;
}
#headerIndex{
    color: gray;
    font-size: 4em;
}
#header{
    color: white;
    font-size: 3em;
    background-color:#100F0F;
    padding: 0.005em;
}
#name{
    color: grey;
    font-size: 1.5em;
}
hr{
    margin-left: 20px;
    margin-right: 20px;
}
h3{
    text-align: center;
    margin-top: 1em;
}

/*buttons:*/
.btn{
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
#white{
    color:antiquewhite;
}
#menu{
    background-color:#0F3D3E;
    box-shadow: 4px 4px 5px #888888;
}
.btn-outline-light:hover{
    color:#0F3D3E;
}

#abtBuffer{
    height: 1.8em;
}
#icon:hover{
    transform: scale(1.2);
    box-shadow: 4px 4px 5px #888888;
    border-radius: 16px;
}

/*photos: */
#ZugPhoto{
    width:250px;
    height: auto;
    float:right;
    border-radius: 30px;
    margin: 10px;
    transition: all 1.2s;
}
#ZugPhoto:hover{
    transform: scale(1.05);
}
#zdjCV{
    width: 150px;
    height: 265px;
    border-radius: 25px;
    align: center;
}
@media only screen and (min-width:800px){
    #zdjCV{
        width:200px;
        height: 353px;
    }
}

@media only screen and (max-width:800px){
    #ZugPhoto{
        width:150px;
    }
}
h1{
    height: 1em;
}
ul{
    text-decoration: none;
}


#working{
    margin: 4em;
    text-align: center;
}
