/* CLASSES */
.center {
    text-align: center;
    margin: 0 auto;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.to-top {
    font-size: 24px;
    font-weight: bold;
    padding: 6px 12px;
    background-color: transparent;
    font-family: 'Tall Film', sans-serif !important;
    color: #00e6fc;
    border: 1px solid #00e6fc;
    display: none;
    position: fixed;
    left: 95%;
    bottom: 20px;
    outline: none;
}
.to-top:active {
    text-decoration: none;
    outline: none;
}
.to-top:hover {
    text-decoration: none;
    outline: none;
    background-color: #00e6fc;
    color: #212121;
}
.endacy {
    font-size: 150px;
    color: #00e6fc;
    font-family: 'Verimin Vibe', sans-serif;
    margin-top: 10%;
    padding-left: 32%;
}
.design {
    font-size: 150px;
    color: #00e6fc;
    font-family: 'Aliens Cows', sans-serif;
    padding-left: 60%;
}
.section {
    font-size: 40px !important;
    /*font-family: 'Tall Film', sans-serif !important;*/
    font-family: 'Labtop', sans-serif !important;
    /*font-family: 'Built Tilting', sans-serif !important;*/
    /*font-family: 'Mind Blue', sans-serif !important;*/
    /*font-family: 'Mind Monkey', sans-serif !important;*/
    /*font-family: 'Aliens Cows', sans-serif !important;*/
    color: #00e6fc;
    line-height: 1;
    /*margin: 7% 0;*/
    box-shadow: 0 100px 150px #000;
}
.section-title {
    height: 800px;
    border-right: 3px solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to top, black, rgba(0, 0, 0, 0)) 1 100%;
}
.section-title-text {
    font-size: 200px;
    position: absolute;
    bottom: 2px;
    letter-spacing: 0.08em;
    /*text-shadow: 0 0 5px #000;*/
    /*-webkit-transform: rotate(-90deg);*/
    /*-moz-transform: rotate(-90deg);*/
    /*-ms-transform: rotate(-90deg);*/
    /*-o-transform: rotate(-90deg);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}
.section-body {
    padding-top: 20%;
    height: 100%;
}
.home {
    background: url('../img/home-background.jpg') no-repeat center;
    height: 800px;
}
.about {
    background: linear-gradient( rgba(113, 113, 113, 0), rgba(113, 113, 113, 0)), url('../img/about-background.jpg') no-repeat center;
    height: 800px;
}
.services {
    background: linear-gradient( rgba(113, 113, 113, 0), rgba(113, 113, 113, 0)), url('../img/services-background.jpg') no-repeat center;
    height: 800px;
}
.contact {
    background: linear-gradient( rgba(113, 113, 113, 0), rgba(113, 113, 113, 0)), url('../img/contact-background.jpg') no-repeat center;
    height: 800px;
}
.not-background {
    visibility: hidden;
    max-height: 800px;
}
.links {
    z-index: 100 !important;
    font-family: 'Labtop', sans-serif !important;
    color: #00e6fc;
    font-size: 60px;
}
.links a {
    transition: all .3s ease;
    color: #00e6fc;
    text-decoration: none;
    outline: none;
    margin: 0 90px;
    padding: 0 25px;
    line-height: 1;
}
.links a:hover {
    /*text-shadow: 0 0 0 #000;*/
    background-color: #00e6fc;
    color: #212121;
}
.fake-link, .fake-link:visited, .fake-link:link {
    color: #00e6fc;
    text-decoration: none;
    outline: none;
}
.fake-link:active, .fake-link:hover {
    color: #00a2b8;
    text-decoration: none;
    outline: none;
}
.hide-phone {
    cursor: pointer;
}
.navbar {
    position: fixed !important;
    top: 10px !important;
    right: 7% !important;
}
.navbar a {
    font-size: 30px;
    margin: 0 25px;
    padding: 0 12px;
}
.deep-shadow {
     color: #00e6fc;
     background-color: transparent;
     letter-spacing: .1em;
     text-shadow:
     0 -1px 0 #fff,
     0 1px 0 #2e2e2e,
     0 2px 0 #2c2c2c,
     0 3px 0 #2a2a2a,
     0 4px 0 #282828,
     0 5px 0 #262626,
     0 6px 0 #242424,
     0 7px 0 #222,
     0 8px 0 #202020,
     0 9px 0 #1e1e1e,
     0 10px 0 #1c1c1c,
     0 11px 0 #1a1a1a,
     0 12px 0 #181818,
     0 13px 0 #161616,
     0 14px 0 #141414,
     0 15px 0 #121212,
     0 22px 30px rgba(0, 0, 0, 0.9);
 }
.inset-shadow {
     color: #202020;
     background-color: transparent;
     letter-spacing: .1em;
     text-shadow:
     -1px -1px 1px #111,
     2px 2px 1px #363636;
 }
.new-modal:empty {
    display: none;
}
.new-modal {
    color: black;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    -webkit-animation: fadeinout .4s linear forwards;
    -moz-animation: fadeinout .4s linear forwards;
    -o-animation: fadeinout .4s linear forwards;
    animation: fadeinout .4s linear forwards;
}
.new-modal-content {
    background-color: #c6c6c6;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}
.new-modal-content-margin-5 {
    margin: 5% auto;
}
::-webkit-scrollbar {
    display: none;
}


/* ELEMENTS */
div {
    border-radius: 0 !important;
}

span {
    border-radius: 0 !important;
}

a {
    border-radius: 0 !important;
}

textarea {
    border-radius: 0 !important;
}

button {
    border-radius: 0 !important;
    outline: none !important;
}

input {
    border-radius: 0 !important;
}

select {
    border-radius: 0 !important;
}

body {
    padding: 7%;
    background-color: #212121;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    list-style: none;
}

/* MEDIA */
@-webkit-keyframes fadeinout {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fadeinout {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes fadeinout {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeinout {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* FONTS */
@font-face {
    font-family: 'Tall Film';
    src: url('../fonts/Tall%20Film.ttf');
}
@font-face {
    font-family: 'Tall Film Fine';
    src: url('../fonts/Tall%20Film%20Fine.ttf');
}
@font-face {
    font-family: 'Penelope Anne';
    src: url('../fonts/Penelope%20Anne.ttf');
}
@font-face {
    font-family: 'Labtop';
    src: url('../fonts/LABTOP__.ttf');
}
@font-face {
    font-family: 'Built Tilting';
    src: url('../fonts/built titling el.ttf');
}
@font-face {
    font-family: 'Mind Blue';
    src: url('../fonts/MindBlue_bold_demo.otf');
}
@font-face {
    font-family: 'Mind Monkey';
    src: url('../fonts/Mindmonkey.ttf');
}
@font-face {
    font-family: 'Aliens Cows';
    src: url('../fonts/Alienscows-Light-Trial.ttf');
}
@font-face {
    font-family: 'Hurtmold';
    src: url('../fonts/HURTM___.otf');
}
@font-face {
    font-family: 'DigitalT';
    src: url('../fonts/Digitalt.ttf');
}
@font-face {
    font-family: 'Verimin Vibe';
    src: url('../fonts/Vermin%20Vibes%202%20Black.otf');
}
@font-face {
    font-family: 'Republica';
    src: url('../fonts/Republica%20Minor%202.0.otf');
}