@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap'););



html, body {

  
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	color: #272221;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #262869; text-decoration: none; }
a:visited {color: #262869; text-decoration: none; }
a:hover {color: #262869; text-decoration: none; }
a:active {color: #262869; text-decoration: none; }






.bluetext {
	padding-top:50px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Josefin Sans', sans-serif;
	color: #262869;
	text-align: center;
	font-weight: 500;
	
}





.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.redroundbutton {
  border: none;
  color: white;
  text-align: center;
	font-weight: 400;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
	text-align: center;
	font-size: 22px;

  
}



.redroundbutton a:link {color: #ffffff; text-decoration: none; padding-top:12px; padding-bottom:12px; padding-right:30px; padding-left:30px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #262869; background-color: #262869; }
.redroundbutton a:visited {color: #ffffff; text-decoration: none; padding-top:12px; padding-bottom:12px; padding-right:30px; padding-left:30px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #262869; background-color: #262869; }
.redroundbutton a:hover {color: #262869; text-decoration: none; padding-top:12px; padding-bottom:12px; padding-right:30px; padding-left:30px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #262869;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff; }
.redroundbutton a:active {color: #ffffff; text-decoration: none; padding-top:12px; padding-bottom:12px; padding-right:30px; padding-left:30px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #262869;background-color: #262869; }





