/*
Theme Name: Zespół Szkół Ogólnokształcących nr 3 w Olsztynie
Author: Rafał Banach - Defile
Text Domain: ZSO3
Description: Projekt strony przygotowany dla Zespołu Szkół Ogólnokształcących nr 3 w Olsztynie.
Version: 1.0.0
*/

html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f9fa;
}

h4 {
    font-size: 1.35rem;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.footer-1 {
    /* background-color: #1a2a40; */
    color: silver;
    text-align: justify;
    padding-top: 10px;
    padding-left: 10px !important;
    padding-right: 20px !important;
}

.material-icons {
    font-size: 280px !important;
}

.color {
    color: #e00b27;
}

.color-2 {
    color: #ebf4f7;
}

.color-3 {
    color: #4f7b8c;
}

.color-4 {
    color: #f2a30f;
}

.padding-i {
    padding-top: 25px;
    padding-bottom: 55px;
}

.position {
    position: absolute;
}

.padding-25 {
    padding-top: 15px;
}

.bottom-bgcolor-1 {
    background-color: #243840;
    color: #6da9bf;
}

.nav-grad {
    background: linear-gradient(to left, #152931, #2B434D);
    opacity: 1;
    transition: opacity 0.5s;
}

#nav:not(.nav-grad) {
    opacity: 0.7;
    }

.nav-sticky{
    position: fixed;
    z-index: 300;
    width: 100%;
    /* top: 0; */
}

#nav{
    /* padding: 30px 10px; */
}

.small{
    background: linear-gradient(to left, #152931, #2B434D);
    transition: opacity 0.5s;

    /* transition: background-color 0.7s ;
    -webkit-transition: background-color 0.7s ;
     -moz-transition: background-color 0.7s ;
 -o-transition: background-color 0.7s ; */

 }

/* :not(.small) {
  background: linear-gradient(to left, #152931, #2B434D);
    transition: transform 0.25s;
} */

a:not(.color-js1){
  transition: font-size 0.5s;
}
 .color-js1{
    color: #ffffff;
    font-size: 13px !important;
    transition: font-size 0.5s;
    }

.bottom-bgcolor-2 {
    background-color: #1d2d33;
    color: #6da9bf;
}

.bottom-bgcolor-3 {
    background-color: #49717f;
    color: #6da9bf;
}

.bottom-bgcolor-4 {
    background-color: #48707f;
    color: silver;
}

.bottom-bgcolor-area {
    background-color: #1d2d33;
    color: silver;
}

.padding-left-25 {
    margin-left: 25px;
}

.card-deck {
    padding-bottom: 25px !important;
}

.font-12 {
    font-size: 14px;
}

.height {
    min-height: 30vh;
}

.google-maps {
    position: relative;
    padding-bottom: 300px;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.padding-maps {
    padding-top: 10px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px;
}

.color-gray {
    color: #ced4da;
}

.nav-link {
    font-size: 0.9rem;
}

.jumbotron-fluid {
    background-image: url('img/gplaypattern.png');
/*     background-size: cover; */
    background-repeat: repeat;
    background-size: auto;
    color: #243840;
    box-shadow: 1px 2px #efefef;
    position: relative;
    padding-top: 120px;
}

.shadow-text {
    text-shadow: 2px 2px silver;
}

.bor-right {
    border-right: 1px solid #2b434d;
    /* box-shadow: 1px 0px #2b434d; */
    margin-bottom: 25px;
    margin-top: 10px;
}

.bor-left {
    border-left: 1px solid #2b434d;
    /* box-shadow: 1px 0px #2b434d; */
    margin-bottom: 25px;
    margin-top: 10px;
}

.bip {
    position: absolute;
    top: 70px;
    right: 80px;
    transition: transform 0.15s;
}

.bip:hover {
    transform: scaleY(1.11) scaleX(1.11);
}

.line {
    width: 100%;
    height: 2px;
    background-color: #243840;
}

.card-border {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.dropdown-item.active {
    background-color: #243840;
}

.dropdown-menu {
    margin-left: -40px;
}

.navbar-collapse {
   /* margin-right: 50px; */
}

.border-0 {
    border: 0px;
}

.page1 {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.carousel-control-prev-icon {
    background-color: #070c09;
}

.carousel-control-next-icon {
    background-color: #070c09;
}

.carousel-control-prev {
    left: -16px;
    width: auto;
}

.carousel-control-next {
    right: -16px;
    width: auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 45px;
}

/* ustawienie panelu szerokości aktualności*/
/* .maxh {
    max-height: 350px;
    height: 350px;
    overflow: hidden;
} */

li.widget {
    list-style: none;
}

/* li a {
    color: #4f7b8c;
} */

a {
  color: black;
}

li a:hover {
    color: black;
    text-decoration: none;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.menu-item {
    padding-left: 30px;
    padding-right: 30px;
}

/*responsywny contact form */
   .wpcf7-textarea,
   .wpcf7-text {
	width: 100%;
    margin: 0 auto; }

/* koniec responsywnego*/


@media (min-width: 576px) {
  .card-title {
  margin-bottom: .75rem;
  height: 3.5rem;
  overflow: hidden;
  }
  .card-text{
    height: 4.5rem;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
    .maxh {
        max-height: unset;
        height: auto;
        overflow: visible;
    }
    .bor-right {
        border-right: 1px solid #2b434d;
    }
    .bor-left {
        border-left: 0px solid #2b434d;
    }
    .jumbotron-fluid {
          padding-top: 70px;
    }

    .nav-sticky{
        position: unset;
    }
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2.8rem !important;
    }
    .maxh {
        max-height: unset;
        height: auto;
        overflow: visible;
    }
    .bip {
        visibility: hidden;
    }
    .bor-right {
        border-right: 0px solid #2b434d;
    }
    .bor-left {
        border-left: 0px solid #2b434d;
    }
    .jumbotron-fluid {
          padding-top: 30px;
    }



}

@media (max-width: 576px) {
    .display-4 {
        font-size: 2.1rem !important;
    }
    .maxh {
        max-height: unset;
        height: auto;
        overflow: visible;
    }
    .carousel-control-next {
        right: 0;
    }
    .carousel-control-prev {
        left: 0;
    }
    .bip {
        visibility: hidden;
    }
    .bor-right {
        border-right: 0px solid #2b434d;
    }
    .bor-left {
        border-left: 0px solid #2b434d;
    }
}
