#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin-top: 50px;
}
body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-image: url('../img/background.png');
    background-size: cover;
}
h1 {
    font-size: 2em;
    margin-bottom: .5em;
}
p {
    margin-bottom: 1em;
}
#wrap {
    width: 90%;
    margin: 1em auto;
    padding: 1em 5%;
    background: #fff;
    position: relative;
}
.inner {
    position: relative;
    z-index: 2;
}
#wrap:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 400px;
    color: lightblue;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -200px;
    z-index: 1;
}
.dropdown-menu {
    cursor: pointer;
}
.program-baslik {
    margin-top: 30px;
}
.program-baslik span {
    font-weight: bold;
    font-size: 16px;
}
.text-effect:hover {
    color: #518ced;
    text-decoration: underline;
    cursor: pointer;
}
.multi-edu-line {
    border-top: solid 1px gray;
    width: 73%;
}
.empty-space {
    margin: 15px;
}
.btn-ilkokul {
    background-color: #E37D1E;
    color: #fff;
}
.btn-ortaokul {
    background-color: #189FDC;
    color: #fff;
}
.btn-lise {
    background-color: #904296;
    color: #fff;
}
