
@font-face {

    font-family: Objective-Light;
  
    src: url('../fonts/Objective-Light.woff2');
  
  }

  @font-face {

    font-family: Objective-Medium;
  
    src: url('../fonts/Objective-Medium.woff2');
  
  }

  @font-face {

    font-family: Objective-Bold;
  
    src: url('../fonts/Objective-Bold.woff2');
  
  }

  body {
    font: 400 15px/1.8 Objective-Light;
    margin: 0px auto;
    max-width: 100% !important;
    overflow-x: hidden;

  }

/* NAVBAR CSS settings */

.navbar {
    background-color: #fff !important;
    border-top: 1.5px solid #E8E8E7;
    border-bottom: 1.5px solid #E8E8E7;
    height: 50px;
}


.navbar-nav .nav-item {
  padding-left: 5px;
  padding-top: 7px;
  
}


.navbar-nav .nav-item .nav-link {
    color: #0E4A7C;
    
}

.navbar-nav .nav-item {
  padding-right: 18px;
  padding-left: 18px
}
.navigation {
    border-top: 2px solid #E8E8E7;
    border-bottom: 2px solid #E8E8E7;
    
}


.Mainnavigation {
    border-top: 2px solid #E8E8E7;
}


/* HEADER CSS settings */

.headerFirst {
    width: 99%;
    height: 80px;
    padding-top: 12.5px;
    
  }
  
  .segment1 a {
    padding-top: 18px;
  }

  .segment3 img {
    padding-top: 18px;
  }
  .segment3 a {
      display:inline-block;
      padding-top: 18px;
  }

  
  
  .headerSecond {
      width: 100%;
      margin: 0px auto;
      
    }

.nav-link {
    color: #5E86A7;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding-right: 35px;
}


.nav-link:last-child {
    padding-right: 25px;
}

.menuLine .active {
    border-bottom: 3px solid #345F83;
    
}

/* FOOTER CSS settings */

.container-fluid {
    padding: 0px 0px 0px 0px;
}
.footer {
    background-color: #fff;
    height: 200px;
    color: #000;
    text-align: center;
    margin: 0px auto !important;
    padding-top: 33px;
}

.footer_menu a {
    color: #000;
    text-decoration: none;
    opacity: 70%;
    padding-right: 25px;
    line-height: 20px;
}

.footer_social {
    border-top: 1.5px solid #be982c;
    border-bottom: 1.5px solid #be982c;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_social a {
    color: #000;
    text-decoration: none;
}

.copyright {
    color: #000;
    text-decoration: none;
    opacity: 70%;
    padding-right: 25px;
}

/* HR styles */



.hr_short_style {
  background-color: #be982c !important;
  height: 4px !important;
  border: none !important;
  width: 13%;
  opacity: 100%;
  
}

/* SEARCH INPUT CSS */
.searchContainer {
    width: 50%;
}

/* HEADINGS SETTINGS */
.heading {
    color: #0E4A7C;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 12px;
    opacity: 100%;
}

.lead {
  color: #5E86A7;
  font-size: 15px;
  
}


/* About site CSS */

.empty {
    height: 66px;
    border-top: 1px solid #BDA33F;
    border-bottom: 1px solid #BDA33F;
    width: 86%;
    margin: 0px auto;
    padding-top: 10px;

}
.list {
    background-color: #0E4A7C;
    color: #BDA33F;
}

.list_items {
    width: 80%;
    margin: 0px auto;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 60px;
}

.list_heading {
    color: #BDA33F;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    height: 50px;
    border-top: 1px solid #BDA33F;
    border-bottom: 1px solid #BDA33F;
    width: 86%;
    margin: 0px auto;
    padding-top: 13px;
}


.facebook_event {
    color: #BDA33F;
    text-decoration: none;
}
.contactContainer{
    padding: 0px;
}
.hr_contactHeader_style {
    border: 1px solid #be982c;
    padding: 0;
    margin: 0;
    width: 100%;
}
.programsPicture {
    /* Set a specific height */
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url("../storage/programs.jpg");
  height: 360px;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 78%;
  margin: 0px auto;
    
}




.contactList-hr {
    border: 1px solid #BDA33F;
    padding: 0;
    margin: 0px auto;
    width: 20%;
    opacity: 100%;
    
}

