@media (min-width: 992px) {
    h1{
        font-size: 3em;
    }
    h2{
        font-size:1.5em;
        line-height: 1.8em;
    }
    h3{
        font-size: 1.1em;
    }
    h4{
        font-size: 1.0em;
    }
    .pc-br{display:none;}
    .sp-br{display:block;}
}

@media (max-width: 991.98px) {
    h1{
        font-size: 2.3em;
    }
    h2{
        font-size:1.5em;
        line-height: 1.8em;
    }
    h3{
        font-size: 1.1em;
    }
    h4{
        font-size: 1.0em;
    }
    .pc-br{display:none;}
    .sp-br{display:block;}
    video{
        position: sticky;
        top:0;
    }
}

@media (max-width: 767.98px) {
    h1{
        font-size: 1.8em;
    }
    h2{
        font-size:1.5em;
        line-height: 1.8em;
    }
    h3{
        font-size: 1.1em;
    }
    h4{
        font-size: 1.0em;
    }
    .pc-br{display:none;}
    .sp-br{display:block;}
    video{
        position: sticky;
        top:0;
    }
}

@media (max-width: 575.98px) {
    h1{
        font-size: 2em;
    }
    h2{
        font-size:1.5em;
        line-height: 1.8em;
    }
    h3{
        font-size: 1.0em;
    }
    h4{
        font-size: 0.9em;
    }
    body{
        font-size: 0.9em;
    }
    .pc-br{display:block;}
    .sp-br{display:none;}
    video{
        position: sticky;
        top:0;
    }
}

body{
    word-wrap: break-word;
}


.jumbotron-extend {
    background-image: url("../img/bg-top.jpg");
    background-size: cover;
    background-position: center;
    height: 80vh;
    min-height: 300px;
}
.jumbotron-container{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.border-blue{
    display: inline-block;
    border-bottom: solid 4px #48A3D3;
    padding-bottom: 10px;
}

.btn{
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25)
}
.official-badge{
    color: rgb(0, 192, 192);
    float: right;
}
.comment-input{
    
    background-color: rgb(229,233,239);
    border: none;
    display: block;
    width: 100%;
    height: 105px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bg-light{
    background-color: #F7F8FA!important;
}

.btn-gold {
    color:#212529;
    background-color: #daa520;
    border-color: #daa520;
}

.btn-new,.btn-new:link, .btn-new:visited, .btn-new:hover, .btn-new:active {
    text-decoration:none;
    background-color: rgb(0, 192, 192);
    border-radius: 5px;
    border: none;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-new-dark,.btn-new-dark:link, .btn-new-dark:visited, .btn-new-dark:hover, .btn-new-dark:active {
    text-decoration:none;
    background-color: #aaa;
    border-radius: 5px;
    border: none;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-new-danger,.btn-new-danger:link, .btn-new-danger:visited, .btn-new-danger:hover, .btn-new-danger:active {
    text-decoration:none;
    background-color: #DC3545;
    border-radius: 5px;
    border: none;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-new-right{
    float: right;
}

.btn-new-left{
    float: left;
}
.btn-new-margin{
    margin-top: 10px;
}
.btn-new-dark:active,.btn-new:active{
    
    transition: none;
    opacity: .5;
}

.btn-new-dark:hover,.btn-new:hover{
    text-decoration: none;
}
#comment-container,#vote-container{
    margin-top: 10px;
}

#comment_name{
    background-color: rgb(229,233,239);
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: .375rem .75rem;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
