/* sweetoperator.css */

html {
    scroll-behavior: smooth;
}

body {
    xxfont-stretch: condensed;
    position: relative;
    overflow-y: scroll;
}

body .lead {
    font-weight: normal;
}

.navbar-dark .nav-item .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: orange;
}

.navbar-dark .navbar-nav .dropdown-item.active {
    background-color: orange;
    color: white;
}

.nav-item {
    font-size: 21px;
    margin: 0 10px;
}

@media screen and (max-width: 1024px) {
    .nav-item {
        font-size: 0.8rem
    }
}

@media screen and (max-width: 576px) {
    #so-navbar .show .nav-item, #so-navbar .show .dropdown-item {
        font-size: 1.2rem
    }
}

.so-bg-dark {
    background-color: #00435f;
    /* Dark BC blue */
}

.row {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

@media screen and (min-width: 576px) {
    .row {
        padding: 40px;
    }
}

.h1 {
    font-size: 48px;
}

p {
    font-size: 1em16px;
}

li {
    font-size: 16px;
}


/* Colors (RGB - hex)
** Dark BC Blue - rgb(0, 67, 95) - 	#00435f
** Light BC grey - 	rgb(233, 236, 239) - #e9ecef
** Orange - rgb(255, 165, 0) - 	#ffa500
** White - rgb(255, 255, 255) - #ffffff
*/

.sweet-color-orange {
    color: orange;
}

.sweet-color-white {
    color: white;
}

.operator-color-blue {
    color: #00435f;
    /* Dark BC blue */
}

.operator-color-white {
    color: white;
}

.sweet-logo-name-orange {
    color: orange;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 4px;
    word-spacing: 10px;
}

.operator-logo-name-white {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.operator-logo-name-blue {
    color: #00435f;
    /* Dark BC blue */
    font-weight: bold;
    text-transform: uppercase;
}


/* Override the bootstrap btn class. No rounded corners */

.btn {
    border-radius: 0.5rem;
}


/* begin of so-btn-sweet-orange CSS.
** Notes:
**  - Code copied from bootsrap.css and adjusted for color orange.
**  - CSS styles for disabled button removed for so-btn-sweet-orange.
*/

.so-btn-sweet-orange {
    color: white;
    background-color: orange;
    border-color: orange;
}

.so-btn-sweet-orange:hover {
    color: #fff;
    background-color: #f29d00;
    /* slightly darker orange */
    border-color: #e69400;
    /* even slightly darker orange */
}

.so-btn-sweet-orange:focus,
.so-btn-sweet-orange.focus {
    color: #fff;
    background-color: #f29d00;
    /* slightly darker orange */
    border-color: #e69400;
    /* even slightly darker orange */
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


/* end of so-btn-sweet-orange CSS */


/* begin of so-btn-bc-blue CSS.
** Notes:
**  - Code copied from bootstrap.css and adjusted for color orange.
**  - CSS styles for disabled button removed for so-btn-bc-blue.
*/

.so-btn-bc-blue {
    color: white;
    background-color: #00435f;
    /* Dark BC blue */
    border-width: 2px;
    border-color: #00435f;
    /* Dark BC blue */
}

.so-btn-bc-blue:hover {
    color: white;
    background-color: #002534;
    /* slightly darker BC blue */
    border-color: #003c56;
    /* even more slightly darker BC blue*/
}

.so-btn-bc-blue:focus,
.so-btn-bc-blue.focus {
    color: white;
    background-color: #002534;
    /* slightly darker BC blue */
    border-color: #003c56;
    /* even more slightly darker BC blue*/
    / box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


/* end of so-btn-bc-blue CSS */


/* begin of so-btn-bc-blue-on-white CSS.
** Notes:
**  - Code copied from bootstrap.css and adjusted for color orange.
**  - CSS styles for disabled button removed for so-btn-bc-blue-on-white.
*/

.so-btn-bc-blue-on-white {
    color: #00435f;
    /* Dark BC blue */
    background-color: white;
    border-width: 2px;
    border-color: #00435f;
    /* Dark BC blue */
}

.so-btn-bc-blue-on-white:hover {
    color: #fff;
    background-color: #00405a;
    /* slightly darker BC blue */
    border-color: #003c56;
    /* even more slightly darker BC blue*/
}

.so-btn-bc-blue-on-white:focus,
.so-btn-bc-blue-on-white.focus {
    color: #fff;
    background-color: #00405a;
    /* slightly darker BC blue */
    border-color: #003c56;
    /* even more slightly darker BC blue*/
    / box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


/* end of so-btn-bc-white-on-blue CSS */


/* begin of so-btn-bc-blue-on-white CSS.
** Notes:
**  - Code copied from bootstrap.css and adjusted for color orange.
**  - CSS styles for disabled button removed for so-btn-bc-white-on-blue.
*/

.so-btn-bc-white-on-blue {
    color: #00435f;
    /* Dark BC blue */
    background-color: white;
    border-width: 2px;
    border-color: #00435f;
    /* Dark BC blue */
}

.so-btn-bc-white-on-blue:hover {
    color: #fff;
    background-color: #00405a;
    /* slightly darker BC blue */
    border-color: white;
}

.so-btn-bc-white-on-blue:focus,
.so-btn-bc-white-on-blue.focus {
    color: #fff;
    background-color: #00405a;
    /* slightly darker BC blue */
    border-color: #003c56;
    /* even more slightly darker BC blue*/
    / box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


/* end of so-btn-bc-white-on-blue CSS */


/* begin of so-btn-sweet-orange-on-white CSS.
** Notes:
**  - Code copied from bootstrap.css and adjusted for color orange.
**  - CSS styles for disabled button removed for so-btn-sweet-orange-on-white.
*/

.so-btn-sweet-orange-on-white {
    color: orange;
    background-color: white;
    border-width: 2px;
    border-color: orange;
}

.so-btn-sweet-orange-on-white:hover {
    color: #fff;
    background-color: orange;
    border-color: white;
}

.so-btn-sweet-orange-on-white:focus,
.so-btn-sweet-orange-on-white.focus {
    color: #fff;
    background-color: #f29d00;
    /* slightly darker orange */
    border-color: #e69400;
    /* even slightly darker orange */
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


/* end of so-btn-sweet-orange-on-white CSS */

.so-button {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
}

.so-box {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 0rem;
    box-shadow: none;
}

#main-message {
    background-color: #00435f;
}

@media screen and (min-width: 576px) {
    #main-message {
        background-image: url("../images/sweetoperator.jpg"), linear-gradient(rgba(0, 67, 95, 0.1), 70%, rgba(0, 67, 95, 1));
        height: 100%;
        width: auto;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#main-message-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: height: 100%;
    width: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#main-message-text {
    padding-bottom: 0;
    padding-top: 40px;
    color: white;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.75;
}

.so-subtitle {
    z-index: 9;
}

.about {
    color: orange;
    letter-spacing: 4px;
    word-spacing: 4px;
}

#main-message .about {
    font-size: 1.4rem;
}

#introductie {
    background-color: rgb(0, 67, 95);
    /*  Dark BC Blue  */
}

@media screen and (min-width: 576px) {
    #introductie {
		background-image: url("../images/digitale_oplossingen.jpeg");
        /* Full height */
        height: 100%;
        width: auto;
        /* Position and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#introductie-text {
    background-color: rgb(233, 236, 239, 0.9);
    /* Light BC grey */
	background: linear-gradient(to bottom right, rgba(233, 236, 239, 0.9), 80%, rgba(233, 236, 239, 0));
    color: #00435f;
    /* Dark BC blue */
	border-radius: 0.5rem;
}


#professioneel {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #00435f;
    /* Dark BC blue */
    color: #e9ecef;
    /* Light BC grey */
}

#inhetkort {
    margin-top: 0;
    padding: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: orange;
    color: white;
	border-radius: 0.5rem;
}

#inhetkort li {
    font-size: 20px;
}

#contact-after-inhetkort .lead {
    margin-bottom: 0;
}

