/* COLORS */


/* MEDIA */

body {
    font: 100% "Exo 2", sans-serif;
    color: #2c3e50;
    font-size: 18px;
    background-color: #e6e6e6;
    overflow-x: hidden;
    line-height: 1.5;
}

a,
i,
li,
button {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

header {
    width: 100%;
    min-height: 90px;
    padding-top: 10px;
    color: #ffffff;
    background-color: #2c3e50;
    z-index: 101;
    border-bottom: 10px double #e6e6e6;
}

header img {
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
    background-color: #18bc9c;
}

header h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 20px;
}

header p {
    padding-top: 20px;
    font-weight: 400;
    text-align: right;
}

header p i:first-child {
    margin-right: 5px;
}

header p a {
    margin-left: 10px;
    font-size: 22px;
    text-decoration: none;
    color: #ffffff;
}

header p a:hover {
    color: #18bc9c;
}

header p a:active,
header p a:focus {
    color: #ffffff;
}

header .navButton {
    display: none;
}

header .navButton button {
    background-color: #2c3e50;
    color: #18bc9c;
    border: 2px solid #18bc9c;
    border-radius: 0px;
    margin-top: 15px;
    outline: none;
    font-size: 20px;
}

header .navButton button:hover {
    background-color: white;
}


/*****
NAVIGACIJA
**************/

#navigacija {
    background-color: #18bc9c;
    border-right: 15px double #e6e6e6;
    height: 100%;
    z-index: 100;
    padding-top: 150px;
    padding-right: 0;
    width: 25%;
}

.mobileMeni {
    left: 0px;
}

#navigacija .nav-tabs {
    border-bottom: 0px;
    text-align: center;
    color: #ffffff;
}

#navigacija .nav-tabs a {
    text-decoration: none;
    color: #ffffff;
    border: none;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

#navigacija .nav-tabs a:active,
#navigacija .nav-tabs a:focus {
    background-color: transparent;
}

#navigacija .nav-tabs a:hover {
    background-color: transparent;
    color: #2c3e50;
}

#navigacija .active {
    background-color: #e6e6e6;
    border-left: 5px solid #2c3e50;
}

#navigacija .active a {
    background-color: transparent;
    border: none;
    color: #2c3e50;
}

#navigacija .active a:hover {
    color: #18bc9c;
}


/*****
CONTENT
**************/

#content {
    padding-top: 0px;
    padding-bottom: 50px;
    padding-right: 40px;
    padding-left: 20px;
}

#content section {
    padding-top: 150px;
}

#content section h1 {
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 50px 0px;
    font-weight: 800;
}

#content section h1 i {
    margin-left: 10px;
    margin-right: 10px;
    color: #18bc9c;
}

#content section h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 32px;
}

#content section h2 i {
    color: #18bc9c;
    margin-right: 10px;
}

#content article {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
}

#content p {
    padding-left: 10px;
}

#content a {
    text-decoration: none;
}

#content a:hover {
    color: #18bc9c;
}


/***
PROJEKTI
*********/

#projekti h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

#projekti img {
    margin-top: 15px;
    border: 2px solid #2c3e50;
    transition: all 0.3s;
}

#projekti a:hover img {
    border: 2px solid #18bc9c;
}


/*****
BIOGRAFIJA
******/

#biografija img {
    border: 4px double #18bc9c;
    transition: all 0.3s;
}

#biografija img:hover {
    border: 4px solid #18bc9c;
}


/**
UVOD
*******/

#content #uvod h1 {
    font-family: 'Pacifico', cursive;
    font-size: 90px;
    text-transform: capitalize;
}

#content #uvod h1 i {
    font-size: 60px;
}

#content #uvod p {
    text-align: center;
    font-size: 25px;
    line-height: 1.4;
}


/***
KONTAKT
**********/

#googleMap {
    width: 100%;
    height: 300px;
    pointer-events: none;
    border: 1px solid #2c3e50;
    margin-top: 60px;
}

#adresa {
    position: absolute;
    z-index: 1;
    text-align: right;
    font-size: 16px;
}

#adresa p {
    padding: 5px 15px 5px 15px;
    text-align: center;
    background-color: #2c3e50;
    opacity: 0.8;
    font-weight: 700;
    color: #18bc9c;
    float: right;
    width: 250px;
}

#kontakt form button {
    border-radius: 0px;
    border: none;
    background-color: #2c3e50;
    color: white;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s;
}

#kontakt {
    padding-left: 10px;
    padding-right: 10px;
}

#kontakt form {
    margin-top: 30px;
}

#kontakt form button:hover {
    background-color: #18bc9c;
}

#kontakt form input,
#kontakt form textarea {
    border-radius: 0px;
    border: 2px solid #2c3e50;
}

#kontakt form input:focus,
#kontakt form textarea:focus {
    border-top: 2px solid #18bc9c;
    border-bottom: 2px solid #18bc9c;
    box-shadow: none;
}

.botSocial {
    margin-bottom: 60px;
}

.botSocial ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 40px;
}

.botSocial ul li {
    margin-bottom: 20px;
}

.botSocial ul li a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 24px;
}

.botSocial ul li i {
    margin-right: 10px;
    font-size: 36px;
}

.botSocial ul li a:hover {
    color: #18bc9c;
}

.botSocial ul li a:hover i {
    color: #18bc9c;
}


/*****
FOOTER
**************/

footer p {
    border-top: 7px double #e6e6e6;
    width: 100%;
    z-index: 102;
    position: absolute;
    margin-bottom: 0;
    min-height: 70px;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
    line-height: 70px;
    letter-spacing: 1.7px;
    font-size: 16px;
}


/*************
MEDIA
*******************/


/******
1200
***********/


/******
992
***********/


/******
768
***********/

@media only screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }
    #content section {
        padding-top: 100px;
    }
    .social {
        display: none;
    }
    nav {
        left: -750px;
        transition: all 0.3s;
    }
    #navigacija {
        width: 70%;
        padding-left: 0;
    }
    header .navButton {
        display: inline-block;
    }
    #content #uvod h1 {
        font-size: 50px;
    }
    #content #uvod h1 i {
        font-size: 28px;
    }
    #content section h1 {
        font-size: 26px;
    }
    #content section h2 {
        font-size: 22px;
        margin-left: 10px;
    }
    #projekti h3 {
        margin-bottom: 50px;
    }
    footer p {
        padding: 15px;
        font-size: 15px;
        line-height: inherit;
    }
    #biografija img {
        height: 270px;
        width: 180px;
        float: left;
        margin-right: 10px;
        z-index: 100;
        margin-left: 10px;
    }
    #biografija p {
        padding-left: 25px;
    }
}


/******
480
***********/

@media only screen and (max-width: 480px) {
    #content {
        padding-right: 20px;
    }
    header h1 {
        font-size: 18px;
    }
    .navButton {
        padding-left: 0px;
    }
    #biografija img {
        height: 170px;
        width: 110px;
        float: left;
        margin-right: 10px;
    }
    #projekti img {
        width: 100%;
    }
    #googleMap {
        height: 350px;
    }
    #content #kontakt h2 {
        margin-left: 0px;
    }
    #content #uvod p {
        text-align: center;
        font-size: 20px;
    }
}


/*# sourceMappingURL=style.css.map */
