body {
    font-family: 'Montserrat', sans-serif;
}

a { 
	text-decoration: none;
}
a, a:hover{
  text-decoration: none!important;
  color: inherit;
}


/*logo*/
#logo{
  float: left;
  max-width: 250px;
  height: auto;
}

/*navbar*/

/*about mobile*/
.abeng, .abgr{
  display: none;
}

/*align center*/
#mobile-menu{
  position: relative;
  top: 10px;
  margin: auto;
}


button:hover{
	color: #FFA833;
}
#gr{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: large;
}


.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0;
}

.dropdown-content {
  font-size: small;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  color: #FFA833;
}
.dropdown:hover .dropdown-content {
  display: block;
}

nav .active{
	transform: scale(1.5);
	color: #FFA833;
}
.navbar-center{
	margin-top: 20px;
    font-size: large;
}
/*center the navigation*/
ul{
	margin: auto;
	width: 50%;
	padding: 10px;
}
li:hover{
	transition: transform .6s ease;
	transform: scale(1.5);
	color: #FFA833;
}
li{
	transition: transform .6s ease;
	transform: scale(1);
}

/*carousel*/

#Carousel  img{
	max-width: 1300px;
  max-height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.carousel-inner img {
  margin: auto;
}

/*icons-social*/
.social a{
	margin: 12px;
	font-size: 3em;
	padding: 2rem;
	color: grey;
}
.social a:hover{
	color: #FFA833;
}

/*footer*/
footer{
  margin-top: 50px;
}
footer #made{
  font-size: small;
}



/*Media Queries*/
@media (max-width: 992px){
  .abnorm{
    display: none;
  }
  .abeng, .abgr{
  display: block;
}

  /*smaller social*/
.social a{
  font-size: 2em
}

}
@media (max-width: 768px){

  /*smaller logo because it was on top of menu*/
  #logo{
  max-width: 180px;
  height: auto;
}


}
@media (max-width: 576px){



}