@import "fonts.css";

body {
    background-color: #c8c8c8;
    color: #333;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

#logo-container {
    padding: 20px;
    background-color: #006269;
}

#logo {
    width: 30%;
    max-width: 100px;
    margin-bottom: 10px;
}

h1, h2, h3 {
    text-transform: uppercase;
    color: #c8c8c8;
    margin:0 auto;
}

h2, h3 {
    font-size: 1em;
}

h1 {
    font-size: 2em;
    font-family: "Roboto Slab";
    font-weight: 300;
    display: inline-block;
    border-width: 2px 0px;
    border-style: solid;
    margin: 5px;
}

a, a:visited {
    text-decoration: none;
    color: #c8c8c8
}

a:hover {
    text-decoration: underline;
    color: #c8c8c8
}

main a, main a:visited, main a:hover {
    color: #006269
}


#header-menu-container {
    background-color: #a8a8a8;
}

.header-menu-link, .header-menu-link:visited {
    display: inline-block;
    padding: 10px;
    color: #333;
    font-weight: bold;
}

main {
    font-family: "ABeeZee";
}

#features {
    background-color: #a8a8a8;
}

.container-title {
    padding: 2em 0;
    font-weight: bold;
    font-size: 1.8em;
    margin: 0;
}

i.fas {
    display: none;
}

.content-block-title { 
    font-size: 1.5em;
    font-weight: bold;
    margin: 1em 0;
}

li {
    padding: 0 2em;
}

.content-block-description {
    text-align: justify;
}

footer {
    padding: 20px;
    background-color: #006269;
    color: #c8c8c8;
}

.footer-menu-link, .footer-menu-link:visited {
    color: #c8c8c8;
    text-decoration: none;
    font-weight: bold;
}

.footer-menu-link:hover {
    text-decoration: underline;
}

#footerbox div {
    text-align: left;
}

#footerbox input, #footerbox textarea {
    color: #333;
}

label[for="email"], label[for="message"] {
    display: none;
}

label[for="consent"] {
    font-size: 0.75em;
    vertical-align: top;
}

.copyright-container {
    border-top: 1px solid #c8c8c8;
    padding: 40px 0 20px 0;
}

p.copyright {
    margin: 0;
    color: #c8c8c8;
}

.footerbox-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}

input[type="submit"].button-primary {
    background-color: #888;
    border-color: #888;
}

input[type="submit"].button-primary:hover {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
}

@media (min-width: 350px) {
    h2, h3 {
        font-size: 1.2em;
    }
    
    h1 {
        font-size: 2.3em;
        display: inline-block;
        border-width: 2px 0px;
        border-style: solid;
        margin: 5px;
    }
}

@media (min-width: 750px) {
    i.fas {
        font-size: 500%;
        display: block;
    }    
}