
html {
    font-size: 12px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.img {
    color: white;
    background-color: transparent;
    -webkit-box-shadow: 10px 10px 10px grey;
    -moz-box-shadow: 10px 10px 15px grey;
    box-shadow: 10px 10px 20px grey;
}

.wrapper {
    margin-bottom: 1%;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    font-size: x-small;
    color: white;
    background-color: rgb(131 0 0);
    text-align: center;
}

.div1 {
    display: inline-block;
    width: 29%;
    height: contain;
    margin: 2%;
    padding: 10px;
    font-family: 'Times New Roman';
}

    .div1:hover {
        display: inline-block;
        width: 29%;
        height: contain;
        color: red;
        background-color: aqua;
        margin: 2%;
        border-radius: 12px;
        border-width: 5px;
        font-family: 'Times New Roman';
    }

.p1:hover {
    color: red;
    border-radius: 12px;
    border-width: 5px;
    font-size: 1.5vw;
}

.p1 {
    color: blue;
    font-size: 1.5vw;
}
.p2 {
    color: red;
    font-size: 1.5vw;
}
.div2 {
    vertical-align: top;
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 1px solid green;
}

hr.new5 {
    border-radius: 5px;
}
.placeholder1 { /* Chrome, Firefox, Opera, Safari 10.1+ */
    background-image: url(/Images/Pointer1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 1;
    cursor: pointer;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.btn {
    border-radius: 5px;
    border: 1px solid black;
    color:black;
    font-family:'Times New Roman';
    font-weight:bold;
}

@keyframes blinkingBackground {
    0% {
        background-color: lightcoral
    }

    25% {
        background-color: mediumvioletred
    }

    50% {
        background-color: red
    }

    75% {
        background-color: darkred;
    }

    100% {
        background-color: red
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
}

table {
    background-color: white;
}

body {
    /*background-image: linear-gradient(to right, lightblue, lightblue,lightblue);*/
    color: black;
}

.neonText {
    font-family: 'Modern No. 20';
    font-size: 40px;
    color: white;
    font-weight: bolder;
    text-align: center;
    text-shadow: 0 0 20px white, 0 0 25px red, 0 0 30px red, 0 0 35px white;
}

.neonText5 {
    font-family: Castellar;
    font-size: 10px;
    color: black;
    font-weight: bolder;
}

.neonText4 {
    font-family: Castellar;
    font-size: 16px;
    color: black;
    font-weight: bolder;
    text-align: center;
}

.neonText2 {
    font-family: 'Modern No. 20';
    font-size: medium;
    color: orange;
    font-weight: bolder;
    text-align: center;
    text-shadow: 0 0 20px white, 0 0 25px red, 0 0 30px red, 0 0 35px white;
}
.neonText3 {
    font-family: Castellar;
    font-size: x-small;
    color: black;
    font-weight: bolder;
    text-align: center;
}
.neonText1 {
    background-color: azure;
    font-size: 20px;
    color: black;
    text-align: center;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6,;
}
.neonText6 {
    font-family: 'Modern No. 20';
    font-size: 1.5vw;
    color: red;
    font-weight: bolder;
    text-align: center;
    text-shadow: 0 0 20px white, 0 0 25px red, 0 0 30px red, 0 0 35px white;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 2px 6px;
    text-decoration: none;
    display: block;
    width: 250px;
    height: 35px;
}

.dropbtn {
    border-radius: 10px;
    border: 1px solid black;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: lightyellow;
    background-color: darkblue;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 20px white, 0 0 25px red, 0 0 30px red, 0 0 35px white;
}

.dropdown-content a {
    color: lightyellow;
    background-color: black;
    text-align: center;
    font-weight: bold;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: purple;
}

#selector {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
}

.navbar {
    position: relative;
}


/*section:hover {
    background-color: lightskyblue;
    color:black;
}*/
.select {
    border-width: medium;
    color: black;
    background-color: silver;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: right;
    background-image: url(/Images/Pointer1.png);
}

    .select:hover {
        color: darkgreen;
    }

section {
    background-color: white;
}

.btn-sm:hover {
    background-color: black;
}

.option:hover {
    color: red;
}

.btn-info {
    border-radius: 10px;
    border: 1px solid black;
}

.btn:hover {
    color: red;
    background-color: black;
    border-color: black;
    font-weight: bold
}

.a:hover {
    background-color: white;
    font-weight: bold;
}



.btn-sm {
    background-color: lightblue;
    font-weight: bold
}

a {
    position: relative;
}

    a[name]:hover:before {
        content: attr(name);
        position: absolute;
        background: black;
        color: white;
        margin-left: -20px;
        font-family: 'Century Schoolbook';
        bottom: 100%;
        min-height: 40px;
        width: 350px;
        text-align: center;
        display: block;
        font-size: small;
    }

label[name]:hover:before {
    content: attr(name);
    position: absolute;
    background: black;
    color: white;
    font-family: 'Century Schoolbook';
    bottom: 200%;
    width: 250px;
    text-align: center;
    display: block;
    font-size: medium;
}

.blink-bg {
    color: #fff;
    animation: blinkingBackground 3s infinite;
}



label {
    font-size: 1.5vw;
}

.img1 {
    animation: blink 2s;
    /*animation-direction:alternate-reverse;*/
    animation-iteration-count: infinite;
}
.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    padding: .5vw;
    background-color: yellow;
    color: black;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

.tooltip-box1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    padding: .5vw;
    background-color: purple;
    color: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9999;
    text-align: center;
}

.tooltip-wrapper:hover .tooltip-box {
    visibility: visible;
    opacity: 1;
}

.tooltip-box h3 {
    margin-top: 0;
    font-size: 1.5vw;
    font-weight: bold;
}

.tooltip-box p {
    font-size: 1.3vw;
    line-height: 1.8vw;
    font-weight: bold;
}

.tooltip-wrapper:hover .tooltip-box1 {
    visibility: visible;
    opacity: 1;
}

.tooltip-box1 h3 {
    margin-top: 0;
    font-size: 1.5vw;
    font-weight: bold;
}

.tooltip-box1 p {
    font-size: 1.3vw;
    line-height: 1.8vw;
    font-weight: bold;
}