@charset "utf-8";

/* BRASSCENTER Document */
.whiteVar{
    padding: 0 !important;
}
.navbar {
    width: 1000px;
    left: 50%;
    top: 30px;
    margin-left: -500px;
    border-radius: 3px;
    box-shadow: 0 0 20px #333;
    position: absolute;
}

.navbar .topLine {
    border-radius: 3px 3px 0 0;
    background-color: rgba(51, 51, 51, 0.9);
}

.navbar .contentLine {
    border-radius: 0 0 3px 3px;
}

.navbar .innerContentBar {
    width: 900px;
}

.menuSecond {
    background-color: #333333;
    opacity: 0.8;
}

.NavPopup {
    border-radius: 0 0 3px 3px;
}


/* CONTENT */
html,body{
    height: 100%;
}
.brasscenter_intro{
    overflow:hidden;
    position: relative;
    width: 100%;
    
    height: 100%;
    max-height: 800px !important;
    
}
.img-parallax{
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none
}
.brasscenter_content{
    width: 100%;
    box-shadow: 0 0 20px #333;
}
.logoBrasscenter{
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50px;
}
.arrowdown{
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    font-size: 50px;
    color: white;
    text-align: center;
    opacity: 0.4;
    cursor: pointer;
}
.siteContent{
    margin-top: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.textIntro{
    width: 70%;
    margin: 0 auto;
    padding: 180px;
    padding-bottom: 50px;
}
.brasscenterPIC{
    height: 400px;
    float: left;
    background-size: cover;
    cursor: pointer;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-position: center center;
}
.brasscenterPICsmall{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
}
.shadowpicbrasscenter{
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0;
    -webkit-transition: all 0.2s; /* Safari prior 6.1 */
    transition: all 0.2s;
}
.shadowpicbrasscenter:hover{
    opacity: 0.2;
}