body {
color: #777;
font-family: "PT Sans", sans-serif;
}
a {
color: #039be5;
text-decoration: none;
}
a:hover,
a:focus {
text-decoration: underline;
}
a:visited {
color: #0277bd;
}
.content {
max-width: 960px !important;
}
/*
The content `
` is where all your content goes.
*/
.content {
padding: 0 2em;
max-width: 800px;
margin: 0 auto 50px;
line-height: 1.6em;
}
.header {
margin: 0;
color: #333;
text-align: center;
padding: 2.5em 2em 0;
font-family: "PT Sans", sans-serif;
}
.header h1 {
margin: 0.2em 0;
font-size: 3em;
font-weight: 700;
font-family: "Montserrat", "PT Sans", sans-serif;
text-transform: uppercase;
}
.header h2 {
font-weight: 300;
color: #ccc;
padding: 0;
margin-top: 0;
}
.pure-img-responsive {
max-width: 100%;
height: auto;
}
.img-round img {
border-radius: 150px;
width: 300px;
}
@media (max-width: 770px) {
.header h1 {
font-size: 1.5em;
}
.header h2 {
font-size: 1em;
}
}
div.jumbo {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
max-width: 960px;
margin: 10px auto 50px;
padding: 30px;
font-size: 1.2em;
font-weight: 600;
font-family: "PT Sans", sans-serif;
}
div.jumbo a {
text-decoration: underline;
color: inherit;
}
.left {
float: left;
}
.right {
float: right;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}