#HiddenText {
    display: none;
}

#DivForHoverItem:hover #HiddenText {
    display:block;
}

a {
    color: #32777b;
}

a:hover {
    color: #3bb5ca;
    text-decoration: none;
}

#mainNav, a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Open Sans, 'Helvetica Neue', Arial, sans-serif;
    -webkit-tap-highlight-color: #212529;
    background-color: #325171;
}

#mainNav, #mainNav .navbar-brand, .btn, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.3rem;
}

#mainNav, #mainNav .navbar-brand {
    font-size: 1.5rem;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #32777b;
}

hr.light {
    border-color: #fff;
}

hr.dark {
    border-color: #325171;
}

.bg-primary {
    background-color: #32777b !important;
}

.bg-dark {
    background-color: #212529 !important;
}

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

section {
    padding: 7rem 0;
}

.section-heading {
    margin-top: 0;
    font-size: 2.8rem;
    font-weight: 700;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

#mainNav,
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: #325171;
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, .1);
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #3bb5ca;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #3bb5ca !important;
    background-color: #32777b;
}

@media (min-width:992px) {
    #mainNav {
        border-color: transparent;
        background-color: #325171;
    }

    #mainNav .navbar-brand {
        color: #fff;
    }

    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: #3bb5ca;
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 1rem;
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        font-size: 1.2rem;
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #3bb5ca;
    }

    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, .1);
        background-color: #325171;
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #fff;
    }

    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #3bb5ca;
    }

    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #fff;
    }

    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #3bb5ca;
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(../img/header2.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2.5rem;
}

header.masthead p {
    font-weight: 300;
}

@media (min-width:768px) {
    header.masthead p {
        font-size: 1.3rem;
    }
}

@media (min-width:992px) {
   
    header.masthead {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
   
    header.masthead h1 {
        font-size: 3rem;
    }
}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

.service-box {
    max-width: 400px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, .9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: 0;
}

@media (min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.text-primary {
    color: #32777b !important;
}

.btn-primary {
    background-color: #32777bcc;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #3bb5cacc !important;
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5) !important;
}

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, .05);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
    font-size: .8rem;
    text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1.2rem;
}

@media (min-width:992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
    }
    .portfolio-item .caption {
        -webkit-transition: -webkit-clip-path .25s ease-out, background-color .7s;
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
    }
    .portfolio-item .caption .caption-content {
        transition: opacity .25s;
        margin-left: 5rem;
        margin-right: 5rem;
        margin-bottom: 5rem;
    }
    .portfolio-item img {
        -webkit-transition: -webkit-clip-path .25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px);
    }
    .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }
    .portfolio-item:hover .caption {
        background-color: rgba(29, 128, 159, .9);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }
}

.content-section-heading h2 {
    font-size: 3rem;
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase;
}

.text-secondary {
    color: #ecb807 !important;
}

.btn-xl {
    padding: 1rem 1.75rem;
    font-size: 1.25rem;
}

.btn-social {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
}

.btn {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #000;
    padding: .375rem .75rem;
    font-size: 1.35rem;
    line-height: 1.5;
    border-radius: .25rem;
    border-width: 2px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn .fa {
    font-size: 20px;
    vertical-align: middle !important;
}

#services {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #f2f2f2;
}

#portfolio, #calculator {
    background-color: white;
}

#about {
    padding-bottom: 4em;
    padding-top: 4em;
}

#bullets {
    padding-top: 0;
}

.copyright {
    background-color: #325171;
    padding: .7rem .7rem;
}

.footer {
    padding-top: 7rem;
    padding-bottom: 10rem;
    background-color: white;
    color: #325171;
}

.extra .list-nav {
    list-style-position: inside;
}

.list-nav li {
    background: url(../img/cool.ico) left center no-repeat;
    background-size: 20px;
    text-align: left;
    padding-left: 32px;
    list-style-position: inside;
}

.text-primary {
    color: #25575b !important;
}

.answer {
    font-size: 18px;
}

.subheading {
    font-weight: bold;
    font-size: 25px;
}

.accordion-button {
    text-align: center;
    border: none !important;
    cursor: pointer;
    color: #000 !important;
    text-decoration: none !important;
}

#headingOne {
    border-left: 15px solid #e63434;
}

#headingTwo {
    border-left: 15px solid #dc0099;
}

#headingThree {
    border-left: 15px solid #f58d35;
}

.coop-desc {
    font-size: 1rem;
    padding-top: 0.8rem;
}

#my-job {
    padding: 5rem 0;
    background-color: #3bb5ca;
}

#sun-life {
    padding: 7rem 0 7rem 0;
    background-color: #fff;
}

#skills {
    padding: 6rem 0 7rem 0;
    background-color: #f9f9f9;
}

.w3layouts {
    margin-bottom: 0.8rem;
}

#photos img {
    border-radius: 8px;
}

#sunlife-links:hover {
    color: black;
}

section {
    background-color: #f6fdff;
}