@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Ubuntu+Mono');

body {
	font-family: 'Ubuntu Mono', 'Noto Sans TC', sans-serif;

}

@media screen and (min-width: 61.5625em) {
  .site-header {
      padding: 1.25em 4.5455%;
  }
  
	.widget li a {
		size: 24px;
	}
}
.site-branding .site-title a, .entry-title a {
  color: #283D3B;
}

.site-branding .site-title a:hover, .entry-title a:hover {
	color: #6D6466;
}

.site {
  background-color: transparent;
  
}

.site-inner {
  box-shadow: 1px 1px 100px gray;
  border-radius: 64px 64px 0px 0px;
  background-color: #EDDDD4;
  max-width: 1200px;
}

.site-title {
	font-family: 'Ubuntu Mono', 'Noto Sans TC', sans-serif;
	font-size: 64px;
  text-shadow: 3px 3px 3px lightgray;
  width: 300px;
	
}
.site-description {
	font-family: 'Ubuntu Mono', 'Noto Sans TC';
	text-shadow: 3px 3px 3px lightgray;
}

.entry-title {
	font-family: 'Ubuntu Mono', 'Noto Sans TC', sans-serif;
	text-shadow: 3px 6px 3px lightgray;
	font-size: 32px;
}

.entry-content {
	font-family: 'Ubuntu Mono', 'Noto Sans TC', sans-serif;
}

.search-submit {
	border-radius: 100px;
}

.widget-title {
	font-family: 'Noto Sans TC', sans-serif !important;
	font-size: 100px;
}
