
   
body {
         
        font-family: monospace;
    }

.sw {
  width: 100%;
  max-width: 325px;
  height: auto;
  display: block;
  margin: 0 auto;
}

h3 {
   font-size: 16px; 
}

p strong {
     font-size: 12px;
}

p {
     font-size: 12px;
}

#headername{
    font-family: "elza", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    padding-left: 4px;
    
}

#personalsummary{
    font-family: "elza", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 1.3;

}
.header{
    width: 100%;
    display: block;
    background: #ffffff;         
}

.innerheader{
    width: 98%;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
}

.logocontainer{
    margin-right: auto;
}

.logocontainer h1{
    color: black;
}

.navigation{
    padding-right: 8px;    
    margin: 0;
    list-style: none;
    padding-left: 4px;
    display: flex;
}

@media (max-width: 600px) {
    
    h3 {
       font-size: 14px; 
    }
    #personalsummary{
    font-size: 28px;
    line-height: 1.3;
    }
    #headername{    
    padding-left: 15px;
    font-size: 14px;
    }
    
    li.at{
    font-size: 10px; 
    }
    
    .navigation{
    padding-left: 10px;
    padding-right: 14px;       
    }
    
    .at:last-child{
     padding-left: 10;
}

}

.at{
    height: 100%;
    padding: 0 10px;
}
.at:last-child{
     padding-right: 0;
}

li.at{
    text-decoration: none;
    height: 100%;
    padding: 0 20px 0 0;
    color: black;

}
.navigation a:link { text-decoration: none; color: darkslategrey; }
.navigation a:visited { color: lightgray; }
.navigation a:hover { color: darkslategray; }
.navigation a:active { color: lightgray; }

.grid-item img{
    transition: transform o.5s ease-in;
}

.grid-item .overlay-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);

    
}

.grid-item:hover .sw {
    transform: scale(1.1);
    filter: brightness(0.55);
}


.grid-item:hover .overlay-text{
    opacity: 1;
}

a:link {
  color: cadetblue;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: cadetblue;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: lightblue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: cadetblue;
  background-color: transparent;
  text-decoration: none;
}
