@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/ucd0ned.css");
html {
    scroll-behavior: smooth;
    font-size: 1rem;
}
body {
font-family: century-gothic, sans-serif;
font-weight: 400;
font-style: normal;
}
h1, h2, h3, h4, h5 {
font-family: century-gothic, sans-serif;
font-weight: 400;
font-style: normal;
}
.scrolly {
    transition: .5s;
    transition-timing-function: ease-out;
}
#stick {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 99;
}
#header {
    width: 100%;
    padding: 12px 0px 12px 0px;
    height: 84px;
    z-index: 999;
    position: absolute;
}
#header, .scrolly {
    height: 68px;
}
.logobox {
	padding:40px 0px 0px 0px;
}
/* NavBar Start */




/* NavBar End */

.maincontent {
    width: 100%;
	height:60vh;
	position:relative;
}
.bodysection {
    padding: 90px 0px 90px 0px;
}
.herotext {
	padding:60px 0px 0px 0px;
	 margin: 0;
  position: absolute;
}
.herotext h1 {
	font-size:1.6rem;
}
.herotext h2 {
	font-size:4rem;
} 
.strap {
	font-size:1.2rem;
} 

/* Start Cookie Box Styles */
#cookiebox {
    display: block;
    background: linear-gradient(45deg, rgba(7, 24, 47, 0.3), rgba(7, 24, 47, 0.4));
    width: 100%;
    height: auto;
    padding: 30px 90px 30px 90px;
    ;
    position: fixed;
    bottom: 0px;
    color: #fff;
    animation-name: appear;
    animation-duration: .8s;
    z-index: 999;
}
#cookiebox a {
    color: #fff;
}
.cookietext {
    padding-top: 10px;
    float: left;
}
.cookietext a {
    text-decoration: underline;
}
.closetray {
    float: right;
}
.closebutton {
    Padding: 12px 60px 6px 60px;
    background: linear-gradient(45deg, #c3003c, #c90057);
    border-radius: 2px;
    margin-top: 4px;
    border: 0px;
    color: #ffffff;
}
/* End Cookie Box Styles */
/* Media Queries */
