/*
Theme Name: HomePage Kamix
Author: Strong Media Agencja Interaktywna!
Description: Strona Główna dla firmy KAMIX
Text Domain: kamix
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Exo+2');

html, body{
    font-family: 'Roboto', sans-serif;
}

.header {
    position: absolute !important;
    z-index: 9999 !important;
    width: 100%;
    top: 55px;
}

.header img{
    display: block;
    float: none;
    clear: both;
    position: relative;
}

h1.subtitle{
    color: #848282;
    font-weight: 900;
    font-size: 17px;
    margin-top: 10px;
    display: block;
    float: none;
    clear: both;
    position: relative;
}

h2.info{
    display: none;
}
@media screen and (min-width: 960px) {
    h2.info{
        display: block;
        text-align: right;
        color: #848282;
        font-style: italic;
        padding: 15px 0px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }
}

.buttons{
    font-weight: 300;
    background-color: #289b38;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    padding: 35px 0px;
}

div.mobile.buttons{
    display: block;
    position: absolute; !important;
    padding: 20px 0px !important;
}

.buttons a{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    padding: 20px 0px;
    display: block;
}
@media screen and (max-width: 960px){
    .buttons{
        font-size: 24px;
    }
    .buttons a{
        padding: 20px 0px 0px 0px;

    }
    .header{
        background-color: #fff;
        top: 0px;
    }
    .header img{
        padding: 20px 0px 0px 0px;
        width: 60%;
        height: auto;
    }
    h1.subtitle{
        font-size: 12px;
    }
}
a.buttons:hover{
    color: rgba(255,255,255,0.7) !important;
    text-decoration: none;
}
.buttons strong{
    font-weight: 900;
}

.button{
    font-size: 14px; 
    padding: 5px 20px !important;
    border-radius: 20px;
    margin-bottom: 20px !important;
    display: inline !important;
    border: 1px solid #fff;
    transition: .35s ease-in-out;
}
.button:hover{
    background-color: #fff;
    color: #444;
}

.line:after{
    content: ' ';
    position: absolute;
    top: -50%;
    left: 100%;
    height: 200%;
    width: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}
.col-md-6{
    float: left;
}
@media screen and (max-width: 960px){
    .col-md-6{
        float: none;
    }
}

.mobile{
    display: block !important;
}
.no-mobile{
    display: none !important;
}
@media screen and (min-width: 980px){
    .no-mobile{
        display: block !important;
    }
    .mobile{
        display: none !important;
    }
}

.mobile .line:after{
    display: none;
}