

#my{
zoom: 100%;
}

img.logo {
	height: 18vh;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 10px;
	transition-duration: 0.3s;
	vertical-align: middle;
	filter: grayscale(75%);
	transform: scale(1) rotate(0turn);

}

img.logo:hover {
	filter: grayscale(0%);
	transform: scale(1.25) rotate(0.09turn);
	transition-duration: 0.3s;
}



div.bg-content {
	background-color: rgba(255, 255, 255, 0.55);
	border-radius: 1px;
	position: auto;
	margin-top: 2vh;
	margin-bottom: 0px;
	margin-left: 20vw;
	margin-right: 20vw;
	display: inline-block;
	padding: 10px 20px 0px 30px;
	border: 3px solid #5e5e5e;
  }

  div.bg-content p {
	color: #000000;
	font-family: 'Corben', cursive;
	font-size: 1.1em;
	opacity: 1;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin-block-end: 0em;
}

div.bg-content p span {
	margin-right: 0px;
	font-weight: 400;
	text-decoration: none;
	text-decoration: rgba(255, 166, 0, 0.452) underline 2px;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	font-style: italic;

}


div.bg-links {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	vertical-align: top;
}

div.bg-links p {
	font-family: 'Corben', cursive;
	font-weight: 700;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.55);
	margin-block-start: 0.25em;
	
}

div.bg-links p a {
	display: inline-block;
	color: #001633;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 15px 5px 15px;
	border-radius: 1px;
	border: 3px solid #ffffff00;
	text-decoration: rgba(255, 166, 0, 0.774) underline 5px;
	text-decoration-skip-ink: none;
	text-underline-offset: 4px;
	transition-duration: 0.25s;
}

div.bg-links p a:hover{
	background-color: #ffffff;
	border: 3px solid #000000;
	text-decoration: rgb(252, 229, 187) underline 5px;
	transition-duration: 0.25s;

}

div.bg-title {
	margin-top: 3vh;
	margin-bottom: 0vh;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: auto;
}

div.bg-title2 {
	margin-top: 3vh;
	margin-bottom: 0vh;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: auto;
}

.bg-title h1 {
	overflow: hidden; 
	border-right: .15em solid #000000; 
	white-space: nowrap; 
	margin: 0 auto; 
	letter-spacing: .05em; 
	animation: 
	  typing 4s steps(40, end),
	  blink-caret 0.75s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
	from { width: 0 }
	to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: #585858; }
  }

body {
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-attachment: fixed;
	width: auto;
	background-size: cover;
	background-color: #d6d6d6;
  	position: relative;
	text-align: center;
	display: grid;
	grid-template-rows: auto 1fr auto;
}


footer {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	position: fixed;
	bottom: 0;
	vertical-align: text-bottom;
	text-align: center;
	z-index: 1;
	border-top:rgba(255, 255, 255, 0.55);
}

footer p{
	color: #2b2b2b;
	font-family: 'Corben', cursive;
	font-size: 1em;
	font-weight: 300;
}

footer p a{
	color: #2b2b2b;
	display: inline-block;
	border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border: 2px solid #00000000;
}

footer p a:hover{
	background-color: #ffffff;
	border: 2px solid #000000;
	text-decoration: none;

}


@media only screen and (min-width: 1400px){

}

@media only screen and (min-width: 1200px){

}

@media only screen and (min-width: 993px){

	div.bg-title2 {
		display: none;
	}
}

@media only screen and (max-width: 992px){

body{
	height: auto;
  	background-position: center;
	margin: auto;
	max-width: 100%;
}
div.bg-content {
	margin-left: 2.5vw;
	margin-right: 2.5vw;
	padding: 0px 10px 0px 15px;
	width: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
h1 {
	font-size: 16px;
}

img.logo {
	filter: grayscale(0%);
	height: 10vh;
}

div.bg-links p a {
	font-size: 16px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff00;
	border: 3px solid #ffffff;
	text-decoration: none;
}

div.bg-title {
	display: none;
}
div.bg-title2{
	display: inline-block;

}
}

