/*******************************************************************************
Add your styles here
 *******************************************************************************/
@font-face {
    font-family: futura-bold;
    src: url(/fonts/futura-pt-bold.otf);
}

@font-face {
    font-family: futura-light;
    src: url(/fonts/futura-pt-light.otf);
}

p {
    font-family: futura-light;
}

.grid-item h3 {
    font-family: futura-bold;
}

.fixed-info-container h3 {
    font-family: futura-bold;
}

.blog-text h3 {
    font-family: futura-bold;
}

.dynamic-title {
    font-family: futura-bold;
}

.sinnle-post h2 {
    font-family: futura-bold;
}

.header-title h2 {
    font-family: futura-bold;
}

.dec-text {
    font-family: futura-bold;
}

sub, sup {
    /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
    font-size: 75%;
    /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
    line-height: 0;
    /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
    position: relative;
    /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
    vertical-align: baseline;
}

sup {
    /* Move the superscripted text up */
    top: -0.5em;
}

sub {
    /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
    bottom: -0.25em;
}

.gallery-item {
    cursor: pointer !important;
}

.contact-list {
    margin-top: -20px;
}

.map-box {
    height: 48%;
}

.question {
    color: maroon;
    font-weight: bolder;
    font-size: 18px !important;
}

/*Büyük Header Deneme*/
/*Start*/
header {
    height: 70px;
}

.distanceToTop {
    top: 40px;
}

.logo-holder {
    line-height: 70px;
    max-width: 191px;
}

.nav-button {
    top: 30px;
}

.header-title {
    top: 8px;
}
.content {
    padding-top:10px;
}
/*Finish*/
