html {position: relative; min-height: 100%;}
body {margin-bottom: 60px; background: #121212; background-color: rgba(30,33,41,1.0); font-family: Tahoma, 'Montserrat', sans-serif; color: #BBB;}


a {text-decoration: none!important;}
a:hover {}
a:active {}
a:visited, a:focus {}

section {}

/* HEADER */
header {}



/* MAIN SCREEN */
#main {
	/* background: url('../img/bg.jpg') 50% 50% no-repeat; */
	min-height: 610px; padding-top: 55px;  box-shadow: inset 0 5px 10px rgba(0,0,0,0.2);}

h1 {color: #fff; cursor: default; font-family: 'Montserrat', Tahoma, sans-serif; font-size: 60px; font-weight: 600; text-align: center; text-transform: uppercase; letter-spacing: -0.025em;}
h1 span {color: #ff0066;}


#main .links {text-align: center; font-size: 18px;}
#main a {padding: 10px; color:#BBB; transition: .3s ease;}
#main a:hover {color: #D20C24;}

#main p {color: #999; text-align: center; margin-top: 30px;} 


/* SOCIAL */
.telegram {}
.telegram:hover {color: #0088cc!important;}
.telegram::before {}

.twitter {}
.twitter:hover {color: #1da1f2!important;}
.twitter::before  {}

.instagram {}
.instagram:hover {color: #e1306c!important;}
.instagram::before {}


/* FOOTER */
footer {position: absolute; bottom: 0; width: 100%; min-height: 60px; overflow: hidden;}
  
#footer {background: #000; font-size: 11px;}
#footer .container {border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; padding-bottom: 30px;}
