@font-face { font-family: MyriadRegular; src: url('../fonts/MYRIADPRO-REGULAR.OTF'); }

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    font-family: MyriadRegular;
    color: #999 !important;
    font-size: 14px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    margin-top: 86px;
    width: 100vw;
    height: calc(100vh - 86px);
    overflow: hidden;
}
.carousel-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (orientation: portrait) {
    .pos-center-right {
        object-position: 60% center;
    }
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}


/* Portfolio Background Images */
.vh100 {
    height: 100vh;
}
.full-bg {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-1 {
    background: url(../images/carousel/1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-2 {
    background: url(../images/carousel/6.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-3 {
    background: url(../images/carousel/3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-4 {
    background: url(../images/carousel/4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-5 {
    background: url(../images/carousel/5.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Navbar */
.navbar {
    opacity: 0.85;
    border-bottom: thin solid #CCC;
}
.boo-logo {
    height: 60px;
    transition: 1s height;
}
.boo-pagelinks {
    font-size: 14pt;
}
.bg-white {
    background-color: #FFFFFF;
}
.bg-boss {
    background-color: #F5F5F5 !important;
}
.nav-link, .nav-link:hover {
    /*color: rgba(0,0,0,.5);*/
}

/* Social media icons */
.social-media-holder-1 {
    width: 60px;
    position: fixed;
    z-index: 1;
    top: 85px;
}
.social-media-holder-2 {
    width: 60px;
    position: fixed;
    z-index: 1;
    top: 135px;
}
.social-media-holder-1-rel {
    width: 60px;
    position: relative;
    z-index: 1;
    display: inline-block;

}
.social-media-holder-2-rel {
    width: 60px;
    position: relative;
    z-index: 1;
}
.social-media-icon {
    display: block;
    width: 60px;
    background-color: #F5F5F5;
    transition: 1s width;
    opacity: 0.7;
}

.social-media-icon:hover {
    width: 80px;
    opacity: 1;
}
.full-height {
    height: calc(100vh - 86px);
}

.container-offset {
    margin-top: 86px;
}
.container-offset-padding {
    padding-top: 86px;
}
.pagelabel {
    position: absolute;
    right: 0;
    background-color: #F5F5F5;
    height: 50px;
    line-height: 50px;
    font-size: 16pt;
    padding-left: 20px;
    z-index: -1;
    top: 86px;
    width: 150px;
}

/* Accordion */
.accordion-button {
    color: #999;
    background-color: #f5f5f5;
}
.accordion-button:not(.collapsed) {
    color: #999;
    background-color: #f5f5f5;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.max-300 {
    max-width: 250px !important;
    width: 40%;
}
.max-350 {
    max-width: 350px !important;
    width: 40%;
}

.max-225 {
    max-width: 225px;
    width: 100%;
}

.list-group-item {
    color: #999;
    font-size: 1rem;
}
.boss-font {
    color: #999;
}
.bd-placeholder-img {
    border: 1px solid white;
}
.no-gutter {
    --bs-gutter-x: 0rem;
}
.portfolio-view {
    opacity: 0.9;
    cursor: pointer;
}

/* Masonry Grid css */
* { box-sizing: border-box; }

.grid {

}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: calc(33.333% - 30px);
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .grid-sizer,
    .grid-item {
        width: calc(49% - 10px);
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .grid-sizer,
    .grid-item {
        width: calc(49% - 10px);
    }
}

/* To change the amount of columns on larger devices, uncomment the code below */

/* @media (min-width: 768px) and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 20%;
  }
} */

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.load-more {
    min-height: 250px;
    font-size: 40pt;
    color: #f5f5f5;
    cursor: pointer;
    opacity: 1;
    transition: 1s opacity;
    width: 200px;
}
.load-more:hover {
    opacity: 0.5
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bg-dusty-pink {
    background-color: #DCA1A1;
    color: #000;
}