﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(/Resimler/Bg4.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    font-family: Helvetica, sans-serif, Tahoma, Verdana, Geneva, Arial;
    font-size: 16px;
}
.logo {
    width: 150px;
    height: 56px;
    padding-right:10px;
    background-image: url(/Resimler/usmatiklogo9.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 10px;
        z-index: 1500;
    }
    .body-content {
        padding: 0px;
    }
}
