/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@400;600;700;800&display=swap');

/* Core Stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body { height: 100vh; }

body {
    font-size: 1rem;
    line-height: 1.7;
    color: #606d6e;
    margin: 0;
    overflow-x: hidden;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454B4D;
    font-family: "Montserrat", "Lato", sans-serif;
    font-weight: 600;
}

h1 {
    font-weight: 700;
    font-size: 2.5rem;
}

h2 {
    font-size: 24px;
    font-family: "Montserrat", "Lato", sans-serif;
    color: #36454f;
    font-weight: 600;
}

h3, h4, h5, h6 {
    text-transform: none;
    font-family: "Montserrat", "Lato", sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    color: #07B2F6;
}

h4 {
    color: #A9A9A9;
}

a {
    color: #1F8CD6;
    text-decoration: none;
}

a:hover {
    color: #175E91;
}

pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #eee;
    margin: 0;
    padding: 0 2rem;
}

p {
    font-size: 15px;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #36454f;
    font-weight: 400;
}

/* Utility Classes */
.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-align-left {
    text-align: left;
}

/* Content Styling */
.header .padding {
    padding: 1rem 0;
}

.header {
    background-color: #07B2F6;
    color: #222;
}

.header a {
    color: #222;
}

.header .logo {
    font-size: 3.0rem;
    color: #07B2F6;
    }

.footer {
    background-color: #d9ead3;
}

/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.main-nav > ul > li > a {
    border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    background-color: #07B2F6;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    background-color: #fff;
    color: #07B2F6;
}

/* Dropdown CSS */
.main-nav ul li {position: relative;}

.main-nav ul li ul {
    position: absolute;
    background-color: #07B2F6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}

img {
    max-width:100%!important;
}

.portfolio-modal .modal-body {
    overflow-y: auto;
}

form._form_1{
    background-color: #999!important;
    opacity: 0.9;
}

header .default-intro-text {
    padding-top: 100px;
}

.header, .navbar {
    background-color: #fff;
}

.hero.has-background {
  position: relative;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.hero-background.is-transparent {
  opacity: 0.3;
}

footer {
    background-color: #b8b8b84d;
}
span.ftr-p-clr {
    color: #07b2f6;
}
i.ftr-ico-clr {
    color: #f37c7b;
}

/* Snipcart styles */
.snip-layout .snip-btn--highlight, snip-layout .snip-btn--highlight {
    background: #07B2F6 !important;
    color: #FFF !important;
}
.snip-header__title {
    color: #07B2F6 !important;
}
.snip-header__back--button, .snip-header__user-text {
    color: #fff !important;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #07B2F6;
}

.list-inline.quicklinks, .list-inline.social-buttons {
    list-style: none;
    font-size: 14px;
    color: #07B2F6;
}