@charset "utf-8";
*  {
	padding: 0;
	margin: 0;	
}

.main {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,0%,1.00);
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(background.jpg);
	overflow-y: scroll;
}
.main .article {
	width: 60%;
	margin-top: 5%;
	margin-left: 20%;
	margin-bottom: auto;
	position: absolute;
}
h2 {
	color: hsla(0,0%,100%,1.00);
	font-family: antic-slab;
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
	text-align: center;
}
.big-text {
	font-size: 1.5em;
}

html {
	color: hsla(0,0%,100%,1.00);
	font-size: 12px;
}
p {
	font-size: 1.5em;
	font-family: antic-slab;
	font-style: normal;
	font-weight: 400;
}



h1 {
	height: auto;
	float: none;
	text-align: center;
}

.color {
	background-image: -webkit-linear-gradient(0deg,rgba(128,56,128,1.00) 0%,rgba(0,122,133,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(128,56,128,1.00) 0%,rgba(0,122,133,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(128,56,128,1.00) 0%,rgba(0,122,133,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(128,56,128,1.00) 0%,rgba(0,122,133,1.00) 100%);
	width: 100%;
	height: 5%;
	position: fixed;
	top: 0px;
	z-index: 999;
}
.article .infor {
	float: none;
	text-align: center;
	z-index: 996;
	height: 500px;
}

.color-bellow {
	background-image: -webkit-linear-gradient(0deg,rgba(128,56,128,1.00) 0%,rgba(0,122,133,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(128,56,128,1.00) 0%,rgba(0,122,133,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(128,56,128,1.00) 0%,rgba(0,122,133,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(128,56,128,1.00) 0%,rgba(0,122,133,1.00) 100%);
	width: 100%;
	height: 5%;
	bottom: 0px;
	position: fixed;
	z-index: 998;
}
.img-responsive {
	width: 200px;



}
.line-break {
}
b {
	white-space: nowrap;

}



@media (min-width:450px) and (max-width:1200px){
.img-responsive {
	width: 150px;
}
h2 {
	font-size: 3em;
}
p {
	font-size: 1.2em;
}
.article .infor {
	float: none;
	text-align: center;
	z-index: 996;
	height: 430px;
}




}

@media (max-width:449px){
.article .infor {
	float: none;
	text-align: center;
	z-index: 996;
	height: 650px;
}
h2 {
	font-size: 2em;
}
p {
	font-size: 1.2em;
}
.img-responsive {
	width: 130px;
}




}
