

@viewport{width:device-width}
@-o-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-webkit-viewport{width:device-width}

@import url('https://fonts.googleapis.com/css2?family=Alice&family=Bree+Serif&display=swap');


html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    
    text-align: center;
    user-select: none;
    
    overflow-x: hidden; 
}
.body { 
    min-height: 500px; 
}

/*
    display: flex; 
    flex-direction: column; 
    min-height: 650px; 
*/


/*******/
/* Top */
/*******/

.top-bar {
    height: 60px;
    position: absolute; 
    background-color: #ac969a;
    opacity: 1;
    z-index: 1; 
}
.top-logo {  
    position: absolute; 
    height: 65px;
    margin: 5px; 
    left: 5px; 
    top: 5px;
    
    border: 3px solid white; 
    border-radius: 50%;
    background: black; 
    z-index: 2; 
}
.top-logo:hover {  
    box-shadow: 0px 0px 2px 2px pink ;
}
@media(max-width: 600px) {
    .top-logo {
        height: 25px;  
        left: -5px; 
        top: -5px;
    }
}
.top-text h1 { 
    position: absolute; 
    width: 460px; 
    
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    
    font-family: 'Bree Serif', serif;
    font-weight: bold;   
    font-size: 50px;
    line-height: 55px; 
    
    text-shadow: 2px 2px black;
    color: #f2bac4;  
    
    background-color: #00000099; 
    border-radius: 5px;
    z-index: 1; 
}
@media(max-width: 460px) {
    .top-text h1 { 
        width: 95vw; 
        margin-top: 30px; 
        font-size: 10vw;
        line-height: 12vw; 
        border-radius: 1vw;
    }
}

.top-text h1 div {
    margin-top: -5px; 
}
span {
  display: inline-block;
}
span::first-letter {
    color: white; 
}


/**********/
/* Middle */
/**********/

.background {
    
    width: 100%;
    height: 100%; 
    
    float: right; 
    margin: 0 0 0 0; 
    
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    
    opacity: 85%;
    z-index: 0; 
    
    filter: grayscale(100%);
}
/*
    filter: grayscale(100%);
*/ 
.objects {
    
    position: relative; 
    
    height: 100%;
    width: 100%; 
    
}
.backsign {
    
    position: absolute; 
    
    bottom: 0; 
    left: 70%; 
    
    height: 80vh;
    min-height: 500px; 
    
    filter: grayscale(100%);
    
}

.links { 
    
    position: absolute; 
    
    height: 70%;
    width: 60%; 
    
    min-height: 300px; 
    min-width: 300px; 
    
    top: 20%; 
    left: 10%; 
    
    background-color: pink; 

}
/*
*/ 

.link-mtl,
.link-mos {
    
    position: relative; 
    
    background-color: grey; 
    
    width: 99%; 
    height: 48.5%;
    
    margin: 1% auto; 
    
}
/*
*/ 


.link-mtl {
}
.link-mos {
}
.link-right {
}
.link-left {
}


/*

@media(max-height: 600px) {
    .backsign { 
        top: 0; 
    }
}

    
    position: relative;
    top: -400px; 
    
    height: 70vh;
    min-height: 400px; 
    
    bottom: 0;
    left: 70%; 



    background-color: pink; 


    right: -500px; 
    right: -40%; 
    
    scale: 1.0 0.5; 
    
    background-color: pink;
    
    width: 100%;
    height: 100%; 
    
    position: fixed; 
    position: absolute;
    background-color: pink;
    
    background-image: url(../images/backsign.png);
    background-repeat: no-repeat;
*/

.logo-div  { 
    position: absolute; 
    width: 100%;
    
    min-height: 600px;
    min-width: 460px; 
    
}
@media (max-width: 460px){
    .logo-div  { 
        min-width: 100vw;
    }
}
.logo-muffin  { 
    position: relative; 
    max-width: 600px;     
    margin: 15vh 0 0 0; 
    
    width: 100%; 
    height: auto; 
    
}
@media screen and ( max-height: 680px ){
    .logo-muffin  { 
        margin: 100px 0 0 0; 
    }
}


/**********/
/* Bottom */
/**********/

.bottom-bar { 
    position: relative; 
    top: -30px; 
    
    width: 100%;
    height: 30px;
    
    color: white; 
    
    font-family: 'Raleway', sans-serif;
    font-size: 15px; 
    font-weight: bold; 
    
    background-color: transparent; 
    z-index: 1;
}
@media(max-width: 725px) {
    .bottom-bar { 
        font-size: 12px; 
    }
}

.policy {
    color: #FFFFFF;
    text-decoration: none;
}
.policy:hover{
    color: #f2bac4;
}

/**/

.media-div {
    width: 100%; 
    min-height: 350px; 
    
    padding: 20px 0 70px 0; 
    margin: 200px 0 -100px 0; 
}
/*

    margin: 10px 0 -100px 0; 
    
    background: #7acdcd;
    
    background-repeat: no-repeat; 
    background-size: cover;
    background-image: url(../images/mtl-background.webp), url(../images/mtl-background.png);

*/
.media-div h1 {
    background-color: #00000090;
    z-index: 2;  
    
    
    
    filter: none ;
    opacity: 100%;
    z-index: 0; 
    
}
.media-div-background {
    
}
.media-sub-div {
    width: 100%; 
    
    display: flex; 
    flex-wrap: wrap;
    flex-grow: 4;
    justify-content: space-around;
    align-items: center;
    
    max-width: 950px; 
    margin: 0 auto; 
}
.media-s1,
.media-s2 {
}
.media-s1 {
    flex: 1; 
    margin-top: 10px;
    /* max-width: 200px;  */
    /* min-width: 200px;  */
    /* max-height: 200px;  */
    /* min-height: 200px;  */
}
.media-s2 {
    flex: 1;
    max-width: 400px; 
    min-width: 400px; 
    background: grey; 
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    
    height: 155px; 
    margin: 0 auto; 
}
.media-s2 a,
.media-s2 h2 {
    color: white; 
    transition: all .1s;
    margin: 0;
    padding: 10px 0 15px 0; 
}
.media-s2 a:hover {
}
.media-s2 h2:hover {
    color: pink; 
    transform: scale(1.05);
}

.media-mtl-logo,
.media-steam-logo {
    /* width: 100%;  */
    height: 200px; 
    transition: all .3s;
}
.media-mtl-logo:hover,
.media-steam-logo:hover
 {
    transform: scale(1.06);
    cursor: pointer;
}


