@font-face{
	font-family: 'Pluto Sans';
	font-weight: bold;
	font-style: normal;
	src: url('fonts/PlutoSansMedium.woff') format('woff');
}

@font-face{
	font-family: 'Pluto Sans';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/PlutoSansCondRegular.woff') format('woff');
}

body{
    font-family: "Pluto Sans", Montserrat, Arial, Helvetica, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #303e46;
}

.body {
	margin: 0 auto;
	padding: 30px 50px;
	width: 1000px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: white;
}

p {
    font-family: "Pluto Sans", Montserrat, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.header h1 {
	font-weight: bold;
    font-family: "Pluto Sans", Montserrat, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.container {
    max-width: 1024px;
    padding: 30px 50px;
    margin: 0px auto 20px auto;
    background-color: #ffffff;
    color: #303e46;;
    display: block;
}

.header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

h1 {
	font-size: 18pt !important;
}

h2 p {
	font-size: 14pt !important;
}

.header img {
    max-height: 60px;
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        text-align: center;
    }

    .header img {
        margin-bottom: 10px;
    }
}

footer {
    text-align: center;
    margin-top: 20px;
}

.officeuse a {
	color: #DDDDDD !important;
	font-size: x-small;
	text-align: center;
}