html, body{
	margin: 0;
	padding: 0;
	min-width: 500px;
	scroll-behavior: smooth;
}

body{
	background-color: #ffca28;
}

:placeholder-shown {
    color: gray; 
}

::-webkit-input-placeholder {
    color: gray; 
}

:-moz-placeholder {
    color: gray; opacity: 1; 
}

::-moz-placeholder {
    color: gray; opacity: 1; 
}

:-ms-input-placeholder {
    color: gray; 
}

nav{
	height: 150px;
	line-height: 150px;
	background-color: #ffca28;
	box-shadow: none;
}

.brand img{
	max-width: 500px;
	width: 100%;
	height: auto;
}

nav ul{
	white-space: nowrap;
}

nav ul img{
	width: 80px;
	height: auto;
}

nav ul a:hover{
	background: none;
}

nav ul li{
	float: none;
	display: inline-block;
}

@media screen and (max-width:992px){
	nav .m12{
		text-align:left;
	}
}

h3 img{
	max-height: 50px;
	width: auto;
}

#member h3 img{
	max-height: 50px;
	width: auto;
}

.card{
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.card-image{
	padding: 20px;
}

.card-action{
	padding-right: 0px !important;
	border-radius: 0 0 10px 10px !important;
	-webkit-border-radius: 0 0 10px 10px !important;
    -moz-border-radius: 0 0 10px 10px !important; 
}

#news .content{
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#news ul li{
	list-style: inside;
}

#news img{
	max-width: 200px;
	width: 100%;
	height: auto;
}

#member img{
	max-width: 150px;
	width: 100%;
	height: auto;
}


#blog .content{
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#contact .content{
	padding: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#privacypolicy .content{
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#privacypolicy ul li{
	list-style: inside;
}