/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*:before,
*:after{
    box-sizing:border-box;
}
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;
    font-family: 'Nunito Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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;
}
/*Custom*/
.coomingSoonContainer{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;    
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction:column;
}
.bg-oregold{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;   
    object-fit:cover;
    width: 100%;
    height: 100%;
}
.coomingSoonCenter{
    position:relative;
    z-index:2;
    text-align: center;
}
h1{
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 900;
    color:#eab431;
    margin-top:3px;
}
.coomingSoonBottom{
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    width: 100%;
    max-width: 1200px;
    line-height: 18px;
    display:none;
}
@media screen and (max-width:1024px){
    h1{
        font-size: 41px;
    }
    .coomingSoonBottom{
        font-size:11px;
        padding:10px;
    }
}
