body {
    background-color:#f9f1f1;
    color: green;
    margin:0;
}

/*
body {
	color:#000000;
	background-color:#6ab761;
	margin:0;
}
 */
h1 {
    font-size: 3em;
    margin: 20px 50px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* display:flex; */
}

#container img {
    margin-left: 10px;
}

.test-1 {
    text-align: center;
    display: flex;
}

.test-1 div:nth-of-type(1) {
    flex-grow: 2;
}

.test-1 div:nth-of-type(2) {
    flex-grow: 2;
}

/* .test-1 div:nth-of-type(3) {flex-grow: 1;} */
.test-1 div:nth-of-type(3) {
    flex-grow: 2;
}

/* .test-1 div:nth-of-type(5) {flex-grow: 1;} */
.test-1 div:nth-of-type(4) {
    flex-grow: 2;
}

.test-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.flex-item-left-edge {
    background-color: #ff0a0a;
    padding: 10px;
    flex: 10%;
}

.flex-item-left {
    /* background-color: #f1f1f1; */
    flex: 1 2 3%;
}

.flex-item-center {
    /* background-color: #a1f1f1; */
    padding: 10px;
    flex: 80%;
}

.flex-item-right {
    /* background-color: dodgerblue; */
    flex: 1 2 3%;
}
a img {
    border: none;
}

.header-1 {
    display: flex;
    flex-wrap: wrap;
    /* font-size: 30px; */
    text-align: center;
    /* margin-left: 25%;
    text-align: start; */
    font-size: 1.5em;
    /* margin-top: 10px;
    margin-bottom: 20px; */
}

.header-1 .flex-item-left {
    /* background-color: #f1f1f1; */
    padding: 10px;
    flex: 25%;
}

.header-1 .flex-item-center {
    /* background-color: #a1f1f1; */
    padding: 10px;
    flex: 5%;
}

.header-1 .flex-item-right {
    /* background-color: dodgerblue; */
    padding: 10px;
    flex: 25%;
}

.image {
    display: flex;
    flex-wrap: wrap;
    /* font-size: 30px; */
    text-align: center;
    /* margin-left: 25%;
    text-align: start; */
    font-size: 1.5em;
    /* margin-top: 10px;
    margin-bottom: 20px; */
}

.image .image-item-left {
    /* background-color: #f1f1f1; */
  
    flex: 5%;
}

.image .image-item-center {
    /* background-color: #a1f1f1; */
   
    flex: 5%;
}

.image .image-item-right {
    /* background-color: dodgerblue; */
    
    flex: 5%;
}
@media (max-width: 1110px) {
    .flex-item-right,
    .flex-item-left {
        flex: 0 0 0;
    }

    .image .image-item-left,
    .image .image-item-center,
    .image .image-item-right
     {     
        flex: 5%;
     }
}

@media (max-width: 800px) {
    .flex-item-right,
    .flex-item-left, 
    .flex-item-center,
    .image .image-item-left,
    .image .image-item-center,
    .image .image-item-right {
        flex: 100%;
    }
}




.wed-reg {
    text-decoration: none;
    color: green;
    font-size: 2.5em;
    margin: 35px 10px 35px 10px;
}

.wed-reg a {
    text-decoration: none;
    color: green;
    border: 4px #9c8261 solid;
    background-color: #e6c392;
    padding: 10px;
}

.zola-logo {
    display: inline-block;
    margin: 0 36px 0;
    background-size: 70px 40px;
    width: 70px;
    height: 40px;
    background-image: url(https://d1tntvpcrzvon2.cloudfront.net/vwassets/new/static/media/zola-logo-minimal.d1f67bfb.svg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.date {
    text-align: right;
    margin-left: 297px;
}