/* some Typography */


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.woff) format('woff');
    src: url(../fonts/glyphicons-halflings-regular.woff2) format('woff2');
    src: url(../fonts/glyphicons-halflings-regular.svg) format('svg');
    src: url(../fonts/glyphicons-halflings-regular.ttf) format('ttf');
    src: url(../fonts/glyphicons-halflings-regular.eot) format('eot');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather';
    src: url('../font/merriweather_light-webfont.woff2') format('woff2'),
         url('../font/merriweather_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'merriweather';
    src: url('../font/merriweather-lightit-webfont.woff2') format('woff2'),
         url('../font/merriweather-lightit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'merriweather';
    src: url('../font/merriweather-regular-webfont.woff2') format('woff2'),
         url('../font/merriweather-regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'merriweather_sans';
    src: url('../font/merriweathersans-regular-webfont.woff2') format('woff2'),
         url('../font/merriweathersans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url(../font/raleway-light.woff2) format('woff2'),
         url(../font/raleway-light.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}
/* COLORS */
:root {
    --primary: #99241a;
    --plight: #d85c49;
    --plighter: #fd7c65;
}
body {
    font-family: "merriweather", serif;
    padding-top: 90px;
    background: var(--dark);
    color: var(--light);
}

.btn, .navbar-nav, label {
    font-family: "merriweather_sans", sans-serif;
}

.btn, .navbar-nav {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "ralewaylight", sans-serif;
    font-weight: 300;
    text-transform:lowercase;
}

.navbar-brand {
    font-family: "ralewaylight", sans-serif;
    font-size: 1rem;
}

.img-thumbnail {
    padding: unset;
    border: unset;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  text-transform:lowercase;
}

#logo {
    color: var(--plighter);
}

/* galeria de imagini - portofoliu */

.thumb {
    padding-top:15px;
    padding-bottom:15px;
    position: relative;
    overflow: hidden;
}

.thumb figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 15px solid #fff;
    background-color: rgba(0,0,0,.75);
    z-index: 2;
    opacity: 0;
}

.thumb figcaption:hover {
    opacity: 1;
}

.thumb p {
    padding: 0px 15px;
    color: #ddd;
}

.thumb p:first-of-type {
    padding-top: 15px;
}

.thumb header {
    background-color: rgba(255,255,255,.9);
    padding: 15px;
}


.thumb header, .thumb a{
    color:var(--primary);
}

/* social network logos */

ul.retele {
    padding-left: 0;
}

.retele>li {
    display: inline;
}



@media (min-width: 768px) and (max-width: 991px) {
    .spanTwoColumn {
        max-height: 220px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .spanTwoRow {
        height: 616.667px;
    }
    .spanTwoColumn {
        height: 293.333px;
    }
}

@media (min-width: 1200px) {
    .spanTwoRow {
        height: 750px;
    }
}
@media (min-width: 992px){
    .thumb {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 55px;
    }

    h2, .h2 {
        font-size: 40px;
    }

    h3, .h3 {
        font-size: 36px;
    }

    h4, .h4 {
        font-size: 30px;
    }

    h5, .h5 {
        font-size: 24px;
    }

    h6, .h6 {
        font-size: 21px;
    }
}

@media (max-width: 768px){
    .thumb {
        font-size: 12px;
    }
    .thumb header {
        padding: 5px 15px;
    }
    .thumb h3, .thumb .h3 {
        font-size: 18px;
        margin: 0px;
    }
    .jumbotron p, .jumbotron li {
        font-size: 18px;
    }
    .jumbotron h1, .jumbotron .h1 {
        font-size:36px;
    }
}
