/*!
 * Start Bootstrap - Business Casual v5.0.8 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

/* AHP Travel

Light Blue #EFF8FD
Light Blue Green #D6E8F2 
Dark Blue #4C7182
Darkest Blue #003F5E 	

from BTC:
Dark Purple #3C396F
light Lavender #EdEbF9

Pink #FEDFE6
Mauve #D6A7CF

Teal #ADE5E8
Mint #D8F8F3

-- old 
some green color #3c4a3d
marroon #5f1f3a
pink #DAC6CC
*/
body
{
    font-family:Raleway, Arial, Helvetica, sans-serif;
    background-color: #EFF8FD;

}
header {
/*  background-image: url("../images/Sun-ocean.jpg"); 
  background-position: top left; 
  background-repeat: no-repeat;
  background-color: #EFF8FD;  
  background-size: cover;
  
    background-position: center;*/
/*   min-height: 100px; */
  /*height: auto;
  width:100vw;*/
}

.container {
    width:100vw;
}

.bg-image-holder, .bg-image {
  background-size: cover !important;
  background-color: #EFF8FD;  
  transition: all 0.3s linear;
  position: relative;
  width:100vw;
}

#helpful-boxes  {
    background-color: #003F5E;
    color: #FFFFFF;
    font-size:1.5rem;
    font-weight:400
}

.opacity-0 {
  opacity:0!important;
}
.opacity-25 {
  opacity:0.25!important;
}
.opacity-50 {
  opacity:0.50!important;
}
.opacity-75 {
  opacity:0.75!important;
}
.opacity-1 {
  opacity:1.0!important;
}


.my-opacity-light { 
    background-color: #13455e;
}

.my-opacity-lighter { 
    background-color: #264b5e;
}

#problems-solved {
    color: #FFFFFF;
    font-size:2rem;
    font-weight:400;
    min-height: 422px;
    
}
#solution {
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
    color: white;
    font-size:2rem;
    font-weight:800
}

#testimonial-row  {
    background-color: #003F5E;
}

#testimonial-column  {
    background-color: #FFFFFF;
    color: #5f1f3a;
}

#help-heading {
    color: #5f1f3a;
    font-size:3rem;
    font-weight:800
}

.card.card-style-help {
    background-color: #EFF8FD;
}

