Your IP : 104.23.243.223


Current Path : /var/www/html/Joomla/images/
Upload File :
Current File : /var/www/html/Joomla/images/main_launch.css

html {
    background-color: #ff6B42;
    -webkit-font-smoothing: antialiased;  
}

body, html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: monserrat, sans-serif;
}

.bg { 
  /* The image used */
    background-image: url("..//images/circle_play.png");
    background-color: #ff6B42;
    /* Full height */
    height: 100%; 
    margin: 0px;
    padding: 0px;
    /* Center and scale the image nicely */
    background-position: left top;
    background-repeat: no-repeat;
    border: 0px;
}
.bold {
    
    font-family: montserrat, sans-serif; 
    font-weight: 700;
}


.center {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.centreren {
    text-align: center;
}

.clear { 
    position: absolute; 
    clear: both;
}


.logo img {
    width: 50%; 
    height: auto;
    margin-top: 8rem;
    padding-left:70px;
}

.text { 
        width:40%;
        margin-top: 13rem;
    

}

.text p {
    text-align: justify ;
    font-family: montserrat, sans-serif; 
    line-height: 1.5rem;
    font-size: 0.9rem; 
    font-weight: 400;
    color: white ;
    letter-spacing: 50;
}



.counter p {
        text-align: left;
    padding-left: 30%;
        font-family: montserrat, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size:3rem;
        color: white ;
        letter-spacing: 30;
}




.footer {
    vertical-align: baseline;
    position: fixed; 
    bottom: 0; 
}

.footer p {
    text-align: center;
    font-family: montserrat, sans-serif; 
    font-size: 0.6em; 
    font-weight: 500;
    color: white ;
    letter-spacing: 30;
}