.display-1 {
    font-size: 5rem;
}
.display-2 {
    font-size: 4.5rem;
}
.display-3 {
    font-size: 3.5rem;
}
.display-4 {
    font-size: 2.5rem;
}
.display-5 {
    font-size: 2.3rem;
    font-weight: 900;
}
.btn-blank {
    color: #fff;
}
.btn-blank:hover, .btn-blank:focus {
    color: #e2e2e2;
}
.code-lg {
    padding: 6px 8px;
}
.header {
    position: relative;
    background-color: #0076B6;
    background-image: linear-gradient(to left bottom, rgba(0, 0, 0, .333), rgba(0, 0, 0, 0)), url('../images/3.jpg');
    background-size: cover;
}
.honolulu{
    background-color:#0076B6;
}
.btn-wrapper svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.8rem;
}
.lead-illustration {
    display: block;
    max-width: 100%;
    height: 150px;
}
.section-primary-gradient {
    background-image: radial-gradient(ellipse at bottom, #386d8b,#000127 100%);
}
.link-light {
    color: #fff;
    text-decoration: underline;
}
.link-light:hover, .link-light:focus {
    color: #fff;
}
.footer-logo {
    position: relative;
    top: -0.15em;
    margin-left: .75em;
}
.align-center-sm {
    float: none;
}
@media (min-width: 480px) {
    .header {
        padding-top: 10vw;
        padding-bottom: 10vw;
   }
    .lead-illustration {
        height: 200px;
   }
    .btn-wrapper {
        position: absolute;
        top: 30px;
        right: 30px;
        display: block;
   }
    .icon {
        width: 13rem;
   }
}
@media (min-width: 768px) {
    .display-1 {
        font-size: 8rem;
   }
    .display-2 {
        font-size: 5.5rem;
   }
    .display-3 {
        font-size: 4.5rem;
   }
    .display-4 {
        font-size: 3.5rem;
   }
    .align--center--sm {
        float: right;
   }
    .lead-illustration {
        height: 280px;
   }
    .card-deck, .card-deck-col {
        display: -ms-flexbox;
        display: flex;
   }
    .card-deck {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
   }
    .card-deck-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
   }
    .card {
        -ms-flex: 1;
        flex: 1;
        margin-left: 15px;
        margin-right: 15px;
   }
}
@media (min-width: 1024px) {
    .card-deck-col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
   }
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 10rem;
   }
}
@media (max-width: 767px) {
    .aligner-to-sm {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
   }
}
.img-thumbnail {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
}
.header-type {
    font-family: 'Graduate';
}
.header-body {
    font-family: 'Open Sans';
}
.header-hand {
    font-family: 'Courgette';
}
.move-left {
    text-align: left;
}
.float-left{
   float:left!important
}
.rounded {
    border-style:solid;
    border-radius: 2rem !important;
    border-left-width: 10px;
    border-bottom-width: 10px;
    border-top-width: 0px;
    border-right-width: 0px;
    background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #0076B6, #B0B7BC) border-box;
    border:0px, solid transparent;
}
.button-styl {
    appearance: none;
    background-color:#0076B6;
    border: none;
    border-radius: 2rem;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 24px;
    margin: 5px;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 20px 24px;
    height: 125px;
    text-align: left;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
  }
  .button-styl:disabled {
    pointer-events: none;
    text-decoration: none;

  }
  .button-styl:visited {
    text-decoration: none;
    color: #FFFFFF;
  }
  
  .button-styl:hover {
    transform: translateY(-2px);
    text-decoration: none;
    background-color: #00b600;
    color:#FFFFFF;
  }
  
  .button-styl:active {
    box-shadow: none;
    transform: translateY(0);
    text-decoration: none;

  }
.fadein img{
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    transition: 1s ease;
}
.fadein img:hover{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .1s ease;
}
.part img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 1s ease;
}
.part img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: .15s ease;
}

  
 