#website-op-maat {
    background-color: rgba(255, 165, 0, 0.9);
    /* Orange */
}

@media screen and (min-width: 576px) {
    #website-functionaliteiten {
        background-image: url("../images/website-functionaliteiten.jpg");
        /* Full height */
        height: 100%;
        width: auto;
        padding-top: 140px;
        padding-bottom: 140px;
        /* Position and scale the image nicely */
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#website-functionaliteiten {
    background-color: rgba(255, 165, 0, 0.9);
    /* Orange */
	color: white;
	padding: 10px;
}

#website-functionaliteiten #website-functionaliteiten-blok1,
#website-functionaliteiten #website-functionaliteiten-blok2,
#website-functionaliteiten #website-functionaliteiten-blok3 {
	border-radius: 0.5rem;
	background: linear-gradient(to bottom right, rgba(0, 67, 95, 0.9), 90%, rgba(233, 236, 23, 0));
}

#voordelen {
    background-color: DodgerBlue;
    /* A kind of light crispy blue */
}

#voordelen-text {
    color: white;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
	border-radius: 0.5rem;
}

@media screen and (min-width: 576px) {
    #voordelen {
        background-image: url("../images/voordelen.jpg");
        /* Full height */
        height: 100%;
        width: auto;
        padding-top: 140px;
        padding-bottom: 140px;
        /* Position and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #voordelen-text {
        background: linear-gradient(to bottom right, rgba(0, 67, 95, 0.9), 80%, rgba(0, 67, 95, 0));
        //  background:radial-gradient(circle closest-side at 0% 0%,  rgba(0 , 67, 95, 0.9), 35%, rgba(0, 67, 95, 0) );	
    }
}

#aanvullend {
    background-color: rgb(233, 236, 239, 0.9);
    /* Light BC grey */
}

