/* Fonts */


body{
    /*padding-top:55px;*/

}

/* NAV */
.navbar{
    border-bottom:1px solid #eeeeee;
    font-family: 'Anton', sans-serif;
}
.navbar-brand{

}
.nav-link.active {
    color:#739ac8!important;
}

/* FONTS */
.intro-heading{
    font-size: 110px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 95px;
    font-family: inherit;
}
h1,h2,h3,h4{
/*font-family: 'Poppins', sans-serif;*/
font-family: 'Anton', sans-serif;
}
.btn-primary.disabled, .btn-primary:disabled{
    color: lightgrey;
    background-color: #e1e1e1;
    border-color: white;
}
.bg-clouds a{
    color:white;
    text-decoration: underline;
}
.bg-clouds a:hover{
    color:white;
    font-weight: 400;
}
.underline{
    border-bottom:2px solid gray;
    max-width: 50px;
}
/* TEST TOOLS */
.border-red{
    border: 1px solid red;
}
.border-green{
    border: 1px solid green;
}

/* COLORS AND BACKGROUNDS */
.background-gray{
    background-color: #eeeeee;
}
.background-blue{
    background-color: cornflowerblue;
}
.header-bg-image{
    background-image: url("../img/header-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
}
.bg-clouds{
    padding-top:20px;
    background: #739ac8 url("../img/clouds-white.png") repeat-x bottom;
    min-height: 250px;
}
.bg-clouds-gray{
    padding-top:20px;
    background: #999 url("../img/clouds-gray.png") repeat-x center bottom;
    min-height: 250px;
}
.bg-section{
    background: #739ac8 url("../img/gray-bg.jpg") fixed;
    background-size: cover;

}
.color-white{
    color:white;
}
.contact{
    background-color: white;
    min-height: 300px;
}


/* TERMINAL */
.window {
    border-radius: 13px;
    /*background-image: url("../img/kali_linux.jpg");*/
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
    opacity: 0.5;
    color: #fff;
    overflow: hidden;
    position: relative;
    min-height: 250px;
    -webkit-box-shadow: -3px 4px 34px -9px rgba(0,0,0,0.66);
    -moz-box-shadow: -3px 4px 34px -9px rgba(0,0,0,0.66);
    box-shadow: -3px 4px 34px -9px rgba(0,0,0,0.66);
    margin-top:50px;
}
.window:before {
    background-image:-webkit-linear-gradient(top, #e8e8e8, #bcbbbc);
    background-size: cover;
    font-size: 12px;
    text-align: center;
    content: ' ../latestprojects/something_great/index.php ';
    display: block;
    height: 22px;
    /*background: #b8c0c6;*/
    color: rgba(56, 56, 56, 0.86);
    letter-spacing: 2px;
    font-family: "calibri", sans-serif;
    text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
 }

.window:after {
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    font-size: 96px;
    color: #fff;
    line-height: 0;
    letter-spacing: -12px;
 }

.terminal{
    margin: 20px;
    /*font-family: monospace;*/
    /*font: 1.3rem Inconsolata, monospace;*/
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    color: #fcfffc;
}


/* DIV */
.hjelp{
    margin-bottom: -2px;
    margin-left:12px;
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    /*letter-spacing: 2px;*/
}
.keywords{
    font-style: italic;
    color:#999999;
    text-transform: lowercase;
}
.border-left{
    border-left:4px solid white!important;
}
.btn{
    color: #494949 !important;
    text-transform: uppercase;
    background: transparent;
    padding: 15px;
    border: 1px solid #ced4da !important;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.btn:hover{
    background-color: white;
    color: #494949 !important;
    border-radius: 50px;
    border-color: #ced4da !important;
    transition: all 0.3s ease 0s;
}
.btn:active{
    background-color: white!important;
}
.btn-info{
    background-color: #f14454;
    color:white!important;
}
.cloud-btn{
    padding:10px;
    font-size:14px;
    background-color: white;
    border-color:#ced4da!important;
}
.cloud-btn:hover{
    border-color:#ced4da!important;
}

.tags{
    /*border:1px solid lightgray;*/
    border-radius: 5px;
    padding:3px;
    background-color: #eeeeee;
    margin-bottom:8px;
    margin-right: 2px;
    margin-top:3px;
    white-space:nowrap;
    font-style: italic;
}
.shadow{
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0,0,0,0.66);
    -moz-box-shadow: -2px 2px 2px -1px rgba(0,0,0,0.66);
    box-shadow: -2px 2px 2px -1px rgba(0,0,0,0.66);
}

.card{
    background-color: #f2f2f2;
    transition: all .2s ease-in-out;
    margin:2px!important;
}
.card:hover{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 99;
    cursor: help;
    -webkit-box-shadow: -3px 3px 30px -12px rgba(0,0,0,0.66);
    -moz-box-shadow: -3px 3px 30px -12px rgba(0,0,0,0.66);
    box-shadow: -3px 3px 30px -12px rgba(0,0,0,0.66);
}
.cards .col-md-3{
    max-width: 250px!important;
}
.anchor::before{/* Hack to adjust anchor scroll-miss*/
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
    pointer-events: none;
}

/* CLOUDS */

#clouds{
    padding: 0 0;
    margin-bottom: -150px;
    /*background: #c9dbe9;*/
    /*background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);*/
    /*background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);*/
    /*background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);*/
}

