@font-face {
    src: url(../fonts/ethnocentric/ethnocentric_rg.ttf);
    font-family: ArionFont;
}

main {
	background-color: #263A4A;
}

.main-container {
  background-color: #263A4A;
  z-index: 1;
  max-width: 1500px;
  min-height: calc(100vh - 80px);
  justify-content: center;
  padding: 1%;
  margin: auto;
}

h1 {
  font-size: 4.0rem;
	line-height: 1.25;
	font-family: ArionFont;
  color: #ffffff;
  text-align: center;
  padding-bottom: 1%;
}

.main-container h2 {
  font-size: 2.5rem;
  font-family: ArionFont;
  color: #ffffff;
  text-align: center;
  padding-bottom: 1%;
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius:25px;
}
  
* {
  box-sizing: border-box;
}

.responsive-gold{
  padding: 5px 5px;
  width: 35%;
  float: left;
}

.g_logos{
  display: flex;
  justify-content: center;
}

.responsive-silver {
  padding: 5px 5px;
  width: 25%;
  float: left;
}

.responsive-bronze {
  padding: 5px 5px;
  float: left;
  width: 25%;
}
  
@media only screen and (max-width: 992px) and (orientation: portrait){
  .responsive-gold {
    width: 50%;
    margin: 1px 0;
  }

  .responsive-silver {
    width:33.333%;
    margin: 1px 0;
  }

  .s_logos {
    flex-wrap: wrap;
  }

  .responsive-bronze {
    width: 33.333%;
    margin: 1px 0;
  }


  h1 {
    font-size: 3.0rem;
    padding-bottom: 0;
  }

  .main-container h2 {
    font-size: 2rem;
    padding-bottom: 0;
  }

}
  
@media only screen and (max-width: 500px) {
  .responsive-gold, .responsive-silver, .responsive-bronze {
    width: 45%;
  }


  .b_logos, .s_logos, .g_logos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  h1 {
    font-size: 2rem;
    padding-bottom: 0;
  }

  .main-container h2 {
    font-size: 1.5rem;
    padding-bottom: 0;
  }
}
  
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}