    @charset "utf-8";
            /*@import url(https://fonts.googleapis.com/css?family=Titillium+Web:500);*/
            @import url(https://fonts.googleapis.com/css?family=Titillium+Web);
            @import url(https://fonts.googleapis.com/css?family=Aldrich);
            /* CSS Document */

			html, body{
				background: #010000;
				font-family: 'Titillium Web', sans-serif, '微軟正黑體', Microsoft JhengHei;
				font-size: 22px;
				width: 100%;
			}

			a {
				text-decoration: none;
				color: #0CF;
			}

			h2 {
				font-family:'Aldrich', sans-serif, '微軟正黑體', Microsoft JhengHei;
        font-weight: bold;
				color:#ff3300;
				font-size: 48px;
				letter-spacing:2px;	
			}

			h3{ 
			    position:relative;
				margin-top:-5%;
				padding-bottom:3%;
				text-align:center;
				font-size: 40px;
				color: #FFF;
				font-weight:70px;
				text-shadow: #F60 0px 0px 6px;
			}
			
			p {
				color: #ddd;
				font-size: 20px;
				line-height:32px;
				letter-spacing: 1px;                               
			}

    .big80 {
        max-width:600px;
      }



@media screen and (min-width: 1500px){

          h2 {
        font-family:'Aldrich', sans-serif, '微軟正黑體', Microsoft JhengHei;
        font-weight: bold;
        color:#ff3300;
        font-size: 42px;
        letter-spacing:2px; 
      }
      p {
        color: #ddd;
        font-size: 20px;
        line-height:32px;
        letter-spacing: 1px;                        
      }

    .big80 {
        max-width: 550px;
      }

    .big80_word {
      margin-top: 16%;
    }


}

@media screen and (min-width: 1201px) and (max-width: 1500px){

        h2 {
        font-family:'Aldrich', sans-serif, '微軟正黑體', Microsoft JhengHei;
        font-weight: bold;
        color:#ff3300;
        font-size: 40px;
        letter-spacing:2px; 
      }
      p {
        color: #ddd;
        font-size: 20px;
        line-height:32px;
        letter-spacing: 1px;
                                                    
      }

    .big80 {
        max-width: 550px;
      }

    .big80_word {
      margin-top: 20%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px){

        h2 {
        font-family:'Aldrich', sans-serif, '微軟正黑體', Microsoft JhengHei;
        font-weight: bold;
        color:#ff3300;
        font-size: 36px;
        letter-spacing:2px; 
      }
      p {
        color: #ddd;
        font-size: 20px;
        line-height:32px;
        letter-spacing: 1px;
                                                     
      }

      .big80 {
        max-width: 400px;
      }

      .big80_word {
      margin-top: 16%;
    }



}

@media screen and (min-width: 551px) and (max-width: 767px){

      h2 {
        font-family:'Aldrich', sans-serif, '微軟正黑體', Microsoft JhengHei;
        font-weight: bold;
        color:#ff3300;
        font-size: 32px;
        letter-spacing:2px; 
      }
      p {
        color: #ddd;
        font-size: 16px;
        line-height:32px;
        letter-spacing: 1px;
                                                     
      }

      .big80 {
        max-width: 380px;
      }



}

@media screen and (max-width: 550px){

      h2 {
        font-family:'Aldrich', sans-serif, '微軟正黑體', Microsoft JhengHei;
        font-weight: bold;
        color:#ff3300;
        font-size: 25px;
        letter-spacing:2px; 
      }
      p {
        color: #ddd;
        font-size: 14px;
        line-height:32px;
        letter-spacing: 1px;
                                                     
      }

      .big80 {
        max-width: 250px;
      }

}
