/*
Theme Name: HUGE
Description: Creative Coming Soon Template
Author: SquirrelLabs
Author URI: https://themeforest.net/user/squirrellabs/portfolio?ref=SquirrelLab
Version: 1.0
License: https://themeforest.net/licenses/standard

---

/*******************************
  Table of Contents

  1.0 Content Styles
  2.0 Content Styles
  3.0 Countdown
*******************************/

/**********************************/
/******* 1.0 General Styles *******/
/**********************************/

body {
    background-color: #335b67;
    background: -ms-radial-gradient(ellipse at center, #335b67 0%, #2c3e50 100%)
        fixed no-repeat;
    background: -moz-radial-gradient(
            ellipse at center,
            #335b67 0%,
            #2c3e50 100%
        )
        fixed no-repeat;
    background: -o-radial-gradient(ellipse at center, #335b67 0%, #2c3e50 100%)
        fixed no-repeat;
    background: -webkit-gradient(
        radial,
        center center,
        0,
        center center,
        497,
        color-stop(0, #335b67),
        color-stop(1, #2c3e50)
    );
    background: -webkit-radial-gradient(
            ellipse at center,
            #335b67 0%,
            #2c3e50 100%
        )
        fixed no-repeat;
    background: radial-gradient(ellipse at center, #335b67 0%, #2c3e50 100%)
        fixed no-repeat;
    font-family: "Raleway", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    font-weight: 500;
}

::selection {
    background-color: rgba(0, 0, 0, 0.2);
}

::-moz-selection {
    background-color: rgba(0, 0, 0, 0.2);
}

a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin-right: 10px;
}

a:last-child {
    margin-right: 0px;
}

a:hover {
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

#noscript-warning {
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: 300;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/

header {
    padding-bottom: 0 !important;
}

header .logo {
    height: 32px;
    box-sizing: content-box;
}

/* === WRAP === */

#wrap {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    position: relative;
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 100vh;
    margin-bottom: -30px;
}

/* === WORDSEARCH === */

#wordsearch {
    width: 45%;
    float: left;
}

#wordsearch ul {
    margin: 0px;
    padding: 0px;
}

#wordsearch ul li {
    float: left;
    width: 12%;
    background-color: rgba(0, 0, 0, 0.2);
    list-style: none;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    padding: 0;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    overflow: hidden;
    font-size: 24px;
    font-size: 1.6vw;
    font-weight: 300;
    transition: background-color 0.75s ease;
    -moz-transition: background-color 0.75s ease;
    -webkit-transition: background-color 0.75s ease;
    -o-transition: background-color 0.75s ease;
}

#wordsearch ul li.selected {
    background-color: rgba(26, 188, 156, 0.7);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
}

.no-border {
    border: none !important;
}

@media all and (max-width: 899px) {
    #wrap {
        width: 90%;
    }
}

@media all and (max-width: 799px) {
    #wrap {
        width: 90%;
        height: auto;
        margin-top: 40px;
        top: 0%;
    }
    #wordsearch {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    #wordsearch ul li {
        font-size: 4vw;
    }
    #main-content {
        float: none;
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        text-align: justify;
    }
    #main-content h1 {
        text-align: left;
    }
    #search input[type="text"] {
        width: 84%;
    }
    #search .input-search {
        width: 15%;
    }
}

@media all and (max-width: 499px) {
    #main-content h1 {
        font-size: 28px;
    }
}

/**********************************/
/*******    3.0 Countdown   *******/
/**********************************/
#countdown {
    margin: 2vh auto 4vh;
    top: 50%;
    left: 0;
    right: 0;
    height: 100px;
    width: 80%;
}

#countdown.show {
    display: block;
}

#countdown > div {
    position: relative;
    float: left;
    width: 25%;
    font-size: 3vw;
    font-weight: 100;
    line-height: 0.8em;
    letter-spacing: 2px;
    text-align: center;
    color: #ddd;
    font-weight: 700;
}

#countdown > div > span {
    display: block;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-top: 20px;
    color: #ddd;
    text-transform: lowercase;
}

@media (max-width: 480px) {
    #countdown {
        width: 100%;
    }
    #countdown > div {
        width: 25%;
        font-size: 30px;
        font-weight: 700;
        line-height: 0.8em;
        letter-spacing: 2px;
    }
    #countdown > div > span {
        font-size: 11px;
    }
}
