@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway');

* {
    font-family: 'Raleway', sans-serif;
}

.border-none {
	border: none !important;
}

body { 
	text-align:center;
	background-color: #f5f5f5;
}

h2 {
    margin: 40px 0;
    font-size: 2.5em;
    font-weight: bold;
}

a {
	text-decoration: none !important;
}

header {
	padding: 40px 10px;
	background-color: #ccc;
}

header .logo {
	width: 200px;
	margin-bottom: 0px;
}

header h1 {
    font-size: 3em;
    margin: 5px 0 20px;
    color: #31708f;
    font-weight: bold;
}

header h2 {
    margin: 0;
    font-size: 27px;
}

.content {
    padding: 0 20px;
	margin-top: 50px;
}

.content h2 {
    margin: 30px 0 40px;
    font-size: 2.5em;
    font-weight: bold;
    border-top: solid 3px #d9e1ff;
    padding-top: 40px;
}

ul.social-buttons {
    padding: 20px 0 10px;
    background-color: #d9e1ff;
    margin: 0 10px;
}

ul.social-buttons>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0 ;
}

ul.social-buttons>li a {
    display: block;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    font-size: 21px;
    outline: 0;
    color: #fff;
    background-color: #31708f;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding-top: 14px;
    margin-bottom: 10px;
}

ul.social-buttons>li a:hover,
ul.social-buttons>li a:focus,
ul.social-buttons>li a:active { 
    background-color: #29bd42;
}

.caption h3 {
	margin-top: 0;
	font-size: 24px;
    text-align: center;
}

.caption p {
    font-size: 0.7em;
    text-align: center;
}

.thumbnail {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }

.thumbnail:hover {
    background-color: #e3ffd7;
}

.thumbnail a>img {
    max-width: 90%;
    margin-top: 15px;
	max-height: 90px;
}

.thumbnail .caption {
    font-size: 1.3em;
    margin-top: 10px;
}

kbd {
    background-color: transparent;
    border: solid 1px #ccc;
    padding: 2px 7px;
    color: #666;
}

kbd span {
    font-weight: bold;
}

footer {
    font-size: 15px;
    margin-top: 70px;
    padding: 30px 15px;
    background-color: #ccc;
}

footer a,
footer a:focus,
footer a:active {
    color: #F60;
	text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; 
}

footer a:hover {
    color: #F60;
    text-decoration: underline;
}

footer p {
    margin: 0;
}