header {
  background: rgba(231, 68, 55, 0.13);
  text-align: center; }

.sidenav {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 3rem; }
  .sidenav > li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top; }
    .sidenav > li > a {
      display: block;
      padding: .5rem 1rem;
      margin: 0 0 .15rem;
      color: #323232;
      transition: 250ms ease;
      font-weight: bold; }
      .sidenav > li > a:hover {
        text-decoration: underline; }
      .sidenav > li > a:focus {
        color: #e74437; }

div[class*="holder"] {
  text-align: center;
  margin: .8rem 0; }

div[class*="holder"] a {
  display: inline-block;
  margin: 0 .5rem;
  vertical-align: top;
  cursor: pointer;
  color: #323232;
  font-size: 14px;
  transition: all 300ms ease;
  font-family: Oswald-Regular;
  padding: .2rem .5rem;
  position: relative; }

div[class*="holder"] a:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: rgba(231, 68, 55, 0.28);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 200ms ease;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(2); }

div[class*="holder"] a:hover {
  text-decoration: none;
  color: #000; }

div[class*="holder"] a.jp-previous,
div[class*="holder"] a.jp-next {
  color: #e74437; }

div[class*="holder"] a.jp-current {
  font-weight: bold;
  color: #e74437; }

div[class*="holder"] a.jp-current:before {
  opacity: 1; }

div[class*="holder"] a.jp-disabled {
  cursor: no-drop; }

.title {
  font-size: 2.3rem;
  margin-bottom: 0;
  margin-top: 1rem; }
  .title-sub {
    font-size: 1.6rem;
    margin-bottom: 3.5rem; }

.logo {
  margin: 1rem 0;
  display: inline-block;
  vertical-align: middle; }
  .logo img {
    max-width: 100%;
    width: 70px; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background-color: #ec6f65;
  border-left: 1px solid #e74437; }

::-webkit-scrollbar-thumb {
  background-color: #bb2316; }

::-webkit-scrollbar-thumb:hover {
  background-color: #d22719; }

.btn-success {
  border-color: #e74437;
  background-color: #e74437; }
  .btn-success:focus, .btn-success:hover {
    border-color: #d22719;
    background-color: #d22719;
    outline: none; }
  .btn-success:active:hover, .btn-success:active {
    outline: none;
    border-color: #bb2316;
    background-color: #bb2316; }

section > .container {
  padding: 4rem 0; }

.form-control:focus {
  border-color: #e74437;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 68, 55, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 68, 55, 0.6); }

/*# sourceMappingURL=main.css.map */
