@import url(http://fonts.googleapis.com/css?family=Jacques+Francois);
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);
@import url(http://fonts.googleapis.com/css?family=Merriweather);
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=News+Cycle);
@import url(http://fonts.googleapis.com/css?family=Ovo);

body {
  background-color: #FFF;
  color: #FFF;
  margin: 0;
  padding: 0;}

.page {
  max-width: 640px;
  margin: 0 auto 30px auto;}

button {
  border: none;}

#vikie {
    text-decoration: underline;
    color: #808080;}

#vikie:hover {color: blue;}
#vikie:active {color: red;}

/********** LOGO **********/
h1 {
  text-align: center;
  width: 400px;
  margin: auto auto auto auto;
  /*background-image: url('../images/seraeloTest.png');*/
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;}

/********** TYPOGRAPHY **********/
body, button {
    font-family: 'Ovo';}
    /*font-family: 'Jacques Francois', serif;}*/

h2, h3 {
  font-weight: normal;
  margin: 0;}
h2 {
  color: #676767;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 230%;
  line-height: 1em;
  padding: 20px 0 0 20px;}
h3 {
  font-size: 90%;
  letter-spacing: 0.2em;}

p {
    font-family: 'Ovo';
  /*font-family: 'Quattrocento Sans', sans-serif;*/
  line-height: 1.4em;}
#firstWord {
    text-align: left;
}

a {
    text-decoration: none;}

button {
  font-size: 90%;
  text-align: left;
  text-transform: uppercase;}

/*****************MODAL WINDOW***************/
.modal {
  position: absolute;
  z-index: 1000;
  padding: 0px;
  background-image: url('../images/lion.png');
  background-color: none;}

.modal-close {
  cursor: pointer;}

#window {
  background: #fff;
  text-align: center;}


button.modal-close {
  background-color: #808080;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 7px 10px 9px 10px;
  margin: 10px 0 0 0;
  float: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;}

button.modal-close:hover {background-color: blue;}

#clickHere { 
    text-decoration: underline;
}

/*****************  No JS ***************/
#billboard {text-align: center;}
.js-warning {display: none;}

.no-js .js-warning {
  display: block;
  border: 3px solid #fff;
  text-align: center;
  background-color: #fff;
  color: #db5391;
  padding: 10px;}

/******COPYRIGHT************/
#copyright {
    color: gray;
    text-align: center;
    font-size: smaller;
    clear: left;}
#copyrightLink {
    color: #3771C8;
    text-decoration: none;
    text-align: center;
}
#copyrightLink:hover {
    color: gray;
    text-decoration: underline;
    text-align: center;
}
#copyrightLink:active {
    color: blue;
    text-decoration: underline;
    text-align: center;
}
/*.seraeloLLC {
    font-size: 1.9em;
}
.seraeloContent-title {
    text-align: center;
    color: #000;
    background-color: #fff;
    margin-top: 2%;
    margin-bottom: 5%;
    max-width: 100%;
    font-size: 1.2em;
    height: 100%;
}*/
#excerpt {
    text-align: left;
}
