@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

html, body {
    height: 100% !important;
    width: 100%;
    background-image: linear-gradient(#003455, #0266A5);
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h3 {
    font-family: "Roboto Slab";
    font-size: 24px;
}

h4 {
    font-family: "Roboto Slab";
    font-size: 21px;
}

h5 {
    font-family: "Roboto Slab";
    font-size: 16px;
}

li {
    list-style-type: none;
}

img.logos {
    max-height: 100px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.template_wrapper {
    padding: 20px;
    background-image: linear-gradient(#ffffff, #eeeeee);
    height: 100%;
}

.grid_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_content {
    padding: 10px;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 10px;
}

.callout {
    background: #efefef;
    box-shadow: 2px 3px #aeaeae;
}

.selectors {
    padding-bottom: 10px;
}