﻿@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

a {
    text-decoration: none;
    decoration: none;
}

a:visited {
    text-decoration: none;
    decoration: none;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  font-size: 3.5rem;
}

h4{
	font-size: 1.3rem;
}

/* Split the screen in half */
.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Control the left side */
.left {
  left: 0;
  background-color: mediumaquamarine;
}

/* Control the right side */
.right {
  right: 0;
  background-color: #1C1598
}

/* If you want the content centered horizontally and vertically */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the image inside the centered container, if needed */
.centered img {
  width: 150px;
  border-radius: 50%;
}

.img-profile {
    max-width: 15rem;
    max-height: 15rem;
    border: 0.7rem solid rgba(255, 255, 255, 0.2);
  }

.img-profile:hover{
	border: 0.7rem solid rgba(255, 255, 255, 0.25);
}

.text-on-aquamarine{
	color: #1C1598;
}

.text-on-aquamarine:hover{
	color: #4944AD;
}

.text-on-blue{
	color: mediumaquamarine;
}

.text-on-blue:hover{
color: #85D7BB;
}