body {
	    background-image: url("../images/bground1.jpg");
    background-repeat: repeat-x;
    background-color: #f6edc2;
    margin: 0;
    padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.5em;

}

img{
	
	image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

h1, h2, h3, h4, h5 {
	font-family: 'Nanum Myeongjo', serif;
}

h1 {
font-size: 31px;
font-weight: normal;
color:#8f0d17;
text-align:center;
margin-bottom: 40px;

}

h2 {
text-align:center;
color:#8f0d17;
	margin-bottom: 40px;
	font-size: 29px;
}

h3 {
text-align:center;
color:#8f0d17;
	margin-bottom: 40px;
	font-size: 25px;
}



p {
font-size: 15px;
color: #333;
	text-align: left;
}

a {
	color: #8e0f16;
	transition: all .3s;

}

a:hover{
	color: rgba(142, 15, 22, .65);
	text-decoration: none;
}

button {
	
	background-color: #8f0d17 !important;
	border-color: #8f0d17 !important;
}

button a{
	color: #ffffff !important;
}

.starter-template {
  padding: 0;
  text-align: center;
}

.menu {
	text-align: left;
	margin-top: 7px;
}

.menu h3 {
    color: rgb(142, 15, 22);
    border-bottom: 1px solid rgba(142, 15, 22, .4);
    margin: 40px 0 20px;
    padding-bottom: 10px;
    font-size: 28px;
	text-align: left;
}

.menu h4 {
    font-size: 22px;
}

.menu h5 {
    font-size: 19px;
}

.price {
	margin: auto;
}

.banner{
		border-style: solid;
        border-width: 0 0 1px 0;
    border-color: #e5b68a;
}

.banner img{
	height: auto; 
	width: 100%;
}

.body-container-inner {
   padding: 40px 30px 30px 30px;
}

.sidebar-container {
    padding-top: 25px;
	text-align: center;
}

.sideimage {
	width: 100%;
	padding: 10px 30px 10px 30px;
	max-width: 400px;
}


@media (min-width: 768px) {	
	.sideimage {
	padding: 10px 20px 10px 0px;
}	
}


.sideimage:last-child {
	padding-bottom: 20px;
}

main.container{
	background: #f6edc1;
	padding: 0;
		border-style: solid;
        border-width: thin;
    border-color: #e5b68a;
	max-width: 960px;

}

.text-content {
	padding: 3rem;
}

.mr-auto, .mx-auto {
    margin: auto !important;
}

.navbar {
	background-color: #f6edc2;
	padding: 0 !important;
	max-width: 960px;
	margin: auto !important;
	border-style: solid;
    border-width: 0px 1px 0 1px;
    border-color: #e5b68a;	
}

.nav-link{
	color: #8f0d17 !important;
	padding: 14px 32px !important;
	font-size: 14px;
}

.navbar-light .navbar-nav a.nav-link:hover {
	color: rgba(142, 15, 22, .65)!important;
}

.navbar-light .navbar-toggler {
    border-color: rgb(142, 15, 22)!important;
}

.navbar-toggler {
       background-color: rgba(0, 0, 0, 0)!important;
    margin: .25rem;
}

.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}

/*.navbar li a:hover, #menu li a.active {
	background-color: #EFD8AE;}*/

.float-left{
	padding: 20px;
}