body {
	background-image: url('../img/back-shapes.png');
	 background-repeat: no-repeat;
	  background-size: 100%;
	  background-position: center top;
	  background-attachment: fixed; 
	background-color: #aabec1;
	/* background: linear-gradient(180deg, rgba(152,175,178,1) 0%, rgba(224,234,234,1) 100%); */
	color: #3E585C;
}

p {
    color: #3E585C;
}


#footer {
    background: #3E585C;
    border-top: 4px solid #3E585C;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
    
}


.process .process-step-circle-content {
    font-weight: bold;
    color: #212529;
    font-size: 1.1em;
    line-height: 1em;
    letter-spacing: -1px;
    transition: all 0.2s ease-in-out;
}

.process-vertical .process-step-circle {
    height: 70px;
    width: 70px;
    margin: 0 15px 0 0;
    min-height: 70px;
    min-width: 70px;
}

.process .process-step-circle {
    border-color: #98afb2;
    background-color: #98afb2;
}


.process-vertical .process-step::after {
    width: 2px;
    display: block;
    background-color: #98afb2;
    position: absolute;
    content: '';
    height: calc(100% - 80px);
    top: 75px;
    left: 35px;
}



#header .header-body {
    display: flex;
    flex-direction: column;
    

    background-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);


    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #EDEDED;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}

h1, h2, h3, h4, h5, h6 {

    letter-spacing: -.00em;
}