/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    /* margin: .67em 0 */
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

::root {
    --primary: #000;
    --secondary: #f5f5f5;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.7;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

section {
    width: 100%;
}

#mask {
    background-color: rgba(41, 47, 51, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 40;
    display: none;
}

.content {
    margin: 0 auto;
    max-width: 1200px;
    width: 88%;
}

img {
    max-width: 100%;
}

.tc {
    text-align: center;
}

.flex {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.jsb {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.jc {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}

.ac {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.afe {
    align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: black;
    margin: 0;
}

h2 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    color: #aaaaaa;
}

h3 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    color: black;
    text-align: center;
}

h4 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: black;
}

h5 {}

h6 {}

p {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: black;
}

p a {}

h2 a {}

ul {}

ul li {}

ul li a {}

/* ==========================================================================
   Flex Box Grid System
   ========================================================================== */

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-cell {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.grid--half>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}

.grid--third>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

.grid--quarter>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.grid--gutters {
    margin: -50px 0 50px -50px;
}

.grid--gutters>.grid-cell {
    padding: 50px 0 0 50px;
}

.small--gutters {
    margin: -0.5em 0 0.5em -0.5em;
}

.small--gutters>.grid-cell {
    padding: 0.5em 0 0 0.5em;
}

.double--gutters {
    margin: -2em 0 2em -2em;
}

.double--gutters>.grid-cell {
    padding: 2em 0 0 2em;
}

.triple--gutters {
    margin: -3em 0 3em -3em;
}

.triple--gutters>.grid-cell {
    padding: 3em 0 0 3em;
}

.gs-half {
    width: 50% !important;
}

.gs-third {
    width: 33.3333% !important;
}

.gs-third,
.gs-twothirds {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
}

.gs-twothirds {
    width: 66.6667% !important;
}

.gs-quarter {
    width: 25% !important;
}

.gs-quarter,
.gs-threequarters {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
}

.gs-threequarters {
    width: 75% !important;
}

.gs-1 {
    width: 8.333333% !important;
}

.gs-2 {
    width: 16.6666667% !important;
}

.gs-3 {
    width: 25% !important;
}

.gs-4 {
    width: 33.333333% !important;
}

.gs-5 {
    width: 41.6666667% !important;
}

.gs-6 {
    width: 50% !important;
}

.gs-7 {
    width: 58.333333% !important;
}

.gs-8 {
    width: 66.6666667% !important;
}

.gs-9 {
    width: 75% !important;
}

.gs-10 {
    width: 83.333333% !important;
}

.gs-11 {
    width: 91.6666667% !important;
}

.gs-12 {
    width: 100% !important;
}

.demo {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* ==========================================================================
   Contact form standard code
   ========================================================================== */

#contact_form {
    background-color: #F9F9F9;
    padding: 1em 1.8em;
    border: 1px solid #DDD;
}

.formRow {
    display: block;
    margin: 1em 0;
}

.formRow label {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #FFF;
}

.formRow input {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 37px;
    font-size: 0.9em;
}

.formRow textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 214px;
    font-size: 0.9em;
}

.formRow button {
    display: block;
    background-color: #333;
    color: #FFF;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    border: none;
    width: 100%;
    padding: 13px 10px 15px;
    margin: 24px 0 0;
    transition: all 0.3s ease 0s;
}

.formRow button:hover {
    background-color: #000;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header {
    z-index: 100;
    height: 40vh;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0.7) 100%);
    padding-top: 1rem;
}

/* header .site-header {
    position: absolute;
    width: 100%;
    display: block;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
} */

header .content {
    position: relative;
}

.navigation {
    display: flex;
    align-items: center;
    flex-direction: column;
}

nav {
    display: block;
    margin-bottom: 27px;
}


header nav>ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding: 0;
}

nav li {
    position: relative;
}

ul li {
    font-family: "brandon-grotesque", sans-serif;
}

header nav>ul>li>a {
    color: #fbfbfb;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    margin: 0 1.2rem;
}

nav ul li.active a {
    color: #ffda00;
}


header nav>ul>li>a:hover {
    color: #ffda00;
}

