/*


           #####        
 ################
    ###    #####
  ##  ##  ##   ##
 ##    ##  ##### 

   디자이너 김진희 
Designed by Jinhui Kim



*/


body{
	background-color: rgb(255,245,245);
}


h1  {
	font-family:  "Helvetica", sans-serif;
	color:  rgb(51, 102, 153);
	font-size: 7vw;
	text-align:  center;
}


h2	{
	font-family:  "Helvetica", sans-serif;
	color:  rgb(45, 69, 118);
	font-size: 24pt;
	text-align:  center;
}


h3	{
	font-family:  "Helvetica", sans-serif;
	color:  rgb(110,110,110);
	font-size: 20pt;
	text-align:  center;
}


a   {
	color:  rgb(255, 153, 102);
}


a:hover {
		color: rgb(255, 100, 60);
	}


ul	{
	list-style-type: none; /* Don't put any bullet points(default) on the list */
	text-align: center;
}


li {
	display: inline-block;
	margin:  1.5vw;
}


p {
	text-align: center;
}


img {
	display: block;
	margin-left:  auto;
	margin-right: auto;
	width: 60%;
}

.tablet {
	margin-top : 10pt;
	width:  40%;
}

.mobile {
	margin-top : 10pt;
	margin-bottom: 10pt;
	margin-left:  auto;
	margin-right: auto;
	width: 18%;
}

.mobile2 {
	display: inline;
	margin-top : auto;
	margin-left:  10pt;
	width: 18%;
}
