@charset "UTF-8";

/*use with height: 100vh; which means viewpoint height

in addition the bacground does not display so had to resort to style instead*/


*,
*::before,
*::after {
  box-sizing: border-box;
	outline: none;
	outline-color: transparent;
}

/*text/font */

h5, .h5 {
   font-size: large;
	color: aliceblue;
	
	
}
h1, .h1 {
 font-size: medium;
	font-family:  Arial Black, "sans-serif";
	 color: #F8F7F7;
}



h2, .h2 {
 font-size: medium;
	font-family:  Arial Black, "sans-serif";
	 color: #0B135C;
}

.hotpink {
 font-size: medium;
	font-family:  Arial Black, "sans-serif";
	 color: deeppink;
}

.largefont
{
    font-size: medium;
    color: #000000;
    font-weight: bolder;
    letter-spacing: 1px;
    font-family: "Avenir Next Condensed Heavy";
    padding-top: 50px;
}


.whitetextsmall
{
    font-size: medium;
    color: #fff;
     letter-spacing: 5px;
    font-family: "Avenir Next Condensed Heavy";
   
}

.blacktextsmall
{
    font-size: medium;
    color: #0000;
     letter-spacing: 5px;
    font-family: "Avenir Next Condensed Heavy";
   
}
.smalltextblack
{
    font-size: small;
    color: #0000;
     letter-spacing: 1px;
    font-family: "Avenir Next Condensed Heavy";
   
}
.smalltextwhite
{
    font-size: small;
    color: #fff;
     letter-spacing: 1px;
    font-family: "Avenir Next Condensed Heavy";
   
}
.blacktextmedium
{
    font-size: medium;
    color: #00000;
     letter-spacing: 1px;
	
    font-family: "Avenir Next Condensed Heavy";
   
}
.typefont
{
    font-size: large;
    color: darkblue;
    font-weight: bolder;
    letter-spacing: 5px;
    font-family: "Avenir Next Condensed Heavy";
    padding-top: 0px;
}

.typefontblue
{
    font-size: medium;
    color: darkblue;
    font-weight: bolder;
    letter-spacing: 1px;
    font-family: "Avenir Next Condensed Heavy";
    padding-top: 0px;
}







.blackfont
{
    font-size: large;
    color: black;
    font-weight: bolder;
    letter-spacing: 7px;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
    padding-top: 0px;
}
.blackfontitalics
{
    font-size: medium;
    color: black;
    font-weight: bolder;
    letter-spacing: 0px;
    font-family:  Arial Black, 'sans-serif';
    padding-top: 0px;
	font-style: italic;
}


a {
  color: black;
  text-decoration: none;
  background-color: transparent;
	 decoration: transparent;
 outline-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
	 decoration: transparent;
 outline-color: transparent;
}


/*text */


.bg-light {
    background-color: rgba(13,80,192,0.83) !important;
}

 .bg-lighter {
    background-color: rgba(7,79,152,0.55) !important;
}



 .bg-modela {
    background-color: #32363F !important;
}

backgrounddark:hover {
  
 
	 background-color: #AD310B;
}

.backgrounddark {
    background-color:rgba(1,22,99,1.00);
    transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
   
}

.backgrounddark:hover {
    background-color: rgba(54,62,102,0.75);
}

.backgrounddarkopposite {
    background-color: rgba(95,135,234,0.47);
    transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
   
}

.backgrounddarkopposite:hover {
    background-color:rgba(1,22,99,1.00) ;
}


.bg-lighttop {
    background-color: white !important;
	padding-bottom: 15px;
}


.blank {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.padding {
	padding-left: 40px;
	padding-right: 40px;
}
.paddingsides {
	padding-left: 20px;
	padding-right: 20px;
}
.paddingleft {
	padding-left: 100px;

}
.paddingbottom {
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}

.paddingnavigation {
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 55px;
}
/*use below for no shadow on nav phone*/
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
	outline-color: none;
	outline: none;
	  text-decoration: none;
}




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





.navbar-light .navbar-nav .nav-link:hover {

	
	 text-decoration: none;
  background-color: rgba(145,193,232,0.54);
}



.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #87918A;
	outline-color: none;
	outline: none;


	box-shadow: none;
	   
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: #023078;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3A79D6;
	outline-color: none;
	outline: none;
}


dropdown-toggle {
  white-space: nowrap;
	outline-color: none;
	outline: none;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
	outline-color: none;
	outline: none;
}








/*use above for no shadow on nav phone*/

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #1D6F47;
  border: 2px solid medium;
  border-color: #000;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
	outline-color: none;
	outline: none;
}
body,html {overflow-x: hidden;

}

.card2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;

	background-repeat: no-repeat;
	background-size: cover;
 background-blend-mode: color; 
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
	border-color: blue;
 
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #2F3F9F;
	border-color: #2F3F9F;
	border-width: medium;
  background-image: url("backgroundtexture2.jpg");
	background-repeat: no-repeat;
	background-size: cover;

 
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.cardmodelA {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;

  word-wrap: break-word;
  background-color: #2F3F9F;
	border-color: #2F3F9F;
	border-width: medium;
  background-image: url("backgroundtexture2.jpg");
	background-repeat: no-repeat;
	background-size: cover;

 
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}



