

/* ----------------------------------------------------
	GOOGLE FONTS
-------------------------------------------------------
font-family: 'Raleway', sans-serif;
font-family: "PT Sans",sans-serif;
font-family: 'Lato', Arial, sans-serif;
------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);	
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


/* ----------------------------------------------------
	FONTS AWESOME
-------------------------------------------------------*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: bold;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

strong {
    font-size: 26px;
}

/* ----------------------------------------------------
	STYLING
-------------------------------------------------------*/

img {
    width: 50%;
    height: auto;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
a.after{
  font-family:'Open Sans', sans-serif;
}
a,a:visited,a:hover,a:active{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
	position:relative;
  transition:0.5s color ease;
	text-decoration:none;
	color:#81b3d2;
	font-size:2.5em;
}
a:hover{
	color:#d73444;
}
a.before:before,a.after:after{
  content: "";
  transition:0.5s all ease;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  position:absolute;
}
a.before:before{
  top:-0.25em;
}
a.after:after{
  bottom:-0.25em;
}
a.before:before,a.after:after{
  height:5px;
  height:0.35rem;
  width:0;
  background:#d73444;
}
a.third:after,a.sixth:before,a.sixth:after{
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
a.before:hover:before,a.after:hover:after{
  width:100%;
}

section button {
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 0.5rem 2.5rem;
  display: block;
  background-color: #009ac9;
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section button:hover {
  background-color: #ffffff;
  color: #009ac9;
  border-color: #009ac9;
}


a.section {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.section:hover {
  background-color: #ffffff;
  color: #009ac9;
  border-color: #009ac9;
}

.container > header,
.codeconvey-top {
	font-family: 'Lato', Arial, sans-serif;
}

a.butje { font-size: 1.5em; }

.container > header {
   
    bottom: 30%;
    color: #fff;
    margin: 0 auto;
    padding: 2em;
    position: absolute;
    text-align: center;
    width: 95%;
}
.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	color:#f0f21e;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */


.codeconvey-top {
    font-size: 0.69em;
    line-height: 2.2;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.codeconvey-top a {
    color: #f0f21e;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 15px 25px;
    text-decoration: none;
	text-decoration: none;
	background:rgba(0,0,0,0.5);
	transition: .6s background; 
}

.codeconvey-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #716d62;
}

.codeconvey-top span.right {
	float: right;
}

.codeconvey-top span.right a {
	float: left;
	display: block;
}



.container > section {
	margin: 0 auto;
	padding: 10em 3em;
	text-align: center;
}

.color-1 {
	background: #435a6b;
}

.color-2 {
	background: #f39c12;
}

.color-3 {
	background: #2ac56c;
}

.color-4 {
	background: #0e83cd;
}

.color-5 {
	background: #cd4436;
}

.color-6 {
	background: #f19f0f;
}

.color-7 {
	background: #3fa46a;
}

.color-8 {
	background: #ecf0f1;
}

.color-9 {
	background: #9e487f;
}

.color-10 {
	background: #16a085;
}

.color-11 {
	background: #aab7b7;
}

@media screen and (max-width: 25em) {

	.codeconvey-icon span {
		display: none;
	}

}