@import url('https://fonts.googleapis.com/css?family=Ubuntu');

*
{
	font-family: 'Ubuntu', sans-serif;
}

.affix
{
	z-index:100;
	top:0;
	width:100%;
}

img
{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.slidesImg
{
	height:280px;
	width:100%;
}

.row1
{
	border-radius:1px;
	margin-bottom:12px;
}

.row2
{
	margin-bottom:12px;
}
.row5{
	background-image: url('images/parallax1.jpg');
	height: 650px;
	background-attachment: fixed;
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;	
}
.footer_div{
	width:100%;
	height: 200px;
	margin: 0;
	padding: 20px;
}
