@charset "UTF-8";


@media screen and (min-width : 960px){


	/* -------------------------------------------------------------------------------------------
	*
	* header
	*
	* ----------------------------------------------------------------------------------------- */

	header{
		background: none;
	}
	header h1,
	header ul{
		display: none !important;
	}


	#scrollBtn{
		display: none;
	}


	/* -------------------------------------------------------------------------------------------
	*
	* ABOUT
	*
	* ----------------------------------------------------------------------------------------- */

	#about{
		padding: 2rem 0 7rem 0;
	}
	#about h2{
		margin: 0 0 7rem 0;
	}
	#about h2 img{
		display: inline-block;
		vertical-align: top;
		width: 80vw;
		max-width: 21.125rem;
		height: auto;
	}

	#about h3{
		margin: 0 0 1.75rem 0;
		line-height: 1;
		}
	#about h3 p{
		display: inline-block;
		vertical-align: top;
		font-size: 1rem;
		padding: 0 0 0.125rem 0;
		border-bottom: 2px solid #cccccc;
	}

	#about p{
		font-size: 1rem;
		line-height: 1.8;
	}



}@media screen and (max-width : 959px){

	/* -------------------------------------------------------------------------------------------
	*
	* header
	*
	* ----------------------------------------------------------------------------------------- */

	header{
		background: none;
	}

	header h1{
		display: none;
	}

	#scrollBtn{
		display: none;
	}


	/* -------------------------------------------------------------------------------------------
	*
	* ABOUT
	*
	* ----------------------------------------------------------------------------------------- */

	#about{
		padding: 0 0 7rem 2rem;
		box-sizing: border-box;
	}

	#about h2{
		margin: 0 0 5rem 0;
	}
	#about h2 img{
		display: inline-block;
		vertical-align: top;
		width: 62vw;
		height: auto;
	}


	#about h3{
		margin: 0 0 1.75rem 0;
		line-height: 1;
	}
	#about h3 p{
		display: inline-block;
		vertical-align: top;
		font-size: 1rem;
		line-height: 1;
		padding: 0 0 0.125rem 0;
		border-bottom: 2px solid #cccccc;
	}

	#about p{
		font-size: 0.9375rem;
		line-height: 1.8;
	}

}


