/*=== basic styles ===*/

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #fcfdff;
    overflow-x: hidden;
}
body {
    background: #0575E6;
    background: -webkit-linear-gradient(to top, #021B79, #0575E6);
    background: linear-gradient(to top, #021B79, #0575E6);
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
}
.container-fluid a:hover{
    color: #fff;
}
#particles {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0
}
#lineDrawing{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: inline-block;
}
.img-logo{
    position: absolute;
    top: 30px;
    width: 200px;
    opacity: 0;
    -webkit-animation: 7.5s ease-in 0s normal forwards 1 fadein;
    animation: 7.5s ease-in 0s normal forwards 1 fadein;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
.img-logo:hover{
    -webkit-filter: drop-shadow(0 0 5px #021B79);
    filter: drop-shadow(0 0 5px #021B79);
    cursor: pointer;
}
#intro {
    position: absolute;
    top: 30%;
    left: 25%;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    color: #fff;
}
#intro:hover{
    box-shadow: 0 0 7px #021B79;
}
.hidden-intro{
    display: none;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    font-size: 12px;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
    color: rgba(255, 255, 255, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
#footer a {
    color: rgba(255, 255, 255, 0.25);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
#footer a:hover {
    color: #fff;
}
.text-js {
    opacity: 0;
}
.headline h3 {
    margin-top: 30px;
    font-size: 41px;
}
.cursor {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0px;
    width: 2px;
    background-color: #fff;
    z-index: 1;
    animation: flash 0.5s none infinite alternate;
}
@keyframes flash {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*---domen & hosting parts---*/

#domen {
    position: absolute;
    top: 40px;
    right: 125px;  
}
#hosting{
    position: absolute;
    top: 40px;
    left: 30px;
}
#vlasnik{
    text-align: center;
    }
#kontakt .btn,
#domen .btn,
#vlasnik .btn,
#hosting .btn{
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    padding: 10px 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
#hosting .btn{
    padding: 10px 30px;
}
#kontakt .btn:hover,
#domen .btn:hover,
#vlasnik .btn:hover,
#hosting .btn:hover{
    border: 1px solid #fff;
}
.modal-title{
    text-align: center;
}
.modal-dialog,
.modal-sm{
    width: 30%;
}
.modal-content,
.modal-content a{
    color: #021B79;
}
.modal-content .modal-header{
    padding: 10px;
}
.modal-content .modal-body{
    text-align: center;
}
.modal-content .modal-body h3{
    margin-top: 0px;
}

/*=== Responsive design ===*/

/*--- min width 1200- max width 1600 ---*/
/*--- max-width - 1200px ---*/

@media only screen and (max-width: 1200px) {
    #domen{
        right: 145px;
    }
}

/*--- max-width - 992px ---*/

@media only screen and (max-width: 992px) {
    #domen,
    #hosting{
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }
    #domen{
        top: 90px;
    }
    #hosting{
        top: 140px;
    }
    #intro {
        margin: 30px;
        left: 0;
    }
    .headline h3{
        font-size: 40px;
    }
}

/*--- max-width - 767px ---*/

@media only screen and (max-width: 767px) {
    html, body{
        min-height: 100%;
    }
    #footer{
        /*position: inherit;*/
    }
}

/*--- max-width - 480px ---*/

@media only screen and (max-width: 480px) {
    .modal-dialog{
        width: 92%;
        top: 30px;
        margin: 0 15px;
    }
    #hosting{
        top: 15px;
    }
    #domen{
        top: 67px;
    }
    #intro {
        top: 30%;
        margin: 0px auto;
    }
    .headline h3{
        font-size: 25px;
        margin: 5px;
    }
    .img-logo{
        width: 150px;
    }
    #lineDrawing{
        width: 150px;
        height: 150px;
    }
}

/*--- max-width - 320px ---*/

@media only screen and (max-width: 320px) {
    #intro{
        top: 37%;
        padding: 10px;
    }
    .headline h3{
        font-size: 20px;
    }
    .img-logo{
        width: 120px;
        top: 10px;
    }
    #lineDrawing{
        width: 120px;
        height: 120px;
    }
}