html,body{
	margin:0;
	font-family:'Niramit', sans-serif;
	overflow-x: hidden;
}

#header{
	height: 70px;
	padding-top: 5px;
	text-align: center;
	padding-bottom:100px;
}

#headerImage{
}

#header_text {
	text-align: center;
	font-family:'Niramit', sans-serif;
}

#header_text h3 {
	text-align: center;
	color : #151515;
	font-size: 2.2em;
}


#header_text h4 {
 	color:#666666;
}

#headerTxt {
	padding-top: 50px;
	padding-bottom: 20px;
}

.buttons{
	text-align: center;
	padding:15px;
	border-radius: 125px;
}

.buttons h5{
    display: inline-block;
    border: 2px solid ;
    border-radius: 125px;
    margin: 0;
    padding: 18px 50px;
    background-color: #F5AE32;
    color: black;
    font-size: 1.5em;
    color:#151515;
    margin-top:35px;
}

#First_Section{
	margin-bottom:100px;
}

#Second_Section{
	border-top:1px solid #D3D3D3;
}

.containerr {
	text-align: center;
	margin-top: 100px;
	color : #151515;
	margin-bottom:100px;
}

.containerr h3 {
	font-family:'Niramit', sans-serif;
	font-size: 2.5em;
}

#button {
	margin-top:800px;
}


#footer{
	text-align: center;
	background-color:#dedede;
	margin-top: 50px;
}

#footer p{
	margin:0;
}