/* PIXLOT - default.css */
/* JAN25 - Paulo Rocha*/

@CHARSET "UTF-8";
body {

  background: #111111;
  color: #000;
  font-family: 'Roboto Condensed', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 2em;
    margin: 0px 0px 0px 0px;
  width: 100%;
  outline: 0 none;
  background-attachment: fixed;
  background-image: url(./bg.png);
  background-repeat: repeat;
  background-position: right top;


}


* {
  /* width: auto; */
  bottom: auto;
  background-repeat: repeat-y;
  background-position: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0;
  line-height: 0px;
  content: ".";
  border: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0px;
  break-before: always;
}
a {
  text-decoration: none;
  color: #46c8ff;
  letter-spacing: 26px;
}

.hover {
  text-decoration: none;
  color: #9de2ff;
}

a:visited {
    color: #00fdff;
}


a.btn {
  background-color: #46c8ff;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 1px;
  padding: 3px 0 4px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}
a.btn:hover {
  background-color: #0690cb;
}


hr {
  border: none 0;
  border-top: 1px solid #ccc;
  width: 100%;
  height: 1px;
}
h1 {
    color: #fff;
    font-family: 'Roboto Condensed', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 2.3em;
    font-weight: 300;
    line-height: 1.3em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    color: #4d2e47;
    font-family: 'Roboto Condensed', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.3em;
}

h3 {
  color: #4d2e47;
  font-family: 'Roboto Condensed', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 500;
  margin-top: -1em;

}

h4 {
  color: #4d2e47;
  font-family: 'Roboto Condensed', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 100;
  margin-top: 6px;
  margin-bottom: 5px;
}

h5 {
  color: #008a00;
  font-family: 'Roboto Condensed', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.15em;
  font-weight: 100;
  margin-top: 6px;
  margin-bottom: 5px;
}

section {
  float: none;
  width: auto;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

article {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  width: -moz-available;
}


.inarticle {
  color: #333;
  font-size: 1.2em;
  font-weight: 100;
  padding-bottom: 2em;
  padding-left: 4em;
  padding-right: 4em;
  padding-top: 2em;
  letter-spacing: 1px;
  margin-right: auto;
  margin-left: auto;
}

.copyright {
    background: #2f0e29;
    color: #fff;
    font-family: verdana;
    font-size: 7pt;
    text-align: center
}

div.clear {
  clear: both;
}

div.header {
  background: transparent url(../img/top7.png) no-repeat right;
  width: 1000px;
  height: 105px;
  position: absolute;
  z-index: 98;
}



.spot1 {
    height: 305px;
	line-height: 500px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
	text-align: center;
	background-image: url(./bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.mission {
	text-align: center;
	background: #69713e;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.book {
	text-align: center;
	background: #b06663;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.intro {
	text-align: left;
	background-image: url(../bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 2em;
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 2em;
}

.bio {

	text-align: center;
/*	background-image: url(./bg.png); */
	background: #b8ceee;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 2em;
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 2em;
}

.social {

	text-align: center;
	background: #4d2e47;
	padding-bottom: 3em;
    padding-top: 3em;
    letter-spacing: 3em;
}

/*  imput lay-out */

input {
  font-family: 'Roboto Condensed', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 20px;
}

input[type=text], input[type=password] {
  padding: 0 10px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  /*outline: 5px solid #eff4f7;*/
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit] {
  font-size: 1em;
  font-weight: 100;
  color: #fff;
  background: #2E67B2;
  border: 2px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  outline: 0;
  }

input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

select {
  font-size: 1em;
}
