

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.wrapper{
	min-height: calc(100vh - 110px);
}

body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a{
  text-decoration: none;
  color: #0091cd;
}

a:hover{
  color: #0091cd;
}

/* Index page */
/* Navbar */
.navbar-cell{
  padding: 0;
}
.navbar-cell .container {
	padding: 0;
}

/* navbar-brand */
.navbar-cell .navbar-brand{
  font-size: 1.7em;
  letter-spacing: 0.1em;
  font-weight: 900;
  padding: 0.3em 0 0.3em 0;
}
.navbar-cell .navbar-brand:hover{
  color: #0091cd;
}
/* navbar-link */
.nav-justified .nav-item{
  flex-basis: content;
  white-space: nowrap;
}

.nav-link{
	border: 0px solid #0091cd;
	font-size: 1.3em;
  color: #fff;
	padding: 0.8em 0.5em 0.8em 0.47em;
}

.nav-link:hover{
  color: #0091cd;
  /*border-bottom-width: 0.4em;
  padding-bottom: 0.3em;*/
}

/* End of Navbar */


/* Footer */
.footer {
	width: 100%;
  bottom: 0;
	text-align: left;
  white-space: inherit;
	color: white;
	border-radius: 0px;
	margin: 20px 0 0 0;
	padding: 0;
	z-index: 1000;
}

.footer .container{
	padding: 0;
  display: flex;
  align-items: center;
}

.footer-container-logo{
	float: left;
	min-width: 71px;
  padding: 10px 0 10px 0;
}

.footer-container-decription{
	float: left;
  padding: 10px 0 10px 0;
}

.footer p{
  margin: 0;
  font-size: 0.9em;
}

.footer-container-decription a:hover{
  text-decoration: underline;
}
/* End of footer */

/* Navbar */
.imgaeWord div{
  white-space:nowrap; 
}

.imgaeWord img{
  width:45px;
}

.imgaeWord div div div img{
  cursor:pointer;
/* setting the opacity of image */
  filter:alpha(opacity=60);  
  -moz-opacity:0.6;  
  -khtml-opacity: 0.6;  
  opacity: 0.6;  
}

.imgaeWord div div div img:hover{
  /* setting the opacity of image */
  filter:alpha(opacity=100);  
  -moz-opacity:100;  
  -khtml-opacity: 100;  
  opacity: 100;  
  /* enlarge image */
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);
  /* position: relative; */
  z-index: 1050;
}

.textOpacity {
  filter:alpha(opacity=100);  
  -moz-opacity:100;  
  -khtml-opacity: 100;  
  opacity: 100; 
}

.allTextStyle {
  color: #333333;
  line-height: 1.5;
 font-size: 0.9rem;
 font-weight: 400;
  
}

.imgActivity{
  /* setting the opacity of image */
  filter:alpha(opacity=100) !important;  
  -moz-opacity:100 !important;
  -khtml-opacity: 100 !important;
  opacity: 100 !important;
}

.clickText{
 font-size: 0.7rem;
}
/* Navbar */
/* End of Index page */


