﻿html
{
	font-family: 'Open Sans', sans-serif;
}

p
{
	text-align: justify;
}

h3
{
	text-align:center;
	margin:30px;
}

.carousel-caption
{
	bottom: 50px;
}

    @media only screen and (max-width : 768px) {

	p
	{
		text-align: left;
	}
	
    }
	
	.row
	{
	margin-top:30px;
margin-right:0;
margin-left:0;	
	}
	
	.dropdown:hover>.dropdown-menu {
  display: block;
}



.navbar-nav
{
	font-size: 120%;

}
