@font-face {
    font-family: 'prime';
    src:  url('../fonts/prime.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	margin: 0;
	
}

.b1, .be, .b2, .b3{
    background-repeat: no-repeat;
    padding:0;
}
.flash{
	min-width: 100%;
	z-index:100;
	height: 100%;
	
}
/*bkgd*/
.b1 {
    position: static;
    background-image: url("../images/home/firsttypography.jpg");
    min-height: 40vw;
    max-height: 41vw;
    background-size: 100%;
    top: 0%;
    background-attachment: fixed;

}

.be {
    position: absolute;
    min-width:100%;
    max-width:100%;
    height: 40vw;
    color:#ddd;
    background-color:#282E34;
    text-align:center;
    z-index: 100;
    left: 0;
}

.b2 {
    position: static;
    background-image: url("../images/home/bkgd.png");
    min-height: 390%;
    background-size: cover;
}






.normpic{
    background-size: 100%;
    background-image: url("../images/home/docb2.png");
    display: none;
    position: static;
    min-width:100%;
    max-width:100%;
    min-height: 56vw;
    background-repeat: no-repeat;
}


.b3 {
    background-attachment: fixed;
    background-image: url("../images/home/features2.jpg");
    background-size: 100%;
    min-width: 100%;
    min-height: 37vw;
    max-height: 37vw;
    background-position: top;
}​

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
}


/*sidein*/
.sideinfo{
    position: fixed;
    min-width: 100%;
    top:0%;
}


#oo1 {
    position: relative;
    left:60%;
    min-width: 40%;
    max-width: 40%;
    opacity:0.0;

}
#oo2 {
    position: relative;
    left:60%;
    min-width: 40%;
    opacity:0.0;
    max-width: 40%;

}
#oo3 {
    position: relative;
    left:60%;
    min-width: 40%;
    max-width: 40%;
    opacity:0.0;

}


/*debug*/
.fadingin {
    position:fixed;
    background-color: white;
    z-index:1;

}


.photoimg {
    width: 100%;
}


.special1{
    width: 69.7%;


}

#special2 {
    width: 30.1407%;

}

.special3 {
    width: 69.7%;

}

#special4 {
    width: 29.55%;
    padding-left: 0.3%;

}

@media only screen and (max-device-width: 480px) and (orientation : portrait){
    .be{
        display:none;
    }
    
    .b2{
        display:none;
    }
    
    .normpic{
        display:block;
    }
    
}