﻿/*!
* Created by Kroplet (https://www.kroplet.com) 
* The easiest way to create Bootstrap 4 themes. 
*/

/*Google fonts
@import url('https://fonts.googleapis.com/css?family=Catamaran:200,300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Wendy+One');*/
@import url('https://fonts.googleapis.com/css?family=Mouse+Memoirs');

html, body {
    width: 100%;
    height: 100%;
    height: auto;
}
body{
    font-family: 'Mouse Memoirs', sans-serif;
    font-size: 24px;
	background-color: #d0d672;
	background-size: cover;
	position: relative;
}
.navbar-brand{
    font-weight: 900;
    color: #fff;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}

.col-sm-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    padding: 10px;
}

.img100w {
    width: 100%;
}

.brand-logo{
    width: 180px;
}
.navbar{
    min-height: 80px;
}
.navbar-nav .nav-item .nav-link{
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.navbar .nav-item .active, .navbar .nav-link:hover, .navbar .navbar-brand:hover{
    color: #ffb300 !important;
}
.hero{
    height: 100vh;
    min-height: 600px;
}
.hero h1{
    margin-bottom: 30px;
    font-weight: 900;
}
.hero h2{
    font-weight: 200;
    line-height: 45px;
}
.store-img{
    width: 250px;
    padding-bottom: 10px;
}  
.icon-img{
    width: 260px;
    padding-bottom: 10px;
}  

.logo-img {
    width: 100%;  
	max-width: 620px;
}

.pageCorner {
    margin: 0px;
    padding: 0px;
    top: 0px;
    position: fixed;
    z-index: 100;
}
  .col-sm-6 {
    max-width: 50% !important;
}


.container.gallery-container {
    color: #35373a;
    padding: 20px 30px;
    box-sizing: border-box;
    /* border: 0px solid #fffa67; */
    border-radius: 20px;
    box-shadow: 0 0 0 0.125rem rgba(228, 255, 9, 0) inset, 0 0 0 5.3125rem rgba(251, 255, 5, 0.06) inset, 0 0 2rem rgba(0, 0, 0, 0.22);
    /* background-image: url(../img/cb_box_cover-large.png); */
    /* background-color: #ffffff30; */
    /* color: #795942; */
    margin-top: 40px;
}

.box {
    box-sizing: border-box;
    padding: 30px;
    border: 4px solid rgba(255, 247, 0, 0.51);
    border-radius: 20px;
    box-shadow: 0 0 0 0.125rem rgba(228, 255, 9, 0.44) inset, 0 0 0 0.3125rem rgba(251, 255, 5, 0.06) inset, 0 0 3rem rgba(0, 0, 0, 0.53);
    background-image: url(../img/cb_box_cover.png);
    background-color: #ffffff;
    color: #6b4b38;
}


a {
    color: #eb5408;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
    color: #d78171;
    outline: 0;
    text-decoration: none;
}
a.btn:hover,
a.btn:focus {
    color: #fff;
}
.bg-dark a{
    color: #fff;
}

section{
    padding: 10px!important;
}
section#main {
    background-image: url(../img/main_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
}
.clouds {
    position: absolute;
    top: 44vw;
    height: calc(100% - 44vw);
    background-size: contain;
    background-repeat: repeat-y;
    z-index: 10;
}
#clouds_left {
    left: 0;
    width: 8vw;
    background-image: url(../img/cloud_left2.png);
}
#clouds_right {
    right: 0;
    width: 8vw;
    background-image: url(../img/cloud_right2.png);
    background-position: right top;
}
/*
section{
    padding: 80px 0px;
}*/
.img-team{
    width: 120px;
}
.card-outline-primary{
    border: solid 1px #512DA8;
}
.sticky-navigation{
    top: -100px;
}
/*===============================================
* Background Colors
================================================*/
/*.bg-texture{
    background:-webkit-linear-gradient(-45deg, #ffb300 33%, transparent 0%),
        linear-gradient(-45deg, #512DA8 100%, transparent 33%);
    background:-moz-linear-gradient(-45deg, #ffb300 33%, transparent 0%),
        linear-gradient(-45deg, #512DA8 100%, transparent 33%);
    background:linear-gradient(-45deg, #ffb300 33%, transparent 0%),
        linear-gradient(-45deg, #512DA8 100%, transparent 33%);
}*/

