﻿/*

	1. Basics
	2. Navigation Bar "Navbar"
	3. Buttons
	4. Main
	5. MonsterMeeples
	6. Meeples Picture
	7. Footer
	8. Media Queries

*/


body {
	font-family: 'Roboto', sans-serif;
	color: #e0e0e0;
}

h2 {
	color: #D6CCAA;
	font-size: 44px;
	font-weight: 700;
}

h3 {
	color: #D6CCAA;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	color: #e0e0e0;
	font-size: 16px;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #E0E0E0;
}

ul {
	list-style-type: none;
	padding-left: 0px;
}

b {
	font-weight: 700;
}

section {
	padding: 100px 0px;
}

.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

.title-block p {
	font-size: 20px;
	font-weight: 300;
	color: #D6CCAA;
	margin-bottom: 0px;
}

.divider {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
	border-top: 1px solid #716959
}

/*
   2. Navbar 
*/

.custom-navbar {
	background-color: #E0E0E0;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,.09);
	height: 72px;
	max-height: 72px;
}

.navbar-toggler {
	font-size: 42px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #E0E0E0;
}

.navbar-collapse {
	background-color: #E0E0E0;
}

.nav-custom-link {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-top: 0px;
}

.navbar a {
	color: #232233;
}

.nav-right {
	float: right;
}


/* 
   3. Buttons
*/

.btn {
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px!important;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.08);
}

.btn:hover {
	text-decoration: none;
}

.btn-sample {
	color: #ffffff;
	background-color: #6772e5;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-sample:hover {
	color: #ffffff;
	background-color: #636ee1;
}

/*
   4. Main
*/

#main {
	background-color: #202020;
}

#main h1 {
	font-size: 50px;
	font-weight: 300;
	color: #D6CCAA;
}

#main p {
	font-size: 21px;
    font-weight: 300;
    color: #E0E0E0;
    margin-bottom: 0px;
    padding: 0px;
}

#main span {
	font-weight: 400;
    color: #E0E0E0;
    text-transform: uppercase;
    letter-spacing: .05em;
}

#main img {
	border-radius: 30px;
}


/*
   5. MonsterMeeples
*/

#monstermeeples {
	background-color: #202020;
}

#monstermeeples p {
	font-size: 20px;
    font-weight: 300;
    color: #e0e0e0;
    margin-bottom: 0px;
    padding: 0px;
}

#monstermeeples span {
	font-weight: 400;
	color: #e0e0e0;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#monstermeeples img {
	border-radius: 30px;
}

.content-box {
	padding: 12px 18px;
}


/*
   6. Base Set
*/

#baseset {
	background-color: #202020;
}

#baseset h1 {
	font-size: 50px;
	font-weight: 300;
	color: #D6CCAA;
}

#baseset p {
	font-size: 20px;
    font-weight: 300;
    color: #E0E0E0;
    margin-bottom: 0px;
    padding: 0px;
}

#baseset span {
	font-weight: 400;
    color: #E0E0E0;
    text-transform: uppercase;
    letter-spacing: .05em;
}

#baseset img {
	border-radius: 30px;
}



/*
   7. Footer
*/

footer {
	background-color: #3C372E;
    padding: 60px 0;
    color: #202020;
}

footer h5 {
	color: #000000;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

footer p {
	font-size: 12px;
	font-weight: 300;
	color: #000000;
	text-align: justify;
	padding: 0px;
}

footer li {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

footer a {
	color: #000000;
}

footer a:hover {
	color: #000000;
	text-decoration: none;
}

footer i {
	font-size: 25px;
	color: #000000;
	margin-right: 10px;
}

footer i:hover {
	color: #000000;
}

footer small {
	color: #202020;
	float: left;
	font-size: 14px;
	font-weight: 450;
	letter-spacing: .05em;

}

.external-links {
	color: #716959;
}

/*
   8. Media Queries
*/

/* Small devices (cell phones, < 576px) */
@media (max-width: 575.98px) { 
	h2 {
		font-size: 34px;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.title-block h2, p {
		text-align: left;
		padding: 0px 20px;
	}

	footer {
		padding: 60px 25px;
	}
	footer h5 {
		font-size: 18px;
		margin-top: 30px;
	}
	footer li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	footer p {
		font-size: 16px;
	}
	footer i {
		font-size: 30px;
		margin-right: 20px;
	}
	footer small {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 768px) { 
	#hero h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	#hero p {
		font-size: 20px;
	}
}

@media (max-width: 991px) { 
	.nav-right {
		float: left;
	}
	.nav-custom-link {
		border-bottom: 1px solid #EEE;
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-nav .nav-link {
		padding: 20px 0;
		text-align: left;
	}

	.btn-demo-small {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small:hover {
		display: none;
	}
		
	.btn-demo-small a {
		color: #53627C;
	}
		
	.nav-custom-link {
		font-size: 13px;
	}

	.icon-mobile {
		display: none;
	}

	.navbar-collapse {
		display: none;
	}

	.nav-logo-mobile {
		margin: auto;
		padding-right: 50px;
	}

	.nav-logo-desktop {
		display: none;
	}
}

/* Large devices (big tablet , > 992px) */
@media (min-width: 992px) { 
	.icon-mobile {
		display: none;
	}
	.nav-logo-mobile {
		display: none;
	}
}

/* Very large devices (pc, > 1200px) */
@media (min-width: 1200px) { 
	.hero-content {
		margin-top: 100px;
	}

}

/* Medium devices (tablet, > 768px) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.pricing-box h3 {
		font-size: 17px;
	}
	.pricing-box p {
		font-size: 14px;
	}
	.pricing-box li {
		font-size: 12px;
	}
	.btn-buy {
		font-size: 12px;
		padding: 15px 20px;
	}
	.btn-demo {
		font-size: 12px;
		padding: 15px 20px;
	}
	.profile-picture {
		width: 50px;
		height: 50px;
	}
	.testimonial-box h6 {
		font-size: 14px;
		margin-left: 10px;
	}
	.testimonial-box span {
		font-size: 12px;
	}
	.testimonial-box small {
		font-size: 12px;
		margin-top: 4px;
		margin-left: 10px;
	}
}