.mainheader{
    padding: 20vh 7vw;
    z-index: 1;
    padding-bottom: 40vh;
    min-height: 500px;
}

.services-div{
    padding: 20vh 7vw;
    z-index: 1
}

.projects-div{
    padding: 20vh 7vw;
    z-index: 1
}

.process-div{
    padding: 20vh 7vw;
    z-index: 1
}

.services-titles{
	padding-bottom: 12vh;
}

.projects-titles{
	padding-bottom: 12vh;
}

.process-titles{
	padding-bottom: 12vh;
}

.body-background{
	position: absolute;
	width: 100%;
	height: 85%;
	bottom: 0px;
	filter: opacity(0.5);
	z-index: 0;
}

.mainheader{
    position: relative;
}

.mainheader-background{
    position: absolute;
    height: auto;
    width: 40%;
    right: 0px;
    top: -60px;
    z-index: 2;
}

.mainheader-button{
    border-radius: 0px;
    padding: 10px 0px;
    font-size: 28px;
    text-decoration: none;
    margin-top: 70px;
    margin-right: 15px;
    width: 300px;
    border-radius: 2px;
    opacity: 1;
    float: left;
    text-align: center;
}

.services-col{
	display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    z-index: 1;
}

.services-col img{
    width: 100%;
    height: 18vw;
    margin-bottom: 10px;
    border-radius: 3px;
}

.services-col .services-link{
    margin-bottom: 0px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.projects-col {
	padding: 5px;
	position: relative;
	z-index: 1;
}

.projects-col .projects-img{
	width: 100%;
	height: 25vh;
	overflow: hidden;
	max-height: 20vw;
}

.projects-img img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 20vw;
    border-radius: 2px;
}

.projects-details{
	display: none;
	position: absolute;
    bottom: 5px;
    width: calc(100% - 10px);
    padding: 10px;
    padding-bottom: 30%;
    text-decoration: none;
}

.projects-morelink{
	padding: 5px 25px;
	margin-left: auto;
	margin-right: 5px;
	margin-top: 5px;
	width: auto;
    border-radius: 2px;
}

.projects-col:hover{
	cursor: pointer;
}

.projects-col:hover .projects-details{
	display: block;
}

.projects-detailsicon {
    padding: 5px;
    text-align: center;
    border-radius: 2px;
}

.process-step{
	padding-left: calc(12.5% - 90px);
    padding-right: calc(12.5% - 90px);
    z-index: 1;
}

.process-step p {
    width: 180px;
    height: 180px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    font-weight: bold;
    border-radius: 2px;
}

.process-step .fa-solid{
	font-size: 50px;
    padding-top: 12px;
}

.process-low{
	margin-top: -50px;
}

.process-arrow{
	position: relative;
}

.rectangle-horizontal {
	height: 10px;
	width: calc(100% - 100px);
	position: absolute;
    bottom: 130px;
    left: 50%;
}

.rectangle-vertical {
  	height: 90px;
  	width: 10px;
	position: absolute;
    bottom: 50px;
    left: 50%;
}

.triangle-right {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 40px solid #1b3d81;
	border-bottom: 20px solid transparent;
	position: absolute;
    left: calc(150% - 130px);
    bottom: 115px;
}

.process-bottomarrow .rectangle-vertical{
    bottom: 40px;
}

.process-bottomarrow .rectangle-horizontal{
    bottom: 40px;
}

.process-bottomarrow .triangle-right {
    bottom: 25px;
}

.process-mobile{
	display: none;
}

.process-bigscreen{
	display: flex;
}



/*---------------------------------------------------------------------------------*/
/* Medium	md	<=991px                                                            */
/*---------------------------------------------------------------------------------*/

@media (max-width: 991px){

.mainheader{
    z-index: 0;
    padding-top: min(20vh, 200px);
    padding-bottom: min(20vh, 350px);
}

.mainheader-background{
    z-index: -1;
    top: 0px;
}

.services-div {
    padding-top: min(20vh, 150px);
    padding-bottom: min(20vh, 100px);
}

.services-titles {
    padding-bottom:  min(12vh, 50px);
}

.services-col {
    padding: 5px;
}

.services-col .services-link {
    padding: 5px;
}

.services-col img{
    height: 25vh;
    min-height: 180px;
}

.projects-div {
    padding-top: min(20vh, 100px);
    padding-bottom: min(20vh, 100px);
}

.projects-titles {
    padding-bottom:  min(12vh, 50px);
}

.projects-col .projects-img{
    min-height: 145px;
}

.process-div {
    padding-top: min(20vh, 100px);
    padding-bottom: min(20vh, 100px);
}

.process-titles {
    padding-bottom:  min(12vh, 50px);
}

}



/*---------------------------------------------------------------------------------*/
/* Small	sm	<=767px                                                            */
/*---------------------------------------------------------------------------------*/

@media (max-width: 767px){

h1{
	font-size: 2.5rem;
	padding-bottom: 30px;
}

.mainheader-button{
    margin-top: 10px;
    padding: 8px 0px;
    width: 300px;
    max-width: 100%;
}

.process-step p {
    padding: 5px;
}

.triangle-right {
    left: calc(150% - 100px);
}

}



/*---------------------------------------------------------------------------------*/
/* Extra Small	xs	<=576px                                                        */
/*---------------------------------------------------------------------------------*/

@media (max-width: 576px){

h1{
	font-size: 2rem;
	padding-bottom: 30px;
}

.mainheader {
    z-index: 0;
    padding-bottom: 30vh;
}

.mainheader-background {
    width: 90%;
    z-index: -1;
}

.mainheader-button {
    font-size: 25px;
    padding: 5px 0px;
}

.services-div {
    padding: 10vh 7vw;
}

.services-titles {
    padding-bottom: 5vh;
}

.services-col img{
    height: 28vh;
    margin-bottom: 5px;
    margin-top: 10px;
}

.projects-div {
    padding: 10vh 7vw;
}

.projects-titles {
    padding-bottom: 8vh;
}

.projects-img img{
    max-height: none;
}

.projects-col .projects-img {
    height: 28vh;
    max-height: none;
}

.projects-morelink{
	margin-left: auto;
	margin-right: auto;
}

.process-div {
    padding: 10vh 7vw;
}

.process-titles {
    padding-bottom: 8vh;
}

.process-mobile{
	display: flex;
}

.process-bigscreen{
	display: none;
}

.process-mobile .rectangle-vertical {
    bottom: 40px;
    height: 80px;
}

.process-mobile .rectangle-horizontal {
    bottom: 110px;
}

.process-mobile .process-low {
    margin-top: -30px;
}

.process-mobile .process-step {
	z-index: 1;
}

.process-mobile .process-step p {
	width: 100%;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid #84d0ed;
	position: absolute;
    bottom: 25px;
    left: calc(50% - 15px);
}

.arrow-right .rectangle-horizontal {
    width: 50%;
    left: 0px;
}

.arrow-left .rectangle-horizontal {
    width: 50%;
    left: 50%;
}

}

}


