body {
    background: #FFFBA3;
    background: linear-gradient(#FFFBA3, #FFEE6E);
}

.navbar-nav img {
    width: 25px;
    height: auto;
    margin-right: 5px;
}
@media screen and (max-width: 1139px){
    .jumbotron {
        height: 42.75vw;
    }
    .sns-btn {
        top:20vw;
    }
}

.navbar {
	background: #100134;
	font-family: copperplate, serif;
	font-weight: 700;
	font-style: normal;
	font-size: medium;
	color: #fff;
}
.navbar-toggler {
	border-color: none;
	outline: none;
}
.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar a {
    text-decoration: none !important;
}
.navbar a:hover{
    color: #FFFBA3 !important;
}

h2 {
	font-family: copperplate, serif;
	font-weight: 700;
	font-style: normal;
	font-size: x-large;
	border-bottom: 16px solid #E7E6EB;
	line-height: 0;
}
h3 {
	background: #fff;
    border-bottom: 3px solid #ccc;
	display: inline;
	color: #333;
	font-size: medium;
}
h4 {
    font-size: large;
    text-decoration: underline;
    text-underline-offset: 5px;
    line-height: 2em;
}

.cat_label{
    width: 100px;
    text-align: center;
    background: #ccc;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    font-size: small;
    border-radius: 10px;
}
ul#topics {
    padding: 0; 
}
ul#topics li{
    list-style: none;
    margin-bottom: 10px;
}
#news_content {
    line-height: 2em;
    word-break: break-all;
}
#message_form {
    width: 100%;
    height: 650px;
}
#charityjunior dd {
    border-bottom: 1px solid #999;
    word-break: break-all;
}
.win{
    font-weight: bold;
    color:#cc3300;
}