@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,800;1,400;1,500;1,800&family=Permanent+Marker&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Rokkitt", sans-serif;
	font-size:16px;
	background:#f8f9fa;
}

header {
    background: url("../images/hero.webp") no-repeat center center #f8f9fa;
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 1080px;
    background-size: cover;
}
header::before {
	content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}

header div {
	position:relative;
	z-index:99;
}

footer, #why, #roots, #about, #callout {
    padding: 180px 0;
}

#roots img {
	width:140px;
	height:auto;
	padding-bottom:20px;
}

#about, #packaging, #design, #roots {
	text-align:center;
	color:#fff;
	line-height:1.2rem;
	position: relative;
	width:100%;
}
#about div, #packaging div, #design div, #roots div {
vertical-align:middle;
	padding:120px 30px 140px;
	max-width:800px;
	margin:0 auto;
}

#why div {
	max-width:900px;
}
.trailfrog {font-weight:600;font-family:"Barlow Condensed", sans-serif;text-transform:uppercase;line-height:1rem; }
#rootsrain p {
	line-height:1.5em;
	margin-top:20px;
}

#about {
	background: url("../images/bg-tom.webp") no-repeat center center;
	background-size: cover;
}
#packaging {
	background: url("../images/bg-packaging.webp") no-repeat center center;
	background-size: cover;
}
#design {
	background: url("../images/bg-design.webp") no-repeat center center;
	background-size: cover;
}
#roots {
	background: url("../images/bg-roots.webp") no-repeat center center;
	background-size: cover;
}
#why {
	background: url("../images/bg-map.webp") no-repeat center center;
	background-size: cover;
}

.perm {font-family: "Permanent Marker", cursive;
  font-weight: 400;
	font-size:2rem;
  font-style: normal;}

footer {
    border-top: 4px solid #fff;
}
.spot {
	background:url("../images/spotify.webp") no-repeat center center;
	padding:20px;
	background-size: 30px 30px;
}

.instagram {
	background:url("../images/instagram.webp") no-repeat center center;
	padding:20px;
	background-size: 30px 30px;
}

#photos img {
    width: 100%;
    height: 100%;
	margin:0;
	filter: grayscale(90%);
}

#photos img:hover {
    filter: grayscale(0%);
}

#photos .col-lg-4 {
	padding:0;
	margin:0;
}



footer h2 {
    font-size: 1.2rem;
    font-weight: 900;
}

a.navbar-brand {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 900;
}

a.navbar-brand:hover,
a.navbar-brand:active {
    color: #fff !important;
}

.da-company-brand a {
    min-height: 80px;
    min-width: 100px;
    padding: 18px 0;
}

#snapshot {
    margin: 100px 0 50px;
}

.testimonial {
    padding: 20px 30px 35px;
}

.navbar-brand img {
width:260px;
	height:89px;
}

.logo-bug {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: -50px;
}

.logo-bug img {
    width: 100px;
    height: 100px;
}

.bg-tertiary {
    background: #E2D7BC;
    color: #fff;
}

.dark {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.adios {
    display: block;
}

.carousel-item p {
    line-height: 1.8rem;
}

h6 {
    letter-spacing: .2em;
    font-size: .7rem;
    color: #fff;
    margin-top: 30px;
    font-weight: 400;
}
.h2, h2 {font-size: 3.5rem; line-height:1.2em; margin-top:15px; }
.h3 {font-size: 2rem;margin:15px 0;}
.h4 {font-size: 1.25rem;font-weight:300;}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1.5px;
    font-size: 0.9rem;
    line-height: 3;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active {
    color: #fff;
}

.da-work {
    color: #181717;
}

h3 {
    font-size: 1.4em;
}

.da-testimonials {
    padding: 120px 0 150px;
}

img.service {
    width: 90px;
    height: 90px;
}
#about p {margin:30px 0;}
.btn-r60 {
margin-right:40px;
}
.btn {display: inline-block;font-weight: 500;color: #D1D3D4;text-align: center;vertical-align: middle;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: transparent;border: 2px solid #D1D3D4;padding: 12px 24px .75rem;font-size: 1.2rem;line-height: 1.5;border-radius:50px; }

.btn-hot {
    padding: 12px 24px;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
}

.btn-hot:hover {
    color: #F15A29;
	border: 2px solid #F15A29;
}
.btn-outline-light:hover {color: #F15A29;border-color:#F15A29;}
.border-me {border-right:2px solid #fff;}
.nav-item .highlight {
    font-weight: 900 !important;
	padding-left:20px;
}

.nav-item .highlight:hover {
    font-weight: 900 !important;
    color: #fff !important
}

.cta {
    text-align: right;
}

.btn-scroll {
    border-radius: 50%;
    border-color: #f3f3f3;
    display: inline-block;
    font-weight: 500;
    color: #f3f3f3;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #181b21;
    padding: 6px;
    font-size: .75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-scroll img {
    height: 40px;
    width: 40px;
}

.card-body p {
    font-size: .9rem;
}

.da-company-brand {
    margin: 80px auto 90px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem
}

.da-home-page-text {
    color: #fff;
}
.da-home-page-text h2 {font-weight:300;font-family:"Barlow Condensed", sans-serif;text-transform:uppercase;line-height:1rem;}
.da-home-page-text h1 {
    font-weight: 600;line-height:.9em;font-size:6.5rem;font-family:"Rokkitt", serif;
}
.da-home-page-text h1 span{font-weight:200;}

.da-home-page-text h2 span{
    color: #F15A29;
	font-size:2rem !important;
	line-height:1.2em;
}

.da-home-page-text h3 {
    line-height: 1.5;
    font-size: 1.3rem;
}

@media (max-width: 992px) {
    .da-projects .da-project-icon {
        margin-right: 15px;
    }
    .adios {
        display: none;
    }
    .navbar-nav {
        display: inline-block;
    }
    .highlight {
        font-size: 1.1rem !important;
    }
    .display-3 {
        font-size: 3rem !important;
    }
    .btn-hot {
        margin-top: 30px;
    }
    .cta {
        text-align: center;
    }
}

@media (max-width: 992px) {
	footer, #why, #roots, #about, #callout {
    padding: 70px 40px!important;
}
	.navbar-brand img {
		width:180px;height:auto;
	}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
		padding-left:30px;padding-right:30px;
	}
	#about div, #packaging div, #design div, #roots div {
    vertical-align: middle;
    padding: 80px 30px 80px;
    max-width: 800px;
		margin: 0 auto;}
	.h3 {
    font-size: 1.3rem;
}
	.h2, h2 {
    font-size: 2.5rem;line-height:1em;
}
	footer {text-align:center;}
	
}

@media (max-width: 720px) {
    .col-sm-6 {
        max-width: 50%;
    }
}

.da-company-brand img {
    opacity: 0.6;
    width: 90%;
}

.da-company-brand img:hover {
    opacity: 1;
}


footer p {
    font-size: 1.1rem;
    letter-spacing: .05rem;
}

footer .copyright {
    font-size: .9rem;
    color: #ccc;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style-type: none;
}

a.credit {
    color: inherit;
    border-bottom: 1px dashed;
    text-decoration: none;
    cursor: pointer;
}

#scrolltop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#scrolltop .btn {
    border-radius: 50%;
}

.bg-secondary {background-color: #000 !important }

.icon {
    display: inline-flex;
    align-self: center;
    position: relative;
}
