
* {
    box-sizing: border-box; 
}

html {
    scroll-behavior: smooth;
    
}

body {
margin: auto;
background-color: #262B30;
color: white;
width: 100%;
height: 100%;
font-family: 'Montserrat', sans-serif;
}

p {
    color: white;
    
}

a, a:visited {

    color: white;

}

a:hover {

    color: #ee163b;

}


a, a:after, a:before {

    transition: all .5s;

}


.centered-text {


    text-align: center;

}



.centered-image {

    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    

}

.center {

    display: block;
    margin-left: auto;
    margin-right: auto;
    

}

.vertical-align-middle{
    vertical-align: middle;
}



#container {

   
    min-height: 100vh; 

    background-color: #485461;
    

    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover; 
    background-image: url('img/sofia-bgr.jpg');
    

    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}

#content {
    
    
    
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    

}

#releases {

    max-width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;


}

.release-image {
    margin: 10px;
    box-shadow: 10px 10px 25px -8px rgba(0, 0, 0, 0.205);
    width: 100px;
    height: 100px;

}

.release-image:hover {
    filter: brightness(120%)
}

#illmate-logo {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 50px;
}

#itb-logo {

    position: absolute; 
    top: 20px;  
    right: 20px; 
    


}

#illmate-info {
    font-size: 0.8em;
    max-width: 700px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

#email {
    margin-bottom: 50px;
}

#powered-by{
    font-size: 0.8em;
    margin-right: 10px;
}


@media screen and (max-width:60em) {

   
    
    #itb-logo {
        display: none;
    }
    
    }