/*
 * Author: TM
 * URL: http://machac.sk
 *
 * Project Name: WEB
 * Version: 1.0
 * Date: 01-07-2017
 * URL: 
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Taviraj:100,200,300,400,500,600,700,800,900);


::-moz-selection {
    background: #010000;
    color: #eeeeee;
    text-shadow: none;
}

::selection {
    background: #010000;
    color: #eeeeee;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
    text-align: center
}

.mt {
    margin-top: 80px;
}

.mb {
    margin-bottom: 80px;
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font-family: 'Taviraj', sans-serif;
    font-weight: 400;
    font-size: 18px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #666666;
}


.navbar-brand {
    font-weight: 500;
}

.navbar-default .navbar-brand {
    color: #1abc9c;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #1abc9c;
    background-color: transparent;
    border-bottom: 2px solid #1abc9c
}

.navbar-default .navbar-nav > li > a {
    color: #1abc9c;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
    background: url(../img/back.jpg) no-repeat center top;
    margin-top: 0px;
    padding-top: 250px;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    width: 100%;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
    color:#ffffff;
    padding-top: 10px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-size: 110px;
    font-weight: 400;
}

#headerwrap h4 {
    font-weight: 500;
    color: #ffffff
}

#social {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #010000;
}

#social i {
    font-size: 40px;
    color: #666666
}

#social i:hover {
    color: #010000
}

#footerwrap {
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #010000;
}

#footerwrap p {
    color: #010000;
    margin-left: 10px;
}

#workwrap { 
    background: url(../img/work.jpg) no-repeat center top;
    margin-top: -70px;
    padding-top: 250px;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    width: 100%;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#workwrap h1 {
    color:#ffffff;
    padding-top: 10px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-size: 110px;
    font-weight: 400;
}

#workwrap h4 {
    font-weight: 400;
    color: #ffffff
}

#aboutwrap {    
    background: url(../img/about.jpg) no-repeat center top;
    margin-top: -70px;
    padding-top: 250px;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    width: 100%;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




/* Gallery */
.gallery {
    margin-top: 30px;
}

.gallery img:hover {
    opacity: 0.4;
}