﻿@media (max-width: 1000px) {
    .logo {
        width: 100%;
    }
}

@media (min-width: 1001px) {
    .logo {
        width: 800px;
    }
}

@media (max-height: 500px) {
    .logo {
        width: 50%;
    }
}

h3 {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 0px;
    font-family: sans-serif;
    font-size: 20px;
}

div.center {
    text-align: center;
}

div.padded {
    padding-bottom: 5px;
}

div.image {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}

label.copyright {
    font-size: small;
    color: grey;
}

.rating-star-block .star {
    color: rgba(0,0,0,0);
    display: inline-block;
    height: 40px;
    overflow: hidden;
    text-indent: -999em;
    width: 40px;
    padding-left: 12px;
    padding-right: 12px;
}

.round-btn {
    background-color: #EBA0A4;
    border: none;
    border-radius: 16px;
    color: black;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    font-size: 20px;
}

    .round-btn:hover {
        background-color: #f2bfc2;
    }

.round-textbox {
    text-align: center;
    border-radius: 16px;
    padding: 5px;
    font-size: 20px;
}

.label-spaced {
    padding-top: 5px;
    color: grey;
    font-size: 20px;
}

h1 {
    font-family: sans-serif;
}

h2 {
    font-family: sans-serif;
}

label {
    font-family: sans-serif;
    font-size: 20px;
}

span {
    font-family: sans-serif;
}

.rating-star-block .star.outline {
    background: url("/img/star-empty.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rating-star-block .star.filled {
    background: url("/img/star-filled.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.form-element {
    display: block;
    align-self: center;
    margin: 5px auto;
}