﻿body {
    padding-right: 0px !important;
}

/*.modal-open {
    overflow-y: scroll;
}*/

.h1_title, .h4_title {
    color: #1e1e1e;
    text-align: center;
    position: sticky;
    display: inline-block;
    font-weight: 600;
}

.h1_title i, .h4_title i {
    width: 100%;
    background: #F8E71C;
    border-radius: .5rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    z-index: -1;
}

.h1_title i {
    height: 1rem;
}

.h4_title i {
    height: 0.5rem;
}

.header_nav {
    background: #007bff;
    position: fixed;
    top: 0;
    z-index: 999;
}

.footer {
    margin-top: 40px;
    padding: 30px;
    font-size: 14px;
}

.nav_logo {
    width:168px;
}

.card_reg {
    padding: 10px 0 10px;
    border: 8px solid #FFDD55;
    border-radius: .8rem;
    opacity: 0.95;
}

.modal_reg {
    border: 8px solid #FFDD55;
    border-radius: .8rem;
    opacity: 0.95;
    padding:20px;
}

.modal_reg .card {
    border: 0;
}

.card_info {
    border: 8px solid #FFDD55;
    border-radius: .8rem;
    opacity: 0.95;
}

.banner_top {
    margin-top: 86px;
    padding: 0;
    position: relative;
}

.banner_reg {
    background-image: url('/img/banner/9.jpg');
}

@media (min-width: 770px) {
    .banner_reg {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
    }

    .card_reg {
        width: 30%;
        min-width:300px;
        position: absolute;
        top: 4rem;
        right: 30px;
        transform: translateY(0);
    }
}

@media (max-width: 769px) {
    .banner_reg {
        width: 100%;
        height: 320px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
    }

    .card_reg {
        width: 90%;
        position: relative;
        margin: -3.8rem auto 0;
    }
}

.scene {
    margin-top:20px;
}

.toast_reg {
    z-index: 1000;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    min-width:200px;
    max-width:400px;
    width:100%;
}

.modal-header {
    padding:0.5rem;
}

.modal-footer {
    padding: 0.5rem;
}

#toast_reg {
    font-size:1rem;
}

.aboutus p {
    text-indent:2em;
}

.jumbotron {
    padding:2rem;
}
/*
.alert {
    margin-top:1rem;
    margin-bottom:0;
}
    */