html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}


@media only screen and (max-width: 768px) {
	#left {
		background: url('/img/header_medium.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 426px; 
	}
}

@media only screen and (min-width: 768px) {
	#left {
		background: url('/img/header_big.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 100vh;
		overflow: hidden;
	}
}

@media only screen and (min-width: 768px) {
	#right {
		overflow-y: auto;
	}
}
 

#main a
{
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: rgb(45,119,193);
}

#main a:hover
{
    color: rgb(40,40,40);
}

#main strong
{
    font-weight: 500;
}

#main
{
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.content
{
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.footer
{
    text-align: center;
    padding: 0 0 40px 0;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.footer img
{
    height: 75px;
    padding: 15px 0;
}

.header
{
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
