
/*============================ BEGINNING OF UNIVERSAL RULE SETS (STYLES) ===================================*/

    @font-face {src: url(fonts/rubikReg.ttf);font-family: rubikReg;}
    @font-face {src: url(fonts/rubikMedium.ttf);font-family: rubikMid;}
    body {margin: 0px !important;padding: 0px !important;font-family: rubikReg !important;}
    a {text-decoration: none !important;color: inherit;}
    input::placeholder {color: #bdbebe;font-size: 1em;}
    ::-webkit-scrollbar{width: 2px;height: 3px;}
    ::-webkit-scrollbar-track{background: transparent;}
    ::-webkit-scrollbar-thumb{background: #01050D;border-radius: 5px;}
    .row {margin: 0px !important;padding: 0px !important;}
    
	
/*============================ BEGINNING OF BASIC ID(S) ===================================*/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*============================ BEGINNING OF BASIC CLASSES  ===================================*/

.logoCoat{
    width: 100%;
    text-align: center;
    padding: 150px 0px;
}

.logo{
    width: 100px;
    height: 100px;
    margin: 0px auto;
}

.logoTitle{
    font-size: 1.3em;
    color: #000d26;
    text-align: center;
    margin: 10px 0px 2px 0px;
}

.logoSlogan{
    font-size: 0.95em;
    color: #002584;
    text-align: center;
    margin: 0px;
}

.maintenancePar{
    font-size: 0.95em;
    color: #002584;
    margin: 0px;
}

.serviceIcon{
    font-size: 2em;
    color: #001742;
}






















































































/*=================== RANDOMLY USE CLASSES ====================*/

    .blink{animation: blink 3s linear infinite;}
    @keyframes blink{ 0%{opacity: 0;} 50%{opacity: .5;} 100%{opacity: 1;} }
   
    /*====================================================================================*/
   
    .noPad{padding:0px !important;}.noMarg{ margin:0px !important;}
    .spaceFiller{width: 100%;}



