@charset "UTF-8"; 

html{
	height: 100%;
}

body{
    width: 100%;
    height: 100%;
	background: url('../img/ccms-portal-bg-image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
    padding: 0;
	font: normal 16px/28px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
}

h1{
	font: normal 52px/62px "Roboto",Helvetica,Arial,Verdana,sans-serif
}

a{
    text-decoration: none;
}

header{
	background: #000000;
    margin-bottom: 10%;
}

header > img{
	max-width: 400px;
	width: 100%;
	height: auto;
}

.box-cont{
    text-align: center;
	background: #00000078;
}

.box-cont > a{
	display: inline-block;
}

.box-cont a >img{
	max-width: 100px;
	height: auto;
}

.box{
    color: #fff;
    background-color: #ed2331;
    height: 50px;
    width: 300px;
    border: 1px solid #ed2331;
    margin: 4%;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    position: relative;
	overflow: hidden;
}

.box-text{
    display: inline-table;
    height: 100%;
    align-items: center;
	font-size: 16px;
	line-height: 16px;
}

.welcome{
    text-align: center;
    color: #ffffff;	
}

header{
	width: 100%;
    display: block;
	text-align: center;
}

footer{
	position: absolute;
	display: inline-table;
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #000000;
	color: #ffffff;
}

@media only screen and (max-width: 820px) {
	html{
		height: auto;
	}
	
	body{
		height: 100%;
	}

	footer > p{
		padding: 1%;
		margin-top: 10%;	
	}	

	footer {
		height: 160px;
		background: #000000;
		position: relative;
	}
}