﻿@font-face {
    font-family: 'Tungsten Book';
    src:    url('https://korota.com.au/uploads/Tungsten-Book.eot');
    src:    local('Tungsten Book'),
            local('Tungsten-Book'),
            url('https://korota.com.au/uploads/Tungsten-Book.eot?#iefix') format('embedded-opentype'),
            url('https://korota.com.au/uploads/Tungsten-Book.woff2') format('woff2'),
            url('https://korota.com.au/uploads/Tungsten-Book.woff') format('woff'),
            url('https://korota.com.au/uploads/Tungsten-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src:    url('https://korota.com.au/uploads/Tungsten-Bold.eot');
    src:    local('Tungsten Bold'),
            local('Tungsten-Bold'),
            url('https://korota.com.au/uploads/Tungsten-Bold.eot?#iefix') format('embedded-opentype'),
            url('https://korota.com.au/uploads/Tungsten-Bold.woff2') format('woff2'),
            url('https://korota.com.au/uploads/Tungsten-Bold.woff') format('woff'),
            url('https://korota.com.au/uploads/Tungsten-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src:    url('https://korota.com.au/uploads/Tungsten-Medium.eot');
    src:    local('Tungsten Medium'),
            local('Tungsten-Medium'),
            url('https://korota.com.au/uploads/Tungsten-Medium.eot?#iefix') format('embedded-opentype'),
            url('https://korota.com.au/uploads/Tungsten-Medium.woff2') format('woff2'),
            url('https://korota.com.au/uploads/Tungsten-Medium.woff') format('woff'),
            url('https://korota.com.au/uploads/Tungsten-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    background-color: #000000
}

p {
    font-family: 'Tungsten Book';
    color: #f9f9f9;
    display:inline-block;
    line-height:1.3em;
}

h1 {
    font-family: 'Tungsten';
    font-weight: bold;
    color: #ff2626;
    font-size: 6em;
    text-align: center;
    text-decoration: none;
}

h2 {
    font-family: 'Tungsten';
    font-weight: 500;
    font-size: 2.8em;
    color: #f9f9f9;
    text-align: center;
    text-decoration: none;
    line-height: 1.8em;
}

h3 {
    font-family: 'Tungsten';
    font-weight: 500;
    font-size: 2.3em;
    text-align: center;
    color: #c9c9c9;
    text-decoration: none;
    line-height: 1.3em;
}

.responsive {
    max-width: 300px;
    height: 200px;
}
.footer {
    line-height: 1.8em;
    color: #e8bcff;
    display: inline-block;
    text-decoration: none;
}

p.description {
    font-family: 'Tungsten Book';
    font-size: 1.4em;
    color: #f9f9f9;
    text-align: center;
    line-height: 1em;
}
span.email {
    color: #e8bcff;
    text-decoration-line:underline;
}
span.email sneakymeow {
    display: none;
}