#loginto, #regNow{ /* Login Stuff */
	text-align:center; 
	transition: all ease-in-out .7s;
}
#loginto input,#regNow input{
	margin-top:10px;
}
.hours{
    margin:3px;
    color: rgb(250, 77, 27);
    font-size: 2.2rem;
    font-family: Lato,sans-serif;
    font-weight: 300;
    font-weight: bold;
}
.header{
    background-color:#222222;
    text-align:center;
    padding:10px 0px;
}
.header img{
    max-width:100%;
    padding:2px auto;
}
.glowtext {
    padding:3px;
    background-color: #fff;
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #f1ff14;
    text-align: center;
    animation: blink 8s infinite;
    -webkit-animation: blink 8s infinite;
    font-size: 2em;}
@keyframes blink {
    20%, 24%, 55% {
        color: #111;
        text-shadow: none;
    }

    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
        color: #f1ff14;
    }
}
/* Tab Nav */
.nav-item .active{
    font-weight:600;
}
/* Branding Grid */
.grid{
    position:absolute;
    top: -59px;
    left:0;
    margin-left: -50%;
    width: 200%;
    height: 260%;
    background-position-y: 0px;
    background-image:
            repeating-linear-gradient(90deg,var(--grid-color,black) 0%,transparent calc(1px + var(--grid-blur,0px)), transparent var(--grid-size),var(--grid-color,black) calc(var(--grid-size) + 1px + var(--grid-blur,0px))),repeating-linear-gradient(180deg,var(--grid-color,black) 0%,transparent calc(1px + var(--grid-blur,0px)), transparent var(--grid-size),var(--grid-color,black) calc(var(--grid-size) + 1px + var(--grid-blur,0px)));
    transform:perspective(50vh) rotateX(60deg) translateZ(10px);
    animation:moving-grid 0.5s infinite linear;
    z-index:-1;
}

@keyframes moving-grid{
    0%{transform:perspective(50vh) rotateX(60deg) translateZ(10px) translateY(-var(--grid-size));}
    100%{transform:perspective(50vh) rotateX(60deg) translateZ(10px) translateY(var(--grid-size));}
}
.background-80s{
    background: linear-gradient(to bottom, #010310 0,#0c1142 24%,#45125e 45%,#5e1c319c 69%,#160b1094 73%,#141c6861 75%) fixed;
    border-radius:20px;
    background-size:100% var(--background-height,100%);
    overflow:hidden;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:var(--background-height,100%);
    z-index:0;
    border-radius:20px;
}

.slogan{
    text-align:center;
    background-color:#222222;
    color:rgb(250, 77, 27);
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: 0 0 #555555;

}
.slogan span:first-child{
    font-size:50px !important;
    line-height:55px;
    color:#EEEDDD !important;
    display:inline-block;
    padding: 25px 1px;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: 0 0 #555555;
    font-weight: bold;
}
.slogan span:nth-child(3){
    font-size: 24px;
    font-weight: 600;
}
.slogan div p:first-child{
    font-size:18px;
}
.slogan p{
    color:rgb(255, 255, 255);
}
/*Bottom Bar*/
.newBtmBar{
	width:100%;
	background-color:#21252E;
	box-shadow:0 0 5px 7px rgba(0,0,0,0.4);
    padding: 20px;
}
.newBtmBar a{
    color:#6aceeb;
    text-decoration:none;
}
.newBtmBar>.container>.row>div{
	text-align: center;
	padding:8px;
}
.newBrand{
	text-align: center;
	border-radius:20px;
	filter: hue-rotate(0deg);
	box-shadow:0 0 2px 3px rgba(0,0,0,0.2);
}
.webMaster{
	text-align: center;
	font-size: larger;
	font-weight: 600;
	color: #BBBBBB;
}
.socialTbl>table{
	height: 76px; 
	width: 188.317px; 
	margin:0 auto;			
}
.socialTbody>tr>td>a{
	color:#1183a5;
	text-decoration: none;
	text-shadow:1px 2px rgba(0,0,0,.2);
	transition: ease-in-out, all .35s ease-in-out;
	filter:hue-rotate(0deg);
}
.socialTbody>tr>td>a:hover{
	filter:hue-rotate(20deg);
	transform:scale(1.2);
}
.socialTbody>tr>td {
	width: 40px;
	text-align: center;
}
.webMaster{
	text-align: center;
	font-size: larger;
	font-weight: 600;
	color: #BBBBBB;
}
.container {
	margin:0 auto;
}
.section-title{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.section-title h4{
    display: inline-block;
    margin: 0 auto;
    font-weight:bold;
    padding:5px 7px;
    background-color:#e6e8d1;
    border-radius:5px;
    width:90%;
    text-align:center;
}
.section-title img{
    width:4%;
    display:inline;
}
.section-title img:first-child{
    -webkit-transform:scaleX(-1);
    transform:scaleX(-1);
    margin: -5px 1% 0 0 !important;
    float:left;
}
.section-title img:nth-child(3){
    margin: -5px 0 0 1% !important;
    float:right;
}
.section-content{
    clear:both;
    max-width: 1200px;
    padding: 0 4%;
    width:90%;
    margin: 0 auto;
}
.section-content img{
    max-width:100%;
}
.xmodalDialog{
    background:url(/img/gmb-mississauga.jpg);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    margin-top:5px;
}    
.xmodalDialog div div span{
    background:url(https://web.archive.org/web/20221208085419im_/https://techknowspace.com/selector/bg-tech6.jpg);
    background-position:center center;
    border-radius:15px;
    border:solid 1px #FF9900;
    padding:10px;
    color:#FFF;
    font-weight:bold;
}


   
/*text slider */

@media screen and (max-width : 479px) {
    .hideonmobile{
        display:none !important;
    }
    .section-title h4{
        display: block !important;
    }
    .xmodalDialog{
        background-size: 140% 100%;
        background-position-x: -40px;
    }
    .xmodalDialog div div span{
        padding:0px;
        font-size:18px;
    }

}
