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

/*================
profile main
================== */
.profilecontent {
	width: 100%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 1%;
	border: solid; color:#000;
	margin-bottom: 1%;
}
.picture {
	width: 25%;
	float:left;
}
.picture img {
	width: 100%;
	border: thick; color:#036; 
}
.candidatecontent {
	width:33%;
	float:left;
	padding:1%;
	
}
.candidatecontent a {
	text-decoration:none;
	color:#0F0;
}
.electionsign {
	width:33%;
	float: right;
}
.electionsign img {
	width:100%;
}
.bio {
	width:95%;
	clear:both;
	text-align:justify;
}
.platform {
	width:95%;
	clear:both;
	text-align:justify;
}
.gallery {
	width:95%;
	clear:both;
	display:inline-block;
}
.gallery img {
	width: 33%;
	padding:2%;
	
}
/*================
social main
================== */
.socialcontent {
	width: 100%;
	float: right;
	background-color:#FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 5px;
	margin-right:0;
	margin-bottom: 2%;
	margin-top: 1%;
	padding:2% 3%;
	border: solid; color:#000;

}
.facebook {
	
}
.twitter {
	
}
.socialbuttons {
	
}
.podcast {
	width:90%;
	margin:auto;
	margin-bottom:1%;
	margin-left:3px;
	overflow:hidden;
	border-bottom:solid; color:#999; 1px;
	border-top:solid; color:#999; 1px;
	padding: 3%;
	margin-top:2%;
}
.video {
	width:98%;
	margin:auto;
	margin-bottom:1%;
}
.literature {
	width:100%;
	margin: auto;
	margin-top:1%;
	margin-bottom:1%;
}
.literature img {
   margin:auto;
}
@media (max-width: 480px){
    .socialcontent {
        width: 90%;
    }
    .video  iframe{
       height: auto; 
    }
    }
}
    