
/*  #GV site styles */

body {
  letter-spacing: 0.04em;
}

.text-blue_gv { color: #00ccff; }

.liste_baslik {color: #00ccff; font-weight:bold; font-size:1.3rem;}

.liste {font-weight:bold; font-size:1.1rem;}

.fi {font-size:1.2rem;}

#mainNav {
  min-height: 3.5rem;
  background-color: #fff;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #333;
  border: 1px solid #333;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #000000;
  font-weight: 700;
  padding: 0;
  
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(#333, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-right: 100px;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0 0.5rem 1rem;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 5px 10px;
    font-size: 0.72rem;
    font-weight:bold;
    text-align: center;
    color: #ccc;
  }
  #mainNav .nav-link:hover {
    color: #00ccff;
  }
  #mainNav .nav-link:active {
    color: #00ccff;
  }

  #mainNav .current {
    color: #00ccff;
  }
  
/* !!! Shrink JS */
  
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #000;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #000000;
    padding: 5px 10px;
    font-size: 0.72rem;
    text-align: center;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #00ccff;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #ffcc00;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #00ccff;
    outline: none;
    border-bottom: 0.25rem solid #00ccff;
  }
}



.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%), url("images/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead h1 {
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }

 
  
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.about-section {
  padding-top: 7rem;
  padding-bottom:0;
  background: linear-gradient(to bottom, #333 0%, #000 75%, #000 100%); 
}

.about-section p {
  margin-bottom: 5rem;
  font-size: 16px;
}


.projects-section {
  padding: 1.2rem 0;
}
.projects-section .featured-text {
  padding: 2rem;
}


@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #00ccff;
  }
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #00ccff;
    border-width: 0.25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 75%, #000000 100%), url("images/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding-top: 0.5rem;
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #00ccff;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: #00ccff;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .social {
  margin-top: 1rem;
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: #333;
  border-radius: 100%;
  line-height: 3rem;
  color: #fff;
}
.contact-section .social a:hover {
  color: #fff;
}
.contact-section .social a:active {
  color: #fff;
}

.footer {
  padding: 2rem 0;
}

/* Video */
video {
  width: 100% !important;
  height: auto !important;
}

.video_info {
  font-size:11px; 
  margin:0;
  padding:0;
}

main {
  background: transparent;
  /* height: 100vh; */
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}

.iletisim { 
  padding-right: 20px;
  font-size:14px; 
}

.list {
  font-size:12px; 
  margin:0 0 0 10px;
  padding:0;
}

h4, h5 {
font-weight: bold;
}
