/* added by avalois2 on 2019-05-01 for Friday Sermons Page Style */

#banner_for_languages {
  display: block;
}

.flags {
  display: inline-block;
  max-width: 20%;
  margin: 0 2.5%;
}

/* avalois2 on 2019-08-07 for July Convention 2019 page removes space around image*/

.chewy_nospaces_around_images {
    font-size: 0;
}

/* avalois2 on 2019-08-08 for July Convention 2019 page makes Vimeo Videos responsive*/
.embed-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.embed-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* added 2021-06-10 09:20:41 by avalois2 for YC2021 landing page */

.main-panel122{
    /* only required rule to make this work */
    position: relative;
    
    /* just my formatting rules */
    width: 154px;
    height: 404px;
    padding: 5px;
    float: left;
    margin-right: 50px;
    outline: red;
    outline-color: red;
    outline-style: dashed;
    outline-offset: 2px;
}

.infocard1{
    background-image: url("https://christgospel.org/wp-content/uploads/2021/06/yc-infographic-02_REGISTER-HERE.png");
    background-size: cover;
    background-position: center; 
}

.infocard2{
    background-image: url("https://christgospel.org/wp-content/uploads/2021/06/yc-infographic-03.png");
    background-size: cover;
    background-position: center; 
}

.infocard3{
    background-image: url("https://christgospel.org/wp-content/uploads/2021/06/yc-infographic-04_REGISTER-HERE.png");
    background-size: cover;
    background-position: center; 
}

.infocard4{
    background-image: url("https://christgospel.org/wp-content/uploads/2021/06/yc-infographic-05_REGISTER-HERE.png");
    background-size: cover;
    background-position: center; 
}

.main-panel122:hover{
    background-color: #cecece;
}

.default-link122{
  /* all rules required to make the whole div clickable */ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  /* this is a fix for IE7-9 */
  background-color:#ffffff;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
  filter: alpha(opacity=0);  
  opacity:0;  
}

.independent-link{
    /* all rules required to make other links to work */ 
    position: relative;
    z-index: 100;
}

.center-info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.infographic-header{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://christgospel.org/wp-content/uploads/2021/06/Header_image.png");
  background-size: cover;
  background-position: center; 
  width: 100%;
  height: 215px;
}

.infographic-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://christgospel.org/wp-content/uploads/2021/06/Footer_image.png");
  background-size: cover;
  background-position: center; 
  width: 100%;
  height: 120px;
}

.infographic{
  text-align: center;
  width: 100%;
  height: 100%;
}

.infographic-wrapper{
  margin: auto;
  width: 100%; 
}