

body, html {
	height: 100%;
}

body {
	padding-top: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0.7px;
	font-weight: 400;
}

a{
	color: #FFFFFF;
	text-decoration: underline; 
}

a:hover{
	color: #ffffff;
	text-decoration: none;
}

.name {
	/* Konstantin Bashenko: */
	font-family: SourceSansPro-Bold;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 26px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.18);
}

.icon-font {
	font-size: 20px;
}

.icon-link {
	text-decoration: none;
}


.lead{
font-family: 'Source Sans Pro', sans-serif;
font-size: 24px;
font-weight: 300;
color: #FFFFFF;
letter-spacing: 0;
}

i{
	margin-right: 16px;
	text-decoration: none;
}

i:hover{
	color: rgba(250,250,250,0.6)

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

.schedule {
border: 1px solid #FFFFFF;
padding: 10px;
min-height: 132px;
}

.schDate{
font-weight: 400i;
}

.schHead{
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
font-size: 12px;
color: #FFFFFF;
letter-spacing: 0;
text-transform: uppercase;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}



