<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Playfair+Display:ital@0;1&amp;display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.2em;
  background-color: #ffe4c4;
  color: black;
  padding-bottom: 0px;
  overflow-x: hidden;
}

/*Parallax*/
body, html {
  height: 100%;
  width: 100%;
}

.hero {
	background-image: url("images/tokyo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	height: 50%;
}

 p {
	padding-left: 5px;
	padding-right: 5px;
 }

.headline-container {
	text-align: center;
	color: #202B5A;
}

.headline {
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 20px;
	color: #202B5A;
}

.date {
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 20px;
}

img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
 }


.mycard {
	margin-bottom: 25px;
}

.thumb {
	background: rgba(0,0,0,0.0);
	padding: 0px;
	height: 100%;
}

.thumb:hover {
	border-radius: 0px;
	padding: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #0252ca;
}

.avatar {
	max-width: 80px;
	margin-top: -40px;
}

.athlete {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
}


.sport {
	font-family: 'Josefin Slab', serif;
	font-size: 1.1em;
}

.thumb:hover &gt; .sport {
	font-weight: 400;
}

.thumb:hover &gt; .athlete {
	font-weight: 400;
}

.sport-icon {
	max-width: 30px;
	display: inline;
}

.modal-header {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #f2f2f2;
}

.modal-title {
	color: #202B5A;
	font-weight: 200;
	font-size: 1.5em;
}

.modal-sport-icon {
	max-width: 40px;
	display: inline;
}

.profile-header {
  border-bottom: 1px #d9d9d9 solid;
  padding-bottom: 20px;
}

img.round {
  max-width:150px;
  margin-bottom: 20px;
}

img.big {
	margin-left: 5px;
	margin-bottom: 20px;
}

.name {
	color: #0252ca;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 300;
}

.career {
	font-family: 'Josefin Slab', serif;
	text-transform: uppercase;
	color: #b36b00;
	font-size: 1.5em;
}

.gold-medal {
	color: #D6AF36;
}

.silver-medal {
	color: #A7A7AD;
}

.bronze-medal {
	color: #A77044;
}

#footer {
	background-color: #faebd7;
	color: #000;
	font-size: 0.8em;
	text-align: center;
	font-weight: 300;
	line-height: 1em;
	padding-top: 20px;
}

.credit {
	font-weight: 400;
}

.button {
	background-color: rgba(0,0,0,0.0);
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button:hover {background-color:green}

.share {
	margin-bottom: 20px;
	font-weight: 300;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
</pre></body></html>