@import 'https://fonts.googleapis.com/css?family=Play|Work+Sans';

html,
button,
input,
select,
textarea {
    color: #222;
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100% !important;
    display: block;
    height: auto;
}
.tg-blue {
    color: #3399cc;
}

.btn-default {
    color: #222;
    background-color: #fff;
    border-color: #3399cc;
    border: #3399cc 1px solid;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #3399cc;
    border-color: #3399cc;
    border: #3399cc 1px solid;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* --- Sections ---*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .h1,.h2, .h3, .h4, .h5, .h6, .button, input[type="button"], input[type="submit"] {
    font-family: 'Play', sans-serif;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body, input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: 'Work Sans', sans-serif;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


#header .topnavbar{
    height: 100px;
    background-color: #fff;
}

#header .navbar-header a{
    font-family: 'Play', sans-serif;
    font-weight: 400;
    color: #222;
}
#header .navbar-toggle, #header .nav {
    padding-top: 30px;

}
#header .fixed-top .navbar-header a{
    line-height: 50px;
    text-decoration: none;
}
#header .navbar-nav a,
#header .navbar-nav .active a{
    background: #fff;
    font-family: 'Play', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #222;
    padding: 5px 12px;
    margin-right: 12px;
    border-radius: 3px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}
#header .navbar-nav  li.active a{
    background: #3399cc;
    border-radius: 3px;
    color: #fff;

}
#header .navbar-nav {
    padding-top: 50px;
}
#header .navbar-nav a:hover{
    background: #3399cc;
    border-radius: 3px;
    color: #fff;
}
#header .navbar-header i{
    color: #222;
}
#header .navbar.topnavbar {
    -webkit-animation: movetextdown 500ms ease;
    -moz-animation: movetextdown 500ms ease;
    -ms-animation: movetextdown 500ms ease;
    -o-animation: movetextdown 500ms ease;
    animation: movetextdown 500ms ease;
}
#header .fixed-top.navbar {
    -webkit-animation: moveBottom 500ms ease;
    -moz-animation: moveBottom 500ms ease;
    -ms-animation: moveBottom 500ms ease;
    -o-animation: moveBottom 500ms ease;
    animation: moveBottom 500ms ease;
}
#header .navbar-header a {
    font-family: 'Play', sans-serif;
    font-size: 2.2em;
    color: white;
    line-height: 60px;
}
#header .fixed-top{
    background: #fff;
    width: 100%;
    height: 100px;
}

/* --- Sections ---*/

/* --- Center content style ---*/
.inner {
    display: table-cell;
    vertical-align: middle;
}

/* --- Intro ---*/
.intro {
    width: 100%;
    height: 100%;
    margin: auto;
    background: url("../img/tg-front-2560x1440.jpg") center center no-repeat;
    display: table;
    top: 0;
    background-size: cover;
    text-align: center;
}
.intro h2 {
    color: #c0dee5;
    /*font-size: 250%;*/
}
.intro h1 {
    font-weight: 100;
    /*font-size: 600%;*/
    color: #3399cc;
    margin-bottom: 1%;
}

/* --- Product ---*/
#product {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #ffffff center center no-repeat;
    display: table;
    top: 0;
    background-size: cover;
    padding-top: 100px;
}
#product h1 {
    font-weight: 100;
    /*font-size: 500%;*/
}
#product h2 {
    font-weight: 100;
    /*font-size: 300%;*/
    color: #3399cc;
}

#product p {
    font-weight: 100;
    /*font-size: 150%;*/
}


/* --- Features ---*/
#features {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #c0dee5 center center no-repeat;
    display: table;
    top: 0;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
}
#features h1 {
    font-weight: 100;
    /*font-size: 500%;*/
}
#features p, #features li  {
    font-weight: 100;
    /*font-size: 150%;*/
}
#features li {
    padding: 5px;

}

/* --- About ---*/
#about {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #ffffff center center no-repeat;
    display: table;
    top: 0;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
}
#about h1 {
    font-weight: 100;
    /*font-size: 500%;*/
    margin-bottom: 3%;
}
#about p {
    font-weight: 100;
    /*font-size: 200%;*/
}

/* --- Contact ---*/
#contact {
    color: #fefefe;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #2A3039 center center no-repeat;
    display: table;
    top: 0;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
}
#contact h1 {
    font-weight: 100;
    font-size: 600%;
    margin-bottom: 1%;
}
#contact h2 {
    font-weight: 100;
    font-size: 500%;
    color: #3399cc;
    margin-bottom: 2%;
}
#contact h3 {
    font-weight: 100;
    font-size: 300%;
    color: #3399cc;
    margin-bottom: 2%;
    margin-top: 5%;
}
#contact p, button, a {
    font-weight: 100;
    font-size: 200%;
}
.contactButton {
    padding-top: 30px;
    animation-duration: 1s;
    animation-delay: 2s;
}



/* ---------------------  Responsive Font-Size -----------------------*/
/* xs < 768 */
@media screen and (max-width: 767px) {
    #product h1, #about h1, #features h1, #contact h1, .intro h1 {
        font-size: 250%;
    }
    #product h2, #features h2, #contact h2, .intro h2 {
        font-size: 150%;
    }
    #product p, #about p, #features p, #features li, #contact p {
        font-size: 80%;
    }


}

/* sm */
@media screen and (min-width: 768px) {
    #product h1, #about h1, #features h1, #contact h1, .intro h1 {
        font-size: 350%;
    }
    #product h2, #features h2, #contact h2, .intro h2 {
        font-size: 200%;
    }
    #product p, #about p, #features p, #features li, #contact p {
        font-size: 100%;
    }


}

/* md */
@media screen and (min-width: 992px) {
    #product h1, #about h1, #features h1, #contact h1, .intro h1 {
        font-size: 400%;
    }

    #product h2, #features h2, #contact h2, .intro h2 {
        font-size: 250%;
    }
    #product p, #about p, #features p, #features li, #contact p  {
        font-size: 120%;
    }


}

/* lg */
@media screen and (min-width: 1200px) {
    #product h1, #about h1, #features h1, #contact h1, .intro h1 {
        font-size: 500%;
    }
    #product h2, #features h2, #contact h2, .intro h2 {
        font-size: 300%;
    }
    #product p, #about p, #features p, #features li, #contact p {
        font-size: 140%;
    }


}
/* --------------------------------------------------------------------------*/


/* start footer */
#footer {

    background: #2a3039;
    opacity: .7;
    min-width: 50%;
    padding-top: 10px;
    padding-bottom: 14px;
    height: 70px;
    margin-top: -70px;

}
#footer .socile a{
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 12px;
    font-size: 32px;
    padding: 6px 7px;
    color: #576272;
    text-align: center;
    border: 2px solid #576272;
    border-radius: 50%;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
#footer .socile a:hover{
    color: #ffffff;
    opacity: 1;
}
#footer p{
    font-size: 100%;
    font-weight: bold;
    margin-right: 8px;
    color: #555f6f;
}
#footer a{
    color: #3399cc;
    text-decoration: none;
    position: relative;
}
#footer a:hover i{
    color: #ffffff;

    right: 0;
    opacity: 1;
}
#footer p a i{
    margin-right: -19px;
    position: absolute;
    right: 28px;
    top: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
/* end footer */

/* start scrollup */
a#scrollUp {
    bottom: 0;
    right: 30px;
    padding: 5px 10px;
    background: #3399cc;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i{
    font-size: 30px;
}
/* end scrollup */