* {
    box-sizing: border-box;
}
body {
    background: url(../images/bg-body.jpg) repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.page {
    margin: 0 auto;
    padding: 0;
    width: 98%;
    max-width: 960px;
    container-type: inline-size;
}
#header{
    width: 100%;
}
#header .connect {
    overflow: hidden;
    width: 100%;
    background: url("../images/bg-header.gif") repeat-x scroll left top transparent;
    display: flex;
    align-items: center;
    color: #d1d1d1;
    gap: 10px;
    padding: 10px;
}
#header .connect a{
    color: #d1d1d1;
    text-decoration: none;
}
#header .connect a:hover{
    color: #d7d2b5;
}
#header .connect .icon{
    height: 30px;
}
#header .connect .details{
    flex-shrink: 1;
    flex-grow: 0;
}
#header .connect .details a{
    white-space: nowrap;
}
#header .connect .social-media{
    flex-grow: 1;
    flex-shrink: 0;
    padding-left: 15px;
}
#header .connect .ataturk{
    flex-grow: 0;
    flex-shrink: 0;
}
#header .connect .ataturk img {
    width: 40px;
}
#header .logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
#header .logo .name{
    display: block;
    flex-basis: 70%;
}
#header .logo .name img{
    width: 100%;
}
#header .logo .flags {
    display: block;
    width: 200px;
}
#header .logo .flags img{
    width: 100%;
}
#header .navbar{
    font-family: Georgia, serif;
    font-size: 16px;
    padding: 10px;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
}
#header .navbar a:hover{
    text-decoration: underline;
}
#header .navbar a{
    text-decoration: none;
    color: #dad1a2;
}
#header .navbar .selected{
    color: white;
}
#body{
    width: 100%;
}
#body .header {
    background: #35352f;
    box-shadow: 0 0 2px #141414;
    border: 1px solid #49473e;
    margin: 15px 0 0 0;
    padding: 4px;
    position: relative;
    -webkit-box-shadow: 0 0 2px #141414;
    -moz-box-shadow: 0 0 2px #141414;
    width: 100%;
}
#body .header .hdrimg {
    background: #2b2b24;
    border: 1px solid #635d3b;
    display: block;
    margin: 0;
    padding: 7px;
    width: 100%;
}
#body .header .hdrflg{
    display: block;
    position: absolute;
    height: 25%;
    right: 5%;
    top: 5%;
}
#body .body {
    margin: 0;
    padding: 56px 0 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#body .body .txt {
    border-bottom: 1px solid #4f4f40;
    border-top: 1px solid #4f4f40;
    color: #d1d1d1;
    font-family: "Times New Roman", Times, serif;
    font-size: 2.5cqw;
    font-style: italic;
    margin: 0 2px;
    min-height: 132px;
    padding: 22px 0;
    text-align: center;
    flex-basis: 33%;
}
#body .body div a {
    color: #b1ac91;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#body .body div a:hover {
    color: #b1ac91;
}
#body .body .img {
    padding: 0 15px;
    flex-basis: 30%;
}
#body .body .img img{
    width: 100%;
}
#body .cards {
    margin: 0;
    padding: 60px 0 38px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    row-gap: 15px;
}
#body .cards > div {
    background: #35352f;
    box-shadow: 0 0 2px #141414;
    border: 1px solid #49473e;
    margin: 0;
    padding: 4px;
    -webkit-box-shadow: 0 0 2px #141414;
    -moz-box-shadow: 0 0 2px #141414;
    flex-basis: 49%;
    min-width: 370px;
}
@media (orientation: portrait) and (max-width: 768px) {
    #body .cards > div {
        flex-basis: 100%;
    }
}
#body .cards > div > h2 {
    background: url(../images/bg-heading.jpg) repeat top center;
    border-bottom: 1px solid #505c5a;
    color: #d1d1d1;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin: 0 0 10px 0;
    padding: 15px 0 14px 15px;
    text-transform: uppercase;
}
#body .cards >.onsoz{
    background: url(../images/ataturk-slh.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20px;
}
#body .cards >div >ul {
    margin: 0;
    padding: 0 20px 40px;
}
#body .cards >div >ul >li {
    background: url(../images/border-dashed.png) repeat-x left top;
    list-style: none;
    padding: 14px 0;
}
#body .cards div >ul >li:first-child {
    background: none;
}
#body .cards >div >ul >li >a {
    background: url(../images/bullet.png) no-repeat left center;
    color: #d1d1d1;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-indent: 15px;
    width: 180px;
}
#body .cards >div >ul >li >a:hover {
    color: #99998e;
    text-decoration: underline;
}
#body .cards >div> p {
    background: url(../images/border-dashed.png) repeat-x left top;
    color: #d1d1d1;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 0;
}
#body .cards >div> p {
}
#body .cards >div >p >a {
    color: #d1d1d1;
    text-decoration: none;
}
#body .cards >div> div> p> a:hover {
    color: #99998e;
    text-decoration: underline;
}
#body .cards >div >p:first-of-type {
    background: none;
}
#content {
    background: #35352f;
    box-shadow: 0 0 2px #141414;
    border: 1px solid #49473e;
    margin: 0 0 38px;
    padding: 4px;
    -webkit-box-shadow: 0 0 2px #141414;
    -moz-box-shadow: 0 0 2px #141414;
    width: 100%;
}
#content > div {
    background: #2b2b24;
    border: 1px solid #635d3b;
    margin: 0;
    min-height: 1000px;
    overflow: hidden;
    padding: 4px;
}
#content div h1 {
    background: url(../images/bg-heading.jpg) repeat;
    border-bottom: 1px solid #505c5a;
    color: #d1d1d1;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin: 0;
    margin-bottom: 1em;
    padding: 25px 0 25px 20px;
    text-transform: uppercase;
}
#content div h2 {
    color: #b1ac91;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 1em;
    padding: 26px 0 0 20px;
    text-transform: uppercase;
}
#content div h3 {
    color: #d1d1d1;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 0;
    margin-bottom: 1em;
    padding: 26px 0 0 20px;
    text-transform: uppercase;
}
#content div h4 {
    color: #b1ac91;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 1em;
    padding: 30px 0 0 20px;
    text-transform: uppercase;
}
#content div p {
    color: #d1d1d1;
    margin: 0;
    margin-bottom: 1em;
    padding: 0 20px;
}
#content div p b {
    color: #b1ac91;
    display: block;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 26px 0 0;
}
#content div p b a {
    color: #b1ac91;
}
#content div p span {
    display: block;
    margin: 0;
    padding: 0;
}
#content div a {
    color: #d1d1d1;
    margin: 0;
    padding: 0;
}
#content div a:hover {
    color: #99998e;
}
#content div ul {
    margin: 0;
    padding: 0 0 0 20px;
}
#content div ul li {
    background: url(../images/bullet.png) no-repeat 0 14px;
    color: #d1d1d1;
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}
#content div ul li a {
    text-decoration: none;
}
#content div ul li a:hover {
    text-decoration: underline;
}
#content div .contact {
    padding: 30px 0 0 20px;
}
#content div .contact li {
    background: none;
    padding: 0;
}
.blog {
    margin: 0;
    padding: 60px 0 38px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    row-gap: 15px;
}
.blog .article {
    flex-basis: 69%;
}
.blog .article p {
    color: #d1d1d1;
    margin: 0;
    padding: 0 20px 26px;
}
.blog .list {
    flex-basis: 28%
}
@media (orientation: portrait) and (max-width: 768px) {
    .blog .article, .blog .list {
        flex-basis: 100%;
    }
}
.blog .list ul, #content div .sidebar h3 {
    padding-left: 10px;
}
.blog .list ul{
    list-style-type: none !important;
}
.blog .list ul li{
    margin-bottom: 10px !important;
    background: none !important;
    padding: 0 !important;
}
.blog .list ul li a {
    text-decoration: none;
}
.blog .list ul li a:hover {
    text-decoration: underline;
}
#footer {
    background: url(../images/bg-footer.gif) repeat-x top center;
    margin: 0;
    overflow: hidden;
    padding: 18px 20px;
    text-align: center;
}
#footer p {
    color: #525245;
    font-size: 14px;
    height:26px;
    margin: 0;
    padding: 0;
}
.card{
    height: 18em;
}
#foreword{
    background-image: url('/images/ataturk-slh.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#content #contact p,
#content #contact{
    text-align: center;
}
#content #contact a{
    text-decoration: none;
}
#content #contact .contact-qr{
    width: 50%;
    max-width: 300px;
    margin-top: 2em;
    margin-bottom: 2em;
}
#content #contact input,
#content #contact textarea{
    width: 100%;
    border: none;
    margin-bottom: 5px;
    font-size: 18px;
    height: 2.5em;
    background-color: #56554c;
    color: #c8c8c8;
    padding: 5px 10px;
}
#content #contact textarea{
    height: 6em;
    resize: none;
}
#content #contact textarea:focus, #content #contact input:focus{
    outline: none;
}
#content #contact .err{
    color: red;
}
#content #contact .success{
    color: green;
}
#content #contact .fail{
    color: red;
}
.photo-caption{
    text-align: center !important;
    font-size: smaller !important;
    margin-top: 10px !important;
}
.photo-portrait{
    width: 25%;
    padding: 10px 20px;
}
.photo-landscape{
    width: 30%;
    padding: 10px 20px;
}
.photo-left{
    float:left;
}
.photo-right{
    float:right;
}
@media (orientation: portrait) and (max-width: 768px) {
    .photo-portrait{
        width: 50%;
        padding: 10px 20px;
    }
    .photo-landscape{
        width: 50%;
        padding: 10px 20px;
    }
}