body {
  -padding-top: 3.5rem;
  background-color: #003e57;
}

section,footer {
	background-color: #fff;
}

p.comment {
	color: red;
	font-style: italic;
    padding: 10px 0 0;
}

p.intro {
    font-size: 22px;
    margin-bottom: 30px;
}

p span {
	display: block;
	font-weight: bold;
    font-size: 1.05rem;
}

.footer {
	padding: 30px 0px;
}

h3{
    margin-top: 40px;
}

.jumbotron {
	background-color: #003e57;
	border-radius: 0;
}



.jumbotron {
    max-width: 100vw;
    margin: 0 auto;
    font-size: 18px;
    line-height: 23px;
    padding: 65px 80px 55px !important;

    height: 100%;
}
.jumbotron img {
    display: block;
    margin: 0px auto 0px;
    padding: 0px 17px 0 31px;
    /* background: rgba(0, 62, 87, 0.35); */
    border-radius: 0px;
    /* border-bottom: 3px solid #023e54; */
    /* background: linear-gradient(rgba(0, 62, 87, 0.1) ,rgba(0, 62, 87, 1)); */
    /*background: linear-gradient(rgba(0, 62, 87, 0.2), rgba(0, 62, 87, 1));*/
    background: linear-gradient(360deg, rgba(0,62,87,1) 0%, rgba(0,62,87,1) 2%, rgba(0,62,87,0.002) 10%);
    max-width: 270px;
}

.jumbotron h5 {
    font-size: 21px;
}

.jumbotron .statement-content-wrapper {
    border: 1px solid #ffffff;
    margin-top: -2px;
    padding: 0 40px;
    background-color: rgba(0, 62, 87, 0.65);
}



.jumbotron .statement-content-wrapper h1 {
    margin: 35px auto 15px;
        color: white;
    max-width: 680px;
    text-align: center;
    font-family: "Times New Roman";
    line-height: 50px;
    font-size: 38px;
    letter-spacing: 1.9px;
    padding-bottom: 20px;
}

.jumbotron .statement-content-wrapper h4 {
    margin-bottom: 17px;
    font-size: 26px;
}
.jumbotron .statement-content-wrapper .middle-statement {
    border-right: 1px solid white;
    border-left: 1px solid white;
    margin-bottom: 40px;

}
.jumbotron .statement-content-wrapper p {
    font-family: "SabonLTPro-Roman", "Times New Roman";
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    padding: 0 7px;
}

@media only screen and (max-height: 700px) {
    #cookiefy_bar {
        overflow-y: scroll;
    }
}
@media only screen and (max-width: 1023px) {

    .jumbotron {
        /*max-width: 760px;*/
        padding: 55px 5px 40px !important;
        /*margin-top: calc(100vh/2 - 350px);*/
    }

}

@media only screen and (max-width: 860px) {

    .jumbotron {
        /*max-width: 670px;*/
        padding: 80px 5px 40px !important;
        margin-top: calc(100vh/2 - 550px);
    }

}
@media only screen and (max-width: 760px) {

    .jumbotron {
        max-width: calc(100vw - 40px);
        padding: 80px 0px 25px !important;
        font-size: 15px;
        line-height: 20px;
        margin-top: calc(100vh/2 - 390px);
    }

    .jumbotron .statement-content-wrapper h1 {
        font-size: 26px;
        line-height: 35px;
    letter-spacing: 1.4px;
    }
    .jumbotron .statement-content-wrapper h4 {
        font-size: 24px;
    }
    .jumbotron .statement-content-wrapper p {
        text-align: center;
    }

    .jumbotron .statement-content-wrapper .middle-statement {
        border-right: 0;
        border-left: none;
        margin: 15px auto;
    }

    .jumbotron .statement-content-wrapper {
        padding: 0;
    }
}