html{
    scroll-behavior: smooth;
}
section{
    background-color: #ffffff;
    width: 100vw;
    position: relative;
    top: -12px;
}
body{
    background-color: #ffffff !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}
.fp-slide {

    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all .7s ease-in-out;
}

.fp-slide.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

#landingPage {
    background-image: url("../img/bk/spaceBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    background-position-y:65%;
}
.canvasSection{
    height: 100vh;
}
.container{
    display: flex;
    justify-content: center;
}
.landingPage-Card{
    /* width: 100%;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    transition: top .25s, box-shadow .26s;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    flex-direction: column; */
    text-align: center;
    width: 90%;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    transition: top .25s, box-shadow .26s;
    border-radius: 11px;
    display: flex;  
    align-items: center;
    flex-direction: column;
    align-content: center;

}
.systemview-card{
    min-width: 19rem;
    height: 491px;
    background-color: #f1f1f1;
    margin: 0px 10px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.two-card--container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -12px;
}
.thumbnail{
    /* border-radius: 9px;
    margin: 5px 5px 15px 5px;
    /* display: flex; */
    /* justify-content: center; */
    border-radius: 9px;
    margin: 5px 5px 15px 5px;
    width: 94%;
}
.thumbnail> img{
    border-radius: 5px;
}
.systemView-thumbnail{
    border-radius: 9px;
    margin: 0px 5px 17px 5px;
    /* display: flex; */
}
.systemView-thumbnail> img{
    border-radius: 5px;
}
 .cardsButton{
     /* background-color: #0d76bd;
     color: #ffffff !important;
     display: inline-block;
     padding: 6px 12px;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     border: 1px solid transparent;
     border-radius: 4px;
     margin: 0 20px 10px 20px;
     text-decoration: none !important;
     width: 150px; */
     background-color: #0d76bd;
     color: #ffffff !important;
     display: inline-block;
     padding: 6px 12px;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     border: 1px solid transparent;
     border-radius: 4px;
     margin: 0 20px 10px 20px;
     text-decoration: none !important;
     width: 178px;
     
 }
.cardsButton:hover {
    background-color: #0c558b;
}

 .systemView-button{
     background-color: #0d76bd;
     color: #ffffff !important;
     display: inline-block;
     padding: 6px 12px;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     border-radius: 4px;
     margin: 0 20px 10px 20px;
     text-decoration: none !important;
 }
.systemView-button:hover {
    background-color: #0c558b;
}

 #system-view-Card{
     transition: all .26s ease-in-out;
 }
 #system-view-Card:hover{
    transform: scale(1.02);
     -webkit-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
     -moz-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
     box-shadow: 15px 19px 8px -16px rgba(0,0,0,0.25);
 }
 #op-view-Card{
    transition: all .26s ease-in-out;
 }
 #op-view-Card:hover{
    transform: scale(1.02);
     -webkit-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
     -moz-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
     box-shadow: 15px 19px 8px -16px rgba(0,0,0,0.25);
 }
#hf-Card{
    transition: all .26s ease-in-out;
}
#hf-Card:hover{
    transform: scale(1.02);
    -webkit-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
    -moz-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
    box-shadow: 15px 19px 8px -16px rgba(0,0,0,0.25);
}
#labs-Card{
    transition: all .26s ease-in-out;
}
#labs-Card:hover{
    transform: scale(1.02);
    -webkit-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
    -moz-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
    box-shadow: 15px 19px 8px -16px rgba(0,0,0,0.25);
}
#tbo-Card{
    transition: all .26s ease-in-out;
}
#tbo-Card:hover{
    transform: scale(1.02);
    -webkit-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
    -moz-box-shadow: -1px 20px 8px -16px rgba(0,0,0,0.24);
    box-shadow: 15px 19px 8px -16px rgba(0,0,0,0.25);
}
.tooltip-styling-landingPage{
    background: white !important;
    opacity: 1 !important;

}
/*.tooltip-styling-landingPage:before {*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*bottom: -15px;*/
    /*!*top: -15px;*!*/
    /*left: 50%;*/
    /*width: 0;*/
    /*border-width: 15px 15px 0;*/
    /*border-style: solid;*/
    /*border-color: rgba(141, 141, 141, 0.56) transparent;*/
/*}*/
div.ext-header-wrapper .ext-header .devkit-ext-toolbar-wrapper{
    z-index: 1;
}
/*modals*/
.systemCatButtons .btn{
    padding: 9px 12px;
    width: 121px;
    margin-bottom: 7px;
}

