/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			myInvision
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		MannixMD @MannixMD
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=7f0d614a");
@import url("links.css?hash=5efa38c3");
@import url("content.css?hash=899BDE87");
@import url("buttons.css?hash=2d167ca7");
@import url("cp.css?hash=883a7ed0");
@import url("forms.css?hash=8E914F27");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=b8d035e2");
@import url("responsive.css?hash=606475A4");


.logo12 {
    float: left;
   margin-top: -30px;
   
}

.zoomeffect {

    transition: 0.3s;

}



.zoomeffect:hover {

    transform: scale(1.1);
    
transition: 0.3s;

}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mb-3 {
    margin-bottom: 1rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}


.advertise {

    float: right;
    border: 2px dashed #897a7a;
    margin-top: 30px;

    border-radius: 5px;
}




.img-hover img 
{
    
border-radius: 5px;
    
max-width: 100%;
    
max-height: 100%;
    
border: 2px solid var(--color-border);
    
display: block;
    
margin: auto;
    
transition: 0.7s;
}



.img-hover img:hover 
{
    transition: 0.7s;
 
   opacity: 0.10;

}


.csme {
    float: right;
    margin-top: 120px;
    margin-right: -450px;

  
}


.bbb32 {
  display: inline-block;
  padding: 10px 15px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
background-image: linear-gradient(#000000bf, #000c), url(https://www.csgowallpapers.com/assets/images/original/csgowallpaper_242938492930_1585349809_788874077848.png);
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.bbb32:hover {background-color: #3e8e41}

.bbb32:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}