h1{
    color:white;
    font-weight: bold;
    margin: 0% 0% 0% 10%;
}

.navbar{
    /* background-color: rgb(27, 19, 19); */
    color: white;
}

.navbar ul{
 margin: 0px;
 padding: 0px;
 background-color: #666666;
 text-align: center;
 text-decoration: none;
}
.navbar li {
    padding: 12px 10px;
    background-color: #007f00;
    width: 12%;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19) !important;
    border-left: 3px solid rgb(255, 255, 255);
    border-right:3px solid rgb(255, 255, 255);
}

.navbar li:first-child { 
    background : linear-gradient(to right, rgba(0, 140, 200, 1) 0%, rgba(0, 153, 219, 1) 100%);
}
.navbar li:hover{
    color: black;
    background : linear-gradient(to right, rgba(0, 140, 200, 1) 0%, rgba(0, 153, 219, 1) 100%);
}
.headerimg {
    width: 200px;
    max-width:100%;
}
.header{
    background :linear-gradient(to right, rgb(18 153 211) 0%, rgba(0, 153, 219, 1) 100%);
    padding: 27px 10px;
    display: block;
}

.headertag{
    display: inline-block;
    text-align: center;
}
.URLBox{
    background-color: rgb(0, 152, 219);
    color: white;
    padding: 20% 1%;
    font-size: 1.5rem;
    min-height: 300px;
    height: 100%;
    MAX-WIDTH: 100%;
    /* float: none !important; */
    /* background-color: #4CAF50;
    color: white;
    padding: 10px; */
}
a{
    text-decoration: none;
}
.MSTRlogo{
    width: 75%;
    max-width: 100%;
}
.cardBox{
    /* width: 350px; */
    width: 21%;
    max-width: 100%;
    text-wrap: wrap;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19) !important;
    text-align: center;
    margin: 1% 1%;
    display: inline-block;
}

.cardbottom:hover{
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, 0.2), 0 6px 36px 0 rgba(0, 0, 0, 0.25) !important;
    cursor: pointer;
    /* background-color: green;
    color: white;    */
}

.cardBox:hover{
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, 0.2), 0 6px 36px 0 rgba(0, 0, 0, 0.30) !important;
}

.fontForP{
    font-weight: bold;
    text-align: center;
}
.BoxShadow{
    padding: none !important;
    text-align: center;
    display: block;
    flex-wrap: nowrap;
}


.cardbottom{
    padding: 12% 0%;
    font-size: 15px;
}
.wordwrap{
    word-wrap: break-word;
}

.footer{
    padding: 10px 0px;
    background-color: rgb(31, 44, 51);
    color: white;
    text-align: center;
    display: block;

}

.footer div{
    display: inline-block;
    text-align: center;
    margin: 20px 50px;
}

/* #UATbar, #PRODbar{
    display: none;
} */

@media screen and (max-width : 1024px) {
    body{
        
        font-size: 18px !important;
    }

    .w3-small{
        font-size: 18px !important;
    }

    .cardBox {
        /* width: 350px; */
        width: 35%;
        max-width: 100%;
        text-wrap: wrap;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19) !important;
        text-align: center;
        margin: 1% 5%;
        display: inline-block;
    }
    
}
/* workstation screen*/
@media screen and (max-width : 1280px) {
    .header{
        padding: 10px 10px;
    }

    h2 {
        font-size: 25px;
    }
    
    .URLBox {
        background-color: rgb(0, 152, 219);
        color: white;
        padding: 10% 0%;
        font-size: 1.2rem;
        min-height: 200px;
        height: 100%;
        MAX-WIDTH: 100%;
    }

    .cardBox a{
        font-size: 14px;
    }
    .cardBox{
        margin: 0% 4%;
        width: 19%;
        min-width: 200px;
    }
    /* .footer{
        background-color: aquamarine;
    } */
    .footer div{
        margin: 0px 50px;
    }

    .cardbottom {
        padding: 7% 0%;
    }
}


@media screen and (max-width : 480px) {
    body{
        width: 500px;
        font-size: 18px !important;
    }

  
    
    h1{
        color:white;
        font-weight: bold;
        margin: 0% 0% 0% 0%;
        line-height: 1;
    }
    
    .w3-cell{
        display: block !important;
    }
    .w3-small{
        font-size: 18px !important;
    }
    .headerimg {
        width: 200px !important;
        max-width: none !important;
    }
    .cardBox {
        /* width: 350px; */
        width: 100%;
        max-width: 100%;
        text-wrap: wrap;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19) !important;
        text-align: center;
        margin: 3% 1%;
        display: inline-block;
    }
}