@font-face {
  font-family: marigny-medium;
  src: url(fonts/Marigny-Medium.ttf);
}

@font-face {
  font-family: marigny-bold;
  src: url(fonts/Marigny-Bold.ttf);
}

@font-face {
  font-family: golden-hopes;
  src: url(fonts/GoldenHopes.otf);
}

* {
    margin:0;
    padding:0;
}

html {
    background: linear-gradient(#333333, #37619b) no-repeat center center fixed;
    background-size:cover;
    font-family: marigny-medium, Arial, Verdana, sans-serif;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url("header.jpg") no-repeat center;
    border-radius: 40px 40px 0 0;
    width: 600px;
    height: 350px;
    margin: auto;
}

.header h1 {
    align-self: center;
    color: white;
    font-size: 56px;
    text-shadow: 0 0 10px #f16200;
    font-family: marigny-bold;
}

.main-container {
    width: 600px;
    align-items: center;
    margin: auto;
}

.contact-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #222222;
    padding: 5em;
}

.contact-icons img {
    width: 3rem;
}

.aboutme {
    display: flex;
    flex-direction: column;
    background: #444444;
    padding: 2em;
}

.conventions {
    background: #222222;
}

.nextcon {
    display: flex;
    flex-direction: column;
    background: #222222;
    padding: 2em;
}

.nextcon h2 {
    margin-bottom: 1em;
}

.nextcon ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-size: small;
}

.nextcon a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nextcon img {
    height: 7rem;
    width: 7rem;
    object-fit: cover;
    border-radius: 15px;
}

.lastcon {
    display: flex;
    flex-direction: column;
    background: #444444;
    padding: 2em;
    width: 400px;
    margin: auto;
    margin-top: 2em;
}

.lastcon h2 {
    margin-top: -1.8em;
    margin-bottom: 1em;
}

.lastcon ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    gap: 10px 20px;
}

.eepy {
    display: flex;
    flex-direction: column;
    font-family: golden-hopes;
    padding: 2em;
    background: #222222;
}

.notes {
    background: #444444;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 600px;
    height: 100px;
    background: black;
    border-radius: 0 0 40px 40px;
}

.footer_links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin: auto;
}

.footer_notes {
    margin: auto;
    margin-top: 0;
}

.footer p {
    color: grey;
    font-size: small;
    padding: 0;
}

a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

h2 {
    align-self: center;
    color: white;
    font-family: marigny-bold;
    text-transform: uppercase;
}

p {
    color: white;
    font-family: marigny-medium;
    padding-top: 1em;
}

a.button {
    align-self: flex-end;
    padding: 6px;
    border: 2px solid #37619b;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-family: marigny-bold;
    text-transform: uppercase;
}
mg
