html {
    position: relative;
    min-height: 100%;
}

html,
body,
header,
.navbar {
    padding: 0px;
}

.nav {
    background-color: #4f5859;
    border-bottom: 5px solid #254560;
    padding: 0px;
}

.nav-item {
    display: flex;
    border-bottom: 1px solid #447fb0;
    border-right: 1px solid #447fb0;
    height: 3rem;
    align-items: center;
}

.nav-link {
    padding: 0px;
    align-items: center;
    margin: auto;
}

.nav-item.active {
    background-color: #447fb0;
}


.nav-item a {
    color: white;
}

.services {
    background-color: #c9c9c9;
    border-left: 5px solid #c9c9c9;
    margin-bottom: 20px;
}

.services__header {
    background-color: #447fb0;
    color: white;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px solid #c9c9c9;
    border-right: 5px solid #c9c9c9;
    margin-bottom: 5px;
}

.services__name,
.services__availability {
    display: flex;
    align-items: center;
    height: 3em;
    background-color: white;
    border-right: 5px solid #c9c9c9;
    margin-bottom: 5px;
}

.services__availability {
    justify-content: center;

}

article.page {
    padding: 5px;
}

main{
    padding-bottom: 260px;
}

.footer {
    position: absolute;
    align-content: center;
    justify-content: stretch;
    bottom: 0;
    width: 100%;
    line-height: 1.5;
    background-color: #4f5859;
    color: white;
    height: 260px;
}
.footer__pointer{
    position: absolute; 
    left: 50%; 
    top: 6px; 
    margin-left: -6px;
}
.footer>.row{
    height: 100%
}
.footer__address{
    display: flex;
    flex-shrink: 1;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

.white-line{
    border-top: 1px solid white;
    width: 100%;
}
.footer__tel,
.footer__name{
    font-weight: bold;
}

.phone-contact{
    background-image: url(../img/contack-background.png);
    background-repeat: repeat-x;
    display: flex;
    align-content: center;
    height: 100px;
    max-width: 500px;
    margin:auto;
    color: white;
    margin-bottom: 20px;
    padding-bottom: 10px;

}

.phone-contact__icon{
    height: 100%;
    width: auto;
    margin-right: 20px;
}

.phone-contact__link{
    display:flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    font-size: larger;
}

.phone-contact__number{
    font-size: x-large;
    font-weight: bold;;
    color: white;
    text-align: center;

}

.page__title{
    font-size: x-large;
    display: flex;
    flex-grow: 1;
    justify-content: end;
    color: #4f5859;
    text-decoration: underline;
    text-decoration-color: #447fb0;
    margin-top: 20px;
}
.main-container{
    background-color: white; 
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.65);
}