.intro {
    position: relative;
    padding-top: 2em;
    text-align: center;
}

.intro .text.top {
    padding-top: 3rem;
}

.intro .text.bottom {
    padding-bottom: 4rem;
}


/* Corner lines */

/* .intro .content .text.top:before {
    content: "";
    background: yellow;
    position: absolute;
    display: block;
    height: 0.15rem;
    width: 3rem;
    transform: rotate(-45deg);
    left: -3rem;
    top: -1rem;
}

.intro .content .text.top::after {
    content: "";
    background: yellow;
    position: absolute;
    display: block;
    height: 0.15rem;
    width: 3rem;
    transform: rotate(45deg);
    right: -3rem;
    top: -1rem;
}

.intro .content .text.bottom:before {
    content: "";
    background: yellow;
    position: absolute;
    display: block;
    height: 0.15rem;
    width: 3rem;
    transform: rotate(-130deg);
    left: -3rem;
    bottom: 0rem;
}

.intro .content .text.bottom::after {
    content: "";
    background: yellow;
    position: absolute;
    display: block;
    height: 0.15rem;
    width: 3rem;
    transform: rotate(130deg);
    right: -3rem;
    bottom: 0rem;
} */


.intro h1 {
    text-align: center;
}

.intro p {
    text-align: left;
    position: relative;
}

.domains {
    position: relative;
    margin-top: 5rem;
    padding-bottom: 1rem;

}

.domains .box {
    background-color: #eeeeee;
    padding: 1.7rem;
    min-height: 272px;
}

.faq .content {
    border-bottom: #000 1px solid;
}

.faq a {
    text-decoration: none;
    color: black;
}

.faq h2,
p {
    position: relative;
}

.faq h3 {
    padding-top: 1em;
}

/* Corner lines */
/* .faq .content .text.top:before {
    content: "";
    background: yellow;
    position: absolute;
    display: block;
    height: 0.15rem;
    width: 3rem;
    transform: rotate(-45deg);
    left: -3rem;
    top: -1rem;
}

.faq .content .text.top::after {
    content: "";
    background: yellow;
    position: absolute;
    display: block;
    height: 0.15rem;
    width: 3rem;
    transform: rotate(45deg);
    right: -3rem;
    top: -1rem;
} 

.account .content .text.bottom:before {
    content: "";
    background: yellow;
    position: absolute;
    display: block;
    height: 0.15rem;
    width: 3rem;
    transform: rotate(-130deg);
    left: -3rem;
    bottom: 0rem;
}

.account .content .text.bottom::after {
    content: "";
    background: yellow;
    position: absolute;
    display: block;
    height: 0.15rem;
    width: 3rem;
    transform: rotate(130deg);
    right: -3rem;
    bottom: 0rem;
}
*/

.account {
    padding-bottom: 8rem
}

footer {
    overflow: hidden;
    padding-bottom: 4rem;
}

footer nav>ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 4em 0 0 0;
}

footer nav>ul>li>a {
    color: #bfbfbf;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding: 13px;
}

footer nav>ul>li>a:hover {
    color: #ffda00;
}

footer p {
    color: #bfbfbf;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin: 0;
    font-weight: 400;
}










/*===================== Responsive Styling =========================*/
@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 800px) {
    .gs-6 {
        width: 100% !important;
    }

    .domains .box {
        min-height: 0;
    }

    .intro .content .text.top:before {
        display: none;
    }

    .intro .content .text.top::after {
        display: none;
    }

    .intro .content .text.bottom:before {
        display: none;
    }

    .intro .content .text.bottom::after {
        display: none;
    }


    .faq .content .text.top:before {
        display: none;
    }

    .faq .content .text.top::after {
        display: none;
    }

    .account .content .text.bottom:before {
        display: none;
    }

    .account .content .text.bottom::after {
        display: none;
    }
}

@media only screen and (max-width: 667px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media only screen and (max-width : 1000px) {}

@media only screen and (max-width : 768px) {}

@media only screen and (max-width : 660px) {}

@media only screen and (max-width : 460px) {}

@media only screen and (max-width : 380px) {}