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

body {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.5px;
  animation-name: colorchange;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  color: #fff;
  background-image: url("/images/bg.jpg");
  background-size: cover;
  background-position: right bottom; }

@-webkit-keyframes colorchange {
  0% {
    background-color: #0e2a5e; }
  25% {
    background-color: #272b33; }
  50% {
    background-color: #04070e; }
  75% {
    background-color: #272b33; }
  100% {
    background-color: #0a265a; } }
a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: color .4s ease-in-out;
  -moz-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  -ms-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #777;
    text-decoration: none; }
  a span {
    text-decoration: underline; }

h1 {
  margin: 0 0 30px 0;
  font-weight: 800;
  font-size: 22px; }

h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 500; }

.bighref {
  font-size: 18px;
  margin: 5px 0 30px 0;
  font-weight: 500;
  display: inline-block; }

.text__wrapper {
  width: 100%;
  height: 100%;
  text-align: center; }
.text__row {
  height: 100%;
  position: relative; }
.text__col {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0; }

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden; }

.modal-content {
  background-color: rgba(0, 0, 20, 0.8);
  height: calc(100% - 0px);
  box-shadow: none;
  border: none;
  color: #fff;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden; }
  .modal-content a {
    color: #fff;
    text-decoration: underline; }

.modal-backdrop {
  background-color: transparent; }
  .modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1; }

.modal-header {
  border: none;
  height: 70px;
  position: absolute;
  width: 100%;
  z-index: 100; }

.modal-footer {
  display: none; }

.modal-open {
  overflow: hidden !important; }

.close {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  text-shadow: none; }
  .close:hover {
    color: #fff; }

.clear-li {
  display: none !important; }

@media screen and (max-width: 860px) {
  body {
    position: relative;
    padding: 15px 0 60px 0; }

  .text__wrapper {
    position: absolute;
    right: 15px;
    bottom: 5%;
    width: calc(100% - 30px);
    left: 15px; } }
