@charset "UTF-8";
/* CSS Document */
/*FAQS text*/
#content {
	width:625px;
	height:auto;
	padding-right:10px;
	margin-right:5px;
}
h2 {
	font-size:24px;
}
h5 {
	font-size:18px;
	margin-top:15px;
	margin-bottom:10px;	
}
li {
	font-family: Avenir Black, Helvetica, Arial, sans-serif;
	font-color: #ed559f;
	font-size: 14px;
	font-weight:lighter;	
	margin:10px 0;
}
/*Dominant img*/
.rectangle-box {
	width:315px;
	float:right;
	position:relative;
	bottom:400px;
}
#rectangle-content img{
	width:300px;
	padding-right:15px;
}




/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {

#content {
	width:100%;
}
.rectangle-box {
	width:315px;
	float:right;
	position:relative;
	bottom:40%;
}
#rectangle-content img{
	width:300px;
	padding-right:15px;
}
}
/* for 700px or less */
@media screen and (max-width: 600px) {

#content {
	width:100%;
}
#sidebar {
	width:60%;
}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	
#sidebar {
	width:100%;
}

.rectangle-box {
	width:100%;
	margin-right:5px;
	position:relative;
	bottom:40%;
}
#rectangle-content img{
	width:100%;
	padding-left:25px;
}
header {
	width:100%;
}
.headMargin {
	width:100%;
}
	}