@import url(https://fonts.googleapis.com/css?family=Orbitron);

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ieinpx');
  src:  url('../fonts/icomoon.eot?ieinpx#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ieinpx') format('truetype'),
    url('../fonts/icomoon.woff?ieinpx') format('woff'),
    url('../fonts/icomoon.svg?ieinpx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heart-shaped-wolf-face:before {
  content: "\e900";
  position: absolute;
  font-size: 95px;
  line-height: 68px;
}

.logo h1 {
    font-size: 58px;
    margin-left: 105px;
    margin-bottom: 5px;
}
.logo p {
  margin-left: 105px;
  font-size: 25px;
  margin-top: 10px;

}
::-moz-selection{background: #fff; color: #000; z-index: 999} 
::webkit-selection{background: #fff; color: #000; z-index: 999} 
::selection{background: #fff; color: #000; z-index: 999}
body {
  font-size: 20px;
  background-color: #111;
  font-family: 'Orbitron', courier, sans-serif;
  color: #fff;
  line-height: 32px;
}
.nodisplay {
  display: none;
}


p {
  font-size: 20px;
}

h1 {
  font-size: 40px;
  text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px #fff solid;
}
a:hover, a:focus {
    background: #fff;
    color: #111;
}
b {
    background: #fff;
    color: #111;
    /*border-bottom: 1px #fff solid;*/
    border-top: 4px #fff solid;
}

.row {
  margin: 70px

}
.overlay {
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;

}

.overlay:before {
    background: linear-gradient(rgba(54, 60, 54, 0.78) 50%, rgba(16, 16, 16, 0) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.72), rgba(0, 0, 255, 0.4));
    background-size: 100% 2px, 0 100%;
    content: "";
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-shadow: inset 0 0 10em 0 #000;
}
@media screen and (max-width: 992px) { 
    .overlay:before { 
        background: transparent; 
    }
}

@media screen and (max-width: 700px) {
    .row {
        margin: 15px
    }

    .logo {
        display: flex;
        flex-direction: column;
        padding-top: 10px;
    }

    .icon-heart-shaped-wolf-face {
        align-self: center;
    }

    .icon-heart-shaped-wolf-face:before {
        position: initial;
    }

    .logo h1 {
        margin-left: 0;
    }
    .logo p {
        margin-left: 0;
    }
}

@media screen and (max-width: 540px){
    .logo h1 {
        font-size: 40px;
    }
}
  
.overlay:after {
  animation: flicker 0.30s infinite;
  background: rgba(16, 16, 16, 0.2);
  content: "";
  display: block;
  pointer-events: none;
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  z-index: 2;
}
.nav {
  display: inline-block;
}
.nav ul {
    margin: 0;
    padding: 0;
}
.nav ul li {
    float: left;
    position: relative;
    display: block;
    color: #ff9090;
    margin-right: 20px;
}
.nav ul li a{
    color: #ff9090;
    border-color: #ff9090;
}
.nav ul li a:hover, .nav ul li a:focus{
    color: #000;
    background: #ff9090;
}
.icon-heart-shaped-wolf-face {
    color: #ff9090;
}

.url {
    word-wrap: break-word;
}
/*img {
    -webkit-filter: invert(1);
    filter: invert(1);
}*/
/*.content {
    overflow: hidden;
    max-height: 300px;
    height: auto;
}*/
