.container-1 div, .container-2 div, .container-3 div {
  /*  border: 1px #ccc solid;*/
  padding: 10px;
  flex-wrap: wrap;
}
.box-1 {
  flex: 1;
  order: 1;
}
.box-2 {
  flex: 1;
  order: 2;
}
.box-3 {
  flex: 1;
  order: 3;
}
.box-4 {
  flex: 1;
  order: 4;
}
.box-5 {
  flex: 1;
  order: 5;
}

.goldSponsors-container {
  display: flex;
  flex-direction: row;
  /*	height: 25vh;*/
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 0px;
}
.logo-1 {
  display: flex;
  flex: .15;
  order: 1;
  justify-content: center;
  align-content: space-between;
  margin: 0 auto;
  margin-bottom: 20px;
}
.logo-2 {
  display: flex;
  flex: .15;
  order: 2;
  justify-content: center;
  align-content: space-between;
  margin: 0 auto;
  margin-bottom: 20px;
}
.logo-3 {
  display: flex;
  flex: .15;
  order: 3;
  justify-content: center;
  align-content: space-between;
  margin: 0 auto;
  margin-bottom: 20px;
}
.logo-4 {
  display: flex;
  flex: .16;
  order: 4;
  justify-content: center;
  align-content: space-between;
  margin: 0 auto;
  margin-bottom: 20px;
}
.container-2-box {
  /*    flex-basis: 27%;  */
}
.container-3-box {
  /*    flex-basis:12%;*/
}
.container-4-box {
  /*    flex-basis:12%;*/
}
.photo {
  margin-bottom: .25em;
  flex: 1 100px;
}
.break {
  flex-basis: 100%;
  height: 0;
}
#goldSponsors {
  display: block;
}
a:hover, a:focus {
  color: #white !important;
  text-decoration: none !important;
  font-weight: 900;
  /*    font-size: 110%;*/
}
a btn-primary {
  color: white !important;
}

/*
.nowrap  { 
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
*/
.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap li {
  background: initial;
    text-align: center;
}
.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.wrap-reverse li {
  background: deepskyblue;
}
.flex-item {
/*  margin: 20px;*/
  flex: 1 0 21%;
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
  .flex-container {
    margin-left: auto;
    margin-right: auto;
    list-style: none;
/*      display: flex;*/
    text-align: center;
    justify-content: center;
    width: 100vw;
    max-width: 1000px;
      padding-left: 0px;
  }
    .flex-item {flex: unset;}
}
 @media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {
    .flex-container {
    margin-left: auto;
    margin-right: auto;
    list-style: none;
/*      display: flex;*/
    text-align: center;
    justify-content: center;
    width: 100vw;
    max-width: 1000px;
      padding-left: 0px;
  }
    .flex-item {flex: unset;}
}
@media(min-width:768px) {
  .container-1 {
    display: flex;
    /*
    
      align-items:flex-start;
      align-items:flex-end;
      align-items:center;
*/
    justify-content: space-between;
  }
  .container-2 {
    display: flex;
    /*
      justify-content:flex-start;
      justify-content:flex-end;
      justify-content:center;
      justify-content:space-around;
      */
    justify-content: space-between;
  }
  .container-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*
    #button-group {
  display: flex;
  flex-direction: row;
  align-content: space-around;
}
*/
}
@media(max-width:768px) {
  .goldSponsors-container {
    display: flex !important;
    align-content: center;
    flex-direction: column !important;
    padding-left: 20%;
    padding-right: 20%;
  }
  .logo-1 {
    display: flex !important;
    align-content: center;
    margin-bottom: 20px;
  }
  .logo-2 {
    display: flex !important;
    align-content: center;
  }
  .logo-3 {
    display: flex !important;
    align-content: center;
  }
  .logo-4 {
    display: flex !important;
    align-content: center;
  }
}