@charset "UTF-8";

/* Font for IE */

@font-face {
    font-family: Perpetua;
    local: Perpetua;
    src: url(../fonts/Perpetua_Titling_MT_Light.eot);
}

/* For other bowsers */

@font-face {
    font-family: Perpetua;
    src: url(../fonts/Perpetua_Titling_MT_Light.ttf);
}

body {
    background-image: url(../images/background.png);
    background-repeat: repeat;
    font-family: Arial;
    font-weight: normal;
}

/* Header */

.header {
    position: relative;
    width: 600px;
    height: 120px;
    left: 50%;
    margin-left: -300px;
    top: 30px;
}

.header h1 {
    position: relative;
    float: right;
    letter-spacing: 5px;
    font-size: 40px;
    font-weight: bold;
    color: #999;
}

.header span {
    margin-right: 5px;
    float: right;
    position: relative;
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
    font-family: Perpetua;
}

/* Header end */

/* Content */

.wrapper {
    position: relative;
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 600px;
    height: auto;
}

.header_images {
    padding-top: 30px;
    display: flex;
}

.header_images div {
    background-size: 100% 100%;
}

.title_image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.content {
    color: #333;
    position: relative;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 13px;
    width: 500px;
    line-height: 23px;
}

.content a {
    color: #333;
    text-decoration: underline;
}

.content blockquote {
    padding: 10px;
}

.content strong {
    font-weight: bold;
}

.content p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content h1 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content h2 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content h3 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
}

.content button {
    margin-top: 10px;
}

.full-width {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.tile_container {
    height: inherit;
    width: inherit;
    display: flex;
    flex-wrap: wrap;
    background-color: aquamarine;
}

.tile_container div {
    width: 200px;
    height: 105px;
    text-align: center;
    padding-top: 95px;
    letter-spacing: 0.2em;
    font-size: 0.8em;
}

.tile_container a {
    border: 0;
    text-decoration: none;
    color: #333;
}

/* Content end */

/* Footer */

footer {
    color: #666;
    font-family: Arial;
}

.footer_nav {
    position: relative;
    width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.footer div {
    text-align: center;
}

.footer_nav_link {
    text-decoration: none;
    color: #666;
    font-size: 12px;
    letter-spacing: 0.2em;
}

.footer_nav_link a {
    text-decoration: none;
    color: #666;
}

.footer_note {
    width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.footer_note a {
    text-decoration: none;
    color: #666;
}

/* Footer end */
