/* For mobile phones: */
[class*="col-"] {
	width: 100%;
  }
  
  @media only screen and (max-width: 600px) {
  body{	border-top: 0px solid #081E02;}
	#top-header,#menu2 {display:none;}
	article{display: inline-block;margin-top:10px;}
	#main-logo{display: none;}
	#logo2{display:none;}
	#logo{display:block;}
	aside .side-head{margin:0 20px !important;}
	article h2{padding:0 20px !important;}
	article p{padding:0 5px !important;}
  form {    margin:5px 10px 0 10px !important;}
	aside h1{margin: 5px 25px 5px 35px;}
	aside p{margin: 5px 30px 5px 35px;}
	.slideshow-container{display:none;}
  }
  @media only screen and (min-width: 600px) {
	/* For tablets: */
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}
	#top-header,#menu2 {display:none;}
	article{display: inline-block;margin-top:20px;}
		
  }
  
  @media only screen and (min-width: 768px) {
	/* For desktop: */
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
	.topnav{display:none;}
	article{display: inline-block;margin-top:30px;}
	#top-header,#menu2 {display:inline-block;}
	#menu2 {display:inline-block; float:left;}
	#logo2{padding:20px 30px;position:absolute; top:0; background:rgba(255,255,255,0.8);}
	#logo{display:none;}
  }