﻿@font-face {
    font-family: 'UbuntuBold';
    src: url('Ubuntu-Bold.ttf') format('ttf');
    font-family: 'UbuntuRegular';
    src: url('Ubuntu-Regular.ttf') format('ttf');
}

body {
    font-size: 15px;
    color: #26547c;
    background-color: #f2f4f4;
    font-family: 'UbuntuBold', sans-serif;
    margin: 0px;
}

.container {
    display: flex;
    min-height: 100%;
}

.sidebar {
    position: fixed;
    left: 0px;
    min-height: 100vh;
    background-color: #fff;
    box-shadow: 0 0px 20px 2px rgba(0, 0, 0, .25);
    max-width: 400px;
    width: 400px;
}

.row {
    margin-right: 0;
    margin-left: 0;
    flex-flow: row;
    text-align: center;
}

.logo {
    padding: 25px;
    margin-left: 0;
    margin-top: 10px;
}

#main-logo {
    height: 65px;
}

.logo-tagline {
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 40px;
    text-align: center;
}

.p-logo{
    margin-top: -5px;
    padding: 0;
    font-weight: 700;
}

.center-list {
    text-align: center;
}

.link-header {
    font-size: 1.2rem;
    padding: 0;
    margin-top: 35px;
    line-height: 1.5rem;
    font-weight: 700;
    font-family: 'UbuntuRegular', sans-serif;
}

.ul-style{
    list-style: disc;
    display: inline-block;
    padding: 0;
    text-align: left;
}

.link-style {
    display: block; 
    margin-bottom: 10px;
}

.content {
    margin-left: 600px;
    height: 100%;
}

.header {
    font-size: 4rem;
    padding: 0;
}

.paragraph {
    font-size: 1.2rem;
    padding: 0;
    margin: 25px;
    line-height: 1.5rem;
    font-weight: 700;
    font-family: 'UbuntuRegular', sans-serif;
}

.info-block {
    display: none;
    border: 1px solid #ccc;
    width: 75%;
    margin-top: -25px;
    margin-left: 12.5%;
    margin-bottom: 2%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-sizing: border-box;
    padding-top: 10px;
}

.info-button {
    font-family: 'UbuntuBold', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #26547c;
    height: 5%;
    width: 75%;
    border: 1px solid #ccc;
    padding: 10px;
    padding-right: 0px;
    border-radius: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
}

.button-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-container {
    margin-right: 25px;
}

.dropdown-image {
    padding-right: 10px;
}

.button-container{
    min-width: 400px;
}

pre {
    background-color: lightgray;
    border: 1px solid darkgray;
}