/* -------------------------
+ Author : Marcus Briggs
+ © Viral Effect LTD
------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');

* { font-family: 'Open Sans', sans-serif; }
html { background:black; height: 100%;  scroll-behavior: smooth; }
body { background:black; height: 100%; }
h1, h2  { font-family: 'Maven Pro', sans-serif !important; font-weight: 700; text-transform: uppercase; }

/* CORE */

main { width:100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
section { width:100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.sec-wrap { width:100%; height: 100%; max-width: 1440px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.sec-content { width:100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }

@media (max-width: 780px) {

}

/* SEC :: PAGE NOT FOUND */

.sec-pagenotfound p { color: white;  }