@charset "utf-8";
/* common-Style */


/*color*/
.red {color: #FF0000;}
.gary {color: rgba(106,106,106,1.00);}
.white {color: #FFF;}
.pbt{padding-bottom: 5%; }
.lightblue {color:rgba(0,222,255,1.00);}
/*fonts*/
h1.h1 {font-size: 80px; line-height: 80px; font-weight: 800;font-family: "DINCond-Bold",sans-serif;}
h2.h2 {font-size: 30px;letter-spacing: 2px; line-height: 35px; font-weight: 600;font-family: "DINPro-Regular", sans-serif; margin-bottom: 3%;}
h3.h3 {font-size: 45px; line-height: 45px; letter-spacing: 2px; }
h5.h5 {font-size: 40px; line-height: 40px; color:rgba(0,222,255,1.00);}


