html {height: 100%; width: 100%;}
body {font-family: sans-serif; background: url("../img/background1.jpg"); z-index: 1; height: 100%; width: 100%; background-position: center; background-attachment: fixed;}

.hidden {display: none;}
.menu-item {display: block; z-index: 3;}

#bg-overlay {position: fixed; width: 100%; height: 100%; background-color: #fff; opacity: 0; z-index: 2; transition: .3s all;}
body.menu-shown #bg-overlay {opacity: 0.0;}

#mobile-menu-wrap {z-index: 3; position: absolute; top: 15px; left: 15px;}
#mobile-menu-wrap a {font-size: 20px; padding: 20px 20px 20px 24px; display: block; color: #fff;}
#mobile-menu-wrap a:hover {color: #fff;}

.bg { padding: 15px; margin: 5px;}
.bg a {color: #fff;}

#links-wrap { text-align:center; margin: 25% auto 0; font-size: 70px; max-width: 50%; max-height: 50%; position: relative; overflow-y: auto;}		
#links-wrap a {transition: .3s all;}
#links-wrap .link {display: inline-block; float: left; text-align: center;}
#links-wrap .link img {opacity: .8; transition: .3s all;}
#links-wrap .link img:hover {opacity: 1;}

#pic-info-wrap {color: #fff; font-size: 16px; position: absolute; bottom: 15px; left: 15px;}
#pic-info-wrap a:hover, #pic-info-wrap a:active {color: #fff; text-decoration: none;}

#clock-wrap {color: #fff; font-size: 20px; position: absolute; top: 15px; right: 15px;}

@media (min-width: 768px) {
  #links-wrap {margin-top: 15%; font-size: 80px;}
}
@media (min-width: 576px) {
  #clock-wrap {font-size: 30px;}
}

.bgcolor { border-radius: 5px; background-color: rgba(0, 0, 0, .5); }
.icon {width:155px; height: 155px; text-align:center; display:inline-block; border-radius: 10px; background-color: rgba(0, 0, 0, .5); padding: 10px; margin: 10px; position: relative;}
.link-label {font-size: 12px; font-weight: bold;position: relative;}
