:root {
--cassiopeia-color-primary: #fff !important; /*changed primary color so that navbar is white*/
--cassiopeia-color-hover: #fff !important;
--cassiopeia-color-link: #dee5ef !important;
}

/*Buttons  */
.btn{
    padding: 1rem 2rem !important;
    margin: 1rem;
    text-align: center !important;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
}
.btn-lg {
    padding: 1rem 2rem !important;
    margin: 2rem;
    text-align: center !important;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1rem;
}
.btn-xl{
    padding: 2rem 3.5rem !important;
    margin: 2rem;
    text-align: center !important;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
}
/*btn bg-color  */
.btn-grad {
    background-color: #14233c;
    background-image: linear-gradient(to right, #14233c, #208df3);
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.btn-grad:hover {
    background-color: #ff5733;
    background-image: linear-gradient(to right, #208df3, #14233c);
    color: #fff;

}

.btn-main {
  background-color: #2c3e50!important;
  border-color: #2c3e50 !important;
  border-radius: 10px !important;
  color: #fff !important;
  transition-duration: 0.4s; /* Smooth transition */
}

.btn-lb {
  background-color: #208df3 !important;
  border-color: #208df3 !important;
  border-radius: 10px !important;
  color: #252525 !important;
  transition-duration: 0.4s; /* Smooth transition */
}

.btn-or {
  background-color: #FF5F1F !important;
  border-color: #FF5F1F !important;
  border-radius: 10px !important;
  color: #2d2d2d !important;
  transition-duration: 0.4s; /* Smooth transition */
}
.btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2) !important;
    background-color: #494e54 !important;
    border-color: #494e54 !important;
    color: #fff !important;
}


/* btn size */
.btn-big {
    --btn-padding-y: .75rem;
    --btn-padding-x: 2rem;
    --btn-font-size: 1.25rem;
    border-radius: 5px;
    text-transform: uppercase;
}

/*********** Toggle topNav ***************** */

.container {
    /* display: inline-block; */
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 4px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.topnav {
    overflow: hidden;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    box-shadow: 0px 15px 10px -15px #208df3 !important;
    margin: 0 2rem 0 2rem;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #333 !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.3rem;
}

.topnav .nav-link {
    float: right;
}

.topnav .navbtn {
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-color: #ff5733;
  text-decoration-thickness: 2px;
}

.topnav .navbtn:hover {
    background-color: #ff5733;
    color: #fff;
}

.topnav .brand {
    font-size: 1.4rem !important;
    line-height: 2em !important;
    margin: 0 !important;
    font-family: Verdana !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: #333 !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

.topnav .dot {
    color: #db5555;
    font-size: 2rem;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    text-decoration: underline;
    text-decoration-color: #208df3;
    text-decoration-thickness: 5px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.topnav a:hover {
    text-decoration: underline;
    text-decoration-thickness: 5px;
}

/*prevent menu togler to move down*/
.grid-child {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

@media screen and (max-width: 980px) {
    .topnav {
        overflow: hidden;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        box-shadow: 0px 15px 10px -15px #208df3 !important;
        margin: 0 0 0 0;
    }

    .topnav a:not(:first-child) {
        display: none;

    }

    .topnav span.icon {
        float: right;
        display: block;
        padding: 1rem;
    }

    .topnav .brand {
        font-size: 1.3rem !important;
        line-height: 1.5em !important;
    }

    .topnav.responsive {
        position: relative;
        background-color: #fff;
        opacity: 0.9;
        min-width: 100%;
        min-height: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        line-height: 2em !important;
    }

    .topnav.responsive a:hover {
        color: var(--blue) !important;
    }

    .topnav .nav-link {
        display: flex;
        flex-direction: column;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .drop-down-content {
        position: relative;
    }

    .topnav.responsive .drop-down .drop-btn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

/* ************ end of topNav ****************** */

@media only screen and (max-width: 2000px) {
    .appbtn {
        background-color: #14233c;
        background-image: linear-gradient(to right, #14233c, #208df3);
        color: #fff !important;
        padding: 1rem 3rem;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2rem;
        cursor: pointer;
        border-radius: 5px;
    }

    .appbtn:hover {
        background-color: #ff5733;
        background-image: linear-gradient(to right, #208df3, #14233c);
        color: #fff;
    }

    .art-icon {
        font-size: 300px;
    }

    .customBanner {
        padding: 7em 5em 7em 5em;
        font-size: 1.2rem;
        color: #333;
        background-color: #fff;
        box-shadow: 0px 15px 10px -5px #dee5ef !important;
    }

    .page-header {
        padding: 2rem;
        margin: 1rem;
    }

    body {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-style: normal;
        color: #59667d;
    }

    h1 {
        font-size: 70px;
        font-weight: 400;
    }

    h2 {
        font-size: 40px;
        font-weight: 400;
    }

    h3 {
        font-size: 30px;
        font-weight: 400;
        font-style: normal;
    }

    h4 {
        font-size: 30px;
        font-weight: 400;
        font-style: normal;
    }

    h5 {
        font-size: 30px;
        font-weight: 400;
        font-style: normal;
    }

    @media (max-width: 768px) {}

    .container-header .container-nav {
        background-color: #dee5ef !important;
        line-height: 3em !important;
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .mainMenuLink {
        color: #333 !important;
    }

    .mainMenuLink:hover {
        color: #208DF3 !important;
    }

    .short_line {
        height: 6px;
        width: 200px;
        display: inline-block;
        border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
        border-width: 4px;
        border-style: solid;
    }
    .secondary-text {
        color: #208df3;
        font-weight: bold;
  }

    ul li.mark-green:before {
        list-style: none;
        padding: 0px;
        content: '\2714';
        margin-left: -30px;
        color: #51cb8d !important;
        font-size: 1.4rem;
        font-weight: 900;
    }

    bottom-b .a {
        color: #333;
    }

    .back-to-top-link {
        color: #333 !important;
        pointer-events: all;
        background-color: #fff !important;
        border: 1px solid #333 !important;
    }

    .footer {
        background-color: #14233c !important;
        background-image: none !important;
        background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0, var(--cassiopeia-color-hover) 100%);
        color: #A1B1BB;
        margin-top: 1em;
        text-align: center !important;
    }
}

@media only screen and (max-width: 980px) {
    .appbtn {
        padding: 0.8rem 1rem;
        font-size: 1.2rem;
        cursor: pointer;
        border-radius: 5px;
    }

    .art-icon {
        font-size: 150px;
    }

    .customBanner {
        padding: 2em .5em 0em 0.5em;
        font-size: 1rem;
    }

    body {
        font-size: 15px;
        font-style: normal;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h5 {
        font-size: 30px;
    }

    .container-component {
        padding: 0rem 0rem 0rem 0rem;
    }

    /* set the margins on mobile so that the bottom menus are wider */
    body.wrapper-fluid .site-grid {
        grid-gap: 0 0.1em;
        grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 25%)) [main-end] minmax(0, 1fr) [full-end];
    }
}

