.language-icon{
    width: 50px;
    height: 50px;
}

#intro-lines p{
    margin: 0px;
    font-size: 16px;
    min-height: 24px;
    float: left;
    clear: left;
}

#intro-lines p.tab-1{
    margin-left: 34px;
}
#intro-lines p.tab-2{
    margin-left: 68px;
}
#intro-lines p.tab-3{
    margin-left: 102px;
}

.intro-cursor{
    animation-name: cursor-blink;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1,end);
    animation-play-state: running;
    float: left;
}

@keyframes cursor-blink{
    0% {opacity: 0;}
    50% {opacity: 1;}
}

.section-header{
    text-align: center;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .container, .container-fluid{
        max-width: unset;
    }
    
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .section-header{
        text-align: left;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}