* {
    font-family: "Roboto";
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    outline: none;
}

body{
    margin: 0;
    padding: 0;
}
strong {
    font-weight: 500;
}
img {
    max-width: 100%;
}
.background{
    background-image: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%), url("../img/img_back_.jpg");
    background-repeat: no-repeat;
    background-position: bottom;

}
.background.flex.flex70 {
    padding: 5vh 0 0 5vw;
    min-height: 747px;
}

.anchor {
    position: relative;
}

.flex{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex20{
    width:18%;
}
.flex25 {
    width: 23%;
}
.flex30 {
    width: 30%;
}
.flex40 {
    width: 38%
}
.flex50 {
    width: 48%;
}
.flex60 {
    width: 60%;
}
.flex70 {
    width: 70%;
}
.center {
    text-align: center;
    align-content: center;
    margin-right: auto;
    margin-left: auto;
}
.vcenter{
    align-items: center;
}
header h3 {
	color: #000000;
	font-size: 20px;
    font-weight: 500;
    margin-top: 100px;
    text-transform: uppercase;
}
header h1 {
	color: #D8213A;
	font-size: 40px;
	font-weight: 300;
    line-height: 54px;
    margin: 0;
}
header h2 {
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
    margin-bottom: 190px;
}
#redArea {
	height: 95px;
	background: linear-gradient(216.86deg, #F5515F 0%, #9F041B 100%);
	color: #FFFFFF;
	font-size: 31px;
	font-weight: bold;
	line-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);

}
.formArea h1{
	color: #EC2428;
	font-size: 34px;
	line-height: 38px;
	text-align: center;
    margin: 75px 0 75px 0;
}
#julia {
    position: absolute;
    bottom: 0px;
}
#formDown {
    margin: 50px auto 50px auto;
}
.logos3{
    width: 30%;
}

/* CONTENT SECTIONS */
section.content div.base, footer div.base {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
section h1 {
	color: #EC2428;
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
    text-align: center;
    text-transform: uppercase;
}
section h2 {
	color: #FFFFFF;
	font-size: 40px;
	line-height: 47px;
	text-align: center;
    font-weight: 300;
}

section h4 {
	color: #6C6C6C;
	font-size: 20px;
	letter-spacing: 0.01px;
	line-height: 32px;
    text-align: center;
    font-weight: 300;
}
section h5{
	color: #EC2428;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
}

section p {
	color: #505050;
	font-size: 18px;
	line-height: 28px;
    text-align: center;
    font-weight: 300;
}

#welcome {
    height: 450px;
    display: flex;
    align-items: center;
    align-content: center;
}
#welcome div{
    margin: auto;
}
.icon {
    height: 80px;
}

#canDo h1 {
    margin-top: 125px;
    margin-bottom: 100px;
}
#canDo {
    padding-bottom: 75px;
}

/*What we can Do */
section.darkGrey#where {
    background-color: #494949;
    
}
section.darkGrey#where div.flex.base {
    flex-flow: row wrap-reverse;
 
}
section#where h1 {
    text-align: left;
	color: #FFFFFE;
	font-size: 24px;
    font-weight: 400;
    text-transform: none;

}
section#where h2 {
	color: #FFFFFE;
	font-size: 20px;
    line-height: 26px;
    text-transform: none;
    font-weight: 400;
    text-align: left;
}
section#where ul {
    padding: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
}
section#where li {
    list-style: none outside;
	color: #FFFFFE;
	font-size: 16px;
    line-height: 36px;
    font-weight: 300;
}
section#where li span {
    padding-right: 15px;
}
section#where div.base{
    padding-top: 80px;
    padding-bottom: 100px;
}
img.list {
    vertical-align: middle;
    height: 18px;
}

