﻿body{
	padding-top: 60px;
}
header{
	position:fixed;
	top: 0px;
	width: 100%;
	z-index:1000;
} 
.navigation-bar-content {
	height: 45px;
}
.today{
	color: blue;
}
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(../fonts/ShareTechMono.woff) format('woff');
}
#timer{
	font-family: 'Share Tech Mono';
	margin-top: 40px;
	font-size: 72pt;
}

#timenow{
	font-family: 'Share Tech Mono';
    font-size: 42pt;
    line-height: 1.2;
    text-align: center;
    background-color: #000;
    color: #ffffff;
    width: 255px;
    padding: 10px 0;
    margin: auto;
}

/* Pulsanti grandi delle pagine convertite a Bootstrap (sostituiscono .shortcut di Metro) */
.shortcut-btn{
	width: 160px;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
}
.shortcut-btn i{
	font-size: 2.75rem;
	margin-bottom: 8px;
}