@import url('https://fonts.googleapis.com/css?family=Montserrat');
.en{
  font-family: 'Montserrat', sans-serif;
}
.sa{
  font-size: 40px;
  color: gray;
}
.logo{
  height: 70px;
}
.siteinfo{
  font-size:x-large;
}
@media only screen and (max-width: 990px) {
  .so{
	width:150px;
  }
}
@media only screen and (max-width: 450px) {
  .siteinfo{
	font-size:medium;
  }
  .sa{
    display: none;
  }
  .logo{
	height: 40px;
  }
  .so{
	width:100%;
  }
}