    *,*:before,*:after {
	box-sizing: border-box;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	line-height: 1.2rem;
}

header {
    background-image: url(../img/bg_slider.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}
.menu {
}
.logo {
    padding: 1em 2em;
}
.logo img { 
    width: 120px;
}
.menu-option {
    width: 100%;
    /* position: sticky;
    top: 0px;
    left: 0;
    right: 0; */

    background: rgba(174,195,249,.6);
    text-align: center;
}
.menu-option li{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
   
}
.menu-option li a{
    padding: 0.5em 1em;
}
.container {
    width: 1200px;
	margin: 0 auto;
	padding: 0em 0;
}
.price p {
    margin-top: 1em;
}
p {
    line-height: 1.5em;
}
a {
    color: black;
}
img {
    display: inline-block;
    /* width: 100%; */
}
h1 {
    font-weight: 800;
    font-size: 3em;
    line-height: 1.2em;
}
h2 {
    font-weight: 800;
    font-size: 2em;
    line-height: 1.3em;
}
h3 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
}
h4 {
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.5em;
}
.store {
    margin-top: 150px;
    text-align: right;
    color: #FFF;
    text-shadow: 0px 0px 20px #3d5c49;
    
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2em;
    grid-column-gap: 2em;

}
.grid-2 img {
    width: 100%;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 0em;
    grid-column-gap: 0em;

}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 2em;
    grid-column-gap: 1em;

}
.grid-4 li {
    border-radius: 5px;
    padding: 1em;
}

.services h3 {
    padding-bottom: .8em;
}
.title {
    text-align: center;
    padding: 1em;
    /* color:#7d90e5; */
}
.center {
    text-align: center;
} 

.button {
    background: rgba(174,195,249,.6);
    margin: 1em 0;
    padding: .5em 1em;
    border-radius: 5px;
}
footer {
    padding: 1em 0;
    background: #000;
    color: #FFF;
}
.price li:nth-child(1) {
    background: #bfefc0;
}
.price li:nth-child(2) {
    background: #caeeff;
}
.price li:nth-child(3) {
    background: #e6d7ff;
}
.price li:nth-child(4) {
    background: #fff7b5;
}

.contact {
    margin-top: 1em;
    padding: 2em;
    background: #dbe0ff;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    text-align: left;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.aboutus {
    font-size: 1.2em;
    line-height: 1.5em;
}

.grid-3 img {
    width: 100%;
}
.grid-4 img {
    width: 100%;
}

.list li{
    list-style-type: disc;
    line-height: 1.5em;
}
.bold {
    font-weight: bold;
}
.map iframe {
    width: 100%;
    height: 250px;
}
.indent {
    text-indent: 2em;
}
