@charset "UTF-8";
/* CSS Document */

/*** BASIC 
*****************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body{font-family: 'Buda', cursive;
font-size:14px;    height: 90vh;}


br {
   letter-spacing:normal;
}

a {
	color:#06C;
	text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
.clear{ clear: both; line-height: 0}
.clearfix:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

* html .clearfix {zoom:1;}


/*** LAYOUT
*****************************************/
section{
    padding-top: 30vh;
    display: flex;
  justify-content: center;
  align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
	}

/*** Font
*****************************************/

h1{font-size:26px; margin:26px 0 0 0; padding:0;}
small{font-size:8px;position: fixed;bottom: 10px;}
p{padding:8px 0;}

/*** class
*****************************************/

.fc_glay{
	color:#9E9E9F;}

.tac{text-align:center;}
.tar{text-align:right;}
.fontS {font-size:85%;}
.fontL {font-size:117%;}