.systemCatButtons{
    text-align: center;
    margin-top: 20px;
}
#systemCatPrograms{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    margin-right: 74px;
}
#titeCatBody{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    margin-right: 120px;
    justify-content:center;
}
#labsCatBody{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    margin-right: 120px;
    justify-content: center;
}
/* modals for views */
.tile {
    width: 349px;
    margin-right: -112px;
}
.modal{
    max-width: 1107px !important;
    text-align: center !important;
}

.btn{
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    }
   
.closeModal{

    background-color: #a94442;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #747474;
    border-radius: 4px;
}
.closeModal:hover{
    background-color: #8a3837;
}
a.closeModal {
    color: white !important;
}
.mainButton{
    background-color: #24647b;
}
.mainButton:hover{
    background-color: #2f96b4;
}
#allBtn{
    background-color: #434343 !important;
}

#comBtn, .comBtn{
    background-color: #131f28 !important;
}
#comBtn:hover, .comBtn:hover{
    background-color: #18434b !important;
}

#navBtn, .navBtn {
    background-color: #24647b;
}
#navBtn:hover, .navBtn:hover{
    background-color: #2f96b4;
}

#survBtn, .survBtn{
    background-color: #4facc6;
}
#survBtn:hover, .survBtn:hover{
    background-color: #59dcf8;
}

#autoBtn, .autoBtn{
    background-color: #b3deca;
}
#autoBtn:hover, .autoBtn:hover {
    background-color: #a8ccba;
}

#weathBtn, .weatherBtn{
    background-color: #a9d057;
}
#weathBtn:hover, .weatherBtn:hover{
    background-color: #819938;
}

#moniBtn, .moniBtn{
    background-color: #589040;
}
#moniBtn:hover, .moniBtn:hover{
    background-color: #59be59;
}

#newBtn, .newEntBtn{
    background-color: #3c5728;
}

#newBtn:hover, .newEntBtn:hover{
    background-color: #51a251;
}

#tboBtn, .tboBtn{
    background-color: #f9a822;
}
#tboBtn:hover, .tboBtn:hover{
    background-color: #cd8122;
}
#labsBtn, .labsBtn{
    background-color: #399d76;
}
#labsBtn:hover, .labsBtn:hover{
    background-color: #48d7a9;
}
#cybBtn, .cybsBtn{
    background-color: #a44f49 ;
}
#cybBtn:hover, .cybBtn:hover{
    background-color: #5f2c29 ;
}
#titeBtn, .titeBtn{
    background-color: #ebc73d;
}
#titeBtn:hover, .titeBtn:hover{
    background-color: #deb517;
}

#allBtn:focus, #comBtn:focus, #navBtn:focus,
#comBtn:focus, #survBtn:focus, #autoBtn:focus,
#weathBtn:focus, #moniBtn:focus, #newBtn:focus,
#tboBtn:focus,#labsBtn:focus, .comBtn:focus, .navBtn:focus,
.comBtn:focus, .survBtn:focus, .autoBtn:focus, .weatherBtn:focus,
.moniBtn:focus, .newEntBtn:focus, .tboBtn:focus, .labsBtn:focus
{
    background-color: #a5a4a4 !important;
}

.tile h2 {
    margin-left: 0;
    text-align: center;
    height: 48px;
    overflow-y: hidden;
    cursor: pointer;
    color: #353535;
}

.backToNas{
    background-color:#c84756c4;
    display: none;
    align-content: center;
    text-align: center;
    padding-bottom: 7px;
    z-index: 5;
    top: 3%;
    position: fixed;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 13px 0 5px;
    align-content: center;
    border-radius: 0 7px 7px 0;
    height: 50px;
    box-shadow: #16161666 4px 2px 6px;

}
.backToNas a {
    color: #f5f5f5 !important;
    font-weight: 700;
    text-decoration: none;
    line-height: 21px;
}
#browserWarning{
    width: 100%;
    background-color: rgb(182, 3, 3);
    color: white;
    text-align: center;
    font-size: 1.375em;
    padding: 2%;
    height: 35%;
}
.warningText{
    width: 80%;
    transform: translate(10%, 0);}

#browserWarning a{
    width:100%;
    color: white;
    text-decoration: underline;
}
@media screen and (max-width: 768px){

    .specialBanners{
        display: none;
    }
    .container{
        flex-direction: column;
    }
    .systemview-card{
        background-color: #f1f1f1;
        margin: 0px;
        margin-bottom: 11px;
        border-radius: 11px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .cardsButton{
        background-color: #0d76bd;
        color: white;
        width: 79% !important;
        /* font-size: 1.375em; */
    }
   /*  .systemView-button{
        font-size: 1.375em; 
    } */
    .landingPage-Card{
        margin-top: 0px;
    }
    .systemView-thumbnail> img {
        margin-top: 2.5%;
    }
}