@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.full-bg{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/VSM.Web.Plugins.ProHtmlEditor/ProHtmlEditorHome/DownloadResourceImg?Guid=af83d270-db57-4954-ac76-1469f2066fb4");
    background-size: 100% 100%;
    font-family: 'Roboto', sans-serif;
}
.full-bg-mob{
    
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/VSM.Web.Plugins.ProHtmlEditor/ProHtmlEditorHome/DownloadResourceImg?Guid=3a91887f-05ca-4a0e-b6c0-0860391ee466");
    background-size: 100% 100%;
    font-family: 'Roboto', sans-serif;
}
.logo-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
}
.logo-container a{
        
}
.title-container{
    position: relative;
    margin-top: 15%;
    text-align: center;
    color: white;
    text-shadow: #008ed7 4px 4px 4px, #008ed7 -4px -4px 4px, #008ed7 4px -4px 4px, #008ed7 -4px 4px 4px;
}
.klgtu-title{
    font-size: 4em;
}
.platform-title{
    font-size: 7em;
}
.activity-title{
    font-size: 2em;
}
.creater-container{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;    
    
}
.creater-container a{
    color: rgba(256, 256, 256, 0.5);
}


@media (max-width: 2000px){
    .title-container{
        margin-top: 20%;
    }
}
@media (max-width: 1500px){
    .title-container{
        margin-top: 25%;
    }
    .klgtu-title{
        font-size: 3em;
    }
    .platform-title{
        font-size: 6em;
    }
    .activity-title{
        font-size: 1.8em;
    }
}

@media (max-width: 1200px){
    .title-container{
        margin-top: 35%;
    }
      
}
@media (max-width: 700px){
    .title-container{
       margin-top: 230px;
    }
    .klgtu-title{
        font-size: 65px;
        margin-bottom: 0px;
        letter-spacing: 10px;
    }
    .platform-title{
        font-size: 35px;
        margin-top: 0px;
        line-height: 100%;
    }
    .activity-title{
        font-size: 20px;
        margin-top: 0px;
    }
    .nbics-title{
        font-size: 1em;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
}



















