body{
    background: url(../imgs/footer_lodyas.png);
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif; 
}

a{
    text-decoration: none;
    color: #000;
}

a:hover{
    text-decoration: none;
}

input.ng-invalid.ng-dirty {
    border-color: #FA787E;
}

input.ng-valid.ng-dirty {
    border-color: #78FA89;
}

/*HOME =======================================*/

#home .logo{
    padding-top: 10%;
}

#home .logoName{
    padding-top: 10%;
    font-size: 40px;
}

#home .name{
    padding-top: 10%;
    font-size: 30px;
}

#home .name2{
    font-size: 30px;
}

#home .otherText{
    padding-top: 5%;
    font-size: 18px;
}

#home .expand{
    padding-top: 5%;
}

#home .underConstruction{
    padding-top: 10%;
}

#home .underConstruction i{
    padding-right: 10px;
}

#home .icons{
    padding-top: 2%;
    font-size: 20px;
}

#home .expand{
    display: none;
}

#home #map{
    height: 500px;
}

#home .adp{
    background-color: #eee;
}

#contact{
    font-size: 16px;
}

#contact .title{
    font-size: 30px;
}