*{
	box-sizing: border-box;
}

body, html, container-fluid{
	margin: 0;
	padding:0;
}

header{
	margin-bottom: 20px;
	margin-top: 20px;
}

nav{
	width:100%;
	padding-left:35%; 
	background-color: #034f84;
	color:white;
	font-size:1.5rem;
	z-index: 1;
}

.navbar{
	border-radius:0;
	margin-bottom: 0;
}

.navbar div div ul li a{
	color:white;
	font-size: 1.5rem;
}

.navbar div div ul li a:hover{
	color:white;
	background-color: #f7786b;
}

.navbar div div ul li ul{
	background-color: #034f84;
	color:white !important;
}

#header {
	margin-top: 0;
    background-image: url("../img/header.jpg");
    background-position: cover;
    background-repeat: no-repeat, repeat;
    height:500px;
    color:white;
}

#header h1{
	padding-top:25%;
	padding-left:80%;
	font-size: 3rem;
}

footer{
	background-color: #034f84;
	color: white;
	padding:10px;
}

footer p{
	font-size: 1.5rem;
}

#address{
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

#address h1{
	color: #034f84;
	text-align: center;
	font-size: 3rem;
}

#address table thead tr, #address table tfoot tr, #address table tbody tr:hover{
	background-color: #034f84;
	color: white;
}

.btn{
	background-color: #034f84;
	color: white;
	border-radius: 0;
}

.btn:hover{
	background-color: #034f84;
	color: white;
}

#signup .col-lg-5{
	padding:5%;
}

#signup form .form-group .form-control{
	border-radius: 0;
	font-size: 1.5rem;
}

#signup .col-lg-7{
	margin-top: 0;
    background-image: url("../img/header.jpg");
    background-position: cover;
    background-repeat: no-repeat, repeat;
    height:500px;
    color:white;
}

#signup .col-lg-7 h1{
	font-size: 3rem;
	padding:20px;
	background-color: #034f84;
	opacity:0.7;
}
