body
    {
        font-size: 16px;
        font-family: Arial;
    }

@media screen and (min-width: 200px) and (max-width: 899px)
{
	.bigtabs{display:none;}
	.desktop{display:none;}
	.sml_desktop{display:none;}
	
	.center 
	{
	  background: url(images/25years.jpg) no-repeat top right;
	  
      max-width:900px; 
      display:block;
      margin: auto; 
   
 /*     position: absolute; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
*/
    }
}


@media screen and (min-width: 900px) and (max-width: 1099px)
{
	.bigtabs{display:none;}
    .mobile{display:none;}
	/* .sml_desktop{display:none;} */
	
	.center
	{

    background: url(images/25years.jpg) no-repeat top right;

	 /*  border-style: outset; */
       width:980px; 
       display:inline-block;
        margin: auto;
 /*       position: absolute;  
        top: 10%;  
        left: 50%;   
        transform: translate(-50%, -0%);    */
    }
}

@media screen and (min-width: 1100px) and (max-width: 4000px)
{
	.smalltabs{display:none;}
    .mobile{display:none;}
/*	.sml_desktop{display:none;}   */
	
	.center
	{
		/* background: url(/images/rightcorner.jpg) no-repeat top right; */
		background: url(images/25years.jpg) no-repeat top right;

/*	   border-style: outset; */
       width:1150px; 
       display:inline-block;
        margin: auto;
		text-align:center;
  /*      position: absolute;   
        top: 30%; 
          left: 50%;  
        transform: translate(-50%, -0%);    */

    }
}

.container{
border-left:none;
border-right:none;
text-align:center;

}
.container div{
width:300px;

border-left: 0px dotted #ccc;
display: inline-block;
vertical-align: top;
padding-left:10px;
}

.container2{
border-left:none;
border-right:none;
text-align:center;
}
.container2 diva{
width:180px;

border-left: 0px dotted #ccc;
display: inline-block;
vertical-align: top;
text-align:left;
}

.container2 divb{
max-width:400px;
min-width:300px;
border-left: 0px dotted #ccc;
display: inline-block;
vertical-align: top;
padding-left:10px;
}