@media screen and (min-width: 576px) {
    #aanvullend {
        background-image: url("../images/molen.jpg");
        /* Full height */
        height: 100%;
        width: auto;
        /* Position and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#aanvullend-text {
    background-color: rgb(233, 236, 239, 0.9);
    /* Light BC grey */
	background: linear-gradient(to bottom right, rgba(233, 236, 239, 0.9), 95%, rgba(233, 236, 239, 0));
    color: #00435f;
    /* Dark BC blue */
	border-radius: 0.5rem;
}

#portfolio {
    background-color: orange;
    /* Light BC grey */
    color: #00435f;
    /* Dark BC blue */
}

#portfolio h2 {
    color: #FFFFFF;
}

@media screen and (min-width: 576px) {
    #portfolio {
        background-image: url("../images/vliegtuigen.jpg");
        opacity: 0.9;
        filter: brightness(120%);
        height: 100%;
        width: auto;
        background-position: rightcenter;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#techniek {
    /* padding-left: 20px; */
    color: white;
    margin-top: 20px;
    padding-top: 120px;
}

#techniek .h1 {
    margin-left: -20px;
}

#techniek .lead {
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    .so-indent {
        margin-left: 15px;
    }
}

#opgeleverd-werk {
    background-color: white;
}

@media screen and (min-width: 576px) {
    #opgeleverd-werk {
        background-image: url("../images/opgeleverdwerk.jpg");
        /* Full height */
        height: 100%;
        width: auto;
        /* Center and scale the image nicely */
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#opgeleverd-werk-top {
    color: #00435f;
    /* Dark BC blue */
}

#opgeleverd-werk .so-button a:hover {
    color: white;
}

#opgeleverd-werk .card {
    border: 0;
    border-radius: 0rem;
    box-shadow: 8px 8px 12px 4px rgba(0, 0, 0, 0.5), 4px 8px 20px 0px rgba(0, 0, 0, .15);
}

#opgeleverd-werk .card, .card-img-top {
    border-radius: 0.5rem;
}

#opgeleverd-werk .card {}

#opgeleverd-werk a:hover {
    color: orange;
    text-decoration: none;
}

#contact-after-opgeleverd-werk {
    padding-bottom: 80px;
}

#aanpak {
    color: #00435f;
    /* Dark BC blue */
    background-color: #FFFFFF;
    /* White */
}

@media screen and (min-width: 576px) {
    #aanpak {
        color: white;
        background-image: url("../images/aanpak.jpg");
        /* Full height */
        height: 100%;
        width: auto;
        padding-bottom: 240px;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#aanpak-grid {
    background-color: rgba(0, 67, 95, 0.9);
    /* Dark BC blue */
    color: white;
    box-shadow: none;
    border-radius: 0rem;
    margin-left: 0px;
    margin-right: 0px;
	border-radius: 0.5rem;
}

.so-aanpak-grid-col {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 576px) {
    #aanpak-grid,
    .so-aanpak-grid-col {
        padding-left: 0;
        padding-right: 0;
    }
}

.so-aanpak-grid-row {
    margin: 10px;
    padding: 10px;
}

.so-aanpak-grid-col hr {
    background-color: white;
}

#contact-after-aanpak {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
}

.so-prijzen {
    background-color: rgba(0, 67, 95, 0.9);
    /* Dark BC blue */
    color: white;
	border-radius: 0.5rem;
}

#prijzen {
    background-color: #00435f;
    /* Dark BC blue */
}

@media screen and (min-width: 576px) {
    #prijzen {
        color: white;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: url("../images/prijzen.jpg");
        height: 100%;
        width: auto;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#contact {
    background-color: #00435f;
    /* Dark BC blue */
}

@media screen and (min-width: 576px) {
    #contact {
        background-color: #00435f;
        /* Dark BC blue */
        color: white;
        padding-top: 120px;
        padding-bottom: 0;
        background-image: url("../images/contact.jpg");
        height: 100%;
        width: auto;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
    }
	.so-prijzen {
		background: linear-gradient(to bottom right, rgba(0, 67, 95, 0.9), 80%, rgba(0, 67, 95, 0));
	}
}

.so-contact {
    color: white
}

#contact .table {
    color: white;
    font-size: 2vw;
    font-size: 18px;
}

#footer {
	height: 60px;
    margin-top: 300px;
    color: #e9ecef;
    /* Light BC grey */
}

#footer a {
    color: #e9ecef;
    /* Light BC grey */
    color: white;
}


/* Scroll to top button */

#sTTButton {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 1rem;
    opacity: 0.3;
}

#sTTButton img {
	border-radius: 0.35rem;
}

#sTTButton:hover {
    background-color: #555;
}
