

@font-face {
	font-family: 'Computer Modern Serif';
	src: url('fonts/Serif/cmunrm.eot');
	src: url('fonts/Serif/cmunrm.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Serif/cmunrm.woff') format('woff'),
		 url('fonts/Serif/cmunrm.ttf') format('truetype'),
		 url('fonts/Serif/cmunrm.svg#cmunrm') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Computer Modern Serif';
	src: url('fonts/Serif/cmunbx.eot');
	src: url('fonts/Serif/cmunbx.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Serif/cmunbx.woff') format('woff'),
		 url('fonts/Serif/cmunbx.ttf') format('truetype'),
		 url('fonts/Serif/cmunbx.svg#cmunbx') format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'Computer Modern Serif';
	src: url('fonts/Serif/cmunti.eot');
	src: url('fonts/Serif/cmunti.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Serif/cmunti.woff') format('woff'),
		 url('fonts/Serif/cmunti.ttf') format('truetype'),
		 url('fonts/Serif/munti.svg#cmunti') format('svg');
	font-weight: normal;
	font-style: italic;
}


@font-face {
	font-family: 'Computer Modern Serif';
	src: url('fonts/Serif/cmunbi.eot');
	src: url('fonts/Serif/cmunbi.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Serif/cmunbi.woff') format('woff'),
		 url('fonts/Serif/cmunbi.ttf') format('truetype'),
		 url('fonts/Serif/cmunbi.svg#cmunbi') format('svg');
	font-weight: bold;
	font-style: italic;
}


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

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  font-size: 1.6rem;
}

#test {
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: 'Computer Modern Serif';
  font-size: 1.5em;
  margin-bottom: 150px;
  margin-top: 20px;
  word-spacing: -5px;
}

p {
  font-family: 'Computer Modern Serif';
  font-size: 1.6rem;
  text-align: center;
}

#test1 {
  font-family: 'Computer Modern Serif';
}

.defaultLink:link,
.defaultLink:visited {
  font-family: 'Computer Modern Serif';
  color: black;
  text-decoration: none;
}

.defaultLink:hover,
.defaultLink:active {
  font-family: 'Computer Modern Serif';
  color: rgb(84, 84, 84);
  text-decoration: none;
}


/* DEFAULT FOOTER */

.footer {
  width: 100%;
  display: block;
  position: fixed;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 0px;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.row {
  color: gray;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mediaicons {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: row;
  margin: 0;
}

.mediaIcon {
  width: 2.1rem;
  height: 2.1rem;
  margin: 0.35rem;
}

#youtube:hover {
  fill: #b2071d;
}

#linkedin:hover {
  fill: #0077b5;
}

#github:hover {
  fill: grey;
}

.center-svg {
  opacity: 0.6;
}


.UKsvg {
  width: 1.6rem;
  height: 1.4rem;
  margin: 0 0.4rem 0 0.2rem;
}

.mediaparagraph{
  margin-right: 0.3rem;
  
}