﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'optimanovaltpro-medium';
    src: url('../fonts/optimanovaltpro-medium.otf') format('opentype');
}

@font-face {
    font-family: 'gothamnarrow-light';
    src: url('../fonts/gothamnarrow-light.otf') format('opentype');
}
@font-face {
    font-family: 'optimanovaltpro-light';
    src: url('../fonts/optimanovaltpro-light.otf') format('opentype');
}
body {
    padding-top: 40px;
    padding-bottom: 200px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}


.body-content {
    padding: 0;
}

.container-fluid {
    padding: 0;
}

.row {
    padding: 0;
    margin: 0;
}

nav {
    font-family: 'gothamnarrow-light';
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-default {
    background-color: #FFFFFF;
}

.navbar-header > a > img {
    max-height: 50px;
}

#main {
    padding-top: 30px;
    padding-bottom: 40px;
}

    #main h4 {
        font-family: 'optimanovaltpro-light';
        letter-spacing: 0.5rem;
    }

    #main h1 {
        font-family: 'optimanovaltpro-medium';
        font-size: 6rem;
    }

    #main #dort {
        max-height: 70px;
        vertical-align: baseline;
    }

#main-background-image {
    padding: 50px 5px;
    background: url('../images/top-background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: white;
}

#tarih {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 30px;
    color: #23275e;
    background-color: #FFFFFF;
    border-radius: 10px;
}

#program-ulasim {
    background-color: #f1f2f2;
    padding: 10px 5px;
    text-align: center;
}

    #program-ulasim .program-ulasim-icon {
        max-height: 80px;
    }

#main-icons {
    padding: 20px;
}


#hakkinda {
    font-family: 'gothamnarrow-light';
    padding: 100px 5px;
    text-align: center;
}

    #hakkinda h1 {
        margin-bottom: 60px;
    }

#program {
    font-family: 'gothamnarrow-light';
    padding-top: 200px;
}

    #program h1 {
        text-align: center;
    }

#iletisim {
    font-family: 'gothamnarrow-light';
    padding-top: 200px;
    text-align: center;
}

#ulasim {
    font-family: 'gothamnarrow-light';
    padding-top: 200px;
}

#kayit-formu {
    padding-top: 200px;
}

    #kayit-formu h1,
    #kayit-formu h4 {
        text-align: center;
    }

.form-control {
    border-radius: 2px;
}

.form-group {
    margin-bottom: 5px;
}

form {
    margin-top: 40px;
}

.btn {
    border-radius: 2px;
    margin-top: 10px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    #main-icons {
        padding: 0;
    }

    #main h1 {
        font-family: 'optimanovaltpro-medium';
        font-size: 3rem;
    }
}