@charset "UTF-8";
/* CSS Document */

/* Bootstrapの上書き */


.navbar{
    justify-content: center!important;
}

.navbar a:hover {
    color: #f1f1f1;
    text-decoration: underline;
}

.bg-dark{
    background-color: #0250c4!important;
}

.navbar .navbar-toggler {
    border-color: #0250c4;
    z-index: 1;
}

.nav-item{
    z-index: 1;
}

.row{
    padding-bottom: 20px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Style */

@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap');


body {
    font-size: 14px;
    text-align: center;
}

.title-small{
    display: none;
}

.navbar{
    text-align: left;
    font-family: 'Reggae One', cursive;
}

li{
    list-style-type:none;
}

.sumsmenu{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.1rem;
}

.sumsmenu a{
        color: #fff;
}

.content-light{
    background-color: #fff;
    color: #011431;
}

.content-dark{
    background-color: #0250c4;
    color: #fff;
}

.footer_sums{
    background-color: #0250c4;
    color: #fff;
    padding: 40px 0 40px 0;
    margin: 0;
}



@media screen and (max-width: 768px) {

nav{
    min-height: 70px;
}
    
.title-big{
        display: none;
    }

.title-small{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

    
}