#home-logo{
    height:230px;
    padding:0px;
    background-color: #222d5a;
    -webkit-border-radius: 115px;
    -moz-border-radius: 115px;
    border-radius: 115px;

}

.info-wrapper{
    text-align: center;
}

ul.special-icons .info-icon.fa{
    display:inline-block;
    padding-right:0;
}

.icon-title-wrapper{
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.info-list-item-title{
    padding-left:15px;
}

.icon-title-wrapper .info-icon{
    font-size: 40px;!important;
}

ul.special-icons .info-list-item-description{
    padding-left:0;

}

.home-logo-wrapper{
    height:230px;
    margin-bottom:40px;
}

#home-welcome{
    width:100%;
    margin-bottom: 40px;
}

.home-slogan{
    text-align: center;
    text-transform: none;
    padding-bottom: 20px;
    font-size: 2.6em;
    line-height: 50px;
}

.home-slogan-extra-text{
    text-align: center;
    font-size: 1.4em;
}

.home-activity{
    text-align: center;
    text-transform: none;
    padding-bottom: 20px;
    font-size: 2.6em;
    line-height: 1.1;
}

.home-activity-2{
    text-align: center;
    text-transform: none;
    padding-bottom: 20px;
    margin-top: 44px;
    margin-bottom: 20px;
    font-size: 2.6em;
    line-height: 1.1;
}

.home-activity-3{
    text-align: center;
    text-transform: none;
    padding-bottom: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 2.6em;
    line-height: 1.1;
}

.home-activity-extra{
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 0;
}

.home-activity-extra.bold{
    font-weight: bold;
    font-style: italic;
}

.home-activity-extra.last{
    margin-bottom:20px;
}

.home-activity-url{
    color: white;
}

.button.watch.alt{
    height: 35px;
    width: 100px;
    font-size: 15px;
    padding:0px;
    margin:auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

#banner{
    padding-top:40px;
}

#fbPhotoStream{
    overflow: scroll;
    margin-bottom:40px;
    text-align: center;
}

#fbPhotoStream .grid{
    display: inline-block;
}

#fbPhotoStream .grid li{
    border:0px solid black !important;
    margin-top:2%;
    margin-bottom:2%;
}

.facebook-button-wrapper *{
    margin-top:10px;
}

.meekijken-button-wrapper{
    background-color: white;
    color: #222d5a;
    width: 100%;
    text-align: center;
    margin-top:20px;
}

.button.alt.meekijken-button{
    margin: 0 auto;
    display: inline-block;
    margin-top: 10px;
    min-width: 360px;

}

.button.alt.meekijken-button:hover{
    color: white;
    background-color: #222d5a;
    border-color: #222d5a;
}

.button.alt.inschrijven-button{
    margin: 0 auto;
    display: inline-block;
    margin-top: 10px;
    min-width: 360px;
    background-color: #ffb200;
    border-color: #ffb200;
    color: white;
}

.button.alt.inschrijven-button:hover{
    background-color: white;
    border-color: #ffb200;
    color: #ffb200;
}

.thuis-button-wrapper{
    background-color: #ffb200;
    color: #222d5a;
    width: 100%;
    text-align: center;
    margin-top:20px;

}

.button.alt.thuis-button{
    margin: 0 auto;
    display: inline-block;
    margin-top: 10px;
    min-width: 360px;
    background-color: #ffb200;
    border:2px solid white;
    color: white;
}

.button.alt.thuis-button:hover{
    background-color: #fff;
    border-color: #ffb200;
    color: #ffb200;
}

.home-speltak-url{
    color: white;
    text-decoration: none;
    background-color: #222d5a;
    padding:25px 10px 25px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
}

.home-speltak-url:hover{
    transform: scale(1.05, 1.05);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 9px 30px 0 rgba(0, 0, 0, 0.3);
}

h3.home-speltak-name{
    margin:0px;
    margin-block-start:0;
}

.home-times{
    margin-bottom:0;
}

.row.home-speltak{
    margin:0;
}

.row.home-speltak>*{
    padding-left:0;
}

.home-speltak-image{
    width:90%;
}

.home-age-group{
    margin-bottom:0px;
}

@media (max-width: 505px) {

    #fbPhotoStream{
        margin-left: auto;
        margin-right: auto;
        width:198px;
    }
}

