@charset "UTF-8";
/*navigation*/

.bg-light {
  background-color: #000 !important;

}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #EC1519 !important;
}

.ms-auto {
 float: right;
}

a {
  color: #EC1519;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #EC1519;
  text-decoration: underline;
}






.navbar {
    position: relative;
	
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
	background-color: #C40D10;
   
    text-shadow: 0px 0px #E51C1F;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #E04A4D;
    -webkit-box-shadow: 0px 0px #463333;
    box-shadow: 0px 0px #463333;
	
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
 /* color: rgba(0, 0, 0, 0.7);*/ color: #FFFFFF;
	outline: none;
	outline-color: transparent;
}


.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #FC060A;
	outline: none;
	outline-color: transparent;
}



.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
	outline: none;
	outline-color: transparent;
	
}

.navbar-nav /*this move the hamburger nav position*/{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 60px;
  margin-bottom: 0;
  list-style: none;
	
	
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #FAF8F8;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
  
}







.paddingleft
{ padding-left:20px;

}
.paddingright
{padding-right: 10px}

.solidcolor {
    background-color: #EC161A;
    padding-top: 10px;
    padding-bottom: 10px;
}
.graybackground {
    background-color: rgba(117,108,108,0.74);
	color:aliceblue;
}
.redbackground {
    background-color: rgba(197,33,39,1.00);
}
.padding {
	padding-right: 30px;
	padding-left: 30px;
}
/*color*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #000000;
  background-clip: border-box;
  border: 1px solid #838383;
  border-radius: 0.25rem;
}
a {
  color: #EC1519;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #EC1519;
  text-decoration: underline;
	outline: none;
	outline-color: none;
}

.smallitalics {
 color: darkgray;
	font-size: small;
	font-style: italic;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
	outline: none;
	outline-color: none;
}



.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.box {
    -webkit-box-shadow: 1px 0.5px rgba(70,39,40,1.00);
    box-shadow: 1px 0.5px rgba(70,39,40,1.00);
    color: rgba(244,242,242,1.00);
    font-size: medium;
    font-weight: normal;
    border-width: thin;
    border-color: rgba(1,4,96,1.00);
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.blackboldtext{
	
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	
}

.blackboldtextfordrop{
	font-size: large;
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	
}
.whitetextfordrop{
	font-size: medium;
	color: floralwhite;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #C40D10;
}


body,html {overflow-x: hidden;
	}