#header {
    background-color: #c3d4fc;
    padding-left: 0px;
    padding-right: 0px;
}

#head-img {
    width: 100%;
}

.header-photo {
    height: 360px;
    background: url('/static/header.png') center center no-repeat scroll;
    background-size: cover;
}

.header-photo-soc {
    height: 360px;
    background: url('/static/header-soc.png') center center no-repeat scroll;
    background-size: cover;
}

#head-caption {
    position: absolute;
    top: 115px;
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 768px) {
    #head-caption {
        left: 50%;
    }
}

@media screen and (max-width: 767px) {
    #head-caption {
        left: 0;
        text-align: center;
        width: 100%;
    }
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0000ff;
    font-weight: bold;
    font-size: 43px;
}

#header a:hover {
    text-decoration: none;
    color: #0000ff;
}

#header > a {
    width: 100%;
    height: 100%;
    display:block;
}

.subcaption {
    font-size: 35px;
}

h1 > a {
    color: #0000ff;
}

.btn-more-info {
    margin-top: 10px;
    background-color: Transparent; !important;
    border: 3px solid #0000ff;
    color: #0000ff;
    font-weight: bold;
    padding: 1px 12px;
}

.btn-more-info:hover {
    border: 3px solid white;
}

#stitek {
    position: absolute;
    top: 0px;
    height: 100px;
}

@media screen and (max-width: 1260px) {
    #stitek {
        left: 50px;
    }
}

@media screen and (min-width: 1261px) {
    #stitek {
        left: calc(50% - 570px);
    }
}

#stitek img {
    height: 100%;
}
