@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.65em;
}
.container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin:auto;
    max-width: 1400px;
}

h1 {
    font-size: 36px;
}

p {
    font-size: 21px;
    padding-bottom: 15px;
}

.advert {
	display: flex;
	flex-direction: column;
}

.advert h1 {
	font-size: 32px;
	text-align: center;
}

.advert h4 {
	font-size: 22px;
	text-align: center;
}

.advert h5 {
    margin-bottom: 5px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-5 {
	padding-bottom: 5px;
}

.mb-0 {
	margin-bottom: 0;
}
.mt-0 {
    margin-top: 0;
}

.flex-centered {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pt-xxl {
    padding-top: 50px;
}

.row {
    display:flex;
}

.col-4 {
    width:33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 5px 15px;
    margin: 5px;
    border:1px solid #cccccc;
}
