@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/*body & html & wrapper */
body,html{font-family:'Open Sans',serif; font-size: 15px;height: 100%;}
.wrapper{height: 100%;}

/*font Style01*/
.Style01 h1{font-size: 2.6rem;font-weight: 600; color: #ffffff;line-height: 1.2; margin-bottom: 1.5rem;}
.Style01 h2{font-size: 2rem; color: #ffffff;line-height: 1;}
.Style01 p{font-size: 14px;font-weight: 300; color: #ffffff;line-height: 1.5;}

/*font Style02*/
.Style02 h1{font-size: 2.6rem; font-weight: 600; color: #333333;line-height: 1.2; margin-bottom: 1.5rem;}
.Style02 h2{font-size: 2rem; color:#333333;font-weight: 600;line-height: 1;}
.Style02 p{font-size: 14px; color: #333333;line-height: 1.5;}


/* masthead */
.masthead{background-color: #ffffff; height: 100%;}
.masthead .masthead_wrap{}
.masthead .masthead_wrap .overlay{background: rgba(255, 255, 255, .7);position: absolute;width: 100%;height: 100%;}
.masthead .masthead_wrap .container{height: 100%;}
.masthead .masthead_wrap .container .background_container{height: 100%;}
.masthead .row{position: relative;overflow: hidden;height: 100%;align-items: top;}


.description_box{display: block;padding: 0px 10px;margin-top: 6rem;}
.description_box .logo{display: block;margin-bottom: 2.5rem;}
.description_box a{color: #000000;font-weight: 600; text-decoration: none;}
.description_box a:active{color: #555555;font-weight: 600;text-decoration: none;}
.description_box a:hover{color: #555555;font-weight: 600;text-decoration: none;}


