 @import url('fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
* {
    margin: 0;
    padding: 0;
}
html {
    width: 100%!important;
    height: 100%!important;
    overflow-x: initial !important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    
}
body {
     background: url('https://tse4.mm.bing.net/th/id/OIP.lBMWLzZzsCgizaXxlijcggHaIN?cb=12&rs=1&pid=ImgDetMain&o=7&rm=3') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
    height: 100%;
    width: 100%;
    color: #212529!important;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes letBounceBaby
{
  0%
  {
    transform: scale( .98 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .96 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .96 );
  }
  100%
  {
    transform: scale( .98 );
  }
}
.separator {
    width: 100%;
    height: 10px;
    background: linear-gradient(-45deg, #8b0000, #b22222, #ff0000, #a40000);
  	background-size: 400% 400%;
  	animation: gradientBG 10s ease infinite;
}
/** Custom **/

.card {
    /** Red / Black
    background: rgb(0,0,0);
    background: linear-gradient(292deg, rgba(0,0,0,1) 0%, rgba(146,25,0,1) 100%);
    **/
    /** Gold / Black
    background: rgb(194,143,28);
    background: linear-gradient(292deg, rgba(0,0,0,1) 0%, rgba(194,143,28,1) 100%);
    **/
    /** background: rgb(146,25,0); **/ 
    /** background: linear-gradient(310deg, rgb(166, 41, 194) 0%, rgba(115,62,127,1) 83%); **/ 
    padding: 0px!important;
    margin-bottom: 10px;
    border-width: 5px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
    border-color: #641975;
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.3);
    border-radius: 5px!important;
    -webkit-animation: change 5s infinite;
    -moz-animation: change 5s infinite;
    -o-animation: change 5s infinite;
    -webkit-animation: change 5s infinite;
    -moz-animation: chang5se 5s infinite;
    -o-animation: change 5s infinite;
    animation: change 5s infinite;
    
}
.card-body {
    padding: 0px!important;
    margin-bottom: 5px!important;
}
.card-header {
    background: #000;
}
.top5-bg {
    background: url(../img/pmfm_top5_bg.html);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
h2.header-title {
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 5px;
    padding: 5px;
    align-items: center;
    background: #ff3131 url(https://i.imgur.com/9sfOPh2.gif) repeat-x center!important;
    padding-right: 0px!important;
    color: #268dff;
    font-family: 'Fugaz One', cursive;
    font-size: 17px;
}
h2.header-title svg {
    font-size: 28px;
    padding-right: 10px;
}
.p63r_header {
    padding: 50px 0px;
    /**background: url(../img/p63r_header_bg2.png) repeat-x center top;
    height: 380px; **/
    transition: 0.2s;
}
.logo {
    width: 225px;
    margin-top: 25px;
    transition: 0.2s;
    /**
    -webkit-animation: letBounceBaby 1s ease infinite;
    -moz-animation: letBounceBaby 1s ease infinite;
    -o-animation: letBounceBaby 1s ease infinite;
    animation: letBounceBaby 1s ease infinite; **/
    -webkit-animation: letBounceBaby 1s ease infinite;
    -moz-animation: letBounceBaby 1s ease infinite;
    -o-animation: letBounceBaby 1s ease infinite;
    animation: letBounceBaby 1s ease infinite;
    margin-bottom: 20px;
}
.footer {
    color: #fff;
    padding: 70px 50px;
    background: url(../img/p63r_footer_bg.png) center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    font-weight: 700;
}
.footer a {
    color: #000;
}
.footer h2 {
    font-family: 'Oswald'!important;
}
.request-butt {
    background: rgb(158,56,56);
    background: linear-gradient(0deg, rgba(103,3,3,1) 0%, rgba(158,56,56,1) 87%);
    border: none!important;
    padding: 5px 20px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px!important;
    color: #fff;
    margin-left: 10px;
    margin-top: 10px;
}
.request-butt:hover {
    color: #fff;
}


.navbar-m {
    margin-top: 150px;
}
.navbar {
    background: #092469; /** 921900 **/
    background: rgb(255,255,255);
    border-radius: 10px;
    background: #960000 url(https://i.imgur.com/9sfOPh2.gif) repeat-x center!important;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.3);
}
.navbar-nav li {
    padding: 5px;
}
.nav-item a {
    font-size: 18px;
    font-family: 'Oswald'!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 5px rgba(0,0,0,.5), 0 0 10px rgba(0,0,0,.5), 2px 2px 1px rgba(0,0,0,0);
    text-decoration: none;
    color: #fff !important;
    padding: 7px 15px!important;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(5,28,44,0) 20%, rgba(0,0,0,0.5) 100%);
    border-radius: 10px;
    transition: 0.6s ease !important;
}
.nav-item a:hover {
    background: #000000;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: rgba(0,0,0, 0.2)!important;
    border: 1px solid #690505!important;
    border-radius: .25rem;
    color: #fff!important;
}
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.no-gutter>[class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.bx-wrapper {
    box-shadow: none!important;
    border: none!important;
    background: none!important;
}
.live-badge {
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    padding: 2px 6px!important;
    font-size: 15px!important;
    color: #fff;
    border-radius: 4px;
    font-weight: bolder;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    background: #000;
    left: 0;
}
b.flash-dot {
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@keyframes flash {
    from {color: #d9534f;}
    to {color: #fff;}
}

.onboard-bg
{
	height: 126px;
	padding: 0px;
	overflow:hidden;
	background-position:center;
}

.board-info
{
	margin-left: auto;
	margin-right: auto;
}

.board-pic
{
	margin-right: auto;
}

img.board-pic
{
	max-width: 100%;
	border-radius: 50%;
	margin-top: 60px;
	width: 150px;
	height: 150px;
	border: 5px solid #060606;
}

.board-tagline
{
	font-family:Arial;
	font-size: 10px;
	color: #ffffff;
	margin-bottom: 20px;
	text-align:center;
}
.board-name
{
	color: #ffffff;
	font-weight:700;
	padding-top: 5px;
	text-overflow: ellipsis;
	letter-spacing:1px;
	font-size: 25px;
	font-family: 'Fugaz One', cursive;
}

.onboard
{
	letter-spacing:.1em;
	font-size:25px;
	color:#ff0808;
	width:248px;
	font-family:'Tahoma';
	display:block
}

.board-info
{
	text-align:center;
	position: relative;
	left: 0;
	bottom: 0;
	height: 85px;
	margin-top: -6px;
}
::-webkit-scrollbar {
width : 5px;
margin-right : 5px;
}
@keyframes marquee {
0% {
transform : translate(0,0);
}
100% {
transform : translate(-100%,0);
}
}


.flexcroll{ width:100%;
            height:100%;
            overflow:scroll;
           }
.flexcroll{
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.flexcroll::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.flexcroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

@keyframes change
{
  0%
  {
  background: linear-gradient(
310deg, rgb(65 194 41) 0%, rgb(255 0 0) 83%);
    border-color: #ff0000
  }
  20%
  {
   background: linear-gradient(
310deg, rgb(194 41 41) 0%, rgb(178 34 34) 83%);
    border-color: #b22222;
  }
  40%
  {
    background: linear-gradient(
310deg, rgb(41 187 194) 0%, rgb(139 0 0) 83%);
    border-color: #8b0000;
  }
  60%
  {
  background: linear-gradient(
310deg, rgb(255 235 59) 0%, rgb(124 10 2) 83%);
         border-color: #7c0a02;
  }
  80%
  {
   background: linear-gradient( 
310deg, rgb(27 0 255) 0%, rgb(255 8 0) 83%);
    border-color: #ff0800;
  }
  100%
  {
    background: linear-gradient(
310deg, rgb(166, 41, 194) 0%, rgba(254 39 18) 83%);
    border-color: #fe2712;
  }
}


