body {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    */
    justify-content: center;
    width: 100%
}

.Content{
    width: 1290px;
    margin: 0 auto;
}

/* Header */
.header-bg{
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: gray;
    z-index: -1;
}
.Header{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    padding-top: 15px;
}
.Header ul{
    display: inline;
}
.Header li{
    display: inline;
    padding: 0px 20px;
    cursor: pointer;
    color: lightgray;
}
.Header li:hover{
    color: white;
}
.Header li a{
    color: lightgray;
}
.Header li a:hover{
    color: white;
}
.Header li:first-child{
    font-weight: bold;
    font-size: 17px;
    color: white;
}


.slides, .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.about, .wrapper, .form {
    -webkit-flex-direction: column
}

.wrapper {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1280px;
}

.about, .form, .how-it-works {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px;
    font-weight: 400
}

h3 {
    font-size: 16px;
    font-weight: 300
}

button {
    width: 100px;
    height: 45px;
    border: 0;
    background-color: grey;
    color: #fff;
    cursor: pointer
}

.slides {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: flex;
    width: 100%;
    height: 580px;
    z-index: -2;
    background-color: #999
}

.about, .form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}


.slides button {
    margin-bottom: 50px
}

.about h2, .about p, .infographic button, .types-users h2, .other-projects h2 {
    margin-bottom: 30px
}

.about, .form {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.how-it-works, .infographic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.about p {
    width: 70%;
    line-height: 2
}

.how-it-works {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.infographic {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 350px;
    background-color: #999;
    margin-top: 30px
}

.types-users, .other-projects, .types-users-box/*, .other-projects-box*/ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.types-users, .other-projects {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 60px
}

.types-users-box/*, .other-projects-box*/ {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.types-users-box-div, /*.other-projects-box-div,*/ .week-campain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.types-users-box-div, .other-projects-box-div {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 290px;
    height: 444px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 26px;
    background-color: #999
}

.week-campain, .week-campain-text {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.types-users-box-div p, .other-projects-div p {
    margin-bottom: 20px;
    line-height: 1.8;
    margin-left: 10px;
    margin-right: 10px
}

.types-users-box-div button {
    margin-bottom: 10px;
    height: 40px
}

.types-users-box-img, .other-projects-box-img {
    height: 215px;
    width: 100%;
    background-color: grey;
    margin-bottom: 10px
}

.types-users-box div h3, .other-projects div h3 {
    margin-bottom: 20px
}

.week-campain {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    background-color: #999
}

.week-campain-div, .week-campain-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.week-campain h2 {
    margin-top: 30px;
    margin-bottom: 30px
}

.week-campain-img {
    width: 300px;
    height: 300px;
    background-color: grey;
    margin-left: 30px;
    margin-right: 30px
}

.week-campain-div {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

.week-campain-text {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px
}

.week-campain-graphic, .week-campain-graphic-bar, .other-projects-graphic, .other-projects-graphic-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.week-campain-text h3, .week-campain-text p {
    margin-bottom: 30px
}

.week-campain-graphic, .other-projects-graphic {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.week-campain-graphic-bar {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: grey
}

.week-campain-graphic-bar div {
    width: 70%;
    height: 50px;
    background-color: #fff
}

.week-campain-graphic-text, .other-projects-graphic-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.Modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 9999;

}

.other-projects-box-desc {
    text-align: left;
    padding: 0px 15px 10px 15px;
}

.other-projects-graphic {
    margin-top: 40px;
}

.other-projects-graphic-bar {
    display: flex;
    width: 100%;
    height: 15px;
    background-color: grey
}

.other-projects-graphic-bar div {
    width: 70%;
    height: 15px;
    background-color: #fff
}

.other-projects-graphic-text p {
    font-size: 13px;
}

.form-left, .form-right {
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
}

.form-left input, .form-right textarea {
    border: 1px solid grey;
    padding: 5px;
    margin: 0px 5px 10px 5px
}

.form-right textarea {
    resize: none;
    height: 89px;
    width: 180px;
}

#log, #log div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

#log {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: 50%;
    width: 500px;
    height: 300px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #2a318d;
}

#log div {
    display: flex;
    /*width: 80%;*/
}

#log div:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px
}

#log div:first-child img {
    cursor: pointer;
}

#log button, #log div:nth-child(3) {
}

#log div p {
    width: 15%;
    text-align: left;
    font-size: 14px;
}

#log div input {
}

#log p {
    font-size: 12px;
}

#log p:nth-child(5) {
    margin-bottom: 10px;
}

#par, #par div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

#par {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 500px;
    height: 170px;
    background-color: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#par div {
    margin-top: 20px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin-left: 50px;
    margin-right: 50px
}

#par div:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px
}

#par div:first-child img {
    cursor: pointer
}

#par p {
    margin-bottom: 10px
}

#check p {
    font-size: 12px;
    margin-right: 10px
}

#check input {
    width: 50px;
    height: 50px;
    margin-top: -6px
}

/* Create Form */


