*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}


#header{
	height: 100vh;
	background-image: url(images/background.png);
	background-position: center;
	background-size: cover;	
}

.container{
	margin-right: 100px;
	margin-left: 100px;
}

.logo{
	margin-top: 30px;
	width: 100px;
}

.header-text{
	max-width:  350px;
	margin-top: 140px
}

h1{
	font-size: 34px;
}

.square{
	height: 12px;
	width: 12px;
	display: inline-block;
	background: #f67c92;
	margin: 15px 0;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.common-btn{
	padding: 15px 40px;
	background: transparent;
	outline: none;
	border: 2px solid #f67c92;
	font-weight: bold;
	cursor: pointer;
}

p{
	font-size: 15px;
	line-height: 18px;
	color: #777;
}

.header-text button{
	margin-top: 20px;
	margin-bottom: 60px;
}

.line1{
	width: 15px;
	height: 15px;
	background: #f67c92;
	display: inline-block;
}

.line2{
	width: 60px;
	height: 1px;
	background: #f67c92;
	display: inline-block;
}

.line3{
	width: 40px;
	height: 1px;
	background: #f67c92;
	display: inline-block;
}

.line{
	line-height: 8px;
}

#sideNav{
	width: 250px;
	height: 100vh;
	position: fixed;
	right: -250px;
	top: 0;
	background: #f67c92;
	z-index: 2;
	transition: .5s;
}

nav ul li{
	list-style: none;
	margin: 50px 20px;
}

nav ul li a{
	text-decoration: none;
	color: #ffffff
}

#menuBtn{
	width: 50px;
	position: fixed;
	right: 65px;
	top: 25px;
	z-index: 2;
	cursor: pointer;
}


/*----About-----*/
#about{
	padding: 100px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.about_left{
	flex-basis: 50%;
}

.about_left img{
	width: 100%;

}

.about_right{
	flex-basis: 50%;
	text-align: right;
}

.about_text{
	max-width: 500px;
	margin-right: 100px;
	display: inline-block;
}

.about_text h2{
	margin: 50px 0 10px;
	font-size: 28px;font-style: italic;
}

.about_text h3{
	font-size: 20px;
	font-style: italic;
	color: #797979;
}


.zui-table {
	width: 100%
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.zui-table thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
.zui-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}