.navBarContainer{
    position: fixed;
    top:0px;
    left:0px;
    height:100px;
    z-index: 100;
    text-align: center;
    background-color: #fff;
    /*box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);*/
}
*{
    margin:0px;
}
.welcomePictureStyle{
    height:200px;
}
.welcomMessageBox{
    width: 100%;
    height: 100px;
    font-size: 45px;
    text-align: center;
    line-height: 100px;
    color: #777;
}
body{
    padding-top: 100px !important;
}
.width100{
    width:100%;
}
.relative{
    position: relative;
}
.navLogoText{
        margin-top: 7px;
        display:inline-block;
        margin-right: 30vw;
        height: 85px;
        text-decoration: none;
        font-weight: 600;
        vertical-align: top;
        margin-left: 10px;
        color: #777;
}
.navTextTop{
    font-size: 38px;
    line-height: 60px;
}
.navTextBottom{
    font-size: 14px;
    text-align: right;
}
.navLogo{
        margin-top: 7px;
        display:inline-block;
        left:10px;
        height: 85px;
        text-decoration: none;
        color:#777;
        font-weight: 600;
        vertical-align: top;
        font-size: 28px;
        line-height: 42px;
        margin-left: 10px;
}
.navLogoText:hover{
    opacity: 0.7;
}
.navLogo:hover{
    opacity: 0.7;
}
/*FOOTER*/
.footer{
    background-color: #363839;
    padding:15px;
}
.footer p{
    color:#ddd;
    font-size: 12px;
}
.mainContainer{
    background: #f0f0f0;
    padding: 0.1px;
}
.imageCenter{
    background-position: center center;
  background-repeat: no-repeat;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fillUp{
    z-index: 1;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    bottom:0px;
}
/*COLOR*/
.whiteFont{
    color:white;
}
/*LIST*/
.listContainer{
    vertical-align: top;
    text-align: center;
    display: inline-block;
    right: 30px;
}
.listElement{
    color:#777;
    display: inline-block;
    text-decoration: none;
    line-height: 100px;
    padding-left: 5px;
    padding-right: 5px;
}
.listActive{
    color:black;
}
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.inputNormal{
    border: 1px solid #ddd;
    outline: none;
    height: 40px;
    padding-left: 10px;
    width: calc(50%);
    resize: none;
}
.inputNormal:focus{
    border: 1px solid #796AF4;
}
.inputHalf{

}
@media all and (max-width: 599px) and (min-width: 50px) {
    .navLogo{
        font-size: 14px;
        line-height: 100px;
    }
    .listElement{
        font-size: 12px;
        line-height: 100px;
    }

}

/* HOA*/
.hoaTextWrapper{
    padding: 30px;
    text-align: center;
    margin-top: 10px;
    background-color: #fafafa;

}
.hoaTextWrapper p{
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hoaSubTitleHolder{
    padding-top: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 35px;
}



/* Tanent */

.tanentButtonBase{
    margin: auto;
    width: 430px;
    line-height: 40px;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.requestForRepairButton{
    background-color:#669900;
    color: #fff;
}
.requestForRepairButton:hover{
    background-color: #336600;
}

