@charset "utf-8";


/*  addons for vanilla */

/*.aboutBG {
    background-image: url("biobg.jpg");
    background-repeat: no-repeat;
    background-position: 0px 100px;
    background-attachment: fixed;
}*/

.footer2 {
      font-size:1.0em !important;
	}

.center {
	text-align:center;
}


.1pxBorder {
    border-style: solid;
    border-width: 1px;
	color:#B0B0B0 !important;
}


.caption {
margin-top:-10px;
font-style:italic;
font-size:1.0em !important;

}


.padding30px {
	padding:15px;
}

.img-responsive {
   width: 100%;
   height: auto;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
/*The padding-top value is set to 30 pixels to allow space for the chrome — this is specific to YouTube videos.*/
    height: 0;
    overflow: hidden;
/*	align-content:center;*/
}


.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}




.marginTopMinus22 {
	margin-top:-22px;
}

. a {
    color: #671978;
}
