﻿/*
Theme Name: Shan Space!
Author: Shubhajit Banerjee
Author URI: http://shan.firstlookkolkata.in
Description: Shan Space! is a single page responsive WordPress theme exclusively created by Shubhajit Banerjee for his portfolio website Shan Space!. This theme is based on Bootstrap CSS framework and using FancyBox, Single Page JS etc. jQuery third party plugins.
Version: 1.0
License: Shubhajit Banerjee's Personal License

This theme is licensed under Shubhajit Banerjee's Personal License.
Do not use it without valid permission.
*/

*{
	margin:0 auto;
}

body{
	font-family:'Roboto Slab', Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#252525;
	line-height:23px;
}

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

.clearfix{
	clear:both;
}

.wraper_main{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}

.table{
	display:table;
	width:100%;
	height:100%;
}

.table-cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.main{
	width:90%;
	max-width:900px;
	height:auto;
	padding:20px 0px 20px 0px;
}
.main .shan-img{
	border:8px #fff solid;
	border-radius:50%;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}

.main h1{
	margin:20px 0px 40px 0px;
	font-weight:300;
	font-size:25px;
	color:#252525;
	line-height:30px;
}

.main h1 span{
	display:block;
	margin:0px 0px 10px 0px;
	font-weight:700;
	font-size:50px;
	color:#ed5565;
	line-height:60px;
	text-shadow:0px 0px 2px rgba(0,0,0,0.4);
}

.main .btn{
	margin:0px 5px 10px 5px;
	padding:0;
	border:none;
	border-radius:0;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
}