/* Created by TopStyle Trial - www.topstyle4.com */

body {
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
  color: #0dcaf0 !important;
}

.main {
	max-width: 1000px;
}
.navbar-brand {
	font-size: 24px;
	font-weight: bold;
}

#main-menu {
	height: 80px;
}

#header-text {
	max-width: 1000px;
}

.sidebar {
      min-height: 100vh;
      overflow-y: auto;
    }

.header-shadow { box-shadow: 0 2px 12px rgba(0,0,0,.3); }

.content { padding: 1.5rem; }

.nav-toggle::after {
      content: " ▾";
      font-size: .8rem;
    }

.collapsed.nav-toggle::after {
      content: " ▸";
    }
