/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    color: #3B444B;
    background-color: #FFF;
}

html {
    width: 100%;
    height: 100%;
}


h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}


h2 {
    margin: auto;
    width: 425px;
    text-transform: none;
    text-align: justify;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 19px;
}


h7 {
    margin: auto;
    width: 425px;
    text-transform: none;
    text-align: center;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 19px;
}


h1 {
    margin: auto;
    text-align: center;
    text-transform: none;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 17px;
}

h3 {
    margin: auto;
    width: 250px;
    text-align: center;
    text-transform: none;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
}

h4 {
    margin: 0 0 35px;
    text-transform: none;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}

h5 {
    margin: auto;
    width: 425px;
    text-transform: none;
    text-align: center;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 19px;
}



p {
    margin: 0 0 25px;
    font-size: 5px;
    line-height: 1.5;
}

a {
    color: #3B444B;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}


/* text - MEDIA */

@media(min-width:767px) {
    
    h2 {
        max-width: 700px;
    }

    h5 {
        max-width: 700px;
    }

    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }

}

@media (max-width: 480px) {

    h2 {
        max-width: 350px;
    }

    h5 {
        max-width: 350px;
    }

    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
      
}



/* NAVBAR */

.navbar-nav {
        display:table;
        text-align: justify;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
    }

.navbar-custom {
    margin-bottom: 0;
    border-bottom: none;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #FFF;
}

.navbar-custom .navbar-brand {
    font-weight: 400;
    letter-spacing: 5px;

}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #000;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #000;
    letter-spacing: 3px;
    text-align: justify;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: transparent;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    color: #000;
    background-color: transparent;
}

/* NAVBAR - MEDIA */

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #FFF;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

/* INTRO */

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #FFF;
    font-size: 5px;
    background: url(../img/landingjirka.jpg) no-repeat center;
    background-color: #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

/* INTRO - MEDIA */

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}
 

 /* ABOUT */

#about {
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    background-color: #FFF;
}

/* ABOUT - MEDIA */

@media (max-width: 480px) {

#about {
    max-width: 480px;
    text-align: left;
    margin-bottom: 10px;
}
    
    
}

/* WORK */

.work {
    margin: auto;
    max-width: 1500px;
    text-align: justify;
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #FFF;
}

.work-body a {
    color: #000;
    letter-spacing: 3px;
    text-align: justify;
}


.work-body a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.work-body a:hover,
.work-body a:focus,
.work-body a.active {
    outline: 0;
    color: #000;
    background-color: transparent;
}

.work-featured {
    margin: auto;
    max-width: 1500px;
    text-align: left;
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #FFF;
}

/* MODAL */

.portfolio-modal .modal-content {
    margin:auto;
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FFF;
    text-align: center;
}


.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin:auto;
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* WORK & MODAL - MEDIA */




 /* CONTACT */

#contact {
    width: 100%;
    height: auto;
    margin-top: 200px;
    padding-top: ;
    padding-bottom: 150px;
    text-align: justify;
    background-color: transparent;
   
}


#contactText {
    max-width: 100%;
    padding-top: 50px;
    text-align: center;
    background-color: #FFF;
}

/* CONTACT - MEDIA */

@media(min-width:767px) {

    .contact {
        height: 100%;
        padding: 0;
    }

    .contact .contact-body .brand-heading {
        font-size: 100px;
    }

    .contact .contact-body .contact-text {
        font-size: 25px;
    }
}

@media (max-width: 480px) {

    #contact {
    margin-top: 0%;
    padding-top: 0%;
    }

    #contactText {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
    background-color: #FFF; 
    }    
    
}


.content-section {
    padding-top: 50px;
}

/* FOOTER */

footer {
    margin: auto;
    padding:0;
    background-color: transparent;
}

footer p {
    margin: auto;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}