body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.navbar-default-top {
	background-color:rgba(0,0,0,0);
	border-width:0px;
    /*-webkit-transition: background-color 0.5s ease-in;
    -moz-transition: background-color 0.5s ease-in;
    -o-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in;
    */
}

.navbar-default-rest {
	background-color:rgba(239,239,239,0.9);
	border-width:0px;
    /*-webkit-transition: background-color 0.4s ease-in;
    -moz-transition: background-color 0.4s ease-in;
    -o-transition: background-color 0.4s ease-in;
    transition: background-color 0.4s ease-in;
    */
}

.navbar-brand {
	padding:45px 30px 60px 45px;
	margin-bottom:-15px;
}

.navbar-nav{
    margin-top:0px;
    margin-bottom:0px;
}

.navbar-toggle{
    border:0px;
    border-radius:0px;
    padding:17px 17px;
    margin:0px 0px;
}

.navbar-collapse {
    border:0px;
}

.navbar-default-top .navbar-brand {
    color:#DDD !important;
}

.navbar-default-top .navbar-nav>li>a {
	color:#DDD !important;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus{
    border-bottom:solid 5px #ffc800;
    background-color:rgba(128,128,128,0.5) !important;
    padding-bottom:10px;
}

.active>a {
	background-color:rgba(128,128,128,0.2);
}

@media only screen and (min-width: 768px) {
    .navbar-left-small {
        margin-top:-10px;
        margin-bottom:-10px;
    }
}

.scrollTo:active, .scrollTo:focus, .scrollTo {
    color:#DDD;
}

.scrollTo:hover {
    color:#AAA !important;
}

.contentWhite {
    background-color:#FFF; 
    height: auto;
    margin: 0px auto; 
    padding: 50px 0 50px 0;
    width: 100%; 
    position: relative; 
    color: #333;
}

.contentGrey {
    background-color:#666; 
    height: auto;
    margin: 0px auto; 
    padding: 50px 0 50px 0;
    width: 100%; 
    position: relative;
    -moz-box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    color: #ccc;
}

.top { 
    background: url(../img/banner.jpg) 100% 0 fixed;
    background-repeat: no-repeat;
    background-size:cover;
    background-color:#333;
    vertical-align: middle;
    height: auto;  
    margin:auto 0; 
    width: 100%; 
    position: relative;
    -moz-box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    padding: 50px 0 50px 0;
    color:#CCC;
}


.imgbg1 { 
    background: url(../img/mosaic.png) 100% 0 fixed; 
    height: auto;  
    margin:auto 0; 
    width: 100%; 
    position: relative;
    -moz-box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    padding: 50px 0 50px 0;
    color:#CCC;
}

.imgbg2 { 
    background: url(../img/papyrus-dark.png) 100% 0 fixed;  
    height: auto;  
    margin:auto 0; 
    width: 100%; 
    position: relative;
    -moz-box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    box-shadow: inset 0 -50px 50px -50px rgba(0,0,0,0.8), inset 0 50px 50px -50px rgba(0,0,0,0.8);
    padding: 50px 0 50px 0;
    color:#CCC;
}

.selectionButton {
    border-radius:20px;
    margin:20px;
}

.card {
    background-color:#FFF;
    color:#333;
    margin-top:15px;
    margin-bottom:15px;
    padding:50px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.8);
}

.card h2 {
    text-align:center;
    padding:15px;
    margin:0px;
}

.card .link {
    text-decoration:none;
    color:#333;
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}