/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}


.navbar{
  font-size:x-large;
  color:rgb(255, 255, 255);
}

.nav-link{
font-size:x-large;
color:rgb(255, 255, 255);
}


.nav-item{
  font-size:x-large;
  color:rgb(255, 255, 255);
 }


 .navbar-nav{
    font-size:x-large;
    color:rgb(255, 255, 255);
 } 

.navbar-brand{
  font-size: x-large;
}

.dropdown-item{
  font-size:x-large;
}

.dropdown-item:hover{
  font-size: x-large;
  color:rgb(255, 0, 0);
}


.dropdown-menu{
  font-size:x-large;

}


#largetop{

  background-color: rgb(158, 158, 158);

}

.collapse{

}


a:hover 
{
    color:#fa0202;
}

/*
 * Header
 */




.themed-grid-col {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(10, 27, 44, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-align: left;
 }

.themed-container {
  padding: .75rem;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 123, 255, .8);
  border: 1px solid rgba(0, 123, 255, .9);
  text-align: left;
}

.carousel-inner > .item >img{
  min-height : 300px;
  max-height : 300px;
  width : 100%;
}