* {
    margin: 0;
    padding: 0;
}


/*navbar*/

.open a {
    color: #333;
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background: #292929;
    width: 100%;
    height: 100%;
    font-family: 'Vollkorn SC', serif;
    color: #fff;
    text-transform: none;
}

h1 {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.open {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    transition: opacity 0.2s linear;
    z-index: 999;
}

.open:hover {
    opacity: 0.8;
}

.open span {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 40px;
    border-radius: 40px;
    background-color: #fff;
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.open span:nth-child(1) {
    margin-top: 10px;
    z-index: 9;
}

.open span:nth-child(2) {
    margin-top: 25px;
}

.open span:nth-child(3) {
    margin-top: 40px;
}

.sub-menu {
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: rgba(38, 84, 133, 0.54);
    border-radius: 50%;
    z-index: 18;
    overflow: hidden;
}

.sub-menu li {
    display: block;
    float: right;
    clear: both;
    height: auto;
    margin-right: -160px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child {
    margin-top: 180px;
}

.sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
}

.sub-menu li:nth-child(2) {
    -webkit-transition-delay: 0.10s;
}

.sub-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
}

.sub-menu li:nth-child(4) {
    -webkit-transition-delay: 0.20s;
}

.sub-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
}

.sub-menu li a {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    width: 100%;
    display: block;
    float: left;
    line-height: 40px;
}

.oppenned .sub-menu {
    opacity: 1;
    height: 400px;
    width: 400px;
}

.oppenned span:nth-child(2) {
    overflow: visible;
}

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
    z-index: 100;
    transform: rotate(45deg);
}

.oppenned span:nth-child(1) {
    transform: rotate(45deg) translateY(12px) translateX(12px);
}

.oppenned span:nth-child(2) {
    height: 400px;
    width: 400px;
    right: -160px;
    top: -160px;
    border-radius: 50%;
    background-color: rgb(170, 112, 20);
}

.oppenned span:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px) translateX(10px);
}

.oppenned li {
    margin-right: 168px;
}

/*hr*/

.style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    width: 50%;
    margin: 0 auto;
    padding: 4px;
}

.style2 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}

/*Navbar custom*/

 
/*headerA*/

.headerA {
    background: url(../img/headerA.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 3em 0;

}

.headerA img {
    display: block;
    margin: auto;

}

/*siir*/

#siir p {
    font-size: 1.3em;
    font-weight: 700;
    font-family: font-family: 'Lobster', cursive;

}

#siir h3 {
    font-size: 2.2em;
    font-family: 'Lobster', cursive;

}

/*sec*/

.sec {
    margin: 5em auto;
}

/*card*/

#cardd .card {
    background-color: #4d4d4d;
    margin: 0 auto
}

#cardd {
    background-color: #2d3033;
}

#cardd .btn {
    background-color: #4d4d4d;
    color: blue;
}

#cardd .btn-primary {
    background-color: black;
    border-color: black;
    color: white;
}

#cardd .btn-primary:hover {
    background-color: rgb(28, 32, 38);
    border-color: white;
}

#cardd .modal p,
h5 {
    color: black;
}

#cardd .row .col-md-4 {
    margin-top: 10px;
}

#cardd .kuscu {
    background-color: #2d3033;
    border-color: #2d3033;
}

#cardd .kuscu img {
    width: 14em;
}

p.card-text {
    color: black;
}

.card-con .row {
    padding: 4em 0;
}

/*social*/

#social {
    background: url(../img/ChugachMountains.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 4em;
}

#social i {
    color: darkgrey;
}

#social .col-md-2 {
    text-align: center;
}

/*footer*/

footer {
    background-color: black;
    bottom: 0;
    width: 100%;
    padding: .5em 0;
}

footer h6 {
    font-size: 14px;
}

/*galeri.html*/

#galeri {
   
}

@media (min-width: 1300px) {
 #galeri {
   padding: 4em 8em;
}

}

/*calismalar.html*/

#diskog .row {
    margin: 3em 0;
}

#diskog img {
    display: block;
    margin: auto;
    width: 80%;
}

#diskog h4 {
    margin-top: 1em;
    text-align: center
}

.oList {
    text-align: center;
    list-style-position: inside;
}


#kitap h4,
p {
    margin: 2em 0;
    text-align: center
}

#kitap h4 {
    color: #D0F8FF;
    text-shadow: 0 0 5px #A5F1FF, 0 0 10px #A5F1FF,
    0 0 20px #A5F1FF, 0 0 30px #A5F1FF,
    0 0 40px #A5F1FF;

    font-size: 2.2em;
}

#kitap img {
    display: block;
    margin: auto;
    height: 25em;
}

/*biyografi.html*/

#biyo h4 {
    margin: 2em 0;
    color: #D0F8FF;
    text-shadow: 0 0 5px #A5F1FF, 0 0 10px #A5F1FF,
    0 0 20px #A5F1FF, 0 0 30px #A5F1FF,
    0 0 40px #A5F1FF;
    font-size: 2.2em;
}

.Tebriz img{
    margin: 2em 0;
}

/*ileisim.html*/

#Gmap {
    height: 400px;
    width: 100%;
    background-color: grey;
    margin: 3em 0;
}
