
body {
	background: #fafffa;
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #320032;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.5px;
}

h1 {
	font-size: 36px;
	letter-spacing: 1.5px;
}

h2 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	padding: 20px 0px;
}

h3 {
	margin: 50px 0 20px 0;
	font-size: 30px;
	text-align: center;
}

h4 {
	font-size: 14px;
	color: #fafffa;
	margin: 36px 0 0 10px;
	font-weight: 500;
	letter-spacing: 1px;
	font-style: italic;
}

p {
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.btn-success:focus {
	background-color: #320032;
	border-color: transparent;
}

html{
	-webkit-font-smoothing: antialiased;
}

a {
	color: #320032;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none !important;
}
a:hover, a:active, a:focus {
	color: #320032;
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	resize: none;
}

/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
    background: #320032;
    padding: 18px 0;
    /*margin-top: 62px;*/
	border: none;
}

.navbar-default .col-sm-10 {
	padding: 0;
}

.navbar-default .text{
	float: left;
	bottom: 0;
	cursor: default;
}

.navbar-default .logo{
	width: 50px;
	height: 50px;
	float: left;
}

.navbar-default .logo img{
	max-width: 100%;
    max-height: 100%;
}

.navbar-right {
	padding-top: 15px;
}

.navbar-default .navbar-nav li a {
    color: #fafffa;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 22px;
    padding-left: 22px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
	color: #fafffa;
	opacity: 0.6;
}

.navbar-default .navbar-nav li a:hover{
	color: #fafffa;
	opacity: 0.6;
  }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fafffa;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
  }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fafffa;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
	box-align: none;
}

/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
	background-size: cover;
	background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 50px;
}

#home hr {
	border-color: #320032;
	margin-bottom: 0;
}

#home2 p {
	margin: 40px 0;
}

/*---------------------------------------
   Portfolio section              
-----------------------------------------*/

#portfolio small {
	color: #fafffa;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#portfolio .portfolio-thumb {
	position: relative;
	padding: 0;
}

#portfolio .portfolio-thumb .portfolio-overlay {
	position: absolute;
	background: #320032;
	color: #fafffa;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-item {
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
	opacity: 0.9;
}

#portfolio .text-center {
	padding-top: 62px;
}

/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact .col-xs-10 {
	padding: 0;
}

#contact .form-control {
	border: 1px solid #e1e6e1;
	background: #fffaff;
	box-shadow: none;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
	color: #320032;
}
.bv-form .help-block {
    font-size: 16px;
}
#contact .form-control:focus,
#contact .form-control:hover {
	border-color: #320032;
}

#contact input,
#contact select,
#contact label {
	height: 50px;
}

#contact label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#contact input[type="submit"] {
	background: #320032;
	border-radius: 10px;
	color: #fafffa;
	border: none;
	box-shadow: 1px 1px 4px grey;
	font-weight: 800;
	transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
	background: #003200;
	color: #fffaff;
	box-shadow: none;
	border: none;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
	border: none;
    padding: 0;
    position: relative;
	margin: 50px 0 30px 0;
	text-align: center;
	font-size: 12px;
}

.footer-copyright {
	cursor: default;
}

.footer-copyright p{
	font-size: 12px;
	font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}

footer hr {
	border-color: #320032;
	margin: 0 0 20px 0;
	padding: 0;
}
/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #320032;
    cursor: pointer;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 20px 20px 10px 20px;
}

.social-icon li a:hover {
	transform: scale(1.2);
}

/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media (max-width: 767px) {

  h1 {
	font-size: 32px;
  }

  h2 {
	font-size: 24px;
  }
  
  h3 {
	font-size: 28px;
  }

  .section-title h2 {
	font-size: 22px;
	line-height: 35px;
  }

  .navbar-default {
	margin-top: 0px;
	text-align: center;
  }

  footer {
	text-align: center;
  }
