
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif
}


.div-navbar-link:hover {
    background-color: rgba(255,127,80,0.25)
}

/*highlight active page 
https://hicksdesign.co.uk/journal/highlighting-current-page-with-css*/
body#welcome div#welcomenav,
body#about div#aboutnav,
body#services div#servicesnav,
body#work div#worknav,
body#contact div#contactnav {
    /*background-color: black;*/
    /*background-color: rgba(0,0,0,0.3)*/
    /*opacity: 0.25*/
    border-bottom: 5px solid rgba(0,0,0,0.5)
}

.div-page {
    width: auto
}

#header-nav {
    height: 70px;
    /*position: fixed*/
}

#navbar-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 1
}

#navbar {
    position: relative;
    height: 100%;
    /*background-color: darkgray*/
}

.navbar-transparent {
    background-color: rgba(169,169,169,0.40)
}

.navbar-opaque {
    background-color: rgba(169,169,169,1)

}

#site-navbar-content-container_fitviewport {
    height: 100vh;
}

#site-navbar-content-container-normal {
    height: 125vh
}


/*.div-logo {
    padding-left: 2rem;
    height: 100%;
    width: auto
}*/

.site-navbar-content-container-welcome {
    background-image: url(/assets/images/welcome-woman-using-computer.jpg);
    /*Source: Storyblocks*/
    background-size: cover
}

.section {
    width: 100%;
    height: 75%
}
.div-welcome-content {
    margin: auto;
    position: relative;
    top: 15%;
    width: 70%;
    height: 40%;
    /*background-color: lightgray*/
}

.div-welcome-content-text {
    height: 75%;
    width: 100%;
    text-align: center;
    /*background-color: darkgray*/
}

.div-welcome-content-text-hero {
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
    color: white
}

.div-heading-text-normal {
    width: 40%;
    height: 70%;
    text-align: center;
    /*background-color: darkgray*/
}

.div-heading-text-normal-container {
    position: relative;
    margin-top: 2rem;
    height: 30%;
    width: auto;
    /*background-color: azure*/
}

.div-heading-text-sub-container {
    position: relative;
    height: 25%;
    width: 100%
}

.div-welcome-content-buttons {
    position: relative;
    height: 25%;
    width: 100%;
    /*background-color: lightgray*/
}

.div-welcome-buttons {
    position: relative;
    height: 100%;
    width: 60%;
    /*background-color: beige;*/
    
}

.div-welcome-button-container {
    /*position: relative;*/
    width: 50%;
    height: 100%;
    /*background-color: darkgray*/
}


.div-absolute-centered {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*(Shaw, 2013)*/

.div-content-button {
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    text-align: center;
    border-radius: 1rem
}

.div-content-button-cta {
    background-color: rgba(255,127,80,0.75)
}

.div-welcome-button-learnmore {
    background-color: rgba(169,169,169,0.75)
}

.div-navbar-link-container {
    position: relative;
    width: 10em;
    height: 100%;
    /*background-color: brown*/
}

.div-navbar-link {
    position: absolute;
    display: table;
    width: 80%;
    height: 60%;
    /*background-color: darkgray;*/
    text-align: center;
    /*border-radius: 1rem*/
}

.div-navbar-link-cta {
    background-color: coral /*!important*/
}

.font-navbar {
    font-size: 1rem;
    font-weight: 700;
    display: table-cell;
    /*line-height: 80%;*/
    /*margin: 0;*/
    vertical-align: middle;
    color: white
}

.div-vertical-center {
    /*margin: auto;
    vertical-align: middle*/
    top: 50%;
    transform: translateY(-50%)
}
.div-horizontal-center {
    margin: 0 auto
}



#footer {
    height: 250px;
    padding: 0 2rem;
    background-color: darkgray
}

.div-footer-main {
    width: 100%;
    height: 75%

}

.div-footer-disclaimer {
    width: 100%;
    height: 25%
}

.footer-disclaimer-text {
    font-size: 0.70rem
}


.div-layout {
    border: cornflowerblue;
    border-style: none;
    border-width: 1px
}

.div-hflow-left {
    float: left
}

.div-hflow-right {
    float: right
}

.div-cta-container {
    width: 70%;
    height: 10%;
    /*background-color: darkseagreen*/
}

.div-cta-text-container {
    position: relative;
    height: 10%;
    width: 60%
}

.div-cta-text {
    height: 70%;
    width: 100%;
}

.div-cta-button-container {
    position: relative;
    height: 8%;
    width: 20%
}

.div-logo {
    position: relative;
    height: 100%;
    width: 20%;
    /*background-color: aliceblue*/
}

.cta-text {
    font-size: 2.2rem
}

#welcome-text-hero {
    font-size: 3rem;
    font-weight: 700;
}
#welcome-text-normal {
    font-size: 1.5rem;
    color: white
    
}

#header-text-hero {
    font-size: 2.6rem;
    font-weight: 700;
    color: white
}

.header-text-sub {
    font-size: 1.7rem;
    font-weight: 700;
    color: white
}

.img-site {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    /*vertical-align: middle;*/
    resize: both
}

.img-logo {
    max-height: 60px;
    width: 200px;
}

.text-absolute-centered {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /*vertical-align: middle;*/
    /*color: white*/
}
/*(Bos, 2017)*/

.button-text {
    color: white;
    font-weight: 700
}

.content-section-background {
    background-color: rgba(169,169,169,0.25)
}

.div-non-welcome-header-image-container {
    width: 100%;
    height: 350px;
    background-image: url(/assets/images/about/about-young-creative-people-meeting.jpg);
    background-size: cover
}

.div-nav-opacity-trigger {
    /*only for triggering navbar opacity changes*/
}

.welcome-section {
    height: 100%;
    width: 100%
}