/* CSS Document */
body {
  background-color: #F3E790
}
#g-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

#g-header {
  padding-left: 26%;
  padding-right: 26%;
  max-width: 1200px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;  /* t/b+L/R or TRBL */
  margin-right: auto;
  aspect-ratio: 16 / 4;
  min-height: 80px;
}
#g-footer {
  padding: 15px 0 10px;
  font-size: 16px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #0DCAF0;
  color: #FFFFFF;
}
#g-main {
  max-width: 1200px;
  margin: 0 auto;
}
#g-contact {
  max-width: 1200px;
  margin: 0 auto;
}
#navMain {
  display: flex;
  align-items: center;          /* vertical alignment */
  justify-content: space-between;
  background-color: #0DCAF0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 7px 15px 10px 15px;
}
#navTitle {
  color: #FFFFFF;
  font-size: 28px;              /* use px instead of x-large */
  font-weight: 600;
}
#navContact {
  margin-left: auto; /* pushes this item to the far right */
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  background-color: #0d6efd;   /* Bootstrap primary blue */
  border: 1px solid #0d6efd;
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
}
#navContact:hover {
  background-color: #0b5ed7;   /* darker blue on hover */
  border-color: #0a58ca;
}
.h3.section-title {
	margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.social-icons {
	width: 42px;
	height: 42px;
	font-size: 18px;
	background: #444;
	border-radius: 21px;
	text-align: center;
  	padding: 6px 0;
	line-height: 28px;
	color: #ffffff;
}
.social-icons:hover, .social-icons:focus {
	color: #eee;
	background: #555;
}
.card {
	margin-bottom: 30px;
}
.image-center{
  position: relative;
  padding: 5px;
  clear: both;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rounded-circle {
  border-radius: 50% !important;
  border-style: none;
  max-height: 300px;
  height: 100%;
  aspect-ratio: 6/4;
  min-height: 40px;
  min-width: 60px;
}
p{
  font-family: "Comic Sans MS";
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: medium;
  line-height: normal;
  text-align: left;
}
.title{
  font-family: "Comic Sans MS";
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: xx-large;
  line-height: 100%;
  text-align: center;
  /*  white-space: nowrap; */
  max-width: 1200px;
  display: block;
}
.inTitle{
  text-align: center;
  font-size: x-large;
  line-height: 0pc;
  white-space: nowrap;
  width: auto;
  height: auto;
}
.grid-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#emailForm {
  background-color: #B6EBB7;  
}
