/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
 
.SwissaPiccolaRegular {
	font-family: "SwissaPiccola-Regular";
}

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


div.xhide {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  color: #000000; 
  font-size: 62.5%;
  }
  
a, a:focus, a:active {
  color: #000000;
  text-decoration: none;
}

a:hover {
 color: #000000;
 text-decoration: underline;
 text-decoration-skip: auto;
}
  

.containernav {
  margin: 25px auto 10px auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .containernav {
    width: 85%;
  }
}

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



.containerpad25 {
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 1280px;
  width: 90%;
}

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

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


.containerpad50 {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1280px;
  width: 90%;
}

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

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
} 
  
  
p {
font-family:'SwissaPiccola-Regular';
font-size: 1.35rem;
line-height: 1.75rem;
 }
 
.smfoot {
 font-size: 0.9rem;
 line-height: 1rem;
} 
 
.sm img {
  width: auto;
    height: 55vh;
  display: block;
}

.scpcol {
fill: orange;
}

 
.bigtxt {
 font-size: 1.5rem;
 line-height: 1.85rem;
}

@media only screen and (min-width: 993px) {
.bigtxt {
 font-size: 2rem;
 line-height: 2.35rem;
}
} 
  

 
.biggertxt {
 font-size: 2.2rem;
 line-height: 2.5rem;
}

@media only screen and (min-width: 993px) {
.biggertxt {
 font-size: 3rem;
 line-height: 3.45rem;
}
}
} 



footer {
padding-bottom: 100px;
}


.divider2 {
  height: 2px;
  overflow: hidden;
  background-color: #000000;
}

.divider5 {
  height: 5px;
  overflow: hidden;
  background-color: #000000;
  margin-bottom: 20px;
}


