body {
    background: rgb(37,102,130);
    background: linear-gradient(135deg, rgba(37,102,130,1) 0%, rgba(2,36,74,1) 100%);
    color:white;
}


.bg-med {
    background-color: #1D2240;
}

nav.bg-dark {
    background-color: #02244a !important;
}

a {
    text-decoration: none;
    font-family: casablanca-urw,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
}

.bg-blur {
    background-image: url("/src/img/background/bg-blur.png");
    background-size: cover;
}
.cntr{
    text-align: center;
}
.social-icons .btn {
    font-size:2em;
}
.footerp {
    color: #1D2240;
    font-size: 2em;
}

.navbar-nav .nav-link {
    padding: .6rem 1.5rem !important;
}

li.list-group-item {
    background-color: rgba(175, 137, 212, 0.1);
}
.card {
    background-color: rgba(175, 137, 212, 0.1);
}
.footerimg {
    max-height: 150px !important;
    margin: auto;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.footerimgteam {
    max-height: 200px !important;
    margin: auto;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.nodrg {
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.bg-light {
    background-color: #fefefe !important;
}
footer {
    background-color: #0f0e0f;
}
.fsw-2 {
    font-size: 1.5em;
}

.redish {
    color:#ed0530 !important;
}
.visb {
    color: #fff !important;
}
.rdn {
    border-radius: 3%;
}
@media only screen and (min-width: 900px) {
    h1 {
        font-family: casablanca-urw,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 6em;
    }
    h2 {
        font-family: casablanca-urw,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 4em;
    }
    h4 {
        font-family: casablanca-urw,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 2em;
    }
    p {
        font-family: casablanca-urw, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 900px) {
    h1 {
        font-family: casablanca-urw,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 4em;
    }
    h2 {
        font-family: casablanca-urw,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2em;
    }
    h4 {
        font-family: casablanca-urw,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.2em;
    }
    p {
        font-family: casablanca-urw,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1em;
    }
}
td {
    color: #fff;
}
th {
    color: #fff;
}
