
body {
  padding-top: 50px;
  padding-bottom: 30px;
}

div{
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
}


#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.jumbotron
{
	padding:15px;
}

.mp_green
{
	color: rgb(59,187,130);
	
}



.smallerfont
{
		font-size: 0.65em;
	
}
.redtext
{
	color: red;
}
.indexWelcome
{
	font-family: 'Amatic SC', cursive;
}

.renovation
{
	font-family: 'Amatic SC', cursive;
	//color: red;
}

.renovation_bg
{
	background-color: yellow;
}


.justicius
{	
	text-align: justify;
}

.extra50 {
	margin-top: 50px;
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.nounder{
	text-decoration:none !important;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* END Flexible iFrame */

.main-view {
  //padding-top: 30px;
  text-align: center;
}


/* picture gallery */

.glowing-border {
    border: 2px solid #dadada;
    //border-radius: 7px;
}

.glowing-border:hover { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.bumpup img{
    margin: 15px;
    -webkit-transition: margin 0.2s ease-out;
    -moz-transition: margin 0.2s ease-out;
    -o-transition: margin 0.2s ease-out;
}
 
.bumpup img:hover {
    margin-top: 2px;
	cursor: pointer;
}

.controls{
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;
}

.next {
    float:right;
    text-align:right;
	text-decoration:none !important;
}

.previous {
	text-decoration:none !important;
}

.modal-body {
	padding:5px !important;
}
.modal-content {
	border-radius:0;
}
.modal-dialog img {
	text-align:center;
	margin:0 auto;
}
/* end of picture gallery */




