﻿header {
    color: white;
    background-color: white;
    text-align: center;
    background-image:url(/Content/Images/bg-header.jpg);
    background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
    height: 208px;
    position: relative;
}

body {
    /*overflow-y:hidden;*/
    background-color:white;
    padding:0px !important;
}

body > #container { margin-bottom: 70px !important; }


.login-box {
    min-height: 176px;
    padding-top:2em;
    padding-bottom:2em;
    border:1px solid;
    font-size: medium;
    color: white;
}

.back-green { background-color: #4eab3c; }
.btn-bold-green { 
    font-weight:bold;
    color: #4eab3c 
}

.back-dark-green { background-color: #006d41; }
.btn-bold-dark-green { 
    font-weight:bold;
    color: #006d41; 
}


h5 {
    font-size: 38px;
    line-height: 15px;
    color:#006d41;
    margin: 20px;
    /*font-family: Arial, sans-serif;*/
}

.subtitles {
    font-size: 18px;
    line-height: 35px;
    font-family: Arial, sans-serif;
}

foot {
    background-color: #515151;
    height: 160px;
    text-align: center;
}

.header-main {
    top: 36px;
    width: 100%;
    position: absolute;
}
#cloudHeader,
#cloudHeaderMobile{
	position: absolute;
	left: 0px; 
    bottom: 0px;
	width: 100%; 
    height: auto;
	margin: 0px; 
    padding: 0px;
	border:none;
}

.header-main img {
    width: 213px;
    margin-bottom: 10px;
}
.header-main p {
    font-size: 14px;
}

@media (min-width: 768px) { 
    header {
        height:234px;
    }
    .header-main {
        top: 46px;
    }
    .header-main img {
        width: 263px;
    }
    .header-main p {
        font-size: 15px;
    }
}

@media (min-width: 992px) { 
    header {
        height:294px;
    }
    .header-main {
        top: 56px;
    }
    .header-main img {
        width: 358px;
    }
    .header-main p {
        font-size: 18px;
    }
}

@media ( min-heigth: 700px ){
    #foot {
        position:relative
    }
}

