@import url(https://fonts.googleapis.com/css?family=Bree+Serif&subset=latin,latin-ext);

html, body {
	height: 100%;
}

body {
	background-image: url("../img/bg1.jpg");
	background-color: #729DBF; /*484860*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #f5f3ec;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25;
	position: relative; z-index: 1;
font-family: 'Bree Serif', serif;
}

a, button {
	outline: none;
}

a {
	color: #f5f3ec; /*rgba(0,0,0,0.5)*/
	text-decoration: none;
}

a:hover, a:focus {
	color: #d1d1d1;
}

.container {
	min-height: 100%;
}


section {
	padding: 1em;
	text-align: center;
}

/* Header */
.k-header {
	margin: 0 auto;
	padding: 0 2em 0em;
	text-align: center;
}

.k-header h1 {
	margin: 0;
	font-size: 3.5em;
	line-height: 1.3;
}

.k-header h1 span {
	display: block;
	padding: 0.4em 0 0.6em 0.1em;
	font-size: 46%;
	font-weight: 300;
	opacity: 0.7;
}

/* To Navigation Style */
.k-top {
	width: 100%;
	font-weight: 700;
	font-size: 0.9em;
	text-align: center;
	padding: 0;
}

.k-top a {
	display: inline-block;
	padding: 1.2em 1.5em;
	text-decoration: none;
	letter-spacing: 1px;
}

/* Main content */
.main {
	max-width: 69em;
	margin: 0 auto;
	padding: 3% 0 10%;
}

.column {
	float: left;
	width: 50%;
	padding: 0 2.5em;
	min-height: 200px;
	position: relative;
}

.column:first-child {
	box-shadow: inset -1px 0 0 rgba(0,0,0,0.1);
	text-align: right;
}

.column p {
	font-weight: 300;
	font-size: 1.8em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
}

.column p.small {
	font-size: 1em;
	padding: 0.75em 0 1em;
	font-weight: 700;
	line-height: 1.2;
}

.avatar {
	margin-top: 7em;
	text-align: center;
}

.avatar > div {
	display: inline-block;
	margin: 0 1em;
}

.avatar a {
	margin: 0 auto;
	display: block;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	cursor: default;
}

.avatar a h4 {
	color: #f5f3ec;
	opacity: 0.7;
}

.avatar a img {
	border-radius: 50%;
	border: 2px solid rgba(245,243,236,0.7);
	border-opacity: 0.7;
}

.avatar a h4 {
	margin: 0.25em 0;
	line-height: 1;
	font-size: 1.95em;
	font-weight: 400;
}

.socicon {
    font-family: 'socicon' !important;
		font-size: 1.7em;
}

.box-gray {
  background: #f8f8f8;
  padding: 20px 20px 30px;
  text-align: center;
	color: #666;
}

.box-bottom {
  background: #68A4C4;
  padding: 20px 0;
  text-align: center;
}

.box-bottom a {
  color: #fff;
  text-decoration: none;
}

.aintsoft, .botmaster, .jewelr, .scroll2top {
    display: inline-block;
    width: 30px; 
    height: 30px;
    background-image: url('../img/aintsoft.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
	border-radius: 20%;
}
.botmaster {
	background-image: url('../img/botmaster.png');
	height: 32px;
}
.jewelr {
	background-image: url('../img/jewelr.png');
	height: 32px;
}
.scroll2top {
	background-image: url('../img/scroll2top.png');
	height: 32px;
}

@media screen and (max-width: 46.5em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 2em;
		font-size: 90%;
	}

	.column:first-child {
		text-align: center;
		box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
	}

	.k-top {
		font-size: 0.7em;
	}

	.aintsoft {
		width: 25px; 
		height: 25px;
	}

	.botmaster {
		height: 26px;
	}
	.jewelr {
		height: 26px;
	}
	.scroll2top {
		height: 26px;
	}
}

@media screen and (max-width: 25em) {

	.k-header h1 {
		font-size: 2.5em;
	}

	.k-top a {
		font-size: 1.6em;
		border: 2px solid black;
		border-color: initial;
		padding: 0.5em;
		border-radius: 3px;
		margin-top: 10px;
	}

	.k-icon span {
		display: none;
	}

	.aintsoft {
		width: 35px; 
		height: 35px;
		vertical-align: text-bottom;
	}
	
	.botmaster {
		width: 35px; 
		height: 35px;
		vertical-align: text-bottom;
	}
	.jewelr {
		width: 35px; 
		height: 35px;
		vertical-align: text-bottom;
	}
	.scroll2top {
		width: 35px; 
		height: 35px;
		vertical-align: text-bottom;
	}
}
