﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.logo-container {
    background-color: #00695c;
    height: 60px;
    width: 400px;
    position: absolute;
    top: 10%;
    left: 0;
}

.logo-text {
    position: relative;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.under-construction {
    position: absolute;
    height: 300px;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -120%);
}

.under-construction-img {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.main-section {
    position: absolute;
    height: 200px;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
}

.main-eng-container {
    position: relative;
    height: 120px;
    width: 500px;
    left: 50%;
    transform: translate(-50%);
}

.language-btns {
    position: relative;
    height: 200px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}

.main-ro-container {
    display: none;
    position: relative;
    height: 120px;
    width: 600px;
    left: 50%;
    transform: translate(-50%);
}

.main-text {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-align: center;
}

.store-button {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
