﻿.fixFullWidth {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
    height: 202px;
}

#headerImgContainer {
    max-height: 202px;
    width: 100%;
}

#headerImg {
    /*max-height: 202px;*/
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width:initial;
}


.title {
     text-align: center;
     /*font-size: 38px;*/
     font-size: 34px;
     font-family: 'Neo Sans Medium';
     vertical-align: middle;
     color: #77ca4e;
     margin-top: 40px;
     margin-bottom: 40px;
}

    /*.itemcontainer{
        height:330px;
    }*/


.text {

        /*font-size: 18px;*/
        font-size: 16px;
        margin: 10px;
        font-family: Lato;
        color: #1f1f1f;
        /*max-width: 1000px;*/
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 30px;
}


.item{
    display: inline-block;
    text-align: center;
}

.itemtitle{
     vertical-align: middle;
     color: #0a5b7b;
     margin-top: 40px;
     margin-bottom: 40px;
}

.itemtitle > span{
     text-align: center;
     /*font-size: 27px;*/
     font-size: 24px;
     font-family: 'Neo Sans Medium';
}

.plus {
	width: 35px;
	/*margin-top: 20px;*/
}

	.plus > line {
		stroke: #8DC560;
		stroke-width: 0.75px;
	}


@media (max-width: 1024px) {
        .margined {
            max-width: 98%;
            margin-left: auto;
            margin-right: auto;
    }
}

@media (max-width: 992px) {


        .margined {
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
    }

    #headerImgContainer {
        max-height: 101px;
    }

    #headerImg {
        height: 101px;
        max-width: initial;
        width: auto;
    }

    .title {
        font-size: 18px;
    }

    .text {
        font-size: 14px;
    }

    .itemtitle > span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .text {
        text-align: justify;
    }



}
