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

  
}
section#home {
    padding-top: 10%;
		max-height: 922px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 770px) {
		
		.logo {
			 max-height: 100px;
	}
		section#home {
    padding-top: 18%;
    height: auto;		}
	
						.section-menu {
				   padding-top: 18%;
				}

			.section-story {
			  padding-top: 18%;
			}

			.section-findus {
			padding-top: 18%;
			}
			.section-jobs {
				padding-top: 18%;
			}
	
	}

.topo {background-image: url('./images/HeaderImage_1920x189.jpg'); background-size: cover; background-position: center center;
		
	}

.navbar-logo {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: transparent;
    border-radius: 4px;
}

.navbar {
    padding: 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;
}
	
	.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-family: 'Russo One', sans-serif;
}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #dd0330;
    background-color: transparent;
		background-image: none;
}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
	
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    
    color: #dd0330;
}
	
	a:active {
    
    color: #dd0330;
}
a:hover {
    
    color: #dd0330;
}
	.footer {
		font-family: 'Russo One', sans-serif;
	}
	p {
		font-family: 'Roboto', sans-serif;
	}
	
	h2{
	 color: #dd0330;
	font-family: 'Russo One', sans-serif;	
	}
	
	.jobs {
		color: #dd0330;
	}
	h1{
		color:#000;
		font-family: 'Russo One', sans-serif;
	}
	.jumbotron .h1, .jumbotron h1 {
		color: #000;
		
	
	}
	.jumbotron {
		background-color: #fff;
	}	
		.btn  {
    color: #fff;
    background-color: #636466;
    border-color: #636466;
			background-image: none;
			font-family: 'Russo One', sans-serif;
}
	.btn:hover {
		  background-color: #474848;
		
	}
	ul {
		list-style: none;
	}

	a {
		color:#fff;
	}



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

@media(min-width:767px) {
    .navbar {
        padding: 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. */

.section {
    height: 100%;
   
    
    background: #fff;
}

.section-menu {
    height: 100%;
    
   
    background: #fff;
}

.section-story {
    height: 100%;
     
    
    background: #fff;
}

.section-findus {
    height: 100%;
    
   
    background: #fff;
}
.section-jobs {
    height: 100%;
     
    
    background: #fff;
}