﻿
#page-FOUNDATION #section-e-wrapper {
    background-image: none;
    /*padding-left:10%;
    padding-right:10%;*/
    text-align: center;
    background-color: #f1f1f1;
    /*padding: 45px 8% 110px 8%;*/
    padding: 0;
}

#section-d-wrapper {
    display: inline-block;
    /*min-height:300px;*/
    min-height: 200px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #f1f1f1;
    width: calc(100% - 50px);
}

#section-d-wrapper > h3 {
    color:black;
}

#section-d-wrapper > p{
    font-size:2.0rem;
}

.mission-image-list {
    width:100%
}

.mission-image-list li {
    width:20%;
    display:inline-block;
}



.mission-image {
    height: 200px;
}

.mission-image-item-1 .mission-image {
    background:url(../grfx/png/ab-1.png) no-repeat;
    background-size: cover;
}

.mission-image-item-2 .mission-image {
    background:url(../grfx/png/ab-2.png) no-repeat;
    background-size: cover;
}

.mission-image-item-3 .mission-image {
    background:url(../grfx/png/ab-3.png) no-repeat;
    background-size: cover;
}

.mission-image-item-4 .mission-image {
    background:url(../grfx/png/ab-4.png) no-repeat;
    background-size: cover;
}

/* Experiment */
/*.mission-envelope .mission-image-block-1, 
.mission-envelope .mission-image-block-2,
.mission-envelope .mission-image-block-3,
.mission-envelope .mission-image-block-4{
    width:25%;
    display:inline-block;
}*/

.mission-envelope > div {
    width:22.33%;
    display:inline-block;
    margin-right: 3.5%;
}

.mission-envelope > div:last-child {
    margin-right: 0;
}

.mission-envelope .mission-image-block-1 .mission-image {
    background:url(../grfx/png/ab-1.png) center no-repeat;
    background-size: 100%;
}
.mission-envelope .mission-image-block-2 .mission-image {
    background:url(../grfx/png/ab-2.png) center no-repeat;
    background-size: 100%;
}
.mission-envelope .mission-image-block-3 .mission-image {
    background:url(../grfx/png/ab-3.png) center no-repeat;
    background-size: 100%;
}
.mission-envelope .mission-image-block-4 .mission-image {
    background:url(../grfx/png/ab-4.png) center no-repeat;
    background-size: 100%;
}

.mission-image {
    width: auto;
    height: 255px;
    max-width: 255px;
    max-height: 255px;
    min-width:auto;
    min-height:auto;
    /*width:100%;
    height: auto;*/
    /*width:255px;
    height:255px;*/
    /*margin-left:auto;
    margin-right:auto;*/
}