@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'krutidev';
    src: url('fonts/K281.eot');
    src: url('fonts/K281.eot?#iefix') format('embedded-opentype'),
         url('fonts/K281.woff2') format('woff2'),
         url('fonts/K281.woff') format('woff'),
         url('fonts/K281.TTF') format('truetype'),
         url('fonts/K281.svg#old_pressregular') format('svg');
    font-weight:bold;
    font-style: normal;

}

.intro_box{float:none; margin-left:auto; margin-right:auto;}
.intro_box h1{font-size:26px; color:#a10000; font-family:'Lato'; text-align:center; font-weight:600; margin:0px; margin:5px 0 0;}
.intro_box h2{font-size:35px; color:#a10000; font-family:'krutidev'; text-align:center; font-weight:600; margin:0px;}
.intro_box h3{font-size:25px; color:#a10000; font-family:'krutidev'; text-align:center; font-weight:600; margin:0px;}
.intro_box .btn_enter{width:20%; background:#a10000; margin-top:10px; color:#FFF; padding:7px; font-family:'Lato'; text-align:center; font-size:1.2em; font-weight:bold; margin-left:auto; margin-right:auto;}
.intro_box .btn_enter a{color:#FFF;}
.intro_box .btn_enter a:hover{color:#FFF; text-decoration:none;}
