*{margin: 0;padding: 0;}
body{
	background: url(../img/background.png);
	/*background-size: cover;*/
	background-attachment: fixed;
}
.container{
	max-width: 940px;
}
#header-area{
	text-align: center;
}
/*#menu-bar{
	text-align: center;
}*/

.menu-area ul li {
    list-style: none;
    display: inline-block;
    padding: 18px;
}


.color-table{
background-color:#C3FEE5 ;
}

.menu-area ul li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.menu-area {
    background: white;
}
.logo-area{
	background: white;
}
ul.menu-list {
    text-align: center;
    padding-left:none;
}

.menu-area ul li a {
    transition: .3s;
}

.content-single-box {
    background: #292929;
    /* padding: 23px; */
}

.content-title h3 {
    color: white;
    text-align : center;
}

.content-title {
    background: #181616;
    padding: 21px;
    border-radius-bottom: 27px;
/*    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;*/
}

.content-description {
    background-color: #14805e;
    border: 1px solid yellow;
    padding: 23px;
    text-align: center;
}

.content-description p {
    font-size: 14px;
}

#content-box{
	margin-bottom: 20px;
	/*border-radius: 20px;*/

}
