
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

* {
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
}

.centered {
    text-align: center;
}

.alignVertical {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

#top {
	background: url(../img/background_top.jpg) no-repeat;
	background-position: center center;
	min-height: 350px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    color: white;
}

#top-noimg{
	background: #2b98f0;
	background-attachment: relative;
	background-position: center center;
	min-height: 350px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#head {
	padding-top: 5px;
    color: white;
}

#top i {
    font-size: 55px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}
p {
	padding: 0;
	margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #666;
	margin-top: 10px;
}
#head .identity {
	margin-top: 30px;
	margin-left: 40px;
	padding-bottom: 30px;
    color: #484848;
}

.padTop {
    padding-top: 200px;
}

.aboutSpace {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f5f5f5;
}

.aboutSpace li {
    float: left;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 43px;
    border: 1px solid #ededed;
    background: #ffffff;
    overflow: hidden;
}

.aboutSpace li em {
    padding: 0 15px;
    line-height: 43px;
    font-size: 16px;
    color: #9b9b9b;
    font-weight: 400;
    font-style: normal;
}

.aboutSpace li span{
    padding: 11px 15px;
    line-height: 42px;
    font-size: 16px;
    color: #484848;
    font-weight: 400;
    background: #f6f6f6;
    border-left: 1px solid #ededed;
}

#socialSpace {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #2b98f0;
}

#socialSpace i {
	margin-right: 30px;
	font-size: 35px;
}

#socialSpace a {
	color: white;
}
.sep2 {
    height: 6px;
    width: 50px;
    background: #2b98f0;
    margin: 20px 0;
}

.marginBottom {margin-bottom: 50px;}
.paddingTopBottom {padding-top: 50px; padding-bottom: 80px;}
.marginTop {margin-top: 50px;}
.smallFont {font-size: 20px;}
.fillWidth {width: 100%;}

.tableCell
{
	padding-left: 10px;
}

.tableHeader
{
	padding-left: 5px;
	font-weight: bold;
}

.big
{
	font-size:70px;
}