/* 0ousel CSS */

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
 
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    object-fit: cover;
  }



  #palette_logo {
      margin: 100px auto;
  }
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {

    .hr {
        height: 30px;
        width: 77%;
        margin: 0px auto;
    }

    .hr_style {
      border: 1px solid #be982c;
      width: 88%;
      margin: 25px auto;
      margin-top: 13px;
      
  }
   
    .contactList-heading {
      color: #0E4A7C;
      font-family: Objective-Bold;
      font-size: 20px;
    }
  
    .contactList-child {
        color: #0E4A7C;
        font-size: 17px;
    }

    
    .contactText {
        width: 85% !important;
        margin: 0px auto;
        margin-top: 0;
        margin-bottom: 0.1rem;
    }

    .contactText p {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    #myCarousel {
      width: 86%;
      margin: 0px auto;
      height: 640px;
    }
    
    .header_right .nav-link {
        padding-left: 25px;
        padding-bottom: 13px;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    #logo_left {
      height: 57.5px;
      
    }
    #logo_center {
      height: 57.5px;
    }
    #palette_logo {
      height: 100px;
    }
    .carousel-item{
      height: 630px;
    }

    .palette {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
      width: 72%;
      margin: 0px auto;
    }
    
    .palette-item {
      width: 100%;
      height: 100%;
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
      cursor: pointer;
      opacity: 70%;
      
    }
    
    .palette-item:hover {
        border: 2px solid #be982c;
        opacity: 100%;
        color: #be982c;
    }
  
  
    .palette-item-name {
        text-align: center;
        color: #fff;
        padding-top: 300px;
        font-size: 18px;


    }

    .list {
        padding-top: 67px;
    }

   
} 

@media (max-width: 1200px) and (min-width: 480px) {
  .list_heading {
    color: #BDA33F;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    height: 50px;
    border-top: 1px solid #BDA33F;
    border-bottom: 1px solid #BDA33F;
    width: 100%;
    margin: 0px auto;
    padding-top: 10px;
  }

}



/* MEDIA KIS MÉRET */
@media (max-width: 768px) {

  
  .longerHeading {
      width: 90%;
  }
  
  .palette .column {
      padding-bottom: 0px !important;
      padding-right: 5px !important;
      height: 350px;
  }
  .palette-item {
    height: 250px !important;
    width: 250px !important;
    overflow: hidden;
    position: relative;
    text-align: center !important;
    cursor: pointer;
    opacity: 70%;
    
  }

  .palette-item-name {
    text-align: center;
    color: #fff;
    margin-top: -40px;
}

  .formContainer {
    width: 100%;
    padding: 20px;
  }

  .slider {
    height: 400px !important;
  }

  .slider .carousel-inner {
      height: 400px !important;
  }

  .slider .carousel-item img{
    height: 300px !important;
    padding: 15px;
    object-fit: cover;
  }

  .list_heading {
    color: #BDA33F;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    height: 150px;
    border-top: 1px solid #BDA33F;
    border-bottom: 1px solid #BDA33F;
    width: 90%;
    margin: 0px auto;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .list_items {
    width: 80%;
    margin: 0px auto;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 60px;
}

    .lead {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
    }

    .dataContainer {
      width: 90%;
    }
    .contactList-heading {
      color: #0E4A7C;
      font-weight: bold;
      font-size: 12px;
    }

    .contactList-child {
        color: #0E4A7C;
        font-size: 7px;
    }
    .programsPicture {
        /* Set a specific height */
      background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../storage/programs.jpg");
      height: 100px;
      /* Position and center the image to scale nicely on all screens */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      width: 80%;
      margin: 0px auto;
        
    }


    .contactList-hr {
        display: none;
        
    }

    .headerFirst {
        padding-top: 16px;
    }
    .header_right .nav-link {
      border-bottom: none;
    }

  
  .segment1 {
      padding-left: 1px;
  }

  .segment2 {
      width: auto;
  }

  .segment3 {
      padding-right: 1px;
  }
  .navbar-toggler {
      margin-left: 20px;
  }
    .nav-link {
        color: #0E4A7C;
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 30px;
        font-size: 12px;
        border-bottom: none;
    }
    
    .menuLine .activeLink {
      border-bottom: 3px solid #345F83;
      width: 25%;
      
  }

    .menuLine .active {
        border: none;
    }

    .navbar {
      background-color: #fff !important;
      border-top: 1px solid #E8E8E7;
      border-bottom: 1px solid #E8E8E7;
      height: auto;
  }

    .header_right .fa {
        font-size: 15px !important;
    }

    .header_right .nav-link {
        padding-right: 0px;
    }

    .hr_short_style {
        border: 2px solid #be982c;
        width: 10%;
        margin: 5px auto;
        
      }

      #myCarousel {
        width: 100%;
        margin: 0px auto;
        height: 250px !important;
      }
  
      .carousel-item img {
        height: 250px !important;
      }
      
      .carousel-inner {
          height: 250px !important;
      }

      
  
      #logo_left {
        height: 30px;
      }
  
      #logo_center {
        height: 30px;
      }
      #palette_logo {
        height: 50px;
      }
    
    
    .controllerContainer {
        border-top: 1px solid #be982c;
        border-bottom: 1px solid #be982c;
        height: 350px;
        padding: 0px;
        
    }

    .controllerContainer .btn {
        width: 110px;
    }

    .controllerContainer img {
        height: 15px !important;
    }

    .controllers > span > a {
      font-size: 12px;
    }

    .controllers > span {
      padding-right: 0px; 
   }

    .hr {
      height: 20px;
      width: 100%;
      margin: 0px auto;
    }

    .hr_style {
      border: 1px solid #be982c;
      
    }

    .palette {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
      width: 72%;
      margin: 0px auto;
    }
  
    .palette-item {
      width: 100%;
      height: 100%;
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
      cursor: pointer;
      opacity: 70%;
      padding-bottom: 100px !important;
    
    }
    
    .palette-item:hover {
        border: 2px solid #be982c;
        opacity: 100%;
        color: #be982c;
    }


    .palette-item-name {
        text-align: center;
        color: #fff;
        padding-top: 305px;
    }

    .aboutContainer {
      border-top: 1px solid #be982c;
      padding-top: 40px;
      width: 100%;
      text-align: center;
    }

    
    
}

