/* use this to put borders around things... */
.crop-img{
  max-height:150px;
  max-width:100%;
  margin-bottom: 10px;
}

.large-img{
  max-width:100%;
  margin-top: 10px;
}

.thin_border{
	border: 0px solid green;
}

body { 
    background-image: url('bg_3.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: top;
	
	font-family: 'Fira';
	
	font-size: 50px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 200%;
}

.col-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
}


.b12font{

	font-size: 55px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 180%;

}



.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/*
@font-face {
src: url("FiraSans-SemiBoldItalic.otf") format("opentype");
}
*/


@font-face {
  font-family: 'Fira';
  font-style: normal;
  font-weight: normal;
  src: local('Fira'), url('FiraSans-UltraLight.otf') format('truetype');
}

 .setposition1{
 
 position: fixed;
  display: block;
  height: 500px; 
  width: 100%;  
 
	}
	
	