/* column */
.col-lg-6 { padding: 0 3%; }

/* banner */
.banner {
    color: #FFFFFF;
    padding: 100px 0;
}

.banner img {
    /* margin-right: 30px; */
    width: 200px;
}

.banner-text {
    flex-wrap: wrap;
    text-align: center;
}

.banner-text h1 {
    margin-bottom: 0;
    font-size: 120px;
}

.banner-text p {
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

/* with registration / discord button */
/* .acsc-logo { margin-bottom: 35px; } */

/* Special Button */
.button-box {
    /* padding-bottom: 100px; */
}

.special-button {
    height: 60.5px;
    border: 5px solid #FFFFFF;
    border-radius: 12px;
    font-size: 25px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    /*padding-bottom: 20px;*/
    padding: 5px 0;
}

.special-button:hover {
    background-color: #FFFFFF;
    color: #1e499c;
}

/* Main Content */
.main-content {
    padding-top: 30px;
}

.main-content h2 {
    padding-top: 20px;
}

.header-icon {
    padding-right: 15px;
    color: #1e499c;
}

/* Footer */
.footer {
    padding-top: 30px;
    text-align: center;
    color: #696969;
}

.sectline {
    margin: 20px 0;
}

.splink {
    margin: 0 15px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* Normal Page */
.normpage-content {
    padding: 30px 0;
}

.normpage-heading {
    padding-bottom: 10px;
}

/* Intro Box */
.intro-box {
    text-align: center;
}

.intro-box h4 {
    font-size: 30px;
    padding-top: 20px;
}

.intro-box .intro-box-remark {
    margin-bottom: 0;
}

.intro-box a {
    margin: 0 22px;
    padding: 6px 0;
}

.archive-list {
    font-size: 30px;
}

/* particles.js */
canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    /* with registration / discord button */
    /* height: 492px; */
    height: 401.5px;
    background-color: #1e499c;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}

/* Responsive */
@media (max-width: 1400px) {
    #particles-js {
        /* with registration / discord button */
        /* height: 529.5px; */
        height: 434px;
    }
}

@media (max-width: 991px) {
    #particles-js {
        /* with registration / discord button */
        /* height: 723.75px; */
        height: 542.75px;
    }
    .banner h1 { font-size: 75px; }
    .special-button { width: 50%; }
    .reg-button { margin-bottom: 30px; }
}
