body {
  font-family: Helvetica, Arial, Sans-Serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #111111;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.6;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  text-decoration: none;
  font-weight: bold;
}
#mainNav {
  font-family: Helvetica, Arial, Sans-Serif;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ddd;
  wont-wieght: normal;
}
#mainNav .navbar-toggler {
  outline: 0;
  font-size: 14px;
  padding: 11px;
  border: 1px solid;
}
#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  outline: none;
  margin-left: 5px;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  min-width: 3.7em;
  text-align: center;
}

#mainNav .navbar-nav .nav-item:hover {
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mainNav .nav-link {
    padding: 3px 5px 0 5px;
    font-weight: normal;
    min-width: 3.8em;
    line-height: 34px;
    margin-right: 2px;
    border: 1px solid;
    border-radius: 4px;
  }
  #mainNav .nav-link.active {
    outline: none;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 2.4em 0;
  line-height: 1.2;
  margin-top: 100px;
}
.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
}

.content-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (min-width: 962px) {
  .content-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media (min-width: 1400px) {
  .content-section {
    padding-top: 340px;
    padding-bottom: 340px;
  }
}

@media (min-width: 1800px) {
  .content-section {
    padding-top: 740px;
    padding-bottom: 740px;
  }
}

@media (min-width: 2800px) {
  .content-section {
    padding-top: 1200px;
    padding-bottom: 1200px;
  }
}

footer {
  padding: 50px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
.navbar-toggler .icon-bar {
  background-color: #111;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  top:-5px;
}

.navbar-light .navbar-toggler .icon-bar {
  background-color: #111;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  top:-5px;
}

.navbar-dark .navbar-toggler .icon-bar {
  background-color: #fff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  top:-5px;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 0px;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 5px;
}
.navbar-toggler .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}
.navbar-toggler.active .icon-bar:nth-of-type(1) {
  top: 2px;
  transform: rotate(45deg);
}
.navbar-toggler.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.navbar-toggler.active .icon-bar:nth-of-type(3) {
  top: -2px;
  transform: rotate(-45deg);
}
.navbar-brand {
  padding: 0;
}
.dropdown-menu {
  font-size: 0.8rem;
  text-transform: none;
  font-weight: normal;
  max-height: 500px;
  overflow-x: hidden;
  padding: 10px;
}
.pagination {
  justify-content: center;
}
.collapsing {
  transition: none!important;
}
.current, .total {
  color: #fff;
}
.page-link, .page-link:hover {
  font-weight: normal;
}
td img {
  box-shadow: 0 0 10px -5px #1f1f1f;
  padding: 0px!important;
}
