*{
	box-sizing: border-box;
}


#showLG{margin-top: 2%;}

#fr_logo{margin-left: auto; margin-right: auto; margin-top: -3%; margin-bottom: -3%; width:200px; max-height:200px;}

#fr_logo:hover{width:210px;height:210px;transition:width 1s;}



a:hover, h3:hover{
  font-size:18px;
  transition:font-size 0.1s;
}
 
#home,#aboutus,#contact{margin-top:5%;}

@media screen and (min-width: 970px){
#collapsibleNavbar li a{
  color:white;
  padding-right:2em;
  margin-left: ;
 }
}

#team_dd, #more_dd {
  
  margin-left:-3em;
  float:none;
  position:absolute;
  width:auto;
  min-height:50%;
  border-radius:10px;
  
  z-index:1;
  opacity:0.75;
}





@media screen and (max-width: 700px){
  #more_dd, #team_dd {
    opacity:0.9;
  }
}


#team_dd a:active{background-color: #B19D90;}
#more_dd a:active{background-color: #B19D90;}

#team a:hover{color:black;transition:color 1s;}
#more a:hover{color:black;transition:color 1s;}
#contact:hover{color:#B19D90;transition:color 1s;}
#home:hover{color:#B19D90;transition:color 1s;}
#aboutus:hover{color:#B19D90;transition:color 1s;}

#sitetag{font-size:20px;color:white;}
#sitetag:hover{color:#B19D90;font-size:22px;transition:font-size 1s;}



#team_dd, #more_dd{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+67,1c1c1c+91,2b2b2b+96,131313+100 */
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 67%, #1c1c1c 91%, #2b2b2b 96%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 67%,#1c1c1c 91%,#2b2b2b 96%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 67%,#1c1c1c 91%,#2b2b2b 96%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}


#team_dd a, #more_dd a{
  float: none;
  color: white;
  text-decoration:none;
  display: block;
  text-align:center;
  padding:20px;
}