.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #FE0000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: aliceblue;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #EAB724;
}
a.dropdown-item:active{
	background-color: #EAB724;
}
.backgrounddarkgreen {
    background-color: rgba(1,79,39,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
	
}
.backgroundwhite {
    background-color: white;
    padding-top: 1px;
    padding-bottom: 1px;
	
	
}
.darkgreen {
    background-color: rgba(1,79,39,1.00);
    padding-top: 0px;
    padding-bottom: 0px;
}
.backgrounddarkred {
    background-color: #EB1D24;
    padding-top: 60px;
    padding-bottom: 60px;
}

.backgroundlightgreen {
    background-color: #39B54A;
       padding-top: 10px;
      padding-bottom: 0px;
	  padding-right: 5px;
	  padding-left: 5px;
}
/*buttton*/
.btn {
  display: inline-block;
  font-weight: 100;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";

  color: #FDF9F9;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #304192;
  border: 1px solid rgba(255,253,253,1.00);    
  border-bottom: 2px solid rgba(255,253,253,1.00);
  padding: .1rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: none; 
 box-shadow: transparent;
}




.btn:hover {
  color: #F8F5F5;
  text-decoration: none;
	 decoration: transparent;
 outline-color: transparent;
	box-shadow: transparent;
}

.btn:focus, .btn.focus {
  outline: none;
	 decoration: transparent;
 outline-color: transparent;
 /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
	box-shadow: transparent; 
}
.btn-primary {
  color: #fff;
  background-color: #3A79D6 ;
  border-color: #F30085 ;
	 decoration: transparent;
 outline-color: transparent;
}

.btn-secondary {
  
  background-color: white ;

  color: #172CA6;
	 border-color: white;
	text-decoration-color: none;
	 decoration: transparent;
 outline-color: white;
	outline: none;
	box-shadow: white;
	
}

focus.btn-secondary {
  
  
	 decoration: transparent;
 outline-color: transparent;
	outline: none;
	box-shadow: transparent;
}




.btn-secondary:hover {
  color: #172CA6;
 background-color: white ;
  border-color: transparent;
	text-decoration-color: none;
	 decoration: transparent;
 outline-color: transparent;
	outline: none;
	box-shadow: transparent;
}


.btn-secondary2:hover {
  color: #fff;
 background-color: #283890 ;
  border-color: #F80093 ;
	 decoration: transparent;
 outline-color: transparent;
	box-shadow: transparent;
}

.btn-info:hover {
  color: #fff;
 background-color: #F80093 ;
  border-color: #283890 ;
}





.btn-primary:hover {
  color: #fff;
 background-color: #F80093 ;
  border-color: #283890 ;
	 decoration: transparent;
 outline-color: transparent;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
 background-color: #283890 ;
  border-color: #F80093 ;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	 decoration: transparent;
 outline-color: transparent;
}



.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
 background-color: white;
  border-color: transparent;
	 decoration: transparent;
 outline-color: transparent;
	outline: none;

}







.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
	 background-color: #F30085 ;
}








.btn-sm, .btn-group-sm > .btn {
background-color: #283890;
padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}



/*navigation options*/
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #283890;
  border-color: #6c757d #5A7CE3 #5A7CE3;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
	
	 border-right-width: thin #dee2e6;
	 border-color: transparent;
	 padding-right: 50px;
	 padding-left: 50px;
	 display: flex;

  flex-direction: column;

  justify-content: center;

 

	
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
	
}

.nav-tabs .nav-link {
  border: #010101px solid #020202;
	border-left-width: 0rem ;
	border-right-width: thick;
  border-top-left-radius: 0.55rem;
  border-top-right-radius: 0.55rem;
	 border-color: #6c757d #5A7CE3 #5A7CE3;
	background-color: #283890;
	color: black;
	font-family: "Rubik Dirt Regular"
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 
  margin-bottom: 0;
  list-style: none;
	 padding-right: 40px;
	 padding-left: 40px;
}
	 

.navcenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 
  margin-bottom: 0;
  list-style: none;
}

.carousel-caption {
    top: 90px;
    bottom: auto;
}




/*.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
}*/
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 550px;
	 max-height: 550px;
  padding: 1.25rem;
	
}

.card-bodymodelA {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 250px;
	 max-height: 250px;
  padding: 1.25rem;
	
}




.card-body2 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
	
  padding: 1.25rem;
}
.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.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23259' width='9' height='9' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23259' width='9' height='9' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #204C8D;
	outline-color: none;
	outline: none;
}

/*
dropdown-toggle {
  white-space: nowrap;
	outline-color: none;
	outline: none;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
	outline-color: none;
	outline: none;
}




.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 50rem;
	  max-width: inherit;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}











/*use above for no shadow on nav phone*/

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #283890;
  border: 2px solid medium;
  border-color: #000;
  border-radius: 0.25rem;
}

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



