﻿html, body {
  height: 100%;
}

body {
  background-image: url(../Images/BSoShape.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #999;
}

.dotm-overlay {
  background: url(../Images/dot.png);
  width: 100%;
}

div, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.row {
  margin-bottom: 0;
}

.app-box {
  text-align: center;
  padding: 0;
}

  .app-box a {
    height: 100%;
    width: 100%;
    padding: 20px;
  }

  .app-box p {
    margin: 0;
    padding: 0;
  }


.dimmed {
  position: relative;
}
  .dimmed a {
    display: inline-block
  }
.dimmed:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.75);
}

.container {
  height: 100%;
  width: 100%;
  display: table;
  padding-top: 48px;
}

.section {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.app-box i.material-icons, .app-box img {
  vertical-align: middle !important;
}

.app-box a p {
  min-height: 1.5em;
}

.app-box a.multi-line {
	line-height: 15px;
	padding-bottom: 12px;
}

.app-box p.small-text {
	font-size: small;
}

.app-box .material-icons {
  width: 60px !important;
  height: 60px !important;
  font-size: 3rem;
  vertical-align: middle !important;
}

.app-box img {
  height: 60px !important;
  width: 60px !important;
}

.square {
  width: 200px;
  height: 200px;
}

.font-bold {
  font-weight: 900;
}

.font-light {
  font-weight: 400;
}

.sidenav-trigger {
  position: absolute;
  z-index: 100;
  height: 48px !important;
  margin: 0px !important;
  line-height: 48px !important;
}

.sidenav-close {
  display: inline-block !important;
  right: 0;
  position: absolute;
  z-index: 100;
}

  .sidenav-close i {
    margin: 0 !important;
  }

nav {
	background-color: #fff;
	height: 48px;
	opacity: 0.85;
	line-height: 48px;
	position: absolute;
}

nav ul li > span {
	margin: 0px 12px 0px 12px !important;
}

.nav-wrapper i {
	line-height: 48px !important;
	height: 48px !important;
}

.container .app-box i {
  line-height: 60px;
}

#overlay {
  opacity: 0.1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
  position: fixed;
}

#overlay-image {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background: url(../Images/dot.png);
  z-index: -1;
  top: 0;
  left: 0;
  position: fixed;
}
