body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
h1, h2, h3 {
	font-family: 'Playfair Display', serif;
	color:#2e4b84;
	text-align: center
}
h1 {
	text-align: center;
	font-size: 4em;
	font-style: italic;
	font-weight: 700
}
h2 {
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 60px
}
h3 {
	margin-bottom: 30px
}
/* sections */
.sect {
	height:auto;
	width:100%;
}
.container {
	max-width: 980px;
}
/*END sections*/
.menu {
	background:url(../img/bkg-white.jpg) top center repeat;
	padding: 30px
}
.menu .main-logo {
	margin: 20px auto;
	display: block;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #999;
}


.table td + td {
	font-weight: bold;
	text-align: right;
}


div.blue-mod {
	color: #fff;
	background-color: #2e4b84;
	padding: 20px;
	width: 100%;
	text-align: center;
	margin: 40px 0;
}
div.blue-mod h2 {
	color: #fff;
	margin-top: 0
}
div.blue-mod table {
	margin: 0
}
div.blue-mod table td {
	text-align: left
}
div.blue-mod table td + td {
	text-align: right
}
a {
 	margin-top: 30px; 
 	margin-bottom: 30px;
 	font-size: 1.3em; 
	font-family: 'Playfair Display', serif;
	font-style: italic;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #2e4b84
 }
a:hover {
	text-decoration: none;
}
/* MODAL */
@media (max-width: 768px) { 
.menu {
	padding: 30px 0;
}

}
