@charset "UTF-8";
/* CSS Document */

#wrapper{
	background-color: rgba(255, 255, 255, 0.75);
	min-height: 1000px;
	position: relative;
	padding-top:80px;
	padding-bottom:80px; 
}

#wrapper #second{
	width: 90%;
	margin:0 5%;
}

#wrapper #second h2{
	text-align: left;
	margin-bottom:3%;
}

#wrapper #second h3 {
	font-size: 1.4em;
  position: relative;
  padding: 0 0 0 30px;
	margin-bottom: 1rem;
	color: #b12e2e;
	text-align: left;
	font-weight: 700;
 }
 
#wrapper #second h3::before,
#wrapper #second h3::after {
  position: absolute;
  content: '';
  border-radius: 50%
}

#wrapper #second h3::before {
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(177, 46, 46, 0.8);
}

#wrapper #second h3::after {
  top: 0.75em;
  left: 0.5em;
  width: 13px;
  height: 13px;
  background: rgba(132, 39, 38, 0.4);
}


/* 
--------------------------------------------------------------------------------------*/

/*
h2{
	color:#3b3b3b;
	font-size:20px;
	margin: 0 0 20px 0;
	padding:0;
	line-height:1;
	position: relative;
	text-align: center;
	font-weight:400;
}
h2:before {
	width: 100%;
	border-top: 2px solid #32557d;
	content: "";
	position: absolute;
	top: 46%;
	left: 0;
}
h2 span {
	background-color: #32557d;
	color: #fff;
	display: inline-block;
	padding:10px 2rem 12px 2rem;
	position: relative;
	border-radius: 24px;
  font-weight: 700;
}
h3{
	width: auto;
	background-color: #8b8364;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
	padding: 5px 10px 8px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:3px double #fff;
	margin: 0 0 1em 0;
	font-weight: 300;
}
h3 img.cards{
	margin-left: 10px;
	margin-top: 5px;
}
h4 {
	 font-size: 1.1em;
  position: relative;
  padding: 0 0 0 30px;
	margin-bottom: 0.7em;
	 color: #9f8c41;
	font-weight: 700;
	text-align: left;
 }
 
h4::before,
h4::after {
  position: absolute;
  content: '';
  border-radius: 50%
}
h4::before {
  top: 0.4em;
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(159, 140, 65, 0.8);
}
h4::after {
  top: 0.8em;
  left: 0.7em;
  width: 12px;
  height: 12px;
  background: rgba(159, 140, 65, 0.4);
}
*/



@media only screen and (max-width: 481px) {
#wrapper{
	background-color: #fff;
	min-height: inherit;
	position: relative;
	padding-top:10%;
	padding-bottom:10%; 
}

#wrapper #second{
	width: 84%;
	margin:0 8%;
}
#wrapper #second h2{
	text-align: left;
	margin-bottom:5%;
}


/* welcome */
#wrapper #second.welcome h2 img{
	width: auto;
	height: 60px;
}

#wrapper #second.welcome .fR{
	float: none;
	margin-bottom: 5%;
}
#wrapper #second.welcome .fL{
	float: none;
}
#wrapper #second.welcome .width70{
	width: 100%;
}
#wrapper #second.welcome .width23{
	width: 70%;
	margin-left: 15% !important; 
	margin-right: 15% !important;
}

/*
#wrapper #second.welcome img.fR{
	width: 50%;
	margin-left: 25% !important; 
	margin-right: 25% !important; 
	float: none;
}
#wrapper #second.welcome img.mgL80{
	margin-left: 0;
}
#wrapper #second.welcome img.mgB80{
	margin-bottom: 8%;
}
*/

	
/* welcome */
	
/* welcome */
#wrapper #second.sponsorship .scroll table{width: 270%;}
	
}
