@import url("https://use.typekit.net/mvc7ujc.css?v=5");

html, body {
    height: 100%;
    margin: 0px;
    background: none;
    background-color: #fff;
    
}

p, label {
    font-size:1.3em;
}

strike {
    opacity: 0.5;
}

h2 {
    font-size: 2.5em;
}

.margin-top {
    margin-top:90px;
}

.active {
    font-weight: bold;
}

.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.1); 
}


#bg-hero ul, section ul {
    list-style: none;
    font-size:1.3em;
}

.stand-out {
    background-color: #fff6ee;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding-top:5px;
  padding-bottom: 5px;
}

.terms {
    color:#696969;
}

.no-icon {
    color: #ff0000;
}

.yes-icon {
    color: #00c717;
}

.bullets {
    list-style: disc!important;
}

.glowworm {
    font-family: "glowworm-mn", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #00a2ff;
}

.ccsign {
    font-family: "ccsignlanguage", sans-serif;
    font-weight: 400;
    font-style: normal;
}

nav {
    border-bottom: 4px solid #9b5000;
    background-color: #ffffff;
}

.navbar-brand {
    margin-top:5px;
    font-size: 2em;
    margin-left:50px;
}

.nav-link {
    font-size: 1.2em;
    margin: auto;
}

.nav-item {
    margin-left: auto;
  margin-right: auto;
}

.btn-donate {
    background-color: #ff7200;
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 4px 4px 4px #946800;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

#bg-hero-img {
    background: url(https://www.humblehat.com/images/bg-hero.jpg?v=2) no-repeat!important; 
    -webkit-background-size: cover!important; 
    background-size: auto 600px !important;
/*    box-shadow: -5px -1px 3px #ccc;*/
}

#bg-hero-img-2 {
    background: url(https://www.humblehat.com/images/bg-hero-2.jpg?v=1) no-repeat!important; 
    -webkit-background-size: cover!important; 
    background-size: center center !important;
}

#bg-hero-img-3 {
    background: url(https://www.humblehat.com/images/bg-hero-3.jpg?v=1) no-repeat!important; 
    -webkit-background-size: cover!important; 
    background-size: center center !important;
}

#bg-hero-img-4 {
    background: url(https://www.humblehat.com/images/bg-hero-4.jpg?v=4) no-repeat!important; 
    -webkit-background-size: cover!important; 
    background-size: center center !important;
}

#bg-hero {
    background-color: #fff;
    margin-top: 90px;
    min-height: 600px;
}

.hero-text {
    padding: 60px;
}

.btn {
    background-color: #ff7200;
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 4px 4px 4px #946800;
    font-size: 1.5em;
    border: none;
}

.btn:hover {
    background-color: #ffbf5b;
    color: #000000;
}

.btn-submit {
    background-color: #ffffff;
    border-radius: 15px;
    color: #000000;
    box-shadow: 4px 4px 4px #946800;
}

.btn-submit:hover {
    background-color: #ffbf5b;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 20px;
}

.ml-5 {
    margin-left: 25px;
}

.section-padding {
    padding: 50px 50px 50px 50px;

}

.fa-size {
    font-size: 4em;
}

section {
    box-shadow: 4px 4px 4px #cccccc;
}

.orange-bg-white-font {
    background-color: #ff7200;
    color:#ffffff;
    border-top: 40px solid #ffa200;    
}

.orange-top-border {
    border-top: 40px solid #ffa200;
    overflow: hidden;    
}

.client {
    border: 1px solid #ccc;
    box-shadow: 4px 4px 4px #000;
}

@media only screen and (max-width: 540px) { 

    #bg-hero-img-1 {
        background: url(https://www.humblehat.com/images/bg-hero-1.jpg?v=1) no-repeat!important; 
        -webkit-background-size: cover!important; 
        background-size: auto 600px !important;
        box-shadow: -5px -1px 3px #ccc;
    }

    .navbar-brand {
      margin-left: 0!important;
    }

    .nav-link {
        font-size: 2em;
    }

    .btn-donate {
        font-size: 1.3em;
    }

    h1, h2, h3 {
        text-align: center;
    }

}