@charset "UTF-8";

html {
  background-color: #808080;
  font-family: sans;
  font-size: 16px;
  line-height: 140%;
}

.main_box {
  width: 670px;
  background-color: #f0f0f0;

  border-right:  1px solid black;
  border-bottom: 1px solid black;
  border-left:   1px solid #666;
  border-top:    1px solid #666;

  box-shadow: 0px 0px 15px #333;

  margin-top: 10px;
}

div#header {
  top: 0px;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background-color: #248;
  color: #ddd;

  border-bottom: 1px solid black;
  /*box-shadow: 0px 2px 4px #024;*/

  height: 100px;
}

div#header-img {
  height: 100px;
  background:url(header003.png) center center no-repeat;
  background-size: contain;
}

div#header h1 {
  font-size: 32px;
  font-family: serif;
  line-height: 120%;
  color: #eee;
}

img#me {
  vertical-align: top;
  float: left;
  height: 150px;
  margin: 20px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 20px;
}

img.app-icon {
  height: 30px;
  float: left;
  margin-right: 5px;
}

h2 {
  font-size: 24px;
  color: #248;
  margin-bottom: 2px;
}

hr {
  margin-top: 0px;
  color: #248;
  border: 1px solid #248;
  border-radius: 1px;
  margin-bottom: 15px;
}

.content {
  width: 640px;
  text-align: left;
  padding: 15px;
}

li {
  padding-bottom: 15px;
}

img {
  margin: 0;
  border: 0;
  padding: 0;
}

.buttons {
  text-align: center;
  margin-top: 10px;
}

@media all and (max-width: 690px) {
  body, html {
    padding: 0;
    margin: 0;
  }

  .main_box {
    width: 100%;
    padding: 0;
    margin-top: 0;
    border: none;
    box-shadow: none;
  }

  .content {
    width: 90%;
    padding: 0;
    border-bottom: 1px solid white;
  }
}
