html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    font-size: 1rem;
}
.navbar-laravel {
    background-color: #605ca8;
    min-height: 70px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.fa-2x {
    font-size: 1.5em;
}
.navbar-brand b{
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #2cd47f;
}
.welcomeText{
	position: relative;
	padding: 60px 0 130px;
    background: #a2a2a2;
    color: #fff;
}
.block {
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  text-align: center;
}
.homePage{
	position: relative;
}
.searchBlock{
	position: absolute;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
    color: #333;
    top: -220px;
}
.homeCateBlock{
	position: relative;
	z-index: 0;
}

.homeCateBlock h2{
	margin-top: 140px;
	text-align: center;
}

.searchBlock:after, .searchBlock:before {
    z-index: -1;
    position: absolute;
    content: '';
    left: 10px;
    top: 60%;
    display: block;
    background: #000;
    -webkit-transform: rotate(-6deg); 
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-box-shadow: -10px 51px 30px 0 rgba(0,0,0,.13);
    box-shadow: -10px 51px 30px 0 rgba(0,0,0,.13);
    top: 35px;
    bottom: 35px;
    width: 55%;
    max-width: none;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchBlock:after{
	webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
    -webkit-box-shadow: 10px 51px 30px 0 rgba(0,0,0,.13);
    box-shadow: 10px 51px 30px 0 rgba(0,0,0,.13);
    right: 10px;
    left: auto;
}

.homeCateLinks{
	margin: 60px auto;
    width: 92%;
    text-align: center;
}
.cateLinkBlock {
    border: 1px dashed #ccc;
    border-radius: 5px;
    padding: 25px;
    margin: 5px;
}

.viewAll{
	padding: 30px 0 60px;
	background: #f5f5f5;
}
.signUpBlock{
	background: #00e285;
	padding: 60px 0 60px;
	color: #fff;
}
.main-footer{
	padding: 30px;
}
.main-footer a{
	font-weight: bold;
	color: #333;
	margin-right: 20px;
}
.listPage{
   margin: 50px 0;
}
.categoryULList li.hide{
    display: none;
}
/**Media queries **/
@media (min-width: 992px)
{
.homePage .col-lg-2,.homePage .col-sm-6{
    flex: 0 0 16.6666666667%;
    max-width: 15.666667%;
}
}
