/*
font-family: 'Eagle Lake', serif;
font-family: 'Open Sans', sans-serif;
*/

/* Default Settings --------------------------------------------------------------------- */
html {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8em;
    font-size: 18px;
    background-color: #040b15;
}
body {
    padding: 0;
    height: 100vh;
    width: 100%;
    color:rgb(255, 255, 255);
    background-color: #040b15;
    position: relative;
    z-index: -20;
}
h1, h2, h3, h4, h5, h6 {
    color: #24a8c4;
}
#about {
    position: relative;
    top: -80px;
}
strong {
    font-family: 'Eagle Lake', serif;
    color: #24a8c4;
}
section {
    position: relative;
    z-index: 2;
}
/* Header ------------------------------------------------------------------------------- */
header {
    width: 100%;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    background-color: rgba(4, 11, 21, 0.9);
}
header .uk-navbar-container {
    padding: 0px 25px;
}
header #logo img {
    height: 200px;
    width: auto;
}
#coming {
    color: #FFFFFF;
    text-shadow: 2px 3px 3px #040b15;
}
/* Main --------------------------------------------------------------------------------- */
#about {
    position: relative;
    top: 0px;
}

#eye-svg {
    background-image: url('/assets/images/eye.svg');
    background-position: center -110px;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -5;
    display: flex;
    justify-content: center;
}
#eye-svg svg {
    height: 100%;
}
#outer-eye path, #inner-eye path {
    transition: all 0.3s ease-in-out;
}
/* Hero */
#hero_scroll {
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: relative;
    top: -110px;
}
#hero-container {
    padding: 0px 25px;
}
#hero_scroll h2 {
    text-shadow: 2px 3px 3px #040b15;
}

.ndegreev {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    font-family: 'Eagle Lake', serif;
    font-size: 1rem;
}
.ndegreevinvert {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transition: all 0.3s ease-in-out;
    font-family: 'Eagle Lake', serif;
    font-size: 1rem;
}
.sectionButtons span, .sectionButtons span {
    transition: all 0.3s ease-in-out;
}
.active span {
    color: #FFFFFF !important;
}

/* Services */
.services p {
    margin-top: 5px;
}
.services ul.uk-switcher, .services ul.uk-switcher li {
    height: 100%;
}
.uk-modal-body p {
    color: #222;
}

#switcher-cont {
    min-height: 340px;
}

#webdev, #appdev {
    background-image: url('/assets/images/svg/Develop_0000_Layer-1.png');
}
#branding {
    background-image: url('/assets/images/svg/Design.png');
}
#prodconsult {
    background-image: url('/assets/images/svg/Consult.png');
}
#devops {
    background-image: url('/assets/images/svg/Ops.png');
}
#qa {
    background-image: url('/assets/images/svg/qa.png');
}
#support {
    background-image: url('/assets/images/svg/Support.png');
}
#webdev, #appdev, #devops, #liveops, #qa, #integrate, #prodconsult, #projconsult, #branding, #support {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services .learn {
    position: absolute;
    bottom: 0px;
}

/* Process */
#toggle-animation-process strong {
    color: rgba(255,255,255,0.9);
    font-family: 'Open Sans', sans-serif;
}

.skillsDiv {
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.skillsDiv .uk-tooltip.uk-active {
    color: #24a8c4 !important;
    background-color: transparent;
}
.skillsDiv .uk-tooltip-inner {
    font-size: 1rem !important;
}
/* Skills */
i.skill {
    padding: 10px;
    font-size: 1.5rem;
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease-in-out;
}

i.skill:hover {
    color: #24a8c4;
    font-size: 3rem;
}

/* Footer ------------------------------------------------------------------------------- */
footer a {
    color: #24a8c4;
    font-size: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* Media -------------------------------------------------------------------------------- */
@media only screen and (max-width:959px) {
    h1 {
        font-size: 1.5rem;
    }
    #splash a {
        font-size: 1rem;
    }
}