@charset "utf-8";
/* CSS Document */

body, html {
  height: 100%;
  margin: 0;
}

.bg {
  background-image: url("../images/website_background-01.png");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-container
{  display:table-row;
  grid-template-columns: auto auto auto auto;
  grid-row-gap: -80px;
  grid-column-gap: 10px;
padding-bottom: 0;
	padding-top: 0
}


p {
  color:#4665AF; align-content: center; text-align: center; font-family:"Century Gothic"; font-size: 20px
}


p {
  background-color: transparent;
  color: #4665AF;
	align-content: center;
	text-align: center;
	padding-bottom: 3%;
	padding-top: 0%;
	font-family:"Century Gothic"
}


h1 {font-family:"Century Gothic"; color:#2A1E33}



.zoom:hover 
{
  transform: scale(1.2); 
	transition: transform .2s;
}

.mb-1
a:link {
  color: white;
}

a:visited {
  color:white;
}

a:hover {
  color:#;
}

a:active {
  color:#A566A3;
}


.page-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#4665AF;
  color: white;
  text-align: center;
  font-family: "Century Gothic";
  padding-top: 2%
}
