/* STYLE FOR INNKDICA

font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;

*/

/* GEN POP */

html {
  scroll-behavior: smooth;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
}

/* HEADINGS */

h1 {
	font-family: 'Montserrat', sans-serif;
}
h2 {
	color: #F2416D;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

/* COLORS */

.bg-light {
	background-color: #EEF5F6;
}
.white {
	color: #fff;
}
.bg-black {
	background-color: #000;
}
.bg-gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#232525+0,000000+100 */
	background: #232525; /* Old browsers */
	background: -moz-linear-gradient(top,  #232525 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #232525 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #232525 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232525', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* BUTTONS */

/* TYPO */

.txt-xs {
	font-size: 14px;
}
.light {
	color: #667881;
}
.pink {
	color: #F16D7D;
}
.dark-pink {
	color: #F2416D;
}
p.credit {
	font-size: 12px;
	color: #fff;
	margin-top: 80px;
}

/* POSITION */

.m-top-xlg {
	margin-top: 80px;
}
.m-top-lg {
	margin-top: 50px;
}
.m-top-xs {
	margin-top: 10px;
}
.m-top {
	margin-top: 25px;
}
.m-top-md {
	margin-top: 35px;
}
.pad-section {
	padding-top: 40px;
	padding-bottom: 42px;
}
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* LISTS */

ul.logos {
	padding-left: 0;
}
ul.logos li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}

/* HEADER */

.navbar-default {
    background-color: transparent;
    border: none;
    padding-top: 20px;
    margin-bottom: 0;
}
.navbar-right {
    margin-right: 5%;
}
.navbar-default .navbar-nav>li {
	margin-left: 10px;
	margin-right: 10px;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    font-size: 16px;
    padding-bottom:40px;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #008896;
	background: url('../img/ico-weed-pink.png') no-repeat 50% 80%;
	background-size: 45px;
}
ul.social {
	padding-left: 0;
}
ul.social>li {
	background-color: #fff;
	border-radius: 50%;
    width: 30px;
    height: 30px;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 4px;
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
}
ul.social>li:hover,
ul.social>li:focus {
	background-color: #FF4455;
}
ul.social>li>a {
	color: #000;
	font-size: 18px;
}
ul.social>li:hover>a,
ul.social>li:focus>a {
	color: #fff;
}
.float-logo {
	float: right;
	margin-top: 80px;
}
.float-weed {
	width: 70px;
	margin-right: auto;
	margin-left: auto;
}
.float-half {
	width: 127px;
	margin-right: auto;
	margin-left: auto;
}
.logo-header {
	margin-top: 144px;
}
.float-weed-top {
	position: relative;
	top: -72px;
	text-align: center;
}

/* FOOTER */



/* CONTENT */

.bg-strain {
	background: url('../img/bg-banner-strain-me.jpg') no-repeat 50% 0 #000;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 80px;
	padding-left: 40px;
}

/* PARALLAX */

.parallax-window {
  
  background: transparent;
}
section.parallax-window {
  background-image: url("../img/bg-banner-top.jpg");
  min-height: 697px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.parallax-window.two {
	background-image: url("../img/bg-pink-smoke.jpg");
	background-position: 50% 100%;
	min-height: 260px;
}
.caption-prllx {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	text-align: left;
	margin-top: 20px;
}
.caption-prllx.light {
	font-weight: 300;
	text-align: center;
	font-size: 25px;
}

/* CAROUSEL */

#slider-dg {
	width: 350px;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
