/*
*
* @license
* MyFonts Webfont Build ID 3797926, 2019-08-16T04:16:53-0400
* 
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are 
* explicitly restricted from using the Licensed Webfonts(s).
* 
* You may obtain a valid license at the URLs below.
* 
* Webfont: Mont-Regular by Fontfabric
* URL: https://www.myfonts.com/fonts/font-fabric/mont/regular/
* Copyright: Modern and elegant sans serif font family.
* Licensed pageviews: 10,000
* 
* 
* License: https://www.myfonts.com/viewlicense?type=web&buildid=3797926
* 
* © 2019 MyFonts Inc
*/
@font-face {
    font-family: 'Mont-Regular';
    src: url(//static.mebbr.ru/fonts/mebbr/Mont.woff2) format("woff2"), url(//static.mebbr.ru/fonts/mebbr/Mont.woff) format("woff"), url(//static.mebbr.ru/fonts/mebbr/Mont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html{
    font-size: .85vmax;
}
body{
    margin: 15vmin;
}
body ::selection{
    background: var(--selection);
}
h1{
    font-size: 3.675em;
}
h2{
    font-size: 1.84em;
    margin-top: -2vh;
}
a:hover {
    text-decoration: underline;
}
footer{
    position: absolute;
    left: 15vmin;
    bottom: 15vmin;
    margin-right: 15vmin;
}

#Links a{
    margin: 2vh 6vh 2vh 0;
    font-size: 1.84em;
}

@media screen and (orientation: portrait){
    body {
        margin: 10vw;
    }
    h1 {
        font-size: 7.9em;                    
    }
    h2 {
        margin-top: auto;
        font-size: 3.43em;                   
    }
    footer{
        position: inherit;
        margin: 5vh auto;
        width: 90%;
    }
    #Links{
        flex-direction: column;
    }
    #Links a {
        font-size: 4.5em;
        margin: 2vh 0;
        text-align: center;   
    }
}