/*Design Stuff*/

/*@import url('https://fonts.googleapis.com/css2?family=PT+Serif&family=Montserrat:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Montserrat:wght@300;400;700&display=swap');

/* -------- global stuff -------- */
body {
	font-family: 'Oswald', sans-serif;
	font-size: 17px !important;
	font-weight: 400;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.pointer {
    cursor: pointer;
}
.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
img {
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
a {
    color: #000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
a:hover {
    color: #CCC !important;
}
hr {
    width: 200px;
    border-top: 1px solid #666;
}
.img-thumbnail.bg-dark {
    border: none;
}
.bg-dark2 {
    border: 1px #000 solid;
    background-color: rgba(0,0,0,0.9);
    font-size: 16px;
}
.bg-dark2 .table-dark {
    background-color: transparent !important;
}
.btn-dark {
    background-color: #000;
    border-color: #000;
}
.btn-dark:hover {
    color: #fff !important;
}

#top {
    height: 800px;
    min-height: 90vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/digital.jpg);
}
#myVideo {
    opacity: 1;
    object-fit: cover;
    width: 100%;
    height: 500px;
    min-height: 90vh;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-gray {
    background-color: rgba(0,0,0,0.7);
}
.wosb img {
    width: 100px;
}

/* -------- menu -------- */
.navbar-brand img {
    max-height: 75px;
}
@media (max-width: 1200px) {
    .navbar-brand img {
        max-height: 40px;
    }
}
.navbar {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar-nav .nav-link {
    padding-right: 30px !important;
    padding-left: 30px !important;
    font-weight: 400;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff !important;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #4F3DE8 !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#development {
    height: 500px;
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/development.jpg);
}

@media (min-width: 1200px) {
    #development {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/development.jpg);
    }
}
#expertise {
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/expertise.jpg);
    border-top: 5px #000 solid;
}

@media (min-width: 1200px) {
    #expertise {
        background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/expertise.jpg);
    }
}
#relationships {
    height: 500px;
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/relationships2.jpg);
    border-top: 5px #000 solid;
}

@media (min-width: 1200px) {
    #relationships {
        background-image: linear-gradient(-45deg, rgba(0, 0, 0, 1) 39.5%, rgba(0, 0, 0, 0) 60%), url(../images/relationships2.jpg);
    }
}

#strategy {
    height: 500px;
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/strategy.jpg);
}

@media (min-width: 1200px) {
    #strategy {
        background-image: linear-gradient(45deg, rgba(0, 0, 0, 1) 39.5%, rgba(0, 0, 0, 0) 60%), url(../images/strategy.jpg);
    }
}
#growth {
    height: 500px;
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    background-image: url(../images/growth.jpg);
    border-top: 5px #000 solid;
}

@media (min-width: 1200px) {
    #growth {
        background-image: url(../images/growth.jpg);
    }
}
.round-corners {
    border-radius: 15px;
}
/*.navbar-light .navbar-nav .nav-link {
    color: #000;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.navbar .navbar-nav .nav-link.active {
    color: #000 !important;
    outline: none;
    border-bottom: 1px solid #000;
}
.nav-item {
    margin-right: 5px;
    margin-left: 5px;
}
@media (min-width: 1200px) {
    .navbar {
        background-color: #fff !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }
    .navbar.scrolled {
        background-color: #343a40 !important;
    }
}*/

.btn-primary {
    background-color: #249ecf;
    border-color: #249ecf;
}
.btn-primary:hover {
    color: #fff !important;
}

/* -------- carousel -------- */
.carousel-item {
    max-height: 80vh;
}
@media (max-width: 992px) {
    .carousel-caption {
        position: relative;
        left: 0;
        top: 0;
        height: 300px;
    }
}
@media (max-width: 768px) {
    .carousel-caption {
        height: 350px;
    }
}

/* -------- gallery -------- */
.card {
	overflow: hidden;
}
.card-img-top {
    overflow: hidden;
}
.card-img-top img {
	transition: transform .5s ease;
}
.card-img-top img:hover {
	transform: scale(1.1);
}
.how-it-works {
    min-height: 100vh;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../images/empire-vending-faq.jpg);
    background-attachment: fixed;
}
.hero {
    min-height: 80vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../images/top.jpg);
}
.rates {
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../images/rates.jpg);
}

.social i {
    font-size: 40px;
    padding-right: 5px;
    padding-left: 5px;
}

#breadcrumbs {
    color: #fff;
    font-size: 14px;
}
#breadcrumbs a {
    color: #fff;
}