/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 767px){
     #logo.logo-thx {
    left: 0;
    margin-left: 0;
    position: relative;
}
.thx {
    font-size: 30px;
    margin-top: 46px;
}
    
}
@media only screen and (min-width: 480px) {
	.toggle_mnu {
    border: medium none;
    height: 50px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    z-index: 100;
    display: none;
}
.toggle_mnu {
    background-color: #000;
}

.toggle_mnu span {
    display: block;
}
.sandwich {
    bottom: 0;
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 8px;
    width: 28px;
    z-index: 200;
}
.sw-topper {
    background: white none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    display: block;
    height: 3px;
    position: relative;
    top: 0;
    transition: transform 0.5s ease 0s, top 0.2s ease 0s;
    width: 28px;
}
.sw-bottom {
    background: white none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    height: 3px;
    position: relative;
    top: 6.6px;
    transition: transform 0.5s ease 0.2s, top 0.2s ease 0s;
    width: 28px;
}
.sw-footer {
    background: white none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    height: 3px;
    position: relative;
    top: 13.5px;
    transition: all 0.5s ease 0.1s;
    width: 28px;
}
.thx {
    font-size: 30px;
    margin-top: 45px;
}
    
}
@media only screen and (max-width: 480px) {
 
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}