html{
	height: 100%;
}
body{
	margin: 0 auto !important;
	background-color: #b61e7b;
	width: 100%;
	height: 100%;
	overflow: scroll;
	font-family: 'Open Sans';
	color: #fff;
}

div, p{
	margin: 0;	
}

sup{
	font-family: 'Helvetica';
}

#main-content{
	width: 100%;
	height: 100%;
}

#header{
	width: 100%;
}

#header img{
	width: 100%;
}

#title{
	width: 100%;
}

#title img{
	width: 100%;
}

/*#content{
	margin: 0 5%;
}*/

h1{
	text-align: center;
}

#content-left{
	width: 50%;
	float: left;
	margin-top: 5%;
}

#icons{
	float: left;
	width: 50%;
	height: 85%;
	text-align: center;
}

#logo{
	width: 90%;
	/*height: 70%;*/
	margin: 0 auto 5% auto;
	text-align: center;
	display: table;
}

#logo span{
	/*display: table-cell;
    vertical-align: middle;*/
}

#logo img{
	width: 80%;
	/*display: table-cell;
    vertical-align: middle;*/
    margin: 0 auto; 
}

#bar{
	width: 90%;
	margin: 0 auto;
}

#bar img{
	width: 90%;
}

#file-icons{
	width: 80%;
	margin: 0 auto;
}

#file-icons img{
	
}

#pdf-icon{
	height: auto;
}

#eps-icon{
	height: auto;
}

#jpg-icon{
	height: auto;
}

#pdf-icon img, #eps-icon img, #jpg-icon img{
	max-width: 32%;
}

#text-container{
	float: left;
	width: 50%;
	height: 85%;
}

#text{
	width: 90%;
	margin: 12% auto 0 auto;
	height: 70%;
	display: table;
  	vertical-align: middle;
}

#text span{
	display: table-cell;
    vertical-align: middle;
    font-size: 21px;
}

#click{
	width: 90%;
	height: 30%;
	margin-left: -5%;
	margin-top: 20%;
}

#click img{
	width: 60%;
}

#art-by{
	clear: both;
	width: 90%;
	height: 10%;
	margin: 0 auto;
	font-size: 17px;
	padding-top: 10px;
}

#squad{
	width: 50%;
	float: left;
	margin-top: -5%;
	text-align: right;
	z-index: 1;
	position: relative;
}

#squad img{
	width: 100%;
}

#footer{
	width: 100%;
	height: 70px;
	background-color: black;
	clear: both;
	/*position: absolute;
    left: 0;
    bottom: 0;
    position: fixed;*/
    z-index: 2;
    /*position: absolute;*/
    bottom: 0;
    /*left: 0;*/
}

#footer-left{
	width: 10%;
	text-align: right;
}

#footer-left img{
	margin-top: 10px;
}

#footer-center{
	width: 60%;
	text-align: left;
}

#footer-center span{
	font-weight: bold;
}

#footer-center a{
	margin-left: 5%;
	color: white;
}

#footer-right{
	width: 30%;
	text-align: left;
}

#footer-left, #footer-center, #footer-right{
	float: left;
}

#footer-center, #footer-right{
	margin-top: 20px;
}

@media screen and (min-width: 1921px) and (min-height: 1201px){
	#text span{
		font-size:29px;
	}
	#art-by{
		font-size:24px;
	}
	#footer{
		/*position: absolute!important;*/
		position: relative!important;
	}
	#footer-center{
		font-size: 17px;
	}
	#footer-right{
		font-size: 15px;
	}
}
@media screen and (max-width: 1920px) and (max-height: 1200px){
	#text span{
		font-size:29px;
	}
	#art-by{
		font-size:24px;
	}
	#footer{
		/*position: absolute!important;*/
		position: relative!important;
	}
	#footer-center{
		font-size: 17px;
	}
	#footer-right{
		font-size: 15px;
	}

}
@media screen and (max-width: 1920px) and (max-height: 1080px){
	#text span{
		font-size:29px;
	}
	#art-by{
		font-size:24px;
	}
	#footer{
		position: relative!important;
	}
	#footer-center{
		font-size: 17px;
	}
	#footer-right{
		font-size: 15px;
	}
}
@media screen and (max-width: 1680px) and (max-height: 1050px){
	#text span{
		font-size:25px;
	}
	#art-by{
		font-size:21px;
	}
	#footer{
		/*position: absolute!important;*/
		position: relative!important;
	}
	#footer-center{
		font-size: 17px;
	}
	#footer-right{
		font-size: 15px;
	}
	
}
@media screen and (max-width: 1600px) and (max-height: 900px){
	#text span{
		font-size:23px;
	}
	#art-by{
		font-size:19px;
	}
	#footer{
		position: relative!important;
	}
	#footer-center{
		font-size: 17px;
	}
	#footer-right{
		font-size: 15px;
	}
}
@media screen and (max-width: 1440px) and (max-height: 900px){
	#text span{
		font-size:22px;
	}
	#art-by{
		font-size:18px;
	}
	#footer{
		/*position: absolute!important;*/
		position: relative!important;
	}
	#footer-center{
		font-size: 17px;
	}
	#footer-right{
		font-size: 15px;
	}
}
@media screen and (max-width: 1366px) and (max-height: 768px){
	#text span{
		font-size:21px;
	}
	#art-by{
		font-size:17px;
	}
	#footer{
		position: relative!important;
	}
	#footer-center{
		font-size: 17px;
	}
	#footer-right{
		font-size: 15px;
	}
}
@media screen and (max-width: 1280px) and (max-height: 800px){
	#text span{
		font-size:20px;
	}
	#art-by{
		font-size:16px;
	}
	#footer{
		/*position: absolute!important;*/
		position: relative!important;
	}
	#footer-center{
		font-size: 17px;
	}
	#footer-right{
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px) and (max-height: 768px){
	#text span{
		font-size:16px;
	}
	#art-by{
		font-size:13px;
	}
	#file-icons{
		width: 81%;
	}
	#footer{
		/*position: absolute!important;*/
		position: relative!important;
	}
	#footer-center{
		font-size: 15px;
	}
	#footer-right{
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) and (max-height: 600px){
	#text span{
		font-size:16px;
	}
	#art-by{
		font-size:13px;
	}
	#footer{
		position: relative!important;
	}
	#footer-center{
		font-size: 12px;
	}
	#footer-right{
		font-size: 14px;
	}
}	