@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{
  margin:auto;
  width:960px;
  background-color: #121318;
  font-family: 'Open Sans', sans-serif;
}
h6{
  font-size: 5rem;
  font-family: 'Montserrat', sans-serif;
  color: #80dede;
}
h5{
  padding-top: 1rem;
  font-size: 1.5rem;
  font-family: 'Titillium Web', sans-serif;
  color:#e98092;
  padding-bottom: 1rem;
}
.main-title{
  padding-top: 3em;
  text-align: center;
}
.block{
  background-color: #424242;
  min-width: 495px;
  min-height:495px;
}

.tf2skins {
  background: url(../images/tf2skins.png) no-repeat center;
  max-width:100%;
  max-height:100%;
  -webkit-filter: blur(0px);
  transition: .3s -webkit-filter linear;
  background-size: contain;

}
.swat {
  background: url(../images/swat.png) no-repeat center;
  max-width:100%;
  max-height:100%;
  -webkit-filter: blur(0px);
  transition: .3s -webkit-filter linear;
  background-size: contain;

}
.logo {
  background: url(../images/logo.png) no-repeat center ;
  max-width:100%;
  max-height:100%;
  -webkit-filter: blur(0px);
  transition: .3s -webkit-filter linear;
  background-size: contain;
}
.password {
  background: url(../images/password.png) no-repeat center ;
  max-width:100%;
  max-height:100%;
  -webkit-filter: blur(0px);
  transition: .3s -webkit-filter linear;
  background-size: contain;
}
@media screen and (max-width: 600px) {
	h6{
		font-size: 8rem;
	}
	h5{
		    font-size: 2rem;
	}
}