footer {
    height: 145px;
}
footer div.flex.base {
    height: 100%;
    align-items: center;
    
}
footer p {
	color: #1A1919;
	font-size: 16px;
	font-weight: 300;
}
.showcel {
    display:none;
}
.hidecel {
    display:block;
}
@media (min-width: 320px) and (max-width: 767px) {
    section.content div.base, footer div.base {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .showcel {
        display: block;
    }
    .hidecel {
        display: none;
    }
    #logos {
        width: 40%;
        margin-bottom: 25px;
        align-content: flex-end;
    }
    .logos3{
        padding-bottom: 12px;
    }
    .imgJulia {
        width: 60%;
    }
    .flex20{
        width:18%;
    }
    .flex25 {
        width: 100%;
    }
    .flex30 {
        width: 30%;
    }
    .flex40 {
        width: 100%
    }
    .flex50 {
        width: 100%;
    }
    .flex60 {
        width: 100%;
    }
    .flex70 {
        width: 100%;
    }

    header .flex70{
        width: 100%;
    }
    img#julia {
        position: relative;
        max-height: 450px;
        bottom: 0px;
    }
    .logos3{
        width: 100%;
    }
    #formDown {
        margin: 0px auto 20px auto;
    }

    .background.flex.flex70 {
        padding: unset;
        min-height: unset;
        background-image: unset;
    }
    header {
        padding: 20px 20px 0 20px;
        background-image: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%), url("../img/img_back_.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; 
    }
    
    header h3 {
        font-size: 18px;
        margin-top: 25px;
    }
    header h1 {
        font-size: 28px;
        line-height: 36px;
    }
    header h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0px;
    }
    #redArea {
        font-size: 24px;
        line-height: 30px;
        height: 75px;
    }
    .formArea h1{
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        margin: 30px 0;

    }

    section h1 {
        font-size: 26px;
        line-height: 31px;
    }
    section h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    section h4 {
        font-size: 16px;
        line-height: 28px;
    }
    section h5{
        font-size: 14px;
        line-height: 21px;
    }
    
    section p {
        font-size: 18px;
        line-height: 24px;
    }
    section .flex60 {
        width: 100%;
    }
    section h1 {
        font-size: 24px;
        line-height: 29px;
    }
    section h2 {
        font-size: 36px;
        line-height: 43px;
    }
    
    section h4 {
        font-size: 16px;
        line-height: 28px;
    }
    section h5{
        font-size: 16px;
        line-height: 21px;
    }
    
    section p {
        font-size: 14px;
        line-height: 24px;
    }
    section .flex60 {
        width: 100%;
    }
    section#where h1 {
        font-size: 22px;
    
    }
    section#where h2 {
        font-size: 18px;
        line-height: 22px;
    }
    section#where li {
        font-size: 16px;
        line-height: 30px;
    }
    section#where div.base{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    img.list {
        height: 16px;
    }
    section#where div.whereare {
        margin-top:20px;
    }
    footer {
        height: 200px;
    }
    footer p {
        font-size: 14px;
    }
    #welcome {
        height: unset;
    }
    #welcome div.base {
        margin: 30px 0;
    }
    #canDo h1 {
        margin: 0 0 50px 0;
    }
    #canDo {
        padding: 30px 0;
    }
    
}   
@media (min-width: 768px) and (max-width: 991px) {
    section.content div.base, footer div.base {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .flex20{
        width:18%;
    }
    .flex25 {
        width: 48%;
    }
    .flex30 {
        width: 30%;
    }
    .flex40 {
        width: 38%;
    }
    .flex50{
        width: 48%;
    }
    .flex60 {
        width: 60%;
    }
    .flex70 {
        width: 70%;
    }

    header .flex70{
        width: 100%;
    }
    img#julia {
        max-height: 100%;
        bottom: 0px;
    }
    #formDown {
        margin: 30px auto 30px auto;
    }

    .background.flex.flex70 {
        padding: 5vh 0 0 5vw;
        min-height: unset;
    }
    
    header h3 {
        font-size: 19px;
        margin-top: 75px;
    }
    header h1 {
        font-size: 36px;
        line-height: 40px;
    }
    header h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 120px;
    }
    #redArea {
        font-size: 28px;
        line-height: 30px;
    }
    .formArea h1{
        font-size: 30px;
        line-height: 32px;
        text-align: center;
    }
    #logos {
        margin-bottom: 25px;
    }
    section h1 {
        font-size: 28px;
        line-height: 33px;
    }
    section h2 {
        font-size: 38px;
        line-height: 45px;
    }
    
    section h4 {
        font-size: 18px;
        line-height: 30px;
    }
    section h5{
        font-size: 18px;
        line-height: 23px;
    }
    
    section p {
        font-size: 18px;
        line-height: 24px;
    }
    section .flex60 {
        width: 100%;
    }
    #canDo h1 {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    #canDo {
        padding-bottom: 50px;
    }
    .icon {
        height: 70px;
    }
    section#where h1 {
        font-size: 22px;
    
    }
    section#where h2 {
        font-size: 18px;
        line-height: 22px;
    }
    section#where li {
        font-size: 16px;
        line-height: 30px;
    }
    section#where div.base{
        padding-top: 60px;
        padding-bottom: 70px;
    }
    img.list {
        height: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    header .flex70{
        width: 100%;
    }
    img#julia {
        max-height: 100%;
    }
    #formDown {
        margin: 50px auto 50px auto;
    }
    section.content div.base, footer div.base {
        width: 962px;
        margin-left: auto;
        margin-right: auto;
    }
    #canDo h1 {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    #canDo {
        padding-bottom: 50px;
    }
    .flex25 {
        width: 48%;
    }
    section#where h1 {
        font-size: 24px;
    
    }
    section#where h2 {
        font-size: 20px;
        line-height: 26px;
    }
    section#where li {
        font-size: 16px;
        line-height: 36px;
    }
    section#where div.base{
        padding-top: 70px;
        padding-bottom: 80px;
    }
    
}
