/* ----- Global Styles ----- */

html {
    overflow-y: scroll;
}

body {
    padding-right: 0 !important;
}

blockquote {
    border: none;
}

.well {
    background-color: #fafafa;
}

/* ----- Navigation Styles ----- */

#ts-navbar {
    margin: 0;
    background-color: #069;
    color: #eee;
    border: none;
}

    #ts-navbar .navbar-header button {
        border-color: rgba(255, 255, 255, 0.25);
    }

        #ts-navbar .navbar-header button:hover,
        #ts-navbar .navbar-header button:focus {
            background-color: rgba(255, 255, 255, 0.05);
        }

        #ts-navbar .navbar-header button > span {
            background-color: rgba(255, 255, 255, 0.85);
        }

    #ts-navbar .navbar-brand {
        padding: 6px 0 0;
    }

        #ts-navbar .navbar-brand img {
            padding-top: 5px;
        }

    #ts-navbar .navbar-collapse {
        border: none;
        box-shadow: none;
    }

        #ts-navbar .navbar-collapse li:hover {
            background-color: rgba(255, 255, 255, 0.05);
        }

        #ts-navbar .navbar-collapse li a {
            color: #eee;
        }

        #ts-navbar .navbar-collapse li a:hover {
            color: #fff;
        }

@media screen and (max-width: 767px) {
    #ts-navbar .navbar-collapse {
        background-color: #046;
        text-align: center;
    }

        #ts-navbar .navbar-collapse .navbar-nav {
            margin-top: 0;
            background-color: rgba(0, 0, 0, 0.25);
        }

        #ts-navbar .navbar-collapse a.btn {
            display: block;
        }
}

/* ----- Section Styles ----- */

body > section,
body > footer {
    padding: 50px 0;
}

    body > section:nth-child(even) {
        background-color: #eee;
    }

    body > section h2,
    body > section h3 {
        margin: 0 0 25px;
        color: #333;
    }

    body > section p {
        margin: 25px 0 0;
    }

/* ----- Header Styles ----- */

#ts-header {
    position: relative;
    padding: 50px 0 100px;
    background-color: #069;
    color: #eee;
}

    #ts-header h1 {
        margin: 0 0 35px;
        font-size: 5rem;
    }

    #ts-header p {
        margin: 35px 0 0;
    }

    #ts-header a.btn {
        margin: 0 10px;
    }

    #ts-header blockquote {
        margin-top: 50px;
    }

        #ts-header blockquote .testimonial {
            margin: 5px 0;
            font-size: 14px;
            font-style: italic;
            line-height: 20px;
        }

            #ts-header blockquote .testimonial:first-of-type:before,
            #ts-header blockquote .testimonial:last-of-type:after {
                font-size: 20px;
                content: "\""
            }

        #ts-header blockquote footer {
            color: #aaa;
        }

@media screen and (min-width: 768px) {
    #ts-header h1 {
        font-size: 6.25rem;
    }
}

@media screen and (min-width: 992px) {
    #ts-header h1 {
        font-size: 7.5rem;
    }
}

    #ts-header .buzzword i,
    #ts-header .buzzword img {
        display: block;
        min-height: 50px;
    }

    #ts-header .buzzword i {
        color: #fff;
    }

    #ts-header .buzzword img {
        display: inline-block;
    }

    #ts-header .buzzword span {
        display: block;
        font-size: 25px;
    }

/* ----- Footer Styles ----- */

#ts-footer {
    padding: 75px;
    background-color: #ddd;
}

    #ts-footer h2 {
        margin: 0 0 35px;
    }

    #ts-footer p {
        margin: 25px 0 0;
    }

#ts-copyright {
    background-color: #333;
    color: #aaa;
}

    #ts-copyright p {
        margin: 0;
    }

/* ----- Individual Page Section Styles ----- */

#ts-videoone p:last-of-type,
#ts-videotwo p:last-of-type {
    margin-bottom: 25px;
}

#ts-features h3 {
    margin: 35px 0 15px;
}

#ts-features .well p:first-child {
    margin-top: 0;
}

#ts-pricing i.fa {
    margin-bottom: 15px;
    color: #888;
}

#ts-questions h3 {
    margin: 25px 0 15px;
}

    #ts-questions h3:first-of-type {
        margin-top: 0;
    }

#ts-questions p {
    margin: 0 0 10px;
}

#ts-terms h5 {
    margin: 25px 0 0;
    font-weight: bold;
}

#ts-terms p {
    margin: 10px 0;
}
