@import url('https://fonts.googleapis.com/css?family=Kreon');
@import url('https://fonts.googleapis.com/css?family=Grand+Hotel');

body, html {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: fixed;
    background-attachment: fixed;
    background-color: #06d6a0;
}

.jumbotron {
    margin-top: 50px;
    background: rgba(240, 240, 240, 1);
    border: 5px solid #ffffff;
}

input, select {
    text-align: center !important;
    min-width: 130px;
    font-family: sans-serif;
}

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    text-align:center;
    margin-right:-4px;
}

.col-border-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}

h1.subtitle {
    font-family: 'Grand Hotel', cursive;
    color: #073b4c;
    font-size: 22pt;
    line-height: 26pt;
    margin-top: 10px;
    margin-bottom: 40px;
}

h3 {
    margin-bottom: 17px;
}

.h3-red {
    text-shadow: 2px 2px #ffffff;
    color: #ef476f;
}

.h3-yellow {
    text-shadow: 2px 2px #ffffff;
    color: #e6b43f;
}

.h3-green {
    text-shadow: 2px 2px #ffffff;
    color: #06d6a0;
}

.h3-blue {
    text-shadow: 2px 2px #ffffff;
    color: #118ab2;
}

div.entry {
    font-size: 13pt;
    text-align: center;
}

div.entry-num {
    text-align: right;
}

div.entry-date {
    text-align: left;
}

.help {
    font-size: 14pt;
}

.button-bar {
    margin-top: 50px;
}

.button-bar .btn:not(first-child) {
    margin-left: 5px;
}

div.img-container {
    width: 100%;
}

img.logo {
    max-width: 80%;
    margin-bottom: 0px;
}

@media(max-width:767px) {
    img.logo {
        max-width: 100%;
    }

    h1.subtitle {
        font-size: 15pt;
        line-height: 17pt;
        margin-bottom: 20px;
    }

    input, select {
        min-width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    img.logo {
        max-width: 80%;
    }
    
    input, select {
        min-width: 100px;
    }
}

a:link, visited, hover {
    text-decoration: none;
}
