﻿html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px;
}

.title, h2 {
    font-family: 'Lilita One', cursive !important;
}

p, td, label, a, .text-muted {
    font-size: large;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.nav-link, .nav-link:hover {
    text-decoration: none;
}

.nav-link {
    color: #fff;
}

.nav-link:hover {
    color: #000;
}

.navbar {
    flex-wrap: nowrap;
}

.liz-pink {
    background-color: #e70870;
    color: #fff;
    font-size: larger;
}

.navbar-button {
    color: #fff;
    cursor: pointer;
}

.logo {
    height: 10%;
    width: 10%;
    border-radius: 5px;
}

.award {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.link {
    word-break: break-all;
}

.form-fixer {
    margin-bottom: 0 !important;
}

.hide {
    display: none;
}

.error {
    color: #DC143C;
    font-weight: bold;
}

#photos {
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
}

#photos img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 1200px) {
    #photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1000px) {
    #photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    #photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 400px) {
    #photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

img {
    max-width: 100%;
}

li {
    padding-bottom: 10px;
}
