body{
    font-family:Times, serif;
    margin:0;
    font-size:16pt;
	background:#fdfdfd;
	width:100%;
}



.content-box#lead {
    min-height: 100%;
    font-size:20pt;    
    color:white;
    background-color:rgba(10,46,132,1);    
    position:relative;
    box-sizing:border-box;
}

.header.top {   
    height:72px;
    position:fixed;
    z-index:2;
    width:100%;
    background: white;
    margin-top:-64px;
    transition:margin-top 1s;
}

#lead {
    xpadding-top:2%;
    background-color:white;
    background-image: linear-gradient(
      rgba(10,46,132, 0.3),
      rgba(0,0,0, 0.1)
    ),    
    url(office-angle1920.png);
    background-position:center;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;	
	height:100%
}

@media screen and (orientation:portrait) {  
    #lead {
        background-image: linear-gradient(
      rgba(10,46,132, 0.3),
      rgba(0,0,0, 0.1)
    ),    
    url(office-angle1920.png);
        background-size:auto 100%;}
}
// @media screen and (orientation:landscape) { … }

#lead .header{
    color:rgba(10,46,132,1);
    background-color: rgba(255,255,255,11);
    padding:20px 60px 30px 20px;
    xbox-shadow: 5px 5px 2px #333;
    width:300px;
    margin: auto;
    xborder-radius:85px;
    opacity:0.9;
    /* position:absolute; */
    transition: opacity 1s;
    transition-delay:1s;
    border:1px black solid;
}

#lead .header{
    opacity:0;
    transition: opacity 0s;
    transition-delay:0s;
	margin-top:0px;
}

#lead .content{
    font-size: 32pt;
    bottom:10%;
    position:absolute;
    text-shadow: 2px 2px #000000;
	background:rgba(50,50,50,0.4);
	border: 2px solid rgba(100,100,100, 0.5);
	padding:64px;
	margin:16px 16px 32px;
}

#lead .header .logo{
    background: url('bbanew-small.png');
    background-size:300px 96px;
    width:182px; 
    height:44px;  
    margin:0 auto;
    margin-top:10px;
}

.header.top{ /* .scrolled */
    margin-top:0px;
    border-bottom: 4px solid #555; 
	xbackground:linear-gradient(10deg, #fff, #ddd, #fff);
    box-shadow: 2px 5px 5px rgba(0,0,0,0.5);      
}

.header.top .logo{
    background: url('bbanew-small.png');
    background-size:182px 44px;
    width:182px;
    height: 44px;
    margin:12px;
}

.content{
    margin:auto;
    max-width:75%;
    padding:5%;
    position:relative;
}

.section-title{
    font-size:28pt;
	font-variant:small-caps;
	xfont-family: Tahoma, sans-serif;
}

.content-foot{
    position:absolute;
    bottom:0px;
    padding:2% 0;
    text-align:center;
    width:100%;
    xbackground-color:orange;
	xbackground-color:#555;
	background-color: rgba(10,46,132,1);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5),0px -5px 5px rgba(0,0,0,0.5);
	font-style: oblique;
	font-size:24pt;
	font-weight:bold;
	font-variant:small-caps;
 }

.content-box.alt {
    color:white;
    background-color:rgba(10,46,132,1);   
}

#services{
    border-top:rgba(255,255,255,0.25) 2px solid;    
}

.services-list{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    margin-left: 10px;
}

.service{
    font-size:10pt;
    xmax-width:30%;
    background: rgba(255,255,255,0.1);
    margin:2px;
    padding:20px;    
}

.service .title{
    font-size:18pt;
}

.service-content{
    max-height:0;
    overflow:hidden;
    transition:max-height 1s;    
}

.service:hover  .service-content{
    max-height:100%;
    transition:max-height 0.5;    
}

#services .content{
    display:flex;
    flex-direction:row;

}
/* rgba(222,92,51,1); */

.articles{
    display:flex;
    flex-direction:row;
    padding-bottom:0;
}
.article{
    margin:1%;
    padding:2%;
    xtext-align:justify;
    background-color:rgba(11, 49, 138, 0.1);    
    xborder:rgba(11, 49, 138, .25) 2px solid;
    xborder-radius:10px;
    xbox-shadow: 5px 8px 5px rgba(0,0,0,0.4);
}

.article-content{
    
}

.article .section-title{
	padding:20px 10px 0px;
    color:rgba(11, 49, 138, 1);
    xtext-shadow: 1px 1px rgba(0,0,0, 1);
}

#articles {
    color: black;    

    xborder-bottom:rgba(255,165,0, .75) 4px solid;
    box-shadow: inset 0px 5px 5px rgba(0,0,0,0.5);

}



.ActionBar{
    position:fixed;
    right:0px;
    z-index:3;
    display:flex;
    color:#fff;
    text-shadow: 2px 2px #000000;
    transition:color 2s, text-shadow 2s;
    margin-right:40px;
    font-size:18pt;
}

.ActionBar a{ color:inherit; text-decoration:none;}

.ActionBar{ /* scrolled */
    text-shadow: 0px 0px #000000;
    color:#000;    
}

.ActionBar .nav{
  margin: 20px 20px;
  text-decoration: underline;
}

#about{
    background-image:linear-gradient(
      rgba(0,0,0, 0.6),
      rgba(0,0,0, 0.2)
    ), url(servers.png);
    background-size:100%;
    background-repeat:no-repeat;
    text-shadow: 1px 1px #000;
    text-align:right;
    color:white;
 
}


#about .content{
       
    margin-right:0px;
}

#faqs .section-title{
    display:none;
    font-weight:bold;
}
.faq .q{font-weight:bold;color:rgba(10,46,132, 1);}
.faq {margin:24px;}

#why{
    background:rgba(10,46,132, 0.05);
    xcolor:white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
	#services .content{display:block}
}
#contact .content{
	display:flex;flex-direction: row;	
}

#contact .content>div{
	padding:10px
	
}

.ContactType{
	font-weight:bold
}


#contact{
	padding:20px;
	background-color:rgba(10,46,132, 0.8);
	color:white;
}

#contact a{ color:orange;}

.contact-europe{ font-size:0.9em; background:rgba(255,255,255,0.2); border-radius:5px; padding:10px;}
#contact .content.contact-europe>div{padding:20px;}
.contact-europe .section-title{font-size:18pt}
.footer{padding-top:3%; background-color: #333;position:relative}
.footer2{ xbackground-color:orange; background-color:#333; color:white; font-size:10pt; text-align:center; padding-bottom:3% }
.footer2 a{color:orange}

@media screen and (orientation:portrait){
    #about{
    background-image:linear-gradient(
      rgba(0,0,0, 0.8),
      rgba(0,0,0, 1)
    ), url(server-tall.jpg);

 }