/* BIG CENTRAL SIZE TEXT */
.AVIOR .TAV h2 {font-size: 10rem; color: var(--TB); font-family: "Audiowide", sans-serif;}

/* MAIN TEXT */
.AVIOR h1 {font-size: 90px; font-family: "Playfair Display", serif; color: var(--TH1);}
.AVIOR h2 {font-size: 50px; font-family: "Playfair Display", serif; color: var(--TH2);}
.AVIOR h3 {font-size: 20px; font-family: "Playfair Display", serif; color: var(--TH3);}
.AVIOR h4 {font-size: 18px; font-family: "Playfair Display", serif; color: var(--TH4);}
.AVIOR h5 {font-size: 15px; font-family: "Quicksand", sans-serif; color: var(--TH5);}
.AVIOR h6 {font-size: 14px; font-family: "Playfair Display", serif; color: var(--TH6);}
.AVIOR p {font-size: 13px; font-weight: 900; font-family: "Quicksand", sans-serif; color: var(--TP);}
.AVIOR .TL p {font-size: 12px; font-family: "Quicksand", sans-serif; color: var(--TLP);}
.AVIOR .TM p {font-size: 11px; font-family: "Quicksand", sans-serif; color: var(--TMP);}
.AVIOR .TS p {font-size: 9px; font-family: "Quicksand", sans-serif; color: var(--TSP);}

/* TEXT TOO BIG FOR CENTER SECTION */
.TXB h3 {font-size: 200px; font-family: "Bodoni Moda", serif; color: var(--TSP);}

/* TEXT CURSIVE FOR SIGNATURE SECTION */
.TSG h3 {font-size: 50px; font-family: "Italianno", cursive; color: var(--TSG);}

/* TEXT ELEGANT FOR BUSINESS SECTION */
.TSE h3 {font-size: 50px; font-family: "Alumni Sans Pinstripe", sans-serif; color: var(--TSE);}

/* TEXT ELEGANT FOR COMMENT SECTION */
.TCS h3 {font-size: 40px; font-family: "Bilbo Swash Caps", cursive; color: var(--TSE);}

/* TEXT WITH FUTURISTIC EFFECTS */
.TCF h3 {font-size: 90px; font-family: "Uncial Antiqua", system-ui; color: var(--TSF); font-weight: 500;}

/* VIEWPORT : :  MOBILE VERSIONS & TABLET VERSIONS */
/* VIEWPORT : :  MOBILE VERSIONS & TABLET VERSIONS */
/* VIEWPORT : :  MOBILE VERSIONS & TABLET VERSIONS */
/* VIEWPORT : :  MOBILE VERSIONS & TABLET VERSIONS */

/* mobile phones */
@media(max-width:480px)
{
.AVIOR {width: 100%;}

/* TEXT SIZES */
.AVIOR h1 {font-size: 60px;}
.AVIOR h2 {font-size: 40px;}
.AVIOR .TM p {font-size: 10px;}
.AVIOR .TXB h3 {font-size: 90px;}
.AVIOR .TCF h3 {font-size: 45px;}
}

/*large phones / small tablets*/
@media(min-width:481px) and (max-width:768px){
.AVIOR {width: 100%;}
}

/*tablet portrait*/
@media(min-width:769px) and (max-width:1024px) and (orientation:portrait){
 .AVIOR {width: 100%;}
}

/*tablet landscape*/
@media(min-width:769px) and (max-width:1180px) and (orientation:landscape){
 .AVIOR {width: 100%;}
}
