/* imports */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@font-face { font-family: Oswald; src: url('/ui/fonts/Oswald.otf'); } 


/* GENERAL */

body {
  font-size: 1.1rem;
  background-color: #fafafa;
  /*cursor: url('/images/butterfly.png'), auto;*/
}
/* a, a.btn, a.btn-large, ul li a, .footer a {
  cursor: url('/images/butterfly-link.png'), auto;
}*/
p {
  line-height: 2rem;
}
p.typography {
  font-family: 'Kalam', cursive;
  font-size: 1.2rem;
  line-height: 1.5em;
}

/* ~~~ NAV ~~~*/

nav {
  height: 90px;
  padding-top: 10px;
  position:absolute; 
  background-color: rgba(255,255,255,0.5);
}
.sticky-nav {
  position: fixed;
  top:0;
  z-index: 100;
  background-color: rgba(255,255,255,0.8);
}
nav a.brand-logo img {
  height: 74px;
}
nav ul li a {
  margin-left: 5px!important;
  margin-right: 5px!important;
  margin-top: 0!important;
  border-radius: 10px;
  padding: 0 30px;
}
nav ul a {
  color: #000000;
}
nav ul a.btn-flat {
  color: #000000!important;
}
.blue-grey.lighten-5:hover {
  background-color: #fff!important;
}
.blue-grey.lighten-5:hover {
  background-color: #fff!important;
}
.blue-grey.lighten-5:hover {
  background-color: #fff!important;
}
.blue-grey.lighten-5:hover {
  background-color: #fff!important;
}
.blue-grey.lighten-5:hover {
  background-color: #fff !important;
}
.blue-grey.lighten-5:hover {
  background-color: #fff!important;
}
.sidenav {
  background-color: #ffffff;
  color: #000;
  background-image: url(/images/bgr-1.jpg) no-repeat;
  z-index: 1000;
}
.sidenav-trigger {
  color: #fff;
  float: right!important;
}

/* ~~~ PAGE ~~~*/

h1.header {
	font-family: Oswald; /* was 'Carter One', cursive */
}
h4, h5 {
  font-family: Oswald; /* was 'Dansing Script', cursive */
}
h5.header {
  font-family: Oswald; /* was 'MuseoModerno', cursive */
  font-size: 2.5em;
  color: #fff; /* was #0d47a1 */
  text-shadow: 2px 2px 5px black;
}
h4.header {
	font-family: Oswald; /* was 'MuseoModerno', cursive */
	font-size: 1.8rem;
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section {
  width: 100%;
}

section div.hero1 {
  background-image: url(/images/01.jpg);
  background-size: cover;
  width:100%;
  height:400px;
  padding: 180px 20px;
}
section div.hero2 {
  background-image: url(/images/02.jpg);
  background-color:#43a047;
  background-size: cover;
  width:100%;
  height:350px;
  padding: 80px 10px;
}
section div.hero3 {
  background-image: url(/images/03.jpg);
  background-size: cover;
  width:100%;
  height:350px;
  padding: 80px 10px;
}
section div.hero4 {
  background-image: url(/images/04.jpg);
  background-size: cover;
  width:100%;
  height:350px;
  padding: 80px 10px;
}
section div.hero5 {
  background-image: url(/images/05.jpg);
  background-size: cover;
  width:100%;
  height:350px;
  padding: 80px 10px;
}
section div.hero6 {
  background-image: url(/images/bgr-6.jpg);
  background-size: cover;
  width:100%;
  height:350px;
  padding: 80px 10px;
}
section div.hero7 {
  background-image: url(/images/bgr-7.jpg);
  background-size: cover;
  width:100%;
  height:350px;
  padding: 80px 10px;
}
section div.hero8 {
  background-image: url(/images/bgr-1.jpg);
  background-size: cover;
  width:100%;
  height:350px;
  padding: 80px 10px;
}
section div.hero2 .btn-large,
section div.hero3 .btn-large,
section div.hero4 .btn-large,
section div.hero5 .btn-large,
section div.hero6 .btn-large,
section div.hero7 .btn-large,
section div.hero8 .btn-large {
  margin: 30px 0;
}


.pol-home {
  background-color: rgba(0,0,0,0.40);
  -webkit-clip-path: polygon(0 0,100% 10%,100% 100%,0 90%);
  clip-path: polygon(0 0,100% 6%,100% 100%,0% 90%);
  overflow: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left,center right;
  height: 100%;
  margin-top: -7%;
  z-index: 50;
  position: relative;
  padding: 5% 2% 5% 2%;
}

/* ~~~ FOOTER ~~~*/


footer.page-footer {
  background-color: #176ec3;
}
.page-footer h5 {
  font-family: Oswald; 

  font-size: 2rem;
}
.page-footer p,
.page-footer ul li a {
  /*font-family: 'Kalam', cursive;*/
  font-size: 1.1rem;
  line-height: 1.4em;
}

.footer-copyright {
  border-top: solid 1px #64b5f6;
  background-color: #000!important;
  font-size: 0.8rem;
}


@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
	.hero1 h1, .hero2 h1, .hero3 h1, .hero4 h1, .hero5 h1, .hero6 h1, .hero7 h1, .hero8 h1 {
    font-size: 2rem;
    padding: 20px;
    text-shadow: 1px 1px 3px black;
  }
	
}


@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
  section div.hero1 {
    height: 450px;
  }
  .hero1 h1, .hero2 h1, .hero3 h1, .hero4 h1, .hero5 h1, .hero6 h1, .hero7 h1, .hero8 h1 {
    font-size: 1.7rem;
    padding: 20px;
    text-shadow: 1px 1px 1px black;
  }
  .hero1 h1 {
    padding: 0;
  }
  .hero1 h5 {
    font-size: 2rem;
  }
  .hero7 h5 {
    font-size: 1.4rem;
  }
  .parallax-container h5 {
    font-size: 2rem;
  }
  .pol-green {
    margin-top: -10%;
    padding: 5% 2% 10% 2%;
  }

}

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

footer.page-footer {
  margin: 0;
}




@media only screen and (min-width : 600px) {

	.hero1 h5 {font-size: 2.8rem;}

}

@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width : 1280px) {

	.hero1 h5 {font-size: 3.5rem;}

}