.card.card-style-help h4 {font: bold  22pt Arial, Helvetica, sans-serif; Color: #ffffff;}

.card.card-style-help h5 {font:14pt Arial, Helvetica, sans-serif; Color: #ffffff;}

.card.card-style-help h6 {font:12pt Arial, Helvetica, sans-serif; Color: #ffffff;}


.card {
  max-width:300px;
  border: 0px;
}
.card.card-style-help .card-block {
  z-index: 55;
  margin: -30px 0 0 15%;
  background: #5f1f3a; /* kathie */
  border: 1px solid transparent;
/*  padding: 30px;*/
  width: 70%;
  transition: all 0.3s ease;
  max-width:300px;
}

.card.card-style-help .card-block:before {
  bottom: 35px;
  height: 2px;
  background-color: #e5e5e5;
}

.card.card-style-help:hover .card-block {
  border: 1px solid #e5e5e5;
}

@media(min-width:992px){
    #my-row {
        display: flex;
        display: -webkit-flex; /* old versions of Chrome/Safari/Opera */
        display: -ms-flexbox; /* IE10 */
        flex-direction:row;
        
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; /* old versions of Chrome/Safari/Opera */
    }
    
    #info {padding-top: 10px; padding-bottom: 10px; }
    .usa-para {max-width: 800px;}
    .contact {padding-left: 200px;}
    #right-side {padding:10px 2% 10px 2%; }

    #column1{ border: 2px solid #003F5E; flex-basis: 30%; }
    #column2{ border: 1px solid #003F5E; flex-basis: 30%; margin: 0px 2% 0px 2%;} 
    #column3{ border: 1px solid #003F5E; flex-basis: 30%; }
   
}
.img-border { margin-top: 10px; margin-bottom: 10px; padding: 0px; border: 2px solid #3C396F;}

.col-border {border-right: 1px solid #ffffff}

/* Horizontal Rule - i.e. a line */
hr.columns { 
  border: 1px solid #003F5E;
}

#footer {border-top: 3px solid #003F5E; margin-bottom: 40px; padding-top: 50px; }

#byme {color: #D6A7CF; 
       font-weight: bold;
       margin-bottom: 20px;}

.copyright {color: #ADE5E8;
            background: #3C396F; 
            font:   bold 8pt/16pt verdana;
            margin-right: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6
 {font: bold  14pt Arial, Helvetica, sans-serif; Color: #003f5e;} /* Dark Blue */


h1 {padding-top:10px;}
p
{
    line-height:1.75
}

p.p1 {font: bold  14pt Arial, Helvetica, sans-serif; Color: #003f5e; } /* Dark Blue */
p.p2 {font: bold  12pt Arial, Helvetica, sans-serif; Color: #EdEbF9;background: #3C396F;} /* lavender with purple background */
p.p3 {font: bold  12pt Arial, Helvetica, sans-serif; Color: #3C396F; }  /* purple */
p.p4 {font: bold  10pt Arial, Helvetica, sans-serif; Color: #003F5E;} /* Dark Blue */

p a:link { font-weight: bold; ;  text-decoration: underline;
    color: #3C396F;  /* purple*/
    background-color: #EdEbF9;  /* lavender */
}

p a:visited {
    font-weight: bold;
    color: #3C396F;  /* purple*/
}
p a:hover, a:active {
    font-weight: bold;
    color: #ADE5E8;  /* teal */
    background-color: #D6A7CF; /* Mauve */
}

/*
.span12{width:100%;*width:99.94680851063829%}
.span11{width:91.45299145299145%;*width:91.39979996362975%}
.span10{width:82.90598290598291%;*width:82.8527914166212%}
.span9{width:74.35897435897436%;*width:74.30578286961266%}
.span8{width:65.81196581196582%;*width:65.75877432260411%}
.span7{width:57.26495726495726%;*width:57.21176577559556%}
.span6{width:48.717948717948715%;*width:48.664757228587014%}
.span5{width:40.17094017094017%;*width:40.11774868157847%}
.span4{width:31.623931623931625%;*width:31.570740134569924%}
.span3{width:23.076923076923077%;*width:23.023731587561375%}
.span2{width:14.52991452991453%;*width:14.476723040552828%}
.span1{width:5.982905982905983%;*width:5.929714493544281%}

End AHP*/

.text-faded
{
    color:rgba(255,255,255,.3)
}

.site-heading
{
 /*   margin-top:5rem;
    margin-bottom:5rem;*/ 
    text-transform:uppercase;
    line-height:1;
    font-family:Raleway
}



.site-heading .site-heading-upper
{
    padding-top: 50px; 
    display:block;
    font-size:3rem;
    font-weight:700;
}

.site-heading .site-heading-lower
{
    padding-top: 20px; 
    font-size:2.0rem;
    font-weight:800;
    line-height:3rem;

}

.text-primary
{
    color:#ffffff!important
}

.text-secondary
{
    color:#5f1f3a!important;
    text-shadow: 1px 1px 2px white; 
}

.bg-primary
{
    background-color:#003F5E!important
}

.btn
{
    -webkit-box-shadow:0 3px 3px 0 rgba(33,37,41,.1);
    box-shadow:0 3px 3px 0 rgba(33,37,41,.1)
}

.btn-primary
{
    background-color:#003F5E; 
    border-color:#ffffff
}

.btn-primary:active,.btn-primary:focus,.btn-primary:hover
{
    background-color:#df902a;
    border-color:#df902a
}

.btn-nav
{
    background-color:#ffffff;  
    border-color:#ffffff
}

.btn-nav:active,.btn-nav:focus,.btn-nav:hover
{
    background-color:#c8bfb5;
    border-color:#c8bfb5
}

.font-weight-light
{
    font-weight:100!important
}

.page-section
{
    margin-top:5rem;
    margin-bottom:5rem
}

.section-heading
{
    text-transform:uppercase
}

.section-heading .section-heading-upper
{
    display:block;
    font-size:1rem;
    font-weight:800
}

.section-heading .section-heading-lower
{
    display:block;
    font-size:3rem;
    font-weight:100
}

.bg-faded
{
    background-color:rgba(255,255,255,.85)
}

#mainNav
{
    background-color:rgba(76, 113, 130,.7);
    font-family:Raleway
}

#mainNav .navbar-brand
{
    color:#003F5E
}

#mainNav .navbar-nav .nav-item .nav-link
{
    color:rgba(255,255,255,1.0);
    font-weight:800
}

#mainNav .navbar-nav .nav-item.active .nav-link
{
    color:#003F5E
}

@media (min-width:992px)
{
    #mainNav .navbar-nav .nav-item .nav-link
    {
        font-size:.9rem
    }

    #mainNav .navbar-nav .nav-item .nav-link:hover
    {
        color:rgba(255,255,255,.4)
    }

    #mainNav .navbar-nav .nav-item.active .nav-link:hover{
        color:#003F5E
    }
}


    


.btn-xl{font-weight:700;
        font-size:.8rem;
        padding-top:1.5rem;
        padding-bottom:1.5rem;
        padding-left:2rem;
        padding-right:2rem
}

.intro{position:relative
}

@media (min-width:992px)
{
    .intro .intro-img{float:right
    }

    .intro .intro-text
    {
        left:0;
        width:60%;
        margin-top:3rem;
        position:absolute
    }

    .intro .intro-text .intro-button
    {
        width:100%;
        left:0;
        position:absolute;
        bottom:-2rem
    }


}

@media (min-width:1200px)
{.intro .intro-text{width:40%

 }


}

.cta
{
    padding-top:5rem;
    padding-bottom:5rem;
    background-color:rgba(15,68,15,.7)
}

.cta .cta-inner
{
    position:relative;
    padding:3rem;
    margin:.5rem;
    background-color:rgba(255,255,255,.85)
}

.cta .cta-inner:before
{
    border-radius:.5rem;
    content:'';
    position:absolute;
    top:-.5rem;
    bottom:-.5rem;
    left:-.5rem;
    right:-.5rem;
    border:.25rem solid rgba(255,255,255,.85)
}

@media (min-width:992px)
{
    .about-heading .about-heading-img
    {
        position:relative;
        z-index:0
    }

    .about-heading .about-heading-content
    {
        margin-top:-5rem;
        position:relative;
        z-index:1
    }


}

@media (min-width:992px)
{
    .product-item .product-item-title
    {
        position:relative;
        z-index:1;
        margin-bottom:-3rem
    }

    .product-item .product-item-img
    {
        position:relative;
        z-index:0;
        max-width:60vw
    }

    .product-item .product-item-description
    {
        position:relative;
        z-index:1;
        margin-top:-3rem;
        max-width:50vw
    }


}



@media (min-width:992px)
{
    .list-hours
    {
        width:50%;
        font-size:1.1rem
    }


}

.address strong
{
    font-size:1.2rem
}

.footer
{
    background-color:rgba(185,153,80,.8)
}

