/*
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
    .container-fluid{
        padding: 0px !important;
    }
*/
    @font-face{
        font-family: 'New';
        src: url(fonts/NewLight.TTF);
    }
    @font-face{
        font-family: 'Allura';
        src: url(fonts/Allura.ttf);
    }
    @font-face{
        font-family: 'Gabriola';
        src: url(fonts/Gabriola.TTF);
    }


    @font-face{
        font-family: 'New';
        src: url(fonts/NewLight.TTF);
    }
    .tms-font{
        font-family: 'New';
        padding-bottom: 25px;
        border-bottom: 2px solid black;
    }
    .container-95{
        width:95%;
        margin: auto;
    }
    .menu{
        position: fixed;
        top:0px;
        z-index: 10;
        background-color: rgba(255,255,255);
        padding: 0px 40px !important;
    }
    body{
        padding-top: 100px;
    }
    .main-page{
        background-color: #eeeeee;
    }
    .bot-bor{
        border-bottom: 4mm ridge rgba(106,181,229, .6);
    }
    .top-bor{
        border-top: 5px solid #0F73B4;
    }
    .short-slider{
        max-height: 600px !important;
        padding-top: 10px;
    }
    .col1{
        
        min-height:400px;

    }
    .col2{
        background-color: #6FC2F9;
        min-height:400px;

    }
    .add-space{
        padding-top:20px;
    }
    .page-title{
        text-align: center;
    }
    .wide{
        padding: 0 30px;
    }
    .info-block{
        background-color:#e3e3e3;
        min-height:300px;
        text-align: center;
    }
    .footer{

        background-color: #0F73B4;
        margin-bottom: 0px !important;
        color: white;
        text-align:center;
    }
    .footer a{
        color:white;
        text-decoration: none;
    }

/* Founder page CSS  */ 


    .founder{
        font-size: 24px;
        padding:20px 0px;
    }
    .founder h2{
        text-align:center;
        padding-bottom:25px;
        font-size:2.1em;
    }
    .content{
        display:none;
    }
    #info-content h1{
        padding-top:25px;
    }
    .top-img{
        width: 100%;
        max-height: 400px;
    }
    #about-text{
        min-height: 300px;
    }
    .about-content1{
        font-size: 22;
        font-style: italic;
        padding: 15px;
    }
    #founder-img{
        padding: 20px;
    }
    p{
        text-align:justify;
        font-size: 20px;
    }
/*************BUTTONS*******************/

    .btn-contact{
        background-color: rgba(239,49,49, .7);
        color:white;
        font-size:20px;
        border: 0px !important;
        border-radius: 10px;
        padding: 5px;
    
    }
    .btn-contact:hover{
        background-color: #ef3131;
        color:#ffffff;
    }
    .btn-contact a{
        color:#ffffff;
        text-decoration: none;
    }
    .btn-contact a:hover{
        color:white;
    }
    
    
    
    