/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');

*{
font-family: 'Bubblegum Sans', cursive;
color:  #2196f3;
}

body {
  background:  linear-gradient(220deg, rgba(255,0,0,1) 0%, rgba(255,154,0,1) 10%, rgba(208,222,33,1) 20%, rgba(79,220,74,1) 30%, rgba(63,218,216,1) 40%, rgba(47,201,226,1) 50%, rgba(28,127,238,1) 60%, rgb(21 242 69) 70%, rgb(211 221 54) 80%, rgb(221 104 48) 90%, rgb(253 84 10) 100%);
}

hr {
  background-color:#2196f3; height:7px; border:0px;"
}

h1 {
  font-size:2rem; margin-bottom:10px;
}

.size-1-5 {
  font-size:1.5rem;
}

.inline-flex {
  display:inline-flex
}

.social-icons {
  height:30px; margin-right: 4px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.promocja {
  background:  linear-gradient(220deg, rgba(255,0,0,1) 0%, rgba(255,154,0,1) 10%, rgba(208,222,33,1) 20%, rgba(79,220,74,1) 30%, rgba(63,218,216,1) 40%, rgba(47,201,226,1) 50%, rgba(28,127,238,1) 60%, rgb(21 242 69) 70%, rgb(211 221 54) 80%, rgb(221 104 48) 90%, rgb(253 84 10) 100%);
  
  border: 0;
}

.header {
  letter-spacing: 16px;

}

.space-header{
  margin-top: 30%;
}

.castle-name {
  mix-blend-mode: difference;
}

.castle-size{
  font-size: 1.5rem;
  mix-blend-mode: difference;
}

.get-quote {
  width: 250px;
  margin-bottom: 25px;
}

.main-img {
  border:  #c7ebff 3px solid;
  border-radius:  4%;
}

.opacity-5 {
  opacity:  0.5;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax img {
  
    width: 100% !important;
    
   
}

.parallax-container {
  min-height: 420px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.materialboxed.active{
  object-fit:contain;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }



  .parallax img {
    width: 170% !important;
  }


  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
