/* ----------------------------------------------
                    general
---------------------------------------------- */

html, body {
  font-family: Verdana, Arial, serif;    
  margin: 0px;
  padding: 0px;
  color: #424242;
}

body {
  margin-top: 50px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  body {
    margin-right: 10%;
    margin-left: 10%;
  }
}

@media screen and (min-width: 1000px) {
  body {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
  }
}

h1, h2, h3, h4, h5, h6, a {
  color: #000000;
}

a:hover {
  color: #595959;
}

/* ----------------------------------------------
                   site-title
---------------------------------------------- */

.site-title {
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
}

.site-title h1 {
  font-size: 25px;  
  margin-top: 0px;    
  margin-bottom: 0px;
}

/* ----------------------------------------------
                   site-description
---------------------------------------------- */

.site-description {
  font-size: 15px;
  font-weight: 400;
  
  text-transform: uppercase;
  text-align: center;

  margin-top: 15px;
  margin-bottom: 0px;
}

/* ----------------------------------------------
                    site-content
---------------------------------------------- */

.site-content {
  margin-top: 50px;
  font-size: 14px;  
}

/* ----------------------------------------------
                    site-error
---------------------------------------------- */

.site-error {
  margin-top: 100px;
  text-align: center;
}

/* ----------------------------------------------
                    site-alert
---------------------------------------------- */

.site-alert {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 1px;
  background-color: #F5F5F5;
}
