﻿@import url("https://fonts.googleapis.com/css?family=Lora");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911");
@import url(https://fonts.googleapis.com/css?family=Averia+Sans+Libre:700|Merriweather);
body {
    font-size: 16px;
    line-height: 1.8;
    background-color: #7D8B94;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

h1 {
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 64px;
}

header {
    padding: 5px 0;
    position: relative;
    background: #2F3D4A;
    color: #B3C3BB;
}

img {
    width: 10%;
}

article {
    padding: 50px 0;
}

footer {
    padding: 20px 0;
    background: #2F3D4A;
    text-align: center;
    font-family: 'Lora', serif;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active {
    color: Wheat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

footer a:hover,
footer a:hover:hover,
footer a:focus:hover,
footer a:active:hover {
    color: black;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.hamburger {
    position: fixed;
    top: 20px;
    right: 0;
    cursor: pointer;
    z-index: 1000;
    padding: 10px 15px 5px;
}

.hamburger span {
    vertical-align: middle;
}

.hamburger .bars {
    display: block;
    position: relative;
    width: 35px;
    height: 5px;
    background-color: #B3C3BB;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hamburger .bars:before,
.hamburger .bars:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    background-color: #B3C3BB;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hamburger .bars:before {
    top: 10px;
}

.hamburger .bars:after {
    bottom: 10px;
}

.open .hamburger .bars {
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.open .hamburger .bars::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .hamburger .bars::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu {
    width: 250px;
    height: 100%;
    padding: 75px 20px 0;
    background-color: #1A222D;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    position: fixed;
    right: -100%;
    top: 0;
    opacity: 0;
    z-index: 999;
    margin-top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menu a {
    color: #1A222D;
}

.open .menu {
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menu:hover {
    overflow-y: auto;
}

#not {
    display: block;
    margin: auto;
    width: 80%;
    font-size: 20px;
    font-family: 'Open Sans', serif;
    line-height: 30px;
    background-color: #bbd0a9;
    background-size: 100% 40px;
    border: 0;
    outline: 0;
}

#not:focus {
    background-color: #cfdfb3;
    box-shadow: 0 0 10px #2F3D4A;
}

textarea {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

#gondermeTuslari {
    margin-top: 20px;
}

hr{
    border-top: 1px solid #471e1e;
}


.btn-Koyu {
    background-color: #2F3D4A;
    width: 50%;
    margin: 0 auto;
    font-family: 'PT Sans', sans-serif;
    color: #bbd0a9;
}

.btn-Koyu a:hover {
    color: #cfdfb3;
}

.ortala {
    margin: 0 auto;
}

.btn-Koyu:hover {
    color: ghostwhite;
    background-color: #1A222D;
}

.btn-Temizle {
    width: 50%;
    max-width: 90%;
    margin-top: 5px;
    background-color: #cc3300;
    color: black;
}

.btn-Temizle:hover {
    background-color: black;
}

.ayarlaTusu{
    width: 40%;
    max-width: 90%;
    margin-top: 5px;
    background-color: #bbd0a9;
}
.ayarlaTusu:hover{
    background-color: #1A222D;
    color:white;
}

.baslik {
    font-family: 'Lora', serif;
    font-size: 20px;
    color: #FCFBB8;
    margin-left: 10px;
    margin-right: 5px;
}

.ilkeMetin {
    font-family: 'Open Sans', sans-serif;
    color: ghostwhite;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 5px;
}

.yaziFont {
    font-family: 'Open Sans', sans-serif;
    color: ghostwhite;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 5px;
}

.wideButton {
    width: 100%;
    background-color: #B3C3BB;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 3px;
}

.wideButton a {
    color: #2F3D4A !important;
}

.wideButton a:hover {
    text-decoration: none;
}

.wideButton:hover {
    background-color: #FCFBB8;
    color: #06524D;
}

#otomatikAnahtar {
    max-width: 50%;
    min-width: 80px;
    margin: 0 auto;
    text-align: center;
}

#anahtar {
    margin: 0 auto;
    margin-top: 40px;
    width: 40%;
    min-width: 150px;
    font-family: 'Open Sans', serif;
}

#islem {
    background: #2F3D4A;
}

#mesajlasmaTuslari {
    display: table !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    color: #337AB7;
}

#mesajGoster {
    width: 60%;
    margin-bottom: 30px;
}

#nasilCalisir {
    font-family: 'Open Sans', sans-serif;
}

.modal-content {
    background: #7D8B94;
    color: white;
    font-family: 'Open Sans', sans-serif;
}


/* =====================================================
   Toggle - switch stylee
   ===================================================== */

.toggle--switch .toggle--btn {
    position: relative;
    width: 120px;
    height: 44px;
    font-family: 'PT Sans', Sans Serif;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, #a4bf4d 0%, #a4bf4d 50%, #ca5046 50%, #ca5046 200%);
    background-position: -80px 0;
    background-size: 200% 100%;
    box-shadow: inset 0 0px 22px -8px #111;
}

.toggle--switch .toggle--btn,
.toggle--switch .toggle--btn:before {
    border-radius: 4px;
}

.toggle--switch .toggle--btn:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 52px;
    height: 44px;
    border: 2px solid #202027;
    background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.15) 100%);
    background-color: #2b2e3a;
    background-size: 5px 5px;
    text-indent: -100%;
}

.toggle--switch .toggle--feature {
    position: relative;
    display: block;
    overflow: hidden;
    height: 44px;
    text-shadow: 0 1px 2px #666;
}

.toggle--switch .toggle--feature:before,
.toggle--switch .toggle--feature:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.toggle--switch .toggle--feature:before {
    content: attr(data-label-on);
    left: -60%;
}

.toggle--switch .toggle--feature:after {
    content: attr(data-label-off);
    right: 16%;
}

.toggle--switch .toggle--checkbox:checked+.toggle--btn {
    background-position: 0 0;
}

.toggle--switch .toggle--checkbox:checked+.toggle--btn:before {
    left: calc(100% - 52px);
}

.toggle--switch .toggle--checkbox:checked+.toggle--btn .toggle--feature:before {
    left: 20%;
}

.toggle--switch .toggle--checkbox:checked+.toggle--btn .toggle--feature:after {
    right: -60%;
}

.toggle {
    display: block;
    text-align: center;
    margin-top: 40px;
    user-select: none;
}

.toggle--checkbox {
    display: none;
}

.toggle--btn {
    display: block;
    margin: 0 auto;
    font-size: 1.4em;
    transition: all 350ms ease-in;
}

.toggle--btn:hover {
    cursor: pointer;
}

.toggle--btn,
.toggle--btn:before,
.toggle--btn:after,
.toggle--checkbox,
.toggle--checkbox:before,
.toggle--checkbox:after,
.toggle--feature,
.toggle--feature:before,
.toggle--feature:after {
    transition: all 250ms ease-in;
}

.toggle--btn:before,
.toggle--btn:after,
.toggle--checkbox:before,
.toggle--checkbox:after,
.toggle--feature:before,
.toggle--feature:after {
    content: '';
    display: block;
}

.small {
    font-size: 7px;
}