




html {
  font-family: sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.mainTheme{
	background-color: red;
	
}


/*************Navi Bar******************/
.navSection{
	
	background-color: white;
	width: 100%;
}

.navBar{
	
	transition: width .5s linear 0s;
	padding: 10px;

}

.navBar_left{
	
	float: left;
	transition: width 2s linear 0s;
}

.navBar_right{
	
	
	float: right;
	transition: width 1s linear 0s;
	text-align: right;
}


.nav_text{
	
	
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background-color: white;
	color: gray;
	transition: background-color .5s linear 0s;
	border: none;
	margin: 0px;
	width: 100px;
	height: 35px;
	
}




.nav_btn{
	
	
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background-color: white;
	color: gray;
	transition: background-color .5s linear 0s;
	border: none;
	margin: 0px;
	width: 100px;
	height: 35px;
	
}

.nav_btn:hover{
	
	background-color: black;
	color: white;
	
}

.nav_expandBtn{
	overflow: hidden;
	display: none;
	transition: width .5s linear 0s; 
	height: 0px;
	width: 0px;
	padding: 0;
	margin:0;
}

/*************Navi Bar******************/

/*************body section**************/

.hero_slide{
	
	width: 100%;
	height: 560px;
}

.section_black{
	padding: 40px 0px;
	background-color: black;
	width: 100%;
	color: white;
	
	
}

.section_gray{
	padding: 40px 0px;
	background-color: #E5E5E5;
	width: 100%;
	
	
}

.section_white{
	padding: 40px 0px;
	background-color: white;
	width: 100%;
	
	
}

/*************body section**************/

/*************text & link**************/
.title{
	
	
	
}

.sub_title{
	
	
}


.text_black{
	color: black;	
}
/*************text & link**************/

/*************default css**************/
h1{
	font-family: Helvetica,  Arial, sans-serif;
	font-weight:bold;
}


a:link{
	color: black !important;
}

p{
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 16px;
}

.cus_link{
		
	color: black;	
	
}

.cus_link:hover{
		
	color: black;	
	
}

/*************default css**************/

/*************main color**************/
.mainColor{
 	background-color: red;
}
/*************main color**************/

/*************button**************/
.btn_100{
	border: 1px solid gray;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
	transition: color 1s linear 0s;
	font-size:18px;
	font-weight:bold;
	color: gray;
	background-color:white;
}

.btn_100:hover{
	border: solid 1px red;
	color: red;
	
}




.btn_nav_dropdown{
		overflow: hidden;
		display: none;
}

a{
	color: red;
}
/*************button**************/


/*************footer**************/

.footer_text{
	font-size: 13px;
	color: black;
	
}

.social_icon{
	
    font-size: 25px;	
	padding-right: 2px;
}

/*************footer**************/

/*************below 900px width********/
@media (max-width:900px){
	
	.nav_expandBtn{
		overflow: visible;
		border: none;
		display:inline;
		background-color: transparent;
		width: auto;
		
	}
	
	.nav_btn{
		display: none;
		overflow: hidden;
	}
	
	
	
	
	.btn_nav_dropdown{
		border: none;
		width: 100%;
		padding: 5px;
		transition: color 1s linear 0s;
		font-size:16px;
		font-weight:bold;
		color: gray;
		display:block;
		text-decoration:none;
		background-color: white;
		
	}
	
	.btn_nav_dropdown:hover{
		color: black;
		
	}
	
	
}






















