@font-face {
  font-family: 'Museo Sans Rounded 900';
  src: url('../fonts/MuseoSansRounded-900.woff2') format('woff2'),
    url('../fonts/MuseoSansRounded-900.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Rounded 700';
  src: url('../fonts/MuseoSansRounded-700.woff2') format('woff2'),
    url('../fonts/MuseoSansRounded-700.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Rounded 500';
  src: url('../fonts/MuseoSansRounded-500.woff2') format('woff2'),
    url('../fonts/MuseoSansRounded-500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Rounded 1000';
  src: url('../fonts/MuseoSansRounded-1000.woff2') format('woff2'),
    url('../fonts/MuseoSansRounded-1000.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Rounded 300';
  src: url('../fonts/MuseoSansRounded-300.woff2') format('woff2'),
    url('../fonts/MuseoSansRounded-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Rounded 100';
  src: url('../fonts/MuseoSansRounded-100.woff2') format('woff2'),
    url('../fonts/MuseoSansRounded-100.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body {
background: #c10000;
color: #FFF;
font-family: 'Museo Sans Rounded 500', sans-serif;
font-size: 18px;
letter-spacing: 2px;
background-image: url('../imgs/hero-waves.svg'), linear-gradient(to top, #f00, #c10000);
background-repeat: no-repeat, no-repeat;
background-position: center, center;
/*background-size: 100% auto, cover;*/
}
img {
/*border-radius: 50%;*/
}
.profile-picture {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
height: auto;
max-width: 100px;
}
.profile-picture-full {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 5%;
height: auto;
max-width: 400px;
}
.footer-logo {
display: block;
margin-left: auto;
margin-right: auto;
/*margin-top: 10%;*/
height: auto;
max-width: 30px;
}
.profile-name {
text-align: center;
padding: 30px;
}
.links {
text-align: center;
margin-top: 20px;
padding: 20px;
max-width: 290px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 3.125rem;
text-transform: uppercase;
background-color: #00247d;
color: #fff;
}
a {
text-decoration: none;
color: #fff;
/*transition: color 1s;*/
}
.bottom-text {
text-align: center;
margin: 50px 0px;
font-weight: bold;
}
a:hover {
background-color: #f00;
color: #fff;
font-weight: bold;
}
a.link{
	text-decoration: underline;
}
a:hover.link{
	color:#00247d;
	text-decoration: none;
	font-weight: normal;
	background-color: unset;
} 