body {
    text-rendering: optimizeLegibility;
    background-color: #fdfdff;

}

.in {
   color: rgb(255, 255, 255)
}

.intro {
    /* color: #EDEDED; */
    color: var(--jaguar);
    font-size: 30px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 275;
}

.intro-welcome {
    color: rgb(116 177 231);
    font-size: 50px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 275;
}

.svj-button {
    background-color: var(--header-text);
    color:  var(--jaguar);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 2px solid var(--jaguar);
    border-radius: 10px;
    width: 202px;
}

.svj-button-c {
    background-color: var(--header-text);
    color:  var(--jaguar);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 2px solid var(--jaguar);
    border-radius: 10px;
}


.btn-40px {
    color: var(--jaguar)!important;
    font-family: "Architects Daughter", Architects Daughter, Arial, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
}

.btn-25px {
    color: var(--jaguar)!important;
    font-family: "Architects Daughter", Architects Daughter, Arial, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 200;
}

.mt-10 {
    margin-top: 10px;
}

.mt-26 {
    margin-top: 26px;
}

.blog-header {
    background-size: cover;
    background-position: center;
    height: 750px;
    color: var(--dim-white);
}

.blog-header .ld {
    margin-top: 50px;
    /* margin-left: 20px; */

}

/* Apply the font to your main text header */
.main-header {
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-weight: 700; /* Bold weight */
    font-size: 48px; /* Font size of 48 pixels */
    color: var(--header-text);
}

 /* Apply the font to your text */
 .sub-text {
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-weight: 400; /* Regular weight */
    font-size: 25px; /* Font size of 16 pixels */
    color: #fff;
    line-height: 1.5;
    margin-top: inherit;
}


/* xxl devices up */
@media only screen and (min-width: 1400px) {
    .shift-div {
        margin-top: 150px;
    }
}

/* xl devices up */
@media only screen and (min-width: 1200px) {
    .shift-div {
        margin-top: 150px;
    }
}

/* lg devices up */
@media only screen and (min-width: 992px) {
    .shift-div {
        margin-top: 150px;
    }
}

/* md devices up */
@media only screen and (min-width: 768px) {
    .shift-div {
        margin-top: 100px;
    }
}

/* Extra small "sm" devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
    
}

/* xs  devices up */
@media only screen and (max-width: 400px) {
   
}