/*Time to finalise the cloud shape*/
.cloud {
    width: 200px; height: 60px;
    background: #fff;

    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;

    position: relative;
}

.cloud:before, .cloud:after {
    content: '';
    position: relative;
    overflow:hidden;
    background: #fff;
    width: 100px; height: 80px;
    position: absolute; top: -15px; left: 10px;

    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;

    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

.cloud:after {
    width: 120px; height: 120px;
    top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
    /*border:2px solid red;*/
    top:-60px;
    left:0px;
    -webkit-animation: moveclouds 35s linear infinite;
    -moz-animation: moveclouds 35s linear infinite;
    -o-animation: moveclouds 35s linear infinite;

}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
    left: -500px; top:-135px;
    /*border:3px solid red;*/
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6; /*opacity proportional to the size*/

    /*Speed will also be proportional to the size and opacity*/
    /*More the speed. Less the time in 's' = seconds*/
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.x3 {
    left: -250px; top: -170px;
    /*border:3px solid red;*/
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.9;

    -webkit-animation: moveclouds 55s linear infinite;
    -moz-animation: moveclouds 55s linear infinite;
    -o-animation: moveclouds 55s linear infinite;
}

.x4 {
    left: 40px; top: -80px;

    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite;
}

.x5 {

    left: -15px; top: -10px;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.9; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}

/* ARROW */

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 15%;
}

.arrows path {
    stroke: #2994D1;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
    0% {opacity:0}
    40% {opacity:1}
    80% {opacity:0}
    100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {opacity:0}
    40% {opacity:1}
    80% {opacity:0}
    100% {opacity:0}
}

.arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay:0s;
    -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

footer{
    height:400px;
    background-color: black;
    color:white;
    padding:50px;
}
footer a{
    color:lightseagreen;
}
footer a:hover{
    color: #0086b2;
}

#typed-strings-lead{
    display: none;
}

@media screen and (max-width: 1370px) {
    .intro-heading{
        font-size: 100px;
        text-transform: uppercase;
        letter-spacing: -3px;
        line-height: 70px;
    }
    .hjelp{
        margin-left:9px;
    }

}

@media screen and (max-width: 991px) {
    .btn-info{
        background-color: #f14454;
        color:white!important;
    }
    .intro-heading{
        font-size: 80px;
        text-transform: uppercase;
        letter-spacing: -3px;
        line-height: 70px;
    }

}

@media screen and (max-width: 761px) {
    .intro-heading{
        text-align: left;
        font-size: 80px;
        text-transform: uppercase;
        letter-spacing: -3px;
        line-height: 70px;
    }
    .typing-guy{
        /*display: none;*/
    }
    .error404page{
        display: none;
    }
    .cloud{
    display: none;
    }
    #clouds{
        display: none;
    }


}
@media screen and (max-width: 450px) {
    .intro-heading{
        text-align: left;
        font-size: 40px;
        text-transform: uppercase;
        letter-spacing: -3px;
        line-height: 50px;
    }
    .hjelp{
        margin-left:5px;
        font-size:22px;
    }
    .typing-guy{
        /*display: none;*/
    }
    .error404page{
        display: none;
    }
    .window{
        margin-bottom: 30px;
        min-height: 350px;

    }
    .btn-hire{
        margin-bottom: 50px;
    }
    .mobil-spacer{
        height: 150px!important;
    }
    .cards .col-md-3{
        max-width: 445px!important;
    }

    .arrow{
        display:none;
    }
}

