/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Defining each sectino background and styles
* --------------------------------------- */
#section0{
    background: -webkit-gradient(linear, top left, bottom left, from(#4bbfc3), to(#7baabe));
    background: -webkit-linear-gradient(#4BBFC3, #7BAABE);
    background: linear-gradient(#4BBFC3,#7BAABE);
}

#section1{
    background: -webkit-gradient(linear, top left, bottom left, from(#7baabe), to(#969ac6));
    background: -webkit-linear-gradient(#7BAABE, #969AC6);
    background: linear-gradient(#7BAABE,#969AC6);
}

#section2{
    background: -webkit-gradient(linear, top left, bottom left, from(#969ac6), to(#636F8F));
    background: -webkit-linear-gradient(#969AC6, #636F8F);
    background: linear-gradient(#969AC6,#636F8F);
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
@font-face {
font-family: 'Noto Sans';
  src: url(' ../font/NotoSansJP-Black.otf ') format('opentype');
}

@-webkit-keyframes intro-color {
    0% { background-color: #2fb174; }
    20% { background-color: #68a4d9; }
    40% { background-color: #894797; }
    60% { background-color: #e5285d; }
    80% { background-color: #f29639; }
    100% { background-color: #2fb174; }
}

    @keyframes intro-color {
    0% { background-color: #2fb174; }
    20% { background-color: #68a4d9; }
    40% { background-color: #894797; }
    60% { background-color: #e5285d; }
    80% { background-color: #f29639; }
    100% { background-color: #2fb174; }
}

#fullpage {
    background-color: #2fb174;
    animation: intro-color 30s infinite;
    -webkit-animation: intro-color 30s infinite;
    position: relative;
}

.circle-image {
    border-radius: 50%;
}

.down-arrow {
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -12px
    border-color: transparent transparent transparent transparent;
    width: 25px;
    height: 25px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fp-controlArrow {
	display: none;
}

/* Style for our header texts
* --------------------------------------- */

h1{
    font-size: 2.5em;
    font-family: arial,helvetica;
    color: #fff;
    margin:0;
    line-height: 1em;
}
.intro p {
    font-size: 1em;
    line-height: 1.3em;
}

/* Centered texts in each section
* --------------------------------------- */
.section {
    text-align: center;
}

.intro {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}

#section0 h1,
#section2 h1 {
	font-family: 'Fredericka the Great', cursive;
	font-weight: normal !important;
}

.section .intro {
    text-align: center;
}

#section1 .intro p {
    text-align: left;
}

#section1 h1 {
	font-family: 'Noto Sans';
	font-weight: normal !important;
    text-align: left !important;
}

/* myinfo
* --------------------------------------- */

ul#profile,
ul#myLink {
    margin: 0;
    padding: 1em 0;
}

ul#myLink {
    width: 290px;
    height: 48px;
    margin: 0 auto;
}

ul#profile li,
ul#myLink li {
    margin: 0;
    padding: 5px;
    list-style: none;
}

ul#myLink li {
    float: left;
}

ul#myLink li img {
    width: 48px;
}

#copyright {
    clear: both;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 80em) {

.section{
    text-align:center;
}

#section1 .intro h1,
#section1 .intro p {
    text-align: center !important;
}

h1{
    font-size: 5em;
}

.intro p,
.slide p {
    font-size: 1.2em;
    line-height: 2em;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

