
 #text4 {
display: inline-block;
    position: absolute;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Helvetica Neue';
    text-shadow: rgb(150, 0, 255) 2px 2px 25px;
    font-size: 12pt;
    text-align: center;
    top: 0px;
    right: 3px;
}

#text4 a
{
 	color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Helvetica Neue';
    text-shadow: rgb(150, 0, 255) 2px 2px 25px;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	}
	
#text4 a:visited
{
	color: rgb(225, 200, 255);
    font-weight: bold;
    font-family: 'Helvetica Neue';
	text-decoration: none;
	}
#text4 a:hover
{
	color: rgb(95, 0, 190);
    font-weight: bold;
    font-family: 'Helvetica Neue';
    text-shadow: rgb(125, 0, 250) 0px 0px 20px;
	text-decoration: none;
}


 #calen2 {
display: inline-block;
    position: fixed;
   color: rgb(95, 0, 190);
    font-weight: bold;
    font-family: 'Helvetica Neue';
    text-align: center;
    text-shadow: rgb(0, 0, 0) 1px 1px 3px;
    font-size: 12pt;
    top: 52px;
    right: 3px;
    z-index:6; 
    overflow: hidden;
}

#countdown-label {
display: inline-block;
    position: absolute;
    height: 20px;  
    top: 34px;
    right: 104px;
}

#label-days1 {
    position: relative;
    font-family: Futura;
    color: rgb(179, 179, 179);
    text-align: center;
    width: 35px;
    top: 5px;
    font-size: 9px;
    left: 16px;
    bottom: 4px;
    height: auto;
}

#label-hours1 {
    position: absolute;
    font-family: Futura;
    color: rgb(179, 179, 179);
    text-align: center;
    width: 35px;
    top: 5px;
    font-size: 9px;
    left: 46px;
    bottom: 4px;
    height: auto;
}

#label-minutes1 {
    position: absolute;
    font-family: Futura;
    color: rgb(179, 179, 179);
    width: 35px;
    text-align: center;
    top: 5px;
    font-size: 9px;
    left: 76px;
    bottom: 4px;
    height: auto;
}

#label-seconds1 {
    position: absolute;
    font-family: Futura;
    color: rgb(179, 179, 179);
    width: 35px;
    text-align: center;
    top: 5px;
    font-size: 9px;
    left: 106px;
    bottom: 4px;
    height: auto;
}

#countdown-time1 {
display: inline-block;
    position: absolute;
    height: 25px;
    width: 120px;
    top: 16px;
    right: 10px;
}

#remaining-days {
    position: absolute;
    font-family: Futura;
    height: 26px;
    text-align: right;
    top: 0px;
    width: 30px;
    color: rgb(255, 0, 0);
    text-shadow: rgb(185, 0, 0) 1px 1px 3px;
    font-size: 18px;
    left: 0px;
}

#remaining-hours {
    position: absolute;
    font-family: Futura;
    width: 30px;
    height: 26px;
    text-align: right;
    top: 0px;
    color: rgb(255, 0, 0);
    text-shadow: rgb(185, 0, 0) 1px 1px 3px;
    font-size: 18px;
    left: 32px;
}

#remaining-minutes {
    position: absolute;
    font-family: Futura;
    width: 30px;
    height: 26px;
    text-align: right;
    color: rgb(255, 0, 0);
    text-shadow: rgb(185, 0, 0) 1px 1px 3px;
    font-size: 18px;
    top: 0px;
    left: 64px;
}

#remaining-seconds {
    position: absolute;
    font-family: Futura;
    width: 30px;
    height: 26px;
    text-align: right;
    top: 0px;
    color: rgb(255, 0, 0);
    text-shadow: rgb(185, 0, 0) 1px 1px 3px;
    font-size: 18px;
    left: 96px;
}

#timer-colons1 {
    top: 1px;
    right: 0px;
}

#colon4 {
    position: absolute;
    font-family: HelveticaNeue;
    color: rgb(255, 0, 0);
    text-shadow: rgb(185, 0, 0) 1px 1px 2px;
    font-size: 9pt;
    top: 5px;
    right: 84px;
    }

#colon5 {
    position: absolute;
    font-family: HelveticaNeue;
    color: rgb(255, 0, 0);
    text-shadow: rgb(185, 0, 0) 1px 1px 2px;
    font-size: 9pt;
    top: 5px;
    right: 52px;
}

#colon6 {
    position: absolute;
    font-family: HelveticaNeue;
    color: rgb(255, 0, 0);
    text-shadow: rgb(185, 0, 0) 1px 1px 2px;
    font-size: 9pt;
    top: 5px;
    right: 20px;

}
