
/* Website CSS by Jonathan Bird: www.jonathanbird.com.au */

*,
body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
	font-size: 14px;
	font-family:'Raleway', Helvetica Neue, Helvetica, arial, sans-serif;

}

body { 
	background-color: #1d3f82;
	padding:20px;
}

#header-bg {
	background: url('../images/bg.png') center center #1d3f82;
	background-repeat: repeat;
	color: #fff;
	font-weight: 300;
	border-bottom:10px solid #1d3f82;
	border-top:5px solid #1d3f82;
	padding:20px;
}

h1,h2,h3,h4 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: 'Raleway', Helvetica Neue, Helvetica, arial, sans-serif;
  font-weight: 200;
}

/*h1 {
	padding-top:0px;
	margin-top:0px;
	font-size: 4em;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 0 0px;
	margin-bottom: 0px;
	margin-top: 15px;
}*/

h1 {
	margin-top:120px;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1em;
}


h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  font-weight: 300;
  line-height: 1em;
}

h2.service-heading {
  color: #525252;
  font-weight: 200;
  margin-top: 25px;
}

#footer-container h3 {
  font-size: 14px;
  line-height: 1.25em;
  color: white;
  margin:0;
  padding: 0;
}

h3 {
  font-size: 2em;
  line-height: 1.25em;
  margin: 30px 0 75px 0;
  color: #212121;
}

h3.inter { 
	margin:40px 0 20px 0; 
	font-size:1.8em; 
	text-align: left;
}


h4 {
  font-size: 1.5em;
  line-height: 1.25em;
  color: #212121;
  margin: 30px 0 20px 0;
  font-weight: 500;
}

h4 span {
  font-size: 0.65em;
  color: #727272;
  text-transform: uppercase;
  display: block;
}


#footer-container a {
  color:#fff; 
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration:none;
  outline: 0!important;
  border: 0;
}

a:hover {
  color: #ee6557;
  text-decoration:none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

ul {
  list-style-type:square;
  text-align: left;
}

.container {
  padding: 50px 0;
}

#logo {
  margin-top: 35px;
  margin-bottom: 30px;
}

#background-changer {
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  left: -20px;
  top: 35%;
  padding: 15px 30px;
  z-index: 9999;
}

#background-changer #bg-first {
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 0;
}

#background-changer li {
  padding: 3px 0;
  margin-left: 20px;
}

#background-changer li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #222;
  text-shadow: #fff 0 1px 0;
}

#background-changer li a:hover {
  color: rgba(21,175,25,1);
}

.clients {
  text-align: center;
}

.clients a {
  margin-bottom: 20px;
  display: inline-block
}

.kezako {
  text-align: center;
}

.kezako p {
	text-align: justify;
}


#intro,
#laptop {
  margin: 0 auto;
}

#intro h2 {
  padding-bottom: 20px;
}

#laptop {
  margin-top: 30px;
}

.white-bg {
  background-color: #fff;
  color: #575757;
  padding:20px;
}

.grey-bg {
  background-color: #f2f2f2;
  color: #575757;
}

.services {
  margin: 40px 0;
  text-align: center;
  padding: 0 60px;
}

#signup {
  padding-top: 40px;
  margin-bottom: 30px;
  clear: both;
}

#signup input {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  border: 0;
}

.client-img {
  border-radius: 50%;
}

/* form */

form #success,
form #error {
  display: none;
}

#success, 
#error {
  color:#FFF;
  padding: 10px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align:left;
  margin-bottom: 25px;
}

#error {
  background:#ff7461;
}

#success{
  background:#7cda70;
}

input[type="email"] {
  min-width: 250px;
}

#signup input[type="submit"] {
  padding: 11px 25px;
}

/* buttons */
.button {
  display: inline-block;
  background: #ee6557;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0px rgba(0,0,0,0.2);
  text-align: center;
  margin:0px auto 7px;
  border:0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button:hover {
  background: #ee6557;
}

#send #signup {
  padding-top: 0;
  color: #888;
}

#send #intro h2 {
  padding-bottom: 10px;
  color: #333;
}

footer {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

footer h2 {
  font-weight: bold;
  font-size: 3.2em;
  line-height: 1.8em;
  color: #fff;
}

.social-snippet {
  margin-top: 20px;
}

.social-snippet img {
  opacity: 0.5;
}

.social-snippet img:hover {
  opacity: 1;
}

sup { font-size:14px; vertical-align: super; }

.adhesion { 
  margin-top: 40px;
  display: block;
  padding: 40px;
  float: left;
  text-align: center;
  width: 100%;
}