.bg-texture{
    background-image: url(../img/main_bg.jpg);
}

/*.bg-texture-collage{
    background:-webkit-linear-gradient(-45deg, #ffb300 33%, transparent 0%),
        linear-gradient(-45deg, #512DA8 67%, transparent 33%),
        linear-gradient(-45deg, #ffb300 100%, transparent 67%);
    background:-moz-linear-gradient(-45deg, #ffb300 33%, transparent 0%),
        linear-gradient(-45deg, #512DA8 67%, transparent 33%),
        linear-gradient(-45deg, #ffb300 100%, transparent 67%);
    background:linear-gradient(-45deg, #ffb300 33%, transparent 0%),
        linear-gradient(-45deg, #512DA8 67%, transparent 33%),
        linear-gradient(-45deg, #ffb300 100%, transparent 67%);
}*/
.bg-texture-collage{
    background-image: url(../img/colorbuddies-high.jpg);
}

.col-md-12 {
    text-align: center !important;
}

.bg-alt {
    background-color: #fff;
}
.bg-faded{
    background-color: #EDECEC;
}

.bg-greeCB {
    background-color: #d0d672 !important;
}

.bg-grey{
    background-color: #F9F9FA;
}
.bg-primary{
    background-color: #512DA8 !important;
}
.bg-orange{
    background-color: #ffb300;
}

.bg-transp {
    background-color: rgba(255, 255, 255, 0)!important;
}

.bg-dark {
    background-color: #726865!important;
}
/*===============================================
* Text Colors
================================================*/
.text-faded {
    color: #EDECEC;
}
.text-dark {
    color: #37474F;
}
.text-muted{
    color: #999 !important;
}
.text-light {
    color: #fff;
}
.text-light:hover,.text-light:focus {
    color: #eee;
    text-decoration:none;
}
.text-primary {
    color: #512DA8 !important;
}
.text-orange{
    color: #ffb300 !important;
}
/*===============================================
* Icon Sizes
================================================*/
.material-icons.dp24 , .icon-sm{
  font-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.material-icons.dp36, .icon-md {
  font-size: 36px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}

.material-icons.dp48, .icon-lg{
  font-size: 48px;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}
.icon-box{
    color:#fff;
    background-color: #512DA8;
    vertical-align: middle;
    border-radius: 50px !important;
    padding: 12px;
    display: inline-block;
    width: 60px;
    height: 60px;
}
/*===============================================
* Colored Buttons
================================================*/
.btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.btn-outline-white {
    color: #fff !important;
    background-image: none;
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}
.btn-white {
    color: #512DA8;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    background: transparent !important;
    color: #fff !important;
}
.btn-primary{
    background-color: #512DA8 !important;
    border-color: #512DA8 !important;
}
.btn-radius{
    border-radius: 50px;
}

/*===============================================
* Borders Utilities
================================================*/
.border-none{
    border: none !important;
    border-color: transparent !important;
}
.border-all{
    border: 1px solid #DEE5E5 !important;
}
.border-left{
    border-left: 1px solid #DEE5E5 !important;
}
.border-right{
    border-right: 1px solid #DEE5E5 !important;
}
.border-top{
    border-top: 1px solid #DEE5E5 !important;
}
.border-bottom{
    border-bottom: 1px solid #DEE5E5 !important;
}

/*social icons*/
#social a {
    
}
.text-twitter-alt, .text-facebook-alt, .text-linkedin-alt, .text-google-alt, .text-github-alt{
    color:#999;
}
.text-twitter, .text-twitter-alt:hover{
    color:#00aced;
}
.text-facebook, .text-facebook-alt:hover{
    color: #3b5998;
}
.text-google, .text-google-alt:hover{
    color: #dd4b39;
}
.text-linkedin, .text-linkedin-alt:hover{
    color: #007bb6;
}
.text-github, .text-github-alt:hover{
    color: #000000;
}

/*
Pricing tables
*/
.pricing-list{
    padding-top: 25px;
    padding-bottom: 25px;
}
.pricing-list li {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

/**/
@media only screen and ( max-width: 1025px ){
    .clouds {
        
    }
}
@media only screen and ( max-width: 576px ){
    .logo-img {
        margin-top: 50px;
    }
    .clouds {
        height: 100% !important;
    }
}
@media only screen and ( max-width: 402px ){
    #social a img {
        max-width: 30%;
    }
}