/*
###########################################################
##                                                       ##
##      (c) 2022 USSURFS, LLC. All rights reserved.      ##
##                                                       ##
###########################################################
*/

* { margin: 0;padding: 0; }
.row { margin-right: 0px !important; }

html {
  scroll-behavior: smooth;
}

/*------------------------------------------------------------------
 || Page Structure
------------------------------------------------------------------*/

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1440px !important;
}
}

.container {
    position: relative;
    z-index: 100;
    max-width: 1440px !important;
    margin: 0 auto;
}

.lfm_outerdiv {
	display: flex;
	width: 100%;
	align-items: stretch;
}

/*------------------------------------------------------------------
 || Backgrounds
------------------------------------------------------------------*/

.banner {
    background-repeat: no-repeat;
    background-position: bottom center;
    color: white;
    text-shadow: 0px 1px 6px black;
    text-align: center;
}
.background {
    background-size: cover;
}
.fullbg {
    background-size: cover;
    display: block;
    width: 100%;
    height: 100vw;
    position: absolute;
    z-index: 0;
}
.loginbg {
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

/*------------------------------------------------------------------
 || Icon Settings
------------------------------------------------------------------*/

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color:#3097D1;
	font-size:20px;
	margin-right:5px;
}

/*------------------------------------------------------------------
 || Logos
------------------------------------------------------------------*/

.lfm_menu_logo {
    max-width: 100%;
    text-align: center;
    z-index: 9995;
	/* margin: 0.5rem 1.2rem 0.3rem 1.2rem; */
}

/*------------------------------------------------------------------
 || Profile Picture Sizes
------------------------------------------------------------------*/

.profilepic_small {
	width:40px;
	height:40px;
}

.profilepic_med {
	width:75px;
	height:75px;
}

.profilepic_large {
	width:200px;
	height:200px;
}

/*------------------------------------------------------------------
 || Stats
------------------------------------------------------------------*/

.statscount img {
    max-width: 24px;
}

.notification {
  position: relative;
  display: inline-block;
}

.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 2px 5px;
  border-radius: 50%;
  background: red;
  color: white;
}

/*------------------------------------------------------------------
 || Dropdown - Screen Darken
------------------------------------------------------------------*/

.screen-darken{
  content: ''; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  pointer-events: none;
  z-index:999; opacity:1; 
  visibility:visible;
  position: fixed;
}

/*------------------------------------------------------------------
 || Various Styles
------------------------------------------------------------------*/

.buttonlink {
	/* This class defines <a> tag links that look like buttons */
	cursor: pointer;
	background-color:#1468e5;
	border-radius:2px;
	border:1px solid #002175;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:arial;
	font-size:18px;
	font-weight:500;
	padding:4px 7px;
	margin:2px 1px 2px 1px;
	text-decoration:none;
}
.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color:#FFFFFF;
	background-color:#3385FF;
	text-decoration:none;
}


.infobar {
	/* This class defines sections that span the entire page width */
	width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#FFFFFF;
	background-color:#555555;
}
.infobar h2 {
	color:#FFFFFF;
}


.vcenter {
	/* This is a class that can be used in Bootstrap rows to vertically center the content */
	display: flex;
	align-items: center;
}

/* The next 3 sections control various text styles used throughout the LFM Members Area */
.lfm_title {
	font-family: "Arial"; color:#333333; font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; color:#111111; font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color:#000000; font-size:16px;
	font-weight:700;
}