body {
	margin: 0;
	background-color: rgba(0,0,0, 1);
}

.tab {
	display: table;
	height: 100vh;
	width: 100vw;
	background: url(../images/maxresdefault.jpg) center center no-repeat;
}

.tab-td {
	padding: 40px 40px;
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
}

.standart_text { font-family: 'Roboto', sans-serif;  color: #fff; font-size : 16pt; text-decoration: none; }

A.simplelink { font-family: 'Roboto', sans-serif; color: #bbb; font-size : 18pt; text-decoration: underline; transition: all 0.5s ease-out; }
A.simplelink:visited { font-family: 'Roboto', sans-serif; color: #bbb; font-size : 18pt; text-decoration: underline; }
A.simplelink:hover { font-family: 'Roboto', sans-serif; color: #fff; font-size : 18pt; text-decoration: underline; }


@media( min-width:110px ) {
	.tab {
		background-size: auto 100%;
	}
}

@media( min-width:370px ) {}

@media (min-width:576px ) {}

@media( min-width:768px ) {}

@media( min-width:950px ) {
	body {
		background: linear-gradient(90deg, rgba(73,73,73,1) 0%, rgba(73,73,73,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	}

	.tab {
		background-size: contain;
	}
}
