@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amatic SC';
    src: url('../fonts/AmaticSC-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

body{
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
}

#wrapper.slim{
    max-width: 640px;
}

#wrapper{
    max-width: 900px;
    padding: 30px;
    margin: 0 auto;
}


.section{
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 45px;
}

.section:last-of-type{
    margin-bottom: 0;
    border-bottom: 0;
}

img, video{
    max-width: 100%;
    height: auto;
}

video{
    display: block;
    width: 100%;
}

a{
    cursor: pointer;
}

.subordinate, .subordinate a{
    font-size: 0.8rem;
    color: #999;
}

a.huge{
    color: #555;
}

a.huge:hover{
    text-decoration: none;
    color: #0056b3;
}

.card-body {
    text-align: center;
}

.img-wrapper{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 30px 15px -30px #555;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}

.img-wrapper img, .swiper-slide img{
    width: 100%;
}

.btn{
    padding: .5rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
}

.btn-secondary {
    color: #333;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-secondary:hover {
    color: #F5F5F5!important;
    background-color: #afa7a7;
    border-color: #afa7a7;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondarydropdown-toggle {
    color: #FFF;
    background-color: #958f8f;
    border-color: #958f8f;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #958f8f;
    border-color: #958f8f;
}

.img-container, .btn-container, .swiper-container{
    text-align: center;
    margin-bottom: 30px;
}

.btn-container .btn{
    margin-left: 5px;
    margin-right: 5px;
}

h1, a.huge{
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
}

h1, h2, a.huge{
    font-family: 'Amatic SC', cursive;
    font-weight: 600;
}

.swiper-pagination-bullet-active{
    background-color: #FFF;
}


.notice{
    text-align: center;
}

.tile .tile-animation{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pagination-wrapper{
    display: flex;
    justify-content: center;
}

.error{
    color: #e54949;
}
