.fixed{
    position: fixed;
}
.heading{
    color: white;;
}
.navbar{
    background-size: 400% 400%;
    background-color: white;
    border-bottom: 2px #dadada solid;
}
.navbar-nav{
    padding: 0px !important;
}
#blog{
    background-color: white;
    z-index: 999;
}
#blog ul.timeline {
    list-style-type: none;
    position: relative;
}
#blog ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
#blog ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
#blog ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 1px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
#blog ul.timeline a{
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
}
#blog .row{
    position: relative !important;
    background-color: white !important;
    border-radius: 10px !important;
    padding-top: 30px;
}
.heading{
    font-family: 'Carter One', cursive;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center !important;
    margin-bottom: 50px

}