html,
body,
#cover {
	width: 100%;
	height: 100%;
}

#cover {
    background: url('../images/mainBg.jpg') no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fixed-top {
    max-width: 1140px;
    margin: 20px auto;
    transition: 0.3s all linear;
}

h1 {
    margin-top: 25%; 
    font-family: 'Baskervville', serif;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 20%;
}

h2 {
    font-family: 'Indie Flower', cursive;
    color: #ffffff;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 30px;
}

.btn-outline-light {
    border-style: groove;
    font-family: 'Indie Flower', cursive;
    font-size: 15px;
    padding: 7px 20px;
    transition: color 0.5s ease !important;
    -webkit-transition: color 0.5s ease !important;
    -moz-transition: color 0.5s ease !important;
    -o-transition: color 0.5s ease !important;
}
.btn-outline-light:hover {
    transition: background 0.5s ease !important;
    -webkit-transition: background 0.5s ease !important;
    -moz-transition: background 0.5s ease !important;
    -o-transition: background 0.5s ease !important;
}

a.navbar {
    color: #FFFFFF;
    background-color: #CC3333;
}

/* OR*/

a.nav {
    color: #FFFFFF !important;
    background-color: #e6eac5 !important;
}

a.navbar-default {
    background-color: #FFFFFF!important;
    border-color: #FFFFFF !important;
}

a.nav-link {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #000000 !important;
	font-weight: bold !important;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}
a.nav-link:hover {
    color:white !important;
	font-weight: bold !important;
}

/* Galeri Kısmı */

#galeri {
    background-color: #EDF0F3;
    padding-top: 120px;
    padding-bottom: 10px;
}

.galeri-top h3 {
    font-family: 'Righteous', cursive;
    font-size: 40px;
    font-weight: 700;
}

.galeri-top p {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    color: #7777;
    margin-bottom: 70px;
}

.card {
    border-style: none;
}

.galeri-content .row {
    margin-bottom: 50px;
}

.galeri-content .card-title {
    font-family: 'Righteous', cursive;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 10px;
}

.galeri-content .card-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    color: #A6A7A7;
    margin-bottom: 15px;
}

#bilgi {
    background-color: #EDF0F3;
    padding-top: 60px;
    padding-bottom: 10px;
}

h7 {
    font-family: 'Righteous', cursive;
    font-size: 40px;
    margin-bottom: 30px;
}

h5 {
    font-family: 'Righteous', cursive;
    font-size: 17px;
	padding-top: 20px;
    color: #000000;
}

.bilgi-content p {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    font-weight: bold;
}
.bilgi .container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

/*
.bilgi-content .container {
  max-width: 960px;
}

.bilgi-content .card-deck .card {
  min-width: 220px;
}

.bilgi-content .border-top { border-top: 1px solid #e5e5e5; }
.bilgi-content .border-bottom { border-bottom: 1px solid #e5e5e5; }
*/
#footer {
    padding-top: 10px;
    padding-bottom: none;
}
#footer p {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    line-height: 40px;
}
.sirket-sosyal-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sirket-sosyal-icon {
    display: inline;
    padding-left: 9px;
    padding-right: 9px;
    color: #ffffff !important;
}

.sirket-sosyal-icon .fab {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    background-color: #000;
}

.sirket-sosyal-icon .fas {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    background-color: #000;
}

.fixed-top.change-fix-top {
    margin-top: 0;
    background-color: #EDF0F3;
    max-width: 2000px;
}

/* MEDİA QUERIES */

@media (max-width: 991px) {  
    #footer p {
    font-family: 'Playfair Display', serif;
    font-size: 11px;
    font-weight: 400;
    color: #555555;
    line-height: 25px;
    }

.sirket-sosyal-icon {
    padding-left: 5px;
    padding-right: 5px;
    }

.sirket-sosyal-icon .fab {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    }

.sirket-sosyal-icon .fas {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    }

    h1 {
    margin-top: 175px;
    font-size: 38px;
    margin-bottom: 30px;
    
    }

    h2 {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: rgba(0,0,0,0.3);
    }
    
    .navbar-light .navbar-toggler {
        border: 1px solid #ffffff;
    }
    
    h1 {
    margin-top: 175px;
    font-size: 32px;
    margin-bottom: 30px;
    
    }

    h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .btn-outline-light {
    border-style: groove;
    font-size: 12px;
    padding: 7px 20px;
    }
    
    #galeri {
    background-color: #f7f7f7;
    padding-top: 170px;
    padding-bottom: 0px;
    }

    .galeri-top h3 {
        font-size: 32px;
    }

    .galeri-top p {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .galeri-content .card-title {
    font-size: 16px;
    margin: 10px 10px;
    }

    .galeri-content .card-subtitle {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .galeri-content .row {
    margin-bottom: 20px;
    }
    #footer {
    padding-top: 0px;
    padding-bottom: 10px;
    }
}

@media (max-width: 575px) {  
    
    
}


/*
.item-circle {
    border: 1px solid #97da3c;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 200px;
}

.galeri-content i {
    color: #97da3c;
    line-height: 100px;
}

.galeri-content h4 {
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    font-weight: 700;
    margin-top: 24px;
}

.galeri-content p {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 200;
    margin-top: 24px;
}

.galeri-content h5 {
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    font-weight: 700;
    margin-top: 24px;
}

.galeri-content h6 {
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    font-weight: 700;
    margin-top: 24px;
}
*/
