<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 1, ../scss/style.scss */
body {
  background-color: #f1f1f1;
}

/* line 5, ../scss/style.scss */
.full-width {
  min-width: 100%;
}

/* line 9, ../scss/style.scss */
header {
  background: #666;
  min-height: 100px;
}
/* line 12, ../scss/style.scss */




header h2 {
  color:#666;
  padding-left: 10px;
  
  font-size:200%;
}

header h3 {
  color:#666;
  padding-top: 30px;
  padding-left: 10px;
  
  font-size:150%;
}
header h4 {
  color:#666;
  padding-left: 10px;
  
  font-size:120%;
}


/* line 27, ../scss/style.scss */

.main-section {
  padding: 30px 0 25px 0;
}

.main-section {
	background-color: #ffffff !important;
}

/* line 31, ../scss/style.scss */
footer {
  background-color: #CCC;
  padding: 50px 0 40px 0;
  
}
/* line 34, ../scss/style.scss */
footer h4, footer p {
  color: #000;
}

/* line 39, ../scss/style.scss */
.copyright-section {
  background-color: #fff;
  color:#999;
  padding: 25px 0 0 0;
  border-top: solid #CCC 1px;
  
}

.copyright-section p
{
	font-size:80%;
	
	}
	
	/*  background: url("../images/*.png")   */

/* STRUCTURE for mobile */

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

header h1 {
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	font-family: 'Arial', sans-serif !important;
	font-size: 350%;
}
}


/* STRUCTURE for mobile */

@media screen and (max-width: 680px){
    
    
   header h1 {
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	font-family: 'Arial', sans-serif !important;
	font-size: 260%;
} 
    
    
    
}





</pre></body></html>