button:focus {
    outline:0;
}

.img-holder img{
    width:100%;
}



main{
    margin-top:30px;
    margin-bottom:30px;
}

.hr{
    border-bottom:1px solid darkgrey;
    margin-top:30px;
    margin-bottom:10px;
}

main #main-header{
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bolder;
    padding-left: 10%;
    padding-bottom: 10px;
    border-bottom:2px solid red;
    margin-bottom:20px;
}

main .row{
    margin:auto;
}

main .img-holder{
    margin:auto;
}

main h2{
    margin-top:2rem;
    margin-bottom:2rem;
    text-align:center;
}


#one-year{
    text-align:center;
}

.video-holder video{
    width:100%;
}

#gallery .img-holder, .video-holder{
    margin-bottom:25px;
}

