/* 
 *  Style for my website 
 *  Vaspol Ruamviboonsuk
 */

/* reset the margin of headers */
h1, h2, h3, h4 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  margin: 0px;
}

h1, h2 {
  color: #005AA3;
}

h1 a {
  color: #005AA3;
}

h1 a:hover {
  text-decoration: none;
  color: #004B87;
}

/* custom styles for specific tags */
h4 {
  font-weight:normal;
  color: grey;
}

section {
  margin-top: 15px;
}

a {
  text-decoration: none;
  color: grey;
}

a:hover {
  text-decoration: underline;
  color: #3B3B3B;
}

header {
  margin-top: 10px;
}

footer {
  height: 50px;
  color: grey;
  font-size: 10pt;
  margin-top: 20px;
  border-top: 1px dotted grey;
}

body {
  background: #F5F2F0 url(../img/noise-100-90-5.png);
  background-size: 50px 50px;
  text-shadow: rgba(255, 255, 255, 0.746094) 0px 1px 0px;
  font-size: 12pt;
  text-align: justify;
}

ul {
margin-top: 5px;
margin-bottom: 5px;
}

th {
  background-color: #C4C4C4;
  text-align: center;
  padding: 5px;
}

tr:nth-child(even) {
    background-color: #E8E8E8;
}

td {
  padding: 7px;
}

/* specific id */
#appstore img {
width: 150px;
}

#title {
  display: inline;
}
#container {
  max-width: 70%;
  margin: 0px auto;
}

#navbar {
  margin-top: 6px;
  float: right;
}

#navbar li {
  margin-left: 20px;
  display: inline;
}

#navbar a {
  text-decoration: none;
  color: grey;
  font-size: 13pt;
}

#navbar a:hover {
  color: #3B3B3B;
}

#navbar_howtoplay ul {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

#navbar_howtoplay li {
  display: inline;
  margin-left: 15px;
}

#info {
  float: left;
}

#profile_image {
  float: right;
  height: 240px;
  margin-right: 30px;
  margin-left: 15px;
}

#screenshot img {
  height: 490px;
  margin: 2px;
  padding: 4px;
  border: 1px solid #BFBFBF;
}

#people li {
  list-style: none;
}

#instructions li {
  margin-top: 8px;
}

/* classes */
.content {
  border-top: dotted 1px grey;
  padding-top: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
}

.entry {
  margin-top: 10px;
  font-size: 0.95em;
  margin-left: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 10px;
}

.entry p {
  -webkit-margin-before: 5px;
  -webkit-margin-after: 0px;
}

.about {
  font-size: 12pt;
}

.link-non-header {
  color: #005AA3;
}

a.link-non-header:hover {
  text-decoration: underline;
  color: #30778F;
}

.subtopic {
  color: grey;
  font-size: 11pt;
}

.backtotop {
  font-size: 8pt;
  float: right;
  color: grey;
}

.backtotop {
  color: grey;
}

.people_link a {
  color: #0086BF;
}

.number {
  border-right: 1px dotted #969696;
  text-align: center;
}