/*Global Page Formatting */

body {
  background-color: #FFE1ED;
  color: #2d0618;
  font-family: 'Rubik';
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

img {
  border-radius: 10px;
  width: 100%;
}

div {
  overflow: auto;
  margin: auto;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
}

main {
  text-align: left;
  overflow: auto;
  margin: auto;
  color: #2d0618;
  width: 80%;
  max-width: 600px;
}

hr {
  color: #551a35;
  margin-top: 50px;
}

/* Headings */

h1 {
  font-family: 'Rubik Bold';
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 50px;
  margin-top: 50px;
  line-height: 45px;
}

h2 {
  font-family: 'Rubik Bold';
  color: #551a35;
  font-size: 20px;
  text-transform: uppercase;
}

h3 {
  font-family: 'Rubik Semibold';
  color: #7c264d;
  font-size: 18px;
}

/*Custom Elements*/

.logo {
  font-family: 'Rubik Mono One';
  line-height: 38px;
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #B43C6C;
}

.header {
  background-color: #FFE1ED;
  text-align: center;
  padding: 30px;
}

.menu {
  background-color: #fbb2cf;
  text-align: center;
  padding: 6px;
  padding-left: 30px;
  padding-right: 30px;
  
}

.notifbox {
  background-color: #ffd1e3;
  color: #551a35;
  font-family: 'Rubik';
  font-size: 16px;
  line-height: 22px;
  padding:10px 35px 10px 35px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 5px;
}

.listlink {
  margin-bottom:0;
}

.listscript {
  margin-top: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  color: #532d3e;
}

/* Hyperlinks */

a:link {
  color: #2d0618;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #2d0618;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #56293e;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  opacity: 0;
  background-color: transparent;
  text-decoration: none;
}

/* Fonts */

@font-face {
  font-family: 'Rubik Mono One';
  src: url(https://briebyers.com/Fonts/RubikMono/RubikMonoOne-Regular.ttf);
}

@font-face {
  font-family: 'Rubik';
  src: url(https://briebyers.com/Fonts/Rubik/Rubik-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: 'Rubik Bold';
  src: url(https://briebyers.com/Fonts/Rubik/Rubik-Bold.ttf);
}

@font-face {
  font-family: 'Rubik Semibold';
  src: url(https://briebyers.com/Fonts/Rubik/Rubik-SemiBold.ttf);
}