body {
    background: url(images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}

.main-wrapper{
    min-height: 100%;
    background-color: rgba(200, 200, 200, 0.5)
}

.menu-wrapper{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bolder;
    background-color: rgba(255, 255, 255, 0.1)
}

.menu-wrapper a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    text-shadow: 0.01em 0.01em 0.05em #000;
}

.menu-wrapper a.active, .menu-wrapper a:hover {
    border-bottom: solid black 2px;
}

.content-wrapper{
    margin-top: 100px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.7);
}

.content {
    font-weight: bolder;
    font-size: 16px;
}

.profile{
    margin-top: 40px;
}

.profile img{
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
}

.name{
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    display: block;
}

.position{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.duyuru-icerik {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
    height: 400px;
}

.duyuru-baslik {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bolder;
    color: black;
}

.media img{
    width: 100%;
}