/*!
 * 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.
 */

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
    color: #800000;
}

#cv > .brand-heading {
    margin: 10px 0 0 0;
}

.brand-heading {
    margin: 60px 0 0 0;
}

h3:first-child {
    margin: 10px 0 10px 0;
}

h3 {
    margin: 30px 0 10px 0;
}

.contact-text p {
    margin: 10px 0 0 0;
}

.cv-text p {
    margin: 10px 0 0 0;
}

.exhibitions-text p {
    margin: 15px 0 0 0;
}

.exhibitions-texta {}
h3 {
    margin: 50px 0 10px 0;
}

.texts-text p {
    margin: 10px 0 0 0;
}

@media(min-width:767px) {
    p {
        margin: 0 0 0px;
        /*
        font-size: 20px;
        line-height: 1.6;
        */
    }
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}
/*
 *
 * .container {left:auto;right:auto; width:inherit;text-align:center;}
 *
 */

footer {
    padding: 20px 0;
}

footer p {
    margin: 0;
    font-size: 12px;
}

::-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);
}

.section-body ul {
    padding: 0;
}

.section-body ul li {
    list-style-type: none;
}

.section-body ul li p {
    color: #800000;
}

.section-body ul li ul {
    padding: 0;
    margin-top: 0px;
}

.section-body ul li ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*
 * specific sections
 */

section#title {
    margin-top: 20px;
}

section#exhibitions .section-body ul li div {
    color: #800000;
    margin-right: 5px;
}

section#cv, section#texts {
    text-align: justify;
}

/*
 * NASLOVNICA
 */

body {
    height: 100%;
    /*
    background: url(/theme/img/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/bg.jog', sizingMethod='scale')";
    */
}
.row {
    background-color: #f1e9e2;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

@font-face {font-family: "Heiti TC";
    src: url("https://github.com/tuzz/ashdownlandscapes/blob/master/vendor/assets/fonts/heiti.woff?raw=true") format("woff");
}

#img-portrait {
    max-width: 360px;
    min-width:100px;
    height: auto;
    width:100%;
    padding-top:20px;
}

/*
 * CITAT
 */

blockquote span {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
blockquote {
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    padding: 0.25em 60px;
    line-height: 1.45;
    border: 0;
    padding-top: 20px;
    margin: 0;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 20px;
    top: -20px;
    color: #7a7a7a;
    }

blockquote cite {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
}

blockquote cite:before {
    content: "\2014 \2009";
}


section#navbar .row {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

section#title {
    margin-top: 70px;
}


/*
 * NAV BAR
 */

#navbar-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

header {
    border-bottom: 2px solid #590909;
    height: 3.7em;
}

#top-link {
    float: left;
    margin-top: 0.35em;
    display: none;
}

header img {
    height: 3em;
}

#nav li a.active {
    background-color: #ccc;
}

header#top {
    background-color: #f1e9e2;
}

svg:not(:root) {
      overflow: hidden;
}

.block {
    position: relative;
    margin: 0 auto;
    padding: 1.5em 1.25em;
    max-width: 50em;
}

.close-btn {
    position: absolute;
    float: right;
    display: block;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: none;
    background: #f1e9e2 url("/theme/img/close-btn.svg") left center no-repeat;
    background-size: 1.875em 1.875em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
    background-image: url("/theme/img/close-btn.png");
}

.close-btn:focus, .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.nav-btn {
    position: absolute;
    z-index: 3;
    top: 0.6em;
    right: 1em;
    float: right;
    display: block;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: none;
    background: #f1e9e2 url("/theme/img/nav-icon.svg") left center no-repeat;
    background-size: 1.875em 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-svg .nav-btn {
    background-image: url("/theme/img/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#nav {
    z-index: 3;
    overflow: hidden;
    width: 100%;
}
#nav .close-btn {
    display: none;
}
#nav .block {
      z-index: 2;
      position: relative;
}
#nav ul {
    *zoom: 1;
    display: block;
    padding-left: 0;
    background: #f1e9e2;
}
#nav ul:before, #nav ul:after {
    content: "";
    display: table;
}
#nav ul:after {
    clear: both;
}
#nav li {
    display: block;
}
#nav li a {
    display: block;
    padding: 15px 20px 15px 20px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
}
#nav li a:focus,
#nav li a:hover
{
    color: #1c1c1c;
    background: #ccc;

}

@media screen and (min-width: 767px) {
    #nav {
        position: absolute;
        top: 0px;
    }
    #nav .block {
        padding: 0;
    }
    #top .nav-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #nav .close-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #nav ul {
        text-align: center;
        white-space: nowrap;
        top:
    }
    #nav li {
        display: inline-block;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    #nav li:last-child {
        border-right: none;
    }
}

@media screen and (max-width: 766px) {
    #nav {
        position: absolute;
        top: 0;
        padding-top: 3.15em;
    }
    #nav ul {
        margin-top: 0.55em;
        border-bottom: 2px solid #5a0909;
    }
    #nav:not(:target) {
        z-index: 1;
        height: 0;
    }
    #nav:target .close-btn {
        display: block;
    }
    #nav .close-btn {
        position: absolute;
        top: -3em;
        right: 1.0em;
        background-color: #f1e9e2;
    }
    #nav .block {
        position: relative;
        padding: 0;
        max-width: initial;
    }
    #nav li {
        position: relative;
    }
    #nav li.is-active:after {
        z-index: 50;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: -0.03125em;
        margin-top: -0.625em;
        border-top: 0.625em transparent solid;
        border-bottom: 0.625em transparent solid;
        border-right: 0.625em white solid;
    }
    #nav li a {
        padding: 0.85714em 2.14286em;
    }
}

