html,body{
    height: 100%;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}


#home{
    background:url(../../images/home/home-img.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
}

.landing-text{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #2b2e4a;
}

.landing-text h1{
    font-size: 300%;
    font-weight: 700;
}

.padding{
    padding: 80px 0;
}

#fixed{
    background: url(../../images/home/stethoscope.jpg) no-repeat center center fixed;
    display: table;
    height: 50%;
    position: relative;
    width: 100%;
    background-size: cover;
}

footer{
    width: 100%;
    background-color: #23415C;
    padding: 5% 5% 10% 5%;
    color: #fff;
}

.fab{
    padding: 15px;
    font-size: 25px;
}

.no-style {
    text-decoration: none;
    color: white;
}

.no-style:hover {
    text-decoration: none;
    color: rgb(173, 173, 173);
}