﻿/* -------------------------------------------------------------------------------------------------------------------- */
/* <copyright file="shared.css" company="Ryan Penfold"> */
/*   Copyright © Ryan Penfold. All rights reserved. */
/* </copyright> */
/* -------------------------------------------------------------------------------------------------------------------- */

a {
    color: white;
    text-decoration: none;
}

    a:active, a:hover {
        text-decoration: underline;
    }

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.72222rem;
    font-weight: normal;
    margin-bottom: 1.11111rem;
    padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
    position: relative;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    background-color: #008CBA;
    border-color: #0078a0;
    color: #FFFFFF;
}

    .alert-box.alert {
        background-color: #f04124;
        border-color: #de2d0f;
        color: #FFFFFF;
    }

    .alert-box.round {
        -ms-border-radius: 1000px;
        border-radius: 1000px;
    }

#block-ui-container {
    margin: 10px 0 10px 0;
}

body {
    background-color: #003399;
    color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

button, input[type=button], input[type=submit] {
    -ms-border-radius: 8px;
    background-color: #003399;
    border-radius: 8px;
    color: white;
}

.clickable {
    cursor: pointer;
}

#contact-form {
    margin: auto;
    text-align: left;
}

    #contact-form h1 {
        margin: 10px 10px 10px 10px;
    }

    #contact-form label {
        display: block;
        margin: 5px 0 5px 0;
    }

    #contact-form input[type=text] {
        display: block;
        padding: 5px 0 5px 0;
    }

    #contact-form input[type=submit] {
        display: block;
        padding: 5px 5px 5px 5px;
        width: 50px;
    }

    #contact-form textarea {
        height: 150px;
    }

footer {
    margin: 40px 0 0 0;
}

.full-width input[type=text],
.full-width textarea {
    width: 100%;
}

.green {
    color: aquamarine;    
}

h1 {
    display: block;
    font-size: 2em;
    margin-before: 0.67em;
    margin-after: 0.67em;
    margin-start: 0;
    margin-end: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-before: 0.83em;
    margin-after: 0.83em;
    margin-start: 0;
    margin-end: 0;
    font-weight: bold;
}

header {
    margin: 20px 0 0 0;
}

#main-container {
    margin: auto;
    width: 650px;
}

.orange {
    color: orange;    
}

span {
    color: White;
    font-family: Arial;
    font-size: 16px;
}

.subtitle {
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.yellow {
    color: yellow;    
}
