@charset "utf-8";
/* CSS Document */
header {
}
.main {
	max-width: 100%;
	padding: 1.25em;
    background: #25A5D8;
	margin-right: 2em;
	margin-left: 2em;
	border-radius: 24px;
	border: 1px solid #000000;
	transition: all 0.2s ease;
    justify-content: center;
}
body {
	background-color: #363666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo {
  display: flex;
  justify-content: center;
  margin-left: 1em auto;
  margin-right: 1em auto;
  padding-top: 2em;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.social {
padding-left: 0.333em;
padding-right: 0.333em;
padding-top: 0.25em;
}
.social:hover,
.social:focus 
{
 transition: .2s;
 transform: scale(1.1);
}
social-container {
	margin-top: 1.25em;
	margin-bottom: 1.5em;
	display: flex;
    justify-content: center;
	max-width: max-content;
	padding-left: 0.333em;
	padding-right: 0.333em;
    background: #25A5D8;
	margin-right: 2em;
	margin-left: 2em;
	border-radius: 8px;
	border: 1px solid #000000;
	transition: all 0.2s ease;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
    font-family: 'helvetica-lt-pro', Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 1.25em;
}
h1 {
	font-family: 'helvetica-lt-pro';
	font-size: 3.5em;
	font-weight: bolder;
}
h2 {
	font-family: 'helvetica-lt-pro';
	font-weight: bold;
	font-size: 3.5em;
	margin: 0px;
}
h3 {
	font-family: 'helvetica-lt-pro';
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h4 {
	font-family: 'helvetica-lt-pro';
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
ul.myUL {
  display: inline-block;
  text-align: left;
}
/*Navbar*/
.navbar {
  overflow: hidden;
  background-color: #25A5D8;
  border-radius: 16px;
  background: #25A5D8;
  border: 1px solid #000000;
  transition: all 0.2s ease;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 100%;
  color: #ffffff;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 100%;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 14px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  border-radius: 8px;
  outline: none;
  background: #12587a;
  transition: all 0.2s ease;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border-radius: 8px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  padding: 8px 8px;
  border: 1px solid #000000;
  text-decoration: none;
  display: block;
  text-align: left;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.2s ease;
  color: #25A5D8;
  width: 10em;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  border-radius: 8px;
  background: #D1D9E0;
  transition: all 0.2s ease;
  color: #25A5D8;
  border: 1px solid #000000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.avatar {
border-radius: 36px;
border: 1px solid #000000;
transition: all 0.2s ease;
margin: 0.5em;
}
.avatar:hover,
.avatar:focus 
{
 transition: .2s;
 transform: scale(1.025);
}
#app {
position: relative;
width: 50%;
height: 450px;
}
main, p, h1, h2, h3, h4 {
  word-wrap: break-word;   /* Legacy support */
  overflow-wrap: break-word; /* Modern standard */
}
a {
  word-break: break-word;
}