﻿@import url('https://fonts.cdnfonts.com/css/omnes-2?styles=149325');

* {
  box-sizing: border-box;
}

body {
  margin: 20px;
  position: relative;
  background-color: black;
  color: white;
  font-size: 20px;
}

@media (max-width: 800px){
	p {
	font-size: 18px;
	}
}

@media (max-width: 600px){
	p {
	font-size: 16px;
	}
}

.mainimage {
  max-width: 100%;
}

.container {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

div {
  font-family: 'Omnes', sans-serif;
  text-align: center;
}

ul {
	line-height: 1.6;
}

a:link {
  text-decoration: none;
  color: #0085FF;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

.normal-text1 {
	font-size: 20px;
}

.normal-text2 {
	font-size: 16px;
}

.header-text1 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 0px;
}

.header-text2 {
	font-size: 34px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

.header-text3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 0px 0px;
}


@media (max-width: 800px) {
	.shrink-fix{
	height: auto;
	width: 100%;
	}
}

@media (max-width: 800px) {
	.shrink-fix2{
	height: auto;
	max-width: 100px;
	}
}

.members-grid {
	display: grid;
	grid-template-columns: auto auto auto auto;
	justify-self: center;
}

@media (max-width: 800px) {
	.members-grid {
	display: grid;
	grid-template-columns: auto auto auto;
	justify-self: center;
	width: 100%;
	}
}

@media (max-width: 600px) {
	.members-grid {
	display: grid;
	grid-template-columns: auto auto;
	justify-self: center;
	width: 100%;
	}
}

.members-img {
	width: 150px; 
	height: 150px;
	margin: 20px;
	margin-bottom: 0px;
	border-radius: 50%;
}

@media (max-width: 800px) {
	.members-img {
		width: 125px; 
		height: 125px; 
		margin-top: 15px;
		margin-bottom: 0px;
		border-radius: 50%;
	}
}

@media (max-width: 600px) {
	.members-img {
		width: 100px; 
		height: 100px; 
		margin-top: 15px;
		margin-bottom: 0px;
		border-radius: 50%;
	}
}

.nomargin{
	margin: 0px;
}

a:link{
  text-decoration: none;
    color: #ffffff;
}

a:hover {
  text-decoration: none;
    color: #4ccecb;
}

a:visited {
  text-decoration: none;
    color: #ffffff;
}

#panel1, .flip {
  padding: 10px;
  text-align: center;
  background-color: #e032a6;
  color: white;
  border: solid 1px #a6d8a8;
  margin: auto;
  cursor:pointer;
}

#panel1 {
  display: none;
}

.footertext{
	margin: 0px;
	color: #C0C0C0;
	font-size: 14px;
}