/* CSS custom per https://mirial.es/shortcuts */
body {
	-webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility;
	font-size: 1rem;
	background-color:#004aad;
	

}
img.logo {
	border-radius: 50%;
    width: 96px;
    height: 96px;
    display: block;
    object-fit: contain;
    object-position: initial;
}
.container {
		max-width: 680px;
		margin:0 auto;
}
.header {

    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.headerName {
	margin: 20px 0 0;
	font-family: sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.button-list {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 1rem;
    margin-bottom: 1rem;
    height: 100%;
	transition: all .2s ease-in-out;
	
	a {
		font-family: Roboto;
		text-decoration: none;
		color:#ffffff;
		width:100%;
		padding: 1rem 0;
		margin-bottom: 1rem;
		font-size: 1.1rem;
		line-height: 1.3;
	    border-radius: 5px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex: 1;
		border: 2px solid #ffffff;		
	}
	:hover {
	transform: scale(1.02);
    transition: all .2s ease-in-out;
	}
}
.flex {
	display:flex;
}
.socialLinks {
	display: flex;
	    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.socialLinks a {
	    padding-left: 8px;
    padding-right: 8px;
    color: inherit;
    text-decoration: underline;
}
.socialIcon {
	margin-top: 8px;
    fill: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
	