@charset "utf-8";
/* CSS Document */
nav.navbar.navbar-default { 
	background-color:rgba(229,138,185,0.5);	
	border:0px transparent;
	margin-bottom:0px;
	position: absolute;
    bottom: 0px;
    width: 100%;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 25px;
    margin-bottom: 50px;
}
#defaultNavbar1 .navbar-nav li a { color: #fff; font-weight: 600; padding: 15px 2vw;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color: rgba(215,24,128,0.5);}
@media (min-width: 2000px){
	.container {
    	width:1570px;
	}
}