

 /* Font Definitions */



@font-face{
    font-family:"Abadi Extra Light";
    src: url(fonts/AbadiMTStd-Light.otf)}

html { font-size:100%; }

@media screen and (min-width:320px) {
    body { font-size:140%; } /* Increase the font size */
}

@media screen and (min-width:460px) {
    body { font-size:120%; } /* Increase the font size */
}

@media screen and (min-width:768px) {
    body { font-size:120%; } /* Increase the font size */
}

@media screen and (min-width:1200px) {
    body { font-size:120%; } /* Increase the font size */
}
@media screen and (min-width:1400px) {
    html { padding:0 1%; } /* Reduce the container width */
}
@media screen and (min-width:1600px) {
    body { font-size:100%; } /* Increase the font size */
}


* {text-align: center;}



h2 {font-size:8rem; font-family: "Abadi Extra Light"; margin-bottom:4rem; margin-top:1.6rem; color:#00B0F0}

h1 {font-size: 1.9rem; font-family: "Abadi Extra Light"; color: #0070C0; text-align: center; margin-bottom:3rem; margin-top:0rem} 
h3 {font-size: 1.7rem; font-family: "Abadi Extra Light"; color: #0070C0; text-align: center; margin-bottom:0.6rem} 

/* Desktop */ 

@media screen and (min-width:1000px) {
    html { padding:0 18%; } /* Reduce the container width */
   
    /* Add two line breaks if on the Desktop 

    h2:after {
        content:"\a\a";
        white-space: pre;
    }

    */


    p2:before {
        content:"\a\a\a";
        white-space: pre;
     }

     p2:after {
        content:"\a\a";
        white-space: pre;
    }

    ftr:before {
        content:"\a\a";
        white-space: pre;
     }

}

body {background-color:#DFEBF5}
    
strap {font-size:1.4rem; font-family: "Abadi Extra Light"; color:#00B0F0; text-align: center; margin-bottom:0cm;}

p {font-size: 1.3rem; font-family: "Abadi Extra Light",sans-serif; text-align: left; margin-bottom:1rem; margin-top:0.2rem} 
p2 {font-size: 1.3rem; font-family: "Abadi Extra Light",sans-serif; text-align: left; margin-bottom:1rem; margin-top:0.2rem} 

/* Add two line breaks if on the Desktop */
@media screen and (min-width:1000px) {
    cntct:before {
        content:"\a\a";
        white-space: pre;
    }
}

cntct {font-size:1.4rem; font-family:"Abadi Extra Light"; color:#0070C0; text-align: left;} 


ftr {font-size:0.8rem; color:#A0C3E3; } 

