/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 Dec, 2023, 8:34:26 PM
    Author     : developer
*/



.title{
    font-family:  Rubik-Doodle-Shadow;
    font-weight: 900;
    font-size: 40px;
    margin: 10px;
    padding: 10px;
    color: #B71C1F;
    padding-top: 50px;
    /*background-color: #B71C1F*/
     text-shadow:  0 0 15px white, 0 0 15px #B71C1F;
}

.symbol{
    font-size: 45px; 
    margin: 10px;
    padding: 10px;
    color: #B71C1F;
}

.innerTable{
    border: 2px #D0D0D0 solid;
    box-shadow: 5px 10px 8px #D0D0D0;
    border-radius: 10px;

}

.rs{
    font-family: Rubik-Doodle-Shadow;
    font-weight: 900;
    border: 0px black solid;    
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    background-color: #B71C1F;
    color: white;
    font-size: 30px;
    
}
.button{
    font-family:   Rubik-Doodle-Shadow;
    font-weight: 900;
    border: 1px red solid;    
    margin: 5px;
    padding: 5px;
    margin-top: 50px;
    border-radius: 25px;
    background-color: #B71C1F;
    color: white;
    font-size: 18px;
}

.button:hover{
    box-shadow: 0px 0px 3px 3px lightslategray;
     transform: scale(1.1);
}

.quote{
    /*min-height: 300px;*/
    font-size: 20px;
    font-weight: 600;

}

.author{
     font-size: 16px;
     padding-right: 10px;
    font-weight: 600;
}

.logo{
    margin: 5px;
    padding: 5px;
}
.logo:hover{
    /*box-shadow: 10px 10px 5px lightblue inset;*/
    /*box-shadow: 10px 10px 5px lightblue;*/
    box-shadow: 0px 0px 3px 3px lightslategray;
}



.social-media-icon ,.social-media-mail-icon{
    margin: 5px;
    padding: 5px;
    border-radius: 50%;
    transition: box-shadow 0.3s ease;
}

.social-media-icon {
    width: 25px;
    height: 25px;
}

.social-media-mail-icon {
    width: 32px;
    height: 32px;
    margin: 2px;
    padding: 2px;
}

.social-media-icon:hover {
    box-shadow: 0px 0px 3px 3px lightslategray;
}
.social-media-mail-icon:hover {
    box-shadow: 0px 0px 3px 3px lightslategray;
}

.footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: -10;
}
