body {
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.26), rgba(8, 8, 8, 0.925)), url("bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.link-tiny {
    padding: 10px;
    margin: 0px;
    background-color: rgb(223, 241, 251);
}

.link-tiny:hover {
    background-color: #fff;
}

.link-tiny img {
    height: 25px;
    width: 25px;
}

.link-small {
    width: 100px;
    height: 100px;
    color: #212529;
}

.link-small img {
    width: 70px;
    /* height: 50px; */
    padding: 5px 0 5px 0;
}

.link-small:hover {
    background-color: rgba(255, 255, 255, 1.0);
}

.img-small {
    width: 50px;
    height: 50px;
}


.btn-blue {
    margin: 15px;
    background-color: rgb(223, 241, 251);
    border-radius: 10px;
    padding: 10px 0 5px 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.btn-blue small{
    margin: 100px 0 0 0;
    /* background-color: #1abc9c; */
}
/*
===

*/
h1 {
    color: black;
    font-family: 'ABeeZee', sans-serif;
    -webkit-text-stroke: 0.3px #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;

    color: rgba(255, 255, 255, 0.7);
    text-align: center;

}

.layer {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10000px;
    opacity: 0.02;
    z-index: -1;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

/* Style the video: 100% width and height to cover the entire window */

.contenrow {
    margin: 0 375px;
}

.pcontent {
    /*color: #909090;
    margin: 0 100px;
    font-size: 24px;*/
    color: #000;
    margin: 0 100px;
    font-size: 24px;
    font-weight: 800;
    -webkit-text-stroke: 0.5px #fff;
    text-shadow: 2px 2px 5px #000;
}


ul {
    padding: 0;
    margin: 0 0 50px;
}

ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

li {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    list-style: none;
    float: left;
    width: 100px;
    height: 100px;
    margin: 15px;
    padding: 0;
    perspective: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border-radius: 8px;
}

li h3 {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

li p {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

li .normal {
    width: 100%;
    height: 100%;
    background-color: rgb(223, 241, 251);
    color: rgba(52, 73, 94, 0.6);
    /*box-shadow: inset 0 2px 20px #e6ebed;*/
    text-align: center;
    font-size: 50px;
    /*line-height: 60px;*/

}

li .normal svg, li .normal img {
    text-align: center;
    pointer-events: none;
    height: 50%;
    /*position: absolute;*/
    /*top: 13px;*/
    /*left: 27px;*/
    z-index: 100;

    /*display: block;
    margin: 0 auto;*/
    /*  -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);*/

}

li .normal svg path {
    fill: rgba(52, 73, 94, 0.2);
}

.normal:hover {
    background-color: #fff;
}

li .caption {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 9px;
    font-weight: 500;
    border-radius: 4px;
    pointer-events: none;
    z-index: 100;
    color: #212529;
    line-height: 11px;
}

li .info {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    pointer-events: none;
    background-color: rgb(210, 222, 232);
    transform: rotate3d(1, 0, 0, 90deg);
    z-index: 50;
}

.in-top .info {
    transform-origin: 50% 0%;
    animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
    transform-origin: 100% 0%;
    animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
    transform-origin: 50% 100%;
    animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
    transform-origin: 0% 0%;
    animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
    transform-origin: 50% 0%;
    animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
    transform-origin: 100% 50%;
    animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
    transform-origin: 50% 100%;
    animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
    transform-origin: 0% 0%;
    animation: out-left 300ms ease 0ms 1 forwards;
}


@keyframes in-top {
    from {
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    from {
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes out-top {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(-1, 0, 0, 102deg);
    }
}

@keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, -1, 0, 102deg);
    }
}

@keyframes out-bottom {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(1, 0, 0, 101deg);
    }
}

@keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        transform: rotate3d(0, 1, 0, 102deg);
    }
}

@media screen and (max-width: 600px) {
    .pcontent {
        margin: 0 50px;
        font-size: 23px;
    }
}

@media screen and (max-width: 360px) {
    .pcontent {
        margin: 0 100px;
        font-size: 14px;
    }
} 


.button_enter {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #971414 !important;
    opacity: 0.9;
    padding: 10px 40px 13px 40px;
    border-radius: 50px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
  }
  
  .button_enter:hover {
    text-transform: uppercase;
    text-decoration: none;
    background-color: #e21010 !important;
    opacity: 1;
  }
  
  
.header-title {
    animation: color-change 10s infinite;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  @keyframes color-change {
    0% {
      color: #fecea8;
    }
    25% {
      color: #ff847c;
    }
    50% {
      color: #e84a5f;
    }
    75% {
      color: #ff847c;
    }
    100% {
      color: #fecea8;
    }
  }

  .social{
      /* background-color: #1abc9c;; */
  }

  a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }

  