/*
Theme Name: KiandaHUB
Version: 1.0.0
Author: KiandaHUB Development Team
Author URI: https://github.com/orgs/kiandahub/teams/developers#7386fmnYUr
*/
/* Reset all the elements */
*{
	margin: 0;
	padding: 0;
	font-family: "Lato-Regular";
}

html, body{
	height: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/* Form elements */
input[type="text"]{
	outline: none;
}

input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
}

.btn{
	width: 100%;
	height: 35px;
	background-color: transparent;
	border: 2px solid #FFF;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.btn:hover{
	color: #50a2de;
	background-color: #FFF;
}

.btn-blue,
input[type="button"],
input[type="submit"]{
	height: 35px;
	border: none;
	color: #FFF;
	padding: 0 20px;
	background-color: #50a2de;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	transition: background-color .5s;
}

.btn-blue:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
	background-color: #282C30;
}

[data-sr]{
	visibility: hidden;
}

/*Animate all columns*/
.column, .columns{
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-ms-transition: width .5s;
	transition: width .5s;
}

.section{
	width: 100%;
	padding: 30px 0;
}

.section .main-title{
	font-family: "Lato-Light";
	font-size: 26px;
	text-align: center;
	color: #50a2de;
}

.content p{
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
}

.content p:last-child{
	margin-bottom: 0px;
}

/* Fonts */
@font-face{
	font-family: "Lato-Light";
	src: url(fonts/Lato-Light.ttf);
}

@font-face{
	font-family: "Lato-Regular";
	src: url(fonts/Lato-Regular.ttf);
}

@font-face{
	font-family: "Lato-Black";
	src: url(fonts/Lato-Black.ttf);
}

.main-cover .description{
	color: #FFF;
}

@import url("css/main.css")


