a{
    color:rgb(69,92,180);;
}

a.goodie{
    background-color:rgb(69,92,180);;
    padding:8px;
    margin:5pt 5pt;
    margin-top:20pt;
    color: white;
    width: fit-content;
    border-radius: 4px;
}

body {
    background-image: url("/static/stacked-waves-haikei.svg");
    background-size: 100% auto;
    background-attachment: fixed;
    color: rgb(0,0,43);
    font-family: 'Calibri Light', Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}

button.app{
    background-color:white;
    border: none;
    color:rgb(0,0,43);
    text-decoration: none;
    display: inline-block;
    padding: 8px 14px;
    margin-right: auto;
    margin-left:auto;
    margin-bottom: 5px;
    width:49%;
}

#ldr {
    display:none;
}

.loader {
    border: 12px solid white; /* Light grey */
    border-top: 16px solid rgb(69,92,180);; /* Blue */
    border-radius: 80%;
    width: 80px;
    height: 80px;
    margin-top: 30px;
    animation: spin 2s linear infinite;
    margin:auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width:1023px){
    button.app{
        width:100%;
    }
}

div.container.outter{
    background-color: rgb(235,235,235);
}


header,footer{
    margin-top: 10pt;
    margin-bottom:10pt;
    padding: 25px 35px 25px 35px;
    color:white;
    background-color: rgb(38,41,58);
}

footer{
    margin-bottom:0px;
    text-align: center;
    padding-bottom:5px;
}

div.blockitem{
    border-style: solid;
    border-color: rgb(69,92,180);
    text-align: center;
    padding:2%;
    margin-bottom:10pt;
    background-color: white;
}

div.blockitem.story{
    text-align: justify;
    padding:8%;
}

div.paperitem{
    text-align: center;
    margin-top: 15pt;
    background-color: white;
}

div.prob-info{
    padding:1% 3%;
}

div.thirdLabel{
    font-weight: bold;
    text-align: center;
    padding:2px;
    color:rgb(69,92,180);;
}

div.thirdLabel.T{
    border-right:0pt;
    border-left:0pt;
    width:30%;
}

div.thirdLabel.L{
    width:90%;
    border-left:0pt;
}

div.thirdLabel.Y{
    width:10%;
}

div.thirdLabel.J{
    width: 60%;
}

div#createcard{
    display:none;
}

div.wrapper{
    float:none;
    overflow: hidden;
}

div.wrapper.outter{
    background-color: rgb(235,235,235);
    padding:35px;
}

h4, h3{
    color: rgb(69,92,180);;
}

@media screen and (max-width:425px){
    h1{
        font-size:2rem;
    }
}

h1 a{
    color:white;
    text-decoration-line: none;
}

img.social-icon{
    height:40px;
    margin-right: 15px;
}

.smallhead{
    visibility: hidden;
    display: none;
    }

@media screen and (max-width:426px){
    .smallhead{
        visibility: initial;
        display: initial;
    }
}

@media screen and (min-width:800px){
    .smallctx{
        visibility: none;
        display: none;
    }
}

@media screen and (max-width:767px){
    img.social-icon{
        height:30px;
        margin-right: 5px;
    }

    footer{
        margin-bottom:0px;
        text-align: center;
        padding: 30px 20px 4px 20px;
    }
}