/* MEDIA KIS MÉRET VÉGE */

  .column {
    padding-top: 50px;
    padding-right: 18px;
    padding-bottom: 60px;
    height: 400px;
    
    
  }




  .controllerContainer {
      border-top: 1px solid #be982c;
      border-bottom: 1px solid #be982c;
      height: 80px;
      width: 83%;
  }

    .controllers {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .controllers a {
        font-size: 15px;
    }
  
    .controllers > span {
       padding-right: 20px; 
    }

    .controllers > span:last-child{
      padding-right: 0px; 
   }

    .container {
        padding: 0px;
    }

    .aboutContainer {
        border-top: 1px solid #be982c;
        padding-top: 40px;
        width: 75%;
    }

    .pagination > .page-item > .page-link{
      color: #000 !important;
    }
    
    .pagination > .page-item.active > .page-link {
        background: #be982c !important;
        text-decoration: none;
        border: 0;
    }

  

    .contactPicture {
        width: 45%;
        opacity: 70%;
    }


    @media (max-width: 1366px) and (min-width: 1200px) {

      
      #myCarousel {
        width: 86%;
        margin: 0px auto;
        height: 640px;
      }
      
      .header_right .nav-link {
          padding-left: 30px;
      }

      .segment1 {
          width: 40%;
      }

    }

    @media (max-width: 1500px) and (min-width: 1366px) {
      #myCarousel {
        width: 88%;
        margin: 0px auto;
        height: 640px;
      }
      
      .header_right .nav-link {
          padding-left: 20px;
      }
      
    }

    .addNewSection {
        text-align: center;
        padding-bottom: 100px;
        
    }

    .addNewSection .btn {
        width: 250px;
    }

    .manageSection {
      width: 100%;
    }
    .manageSection .btn {
      width: 250px;
  }

  .programDate {
      color: #0E71A4;
  }

  .programContainer {
      width: 95%;
      margin: 0px auto;
      padding: 0px;
  }

  .aboutController {
      border-top: 1px solid #be982c;
      padding-top: 50px;
      padding-bottom: 50px;
  }


  .text_effect {
    font-family: Objective-Bold;
    
}

.armorContainer {
    background-color: #0E4A7C;
    padding-top: 60px;
    padding-bottom: 60px;
}

.armorContainer p {
    color: #fff;
    opacity: 90%;
}


.historyContainer {
  background-color: #0E4A7C;
  padding-top: 60px;
  padding-bottom: 60px;
}

.historyContainer p {
  color: #fff;
  opacity: 90%;
}



.slider {
    height: 400px !important;
}

.slider .carousel-item img{
    height: 400px !important;
    object-fit: cover;
}

.slider .carousel-item:active {
    border-bottom: none !important;
}

.game1 {
    background-color: #0A243B;
    height: 400px;
    
    
}

.gameContent {
    margin: 135px auto;
    
}

.gameContent p {
  line-height: 45%;
  font-size: 18px;
}

.gameContent .gameData {
    padding-top: 10px;
}

.gameContent .gameData .class {
    font-weight: bold;
}


.armorContainer a {
    text-decoration: none;
}
.game2 {
    background-color: #CA9E67;
    height: 400px;
}

.formContainer {
    width: 50%;
    padding: 20px;
    border: 1px solid #E8E8E7;
}

.warningDiv {
  color: red;
  font-weight: bold;
}
  


@media (min-width: 780px) and (max-width: 825px) and (orientation : landscape) {

  .headerFirst {
    width: 99%;
    height: 135px;
    padding-top: 12.5px;
    
  }

  .navbar-toggler {
    margin-left: 20px;
  }
  .nav-link {
      color: #0E4A7C;
      font-weight: bold;
      text-transform: uppercase;
      padding-right: 30px;
      font-size: 12px;
      border-bottom: none;
  }
  
  .menuLine .activeLink {
    border-bottom: 3px solid #345F83;
    width: 25%;
    
  }

  .menuLine .active {
      border: none;
  }

  .navbar {
    background-color: #fff !important;
    border-top: 1px solid #E8E8E7;
    border-bottom: 1px solid #E8E8E7;
    height: auto;
  }

}

.aboutSections {
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 1px solid #be982c;
}

.aboutSections h3 {
  font-family: Objective-Bold;
  color: #0E4A7C;
}

.liContainer {
    width: 80%;
}

.liContainer .lead {
    text-align: left;
}
.liContainer > ul {
  display: inline-block;
}



