@charset "utf-8";
/* CSS Document */
* {box-sizing:border-box}
html {background-color: azure;
	  
}




[class*="col-"] {
  width: 100%;
  float: left;
  
}

.main {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 1rem;	
}
.tiles {
	padding: 2rem;
	

}

  .tiles > ul {
  /* grid styles */
  list-style-type: none;
   display: grid;
   align-items: flex-start;
   justify-content: center;
   grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
   grid-gap: 1rem;
}

.tiles > ul > li > h3 {
	text-align: center;
}
.tiles > ul > li > p{
	
	text-align: left;
	padding: 0 .5rem;
}

.row::after {
  content: "";
  clear: both;
  display: table;
  
}
p {text-align: left; 
	line-height: 2em;
}

p.tagline {
	font-family: calibri; 
	text-align: center;
    margin-top:0;
}


p.intro {
	
	margin-left: 0rem;
	margin-right: 0rem;
}
/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
 display: none;
}
img {vertical-align: middle;}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  background-color: #32344a;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

img.logo{
	min-width:75px;
	margin:1.5rem;
	display: inline-flex;
	justify-content: flex-end;
	
}

img.profile{
	
	min-width:120px;
	max-width:250px;
	border-radius:15px;

}

img.material{
 	
	margin-top:1.5rem;
	min-width:120px;
	max-width:350px;
	border-radius:15px;
	vertical-align: middle;
	
	
}



.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 60%;

}


div.topnav {
		
		display: none;
	}
	
@media screen and (min-width: 600px) {
  p {
    text-align: justify;
  }
	.tiles > ul > li > p{
	
	text-align: justify;
	padding: 0 .5rem;
}
}
@media screen and (min-width: 920px){
	
	
  .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%;}
	
	
	p.tagline {
	font-family: calibri; 
	text-align: center;
    margin-top:0;
}
	
	p.intro {
	
	margin-left: 5rem;
	margin-right: 5rem;
}
	
	
	img.logo{
	min-width:75px;
	margin:1.5rem;
	float: none;
	
}
	div.topnav {
		
	display:block;
	justify-content: space-evenly;
	}
	
	.mobnav {
	
	display: none;
}
}
	



	