

@media screen and (min-width: 1900px) {
    #projectEditorModal .projectContainer #mainCover {
        height: 350px !important;
    }
}

@media only screen and (max-width: 480px) {
    .mainContent .categoryContainer {
        margin-right: 0% !important;
        margin-left: 0% !important;
    }
    .web_content  {
   margin-right: 0%!important;
   margin-left: 0%!important;
}

.mainContent .categoryContainer .categoryTitle {
font-size:1.25rem!important;
}
.web_content .content {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
    font-family: Garamond;
    font-size: 1rem;
    line-height: 150%!important;
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
    text-align: justify;
}

.web_content .content.about {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    font-family: Garamond;
    font-size: larger;
    line-height: 200%;
    padding-left: 22%;
    padding-right: 22%;
    text-align: justify;
}


  #projectsCategories {
    margin-right: 0%!important;
    margin-left: 0%!important;
    padding: 1rem!important;
}
}






body.loading{
    pointer-events:none;
    overflow: hidden;
}
body {
    pointer-events:unset;
}

body #preloader{
opacity:0;
    pointer-events:none;
    transition:all 500ms linear;

}

body.loading #preloader{
    height:100vh;
    width:100%;
    background:#212529;
    z-index:999999;
    position:absolute;
    opacity: 1;
}




.panel-placeholder {
    margin: auto;
    margin-top: 1.5rem;
    background-color: #9E9E9E !important;
    opacity: .5;
    transition: all 200ms linear;
}

.swal2-container {
    z-index: 999999999 !important;
}

.swal2-container #addPhotosCoverImg {
    width: 100%;
    object-fit: contain;
    height: 250px;
}

.swal2-container .addPhotosButton {
    border: 1px solid #6c757d;
    background: #6c757d;
    text-align: center;
    padding: .5rem;
    margin-top: .5rem;
    cursor: pointer;
    color: white;
    font-weight: 300;
    transition: all 300ms linear;
}

.swal2-container .addPhotosButton:hover {
    background: #e0e0e0;
    color: #6c757d;
    font-weight: 700;
}

.swal2-container .imgHolder .fa-times {
    position: absolute;
    /* margin-top: .5rem; */
    right: 0;
    margin-right: 1rem;
    padding: .25rem;
    background: rgba(0, 0, 0, 0.41);
    font-size: 1.25rem;
    top: 0;
    color: white;
    transition: all 600ms linear;
    cursor: pointer;
    z-index: 999;
    border-bottom-left-radius: .5rem;
}

.swal2-container .imgHolder .fa-times:hover {
    color: red;
    background: transparent;
}

#swal2-content.inwork {}

#swal2-content.inwork input,
#swal2-content.inwork select {
    pointer-events: none;
    opacity: 0.5
}

.swal2-container .imgHolder {
    height: 100px;
    display: inline-block;
    margin-top: .5rem;
}

.swal2-container .imgHolder:last-child {
    margin-bottom: 1rem;
}

.swal2-container #photosContainer {
    max-height: 225px;
    overflow: hidden;
}

.swal2-container #photosContainer #projectPhotos {
    padding: 0px;
}

.swal2-container .imgHolder img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
    height: 100px;
    transition: all 200ms linear;
    box-shadow: unset;
}

.swal2-container .imgHolder img.active {
    filter: grayscale(0);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
}

.swal2-popup .swal2-title {
    text-align: left !important;
    text-transform: uppercase !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.swal2-container #projectSlideShow img {
    max-height: 500px;
    overflow: hidden;
    object-fit: contain;
}

.swal2-container.fscreen {
    background: black;
    padding: 0;
    /* height: 100vh; */
    /* width: 100vh; */
}

.swal2-container .swal2-modal {
    transition: all 200ms linear;
}

.swal2-container.fscreen .swal2-modal {
    height: 100vh;
    width: 100vw !important;
    background: black;
    padding: 0;
}

.swal2-container.fscreen .swal2-header {
    position: absolute;
    top: 0rem;
    width: 100%;
    left: 0rem;
    padding: .5rem;
    z-index: 70;
    pointer-events: none;
    background: #2e2e2e8c;
}

.swal2-container.fscreen .swal2-header .swal2-title {
    color: #fed136 !important;
}

.swal2-container.fscreen hr {
    padding: 0px;
    margin: 0px;
    display: none;
}

.swal2-container.fscreen .projectInfo {
    padding: 0px;
    margin: 0px;
    display: none;
}

.swal2-container.fscreen .swal2-close {
    display: none !important;
}

.swal2-container.fscreen #projectSlideShow img {
    max-height: 100vh;
    overflow: hidden;
    object-fit: contain;
}

.swal2-container.fscreen #photosContainer {
    max-height: 250px;
    overflow: hidden;
    position: absolute !important;
    bottom: 0;
    opacity:0.25;
    background: #212529;
    transition:all 300ms linear;
}
.swal2-container.fscreen #photosContainer:hover  {

    opacity:1;
}
.swal2-container.fscreen #photosContainer .thumb {
    max-height: 225px;
    overflow: hidden;
    bottom: 0;
    opacity: .30;
    background: rgba(255, 255, 255, 0);
}

.swal2-container.fscreen #photosContainer .thumb.active {
    opacity: 1;
}

.swal2-container.fscreen .fullScreenBtn {
    display: inline-block;
    margin-left: auto;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    color: white !important;
    z-index: 9999;
    font-weight: 700;
    height: auto;
    bottom: unset;
}

.swal2-container .projectInfo {
    text-align: left;
}

.swal2-container .projectInfo .projectLocation {
    display: inline-block;
    /* border-left: 1px solid gray; */
    text-align: left;
    padding-right: 1rem;
    color: black;
    font-weight: 500;
    padding-left: .25rem;
}

.swal2-container .projectInfo .projectDate {
    display: inline-block;
    border-left: 1px solid gray;
    padding-left: .5rem;
    color: black;
}

.swal2-container .fullScreenBtn {
    display: inline-block;
    margin-left: auto;
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    cursor: pointer;
}

.topBar {
    flex-direction: row;
    display: inline-flex;
    background: #ffffff;
}

.topBar a {
    color: black;
    border: unset;
    margin-bottom: unset !important;
}

.topBar a.active {
    color: white;
}

.topBar a:hover {
    font-weight: 500
}

.topBar a.active:hover {
    color: white;
    font-weight: 100
}

.web_content {
    margin-right: 7%;
    background: white;
    margin-left: 7%;
}

.web_content.main .content {
    background: white;
}

.web_content .title {
    padding: 16px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    font-family: Garamond;
    font-size: 36px;
    text-transform: uppercase;
    background: black;
    color: white;
    text-align: center;
    font-weight: 900;
    border: unset;
}

.web_content .title.about {
    background: #d0d0d0;
    color: black;
    text-align: left;
    font-weight: 700;
}

.web_content #body {
    width: 100%;
    height: 20rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Garamond;
    font-size: 1.25rem;
    line-height: 200%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
    border: unset;
}

.web_content .content_container {
    background: #e9ecef;
}

.web_content .content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Garamond;
    font-size: 1rem;
    line-height: 200%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
}

.web_content .content.about {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    font-family: Garamond;
    font-size: larger;
    line-height: 200%;
    padding-left: 22%;
    padding-right: 22%;
    text-align: justify;
}

.web_content #content_photos {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    align-items: center;
    display: flex;
    background: white;
}

.web_content #content_photos.main {
    padding-right: 10%;
    padding-left: 10%;
}

.web_content #content_photos .photo {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
}

.web_content #content_photos .photo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.control_content {
    margin-right: 7%;
    background: white;
    margin-left: 7%;
    border-radius: .25rem;
    margin-top: 3%;
    height: 85vh;
    /* box-shadow: -1px 13px 13px 7px #e0e0e02e; */
    overflow: hidden;
}

.control_content .saveButton {
    position: absolute;
    bottom: 8%;
    right: 9%;
    z-index: 11;
}

#projectNewModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    align-items: center;
    display: flex;
    opacity: 0;
    padding-right: 5%;
    padding-left: 5%;
    transition: all 200ms linear;
    /* padding: 10%; */
    pointer-events: none;
}

#projectNewModal .projectContainer {
    background: white;
    padding: 1rem;
    width: 40vw;
    transition: all 300ms linear;
    transform: scaleX(0);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 14px 20px rgba(0, 0, 0, .16), 0 2px 17px 20px rgba(0, 0, 0, .12);
    border-radius: 16px;
}

#projectNewModal.shown {
    opacity: 1;
    pointer-events: unset;
}

#projectNewModal.shown .projectContainer {
    transform: scaleX(1);
}

#projectNewModal .projectContainer .fa-times {
    position: absolute;
    right: 0;
    padding: 1rem;
    top: 0;
    color: gray;
    transition: all 400ms linear;
    cursor: pointer;
    z-index: 999;
}

#projectNewModal .projectContainer .fa-times:hover {
    color: red;
}

#projectNewModal .projectContainer .imgHolder .fa-times {
    position: absolute;
    right: 0;
    margin-right: 1rem;
    padding: .25rem;
    background: rgba(0, 0, 0, 0.41);
    font-size: 1.25rem;
    top: 0;
    color: white;
    transition: all 400ms linear;
    cursor: pointer;
    z-index: 999;
    border-bottom-left-radius: .5rem;
}

#projectNewModal .projectContainer .fa-times:hover {
    color: red;
}

#projectNewModal .projectContainer input,
#projectNewModal .projectContainer select {
    padding: .25rem;
    width: 60%;
    margin-top: 0.10rem;
}

#projectNewModal .projectContainer inputLabel {
    width: 30%;
    display: inline-block;
}

#projectNewModal .projectContainer .projectInfo {
    margin-top: 1rem;
}

#projectNewModal .projectContainer #saveProjectButton {
    border: 1px solid #e0e0e0;
    border-radius: 1.5rem;
    text-align: center;
    padding: 1rem;
    margin-top: 1rem;
    cursor: pointer;
    font-weight: 300;
    transition: all 200ms linear;
    background: #6c757d;
    color: white;
}

#projectEditorModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    align-items: center;
    display: flex;
    opacity: 0;
    padding-right: 5%;
    padding-left: 5%;
    transition: all 200ms linear;
    /* padding: 10%; */
    pointer-events: none;
}

#projectEditorModal .projectContainer {
    height: 85vh;
    background: white;
    padding: 1rem;
    transition: all 300ms linear;
    transform: scaleX(0);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 14px 20px rgba(0, 0, 0, .16), 0 2px 17px 20px rgba(0, 0, 0, .12);
    border-radius: 16px;
}

#projectEditorModal.shown {
    opacity: 1;
    pointer-events: unset;
}

#projectEditorModal.shown .projectContainer {
    transform: scaleX(1);
}

#projectEditorModal .projectContainer .fa-times {
    position: absolute;
    right: 0;
    padding: 1rem;
    top: 0;
    color: gray;
    transition: all 400ms linear;
    cursor: pointer;
    z-index: 999;
}

#projectEditorModal .projectContainer .fa-times:hover {
    color: red;
}

#projectEditorModal .projectContainer .imgHolder .fa-times {
    position: absolute;
    right: 0;
    margin-right: 1rem;
    padding: .25rem;
    background: rgba(0, 0, 0, 0.41);
    font-size: 1.25rem;
    top: 0;
    color: white;
    transition: all 400ms linear;
    cursor: pointer;
    z-index: 999;
    border-bottom-left-radius: .5rem;
}

#projectEditorModal .projectContainer .fa-times:hover {
    color: red;
}

#projectEditorModal .projectContainer input,
#projectEditorModal .projectContainer select {
    padding: .25rem;
    width: 65%;
    margin-top: 0.10rem;
}

#projectEditorModal .projectContainer #innerItem {
    height: 100%;
}

#projectEditorModal .projectContainer #innerItem .col-md-6 {
    display: flex;
    flex-direction: column;
}

#projectEditorModal .projectContainer h4 {
    display: inline-block;
    border-bottom: 1px solid #e9ecef;
    width: auto;
}

#projectEditorModal .projectContainer #mainCover {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

#projectEditorModal .projectContainer .projectInfo {
    margin-top: auto;
    margin-bottom: auto;
}

info {
    font-size: 1rem;
    color: black;
}

#projectEditorModal .projectContainer .addPhotosButton {
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    text-align: center;
    padding: .5rem;
    margin: .5rem;
    cursor: pointer;
    font-weight: 300;
    transition: all 200ms linear;
}

#projectEditorModal .projectContainer #saveProjectButton {
    border: 1px solid #e0e0e0;
    border-radius: 1.5rem;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    font-weight: 300;
    transition: all 200ms linear;
    background: #6c757d;
    color: white;
}

#projectEditorModal .projectContainer #saveProjectButton:hover {
    color: black;
    background: #e0e0e0;
    font-weight: 700;
}

#projectEditorModal .projectContainer .addPhotosButton:hover {
    background: #e0e0e0;
    font-weight: 700;
}

#projectEditorModal .projectContainer inputLabel {
    width: 30%;
    display: inline-block;
    margin-right: 1rem;
}

#projectEditorModal .projectContainer #projectPhotos {
    margin-top: .25rem;
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
    overflow-y: scroll;
    flex: 1;
}

#projectEditorModal .projectContainer #projectPhotos .imgHolder {
    margin-top: 1rem;
    height: 100px;
}

#projectEditorModal .ui-state-highlight {
    background-color: #e0e0e0;
    border: unset;
    margin-top: auto;
    margin-bottom: auto;
}

#projectEditorModal .projectContainer #projectPhotos img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
    transition: all 200ms linear;
}

#projectEditorModal .projectContainer #projectPhotos img:hover {
    transform: scale(1.1);
}

.control_content .topBar {
    margin-top: 1rem;
}

.control_content .topBar a {
    cursor: pointer;
    color: black;
}

.control_content .topBar a.active {
    color: white;
}

.control_content #teamContainer,
.control_content #constContainer,
.control_content #deptsContainer,
.control_content #categoryContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    background: #e9ecef;
    height: 100%;
}

.control_content #teamContainer #topControls,
.control_content #constContainer #topControls,
.control_content #deptsContainer #topControls {
    display: inline-block;
    padding: 1.25rem;
    background: #e9ecef;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    border-radius: 0;
    font-weight: 700;
}

#sections li {
    cursor: pointer;
}

.control_content #categoryContainer #topControls {
    display: inline-block;
    padding: 1.25rem;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    border-radius: 0;
    font-weight: 700;
}

.control_content #categoryContainer #topControls .categoryName {
    font-size: 1.25rem;
    display: block;
}

.control_content #categoryContainer #topControls .projectsCount {
    /* display:block; */
    font-size: 1.75rem;
}

.control_content #categoryContainer #topControls .countLabel {
    color: gray;
    font-size: 1rem;
}

.control_content #categoryContainer #topControls .categoryPhoto {
    width: 100%;
    object-fit: contain;
    height: 100px;
}

.control_content #categoryContainer #projects_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background: #e9ecef;
    padding-bottom: 1rem;
}

.control_content #categoryContainer #projects_list .projectCard {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    margin-top: 1.25rem;
    padding: .5rem;
    transition: all 200ms linear;
    overflow: hidden;
    cursor: pointer;
    background: white;
}

.control_content #categoryContainer #projects_list .projectCard.loading {
    transform: scale(0);
}

.control_content #categoryContainer #projects_list .projectCard .overlayOptions {
    background: rgba(0, 0, 0, 0.48);
    z-index: 10;
    position: absolute;
    right: 1.35rem;
    left: 1.5rem;
    bottom: .5rem;
    top: 1.75rem;
    color: white;
    transition: all 200ms linear;
    transform: scale(0);
    transition-delay: 300ms;
}

.control_content #categoryContainer #projects_list .projectCard:hover .overlayOptions {
    transform: scale(1);
}

.control_content #categoryContainer #projects_list .projectCard:active .overlayOptions {
    opacity: 0;
}

.control_content #categoryContainer #projects_list .projectCard .overlayOptions .fa-times,
.control_content #categoryContainer #projects_list .projectCard .overlayOptions .fa-pencil-alt,
.control_content #categoryContainer #projects_list .projectCard .overlayOptions .fa-camera-retro {
    transition: all 200ms linear;
}

.control_content #categoryContainer #projects_list .projectCard .overlayOptions .fav-icon {
    position: absolute;
    right: 0;
    transition: all 200ms linear;
}

.control_content #categoryContainer #projects_list .projectCard .overlayOptions .fav-icon.active {
    color: #ffb728;
}

.control_content #categoryContainer #projects_list .projectCard .overlayOptions .fav-icon:hover {
    color: #ffb728;
}

.control_content #categoryContainer #projects_list .projectCard .overlayOptions .fa-times:hover {
    color: red;
}

.control_content #categoryContainer #projects_list .projectCard .overlayOptions .fa-pencil-alt:hover {
    color: #33b5e5;
}

.control_content #categoryContainer #projects_list .projectCard .overlayOptions .fa-camera-retro:hover {
    color: #CDDC39;
}

.control_content #categoryContainer #projects_list .projectCard:hover {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .16), 0 0px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .16), 0 0px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
}

.control_content #categoryContainer #projects_list .projectCard img {
    max-width: 100%;
    transition: all 300ms linear;
}

.control_content #categoryContainer #projects_list .projectCard:hover img {
    filter: grayscale(.95);
    transform: scale(1.25);
}

.control_content #categoryContainer #projects_list .projectCard .projectTitle {
    position: absolute;
    top: 1.75rem;
    right: 1.5rem;
    left: 1.5rem;
    background: #212529db;
    color: white;
    padding: .25rem;
    padding-right: 0.5rem;
    padding-left: .5rem;
    font-weight: 500;
    font-family: Gramond;
    font-size: 1.25rem;
    border-bottom-right-radius: .25rem;
    text-transform: uppercase;
    z-index: 9;
}

.control_content #categoryContainer #projects_list .projectCard .projectPhotosCount {
    position: absolute;
    bottom: .5rem;
    background: #212529db;
    color: #fb3;
    padding: .25rem;
    padding-right: 0.5rem;
    padding-left: .5rem;
    font-weight: 900;
    font-size: 1.25rem;
    border-top-right-radius: .25rem;
    z-index: 9;
}

.control_content #categoryContainer #projects_list .projectCard .projectPhotosCount span {
    font-size: .8rem;
    color: #e9ecef;
    padding-left: .5rem;
}

.control_content #categoryContainer #projects_list .col-md-5 {
    margin-right: auto;
    margin-left: auto;
}

.styles_container {
    max-height: 0px;
    transition: all 200ms linear;
    overflow: hidden;
}

.styles_container.active {
    max-height: 15rem;
    overflow: visible;
}

.styles_container .optionName {
    font-size: 1rem;
    font-weight: 900;
    padding: .25rem;
    display: inline-block;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.jscolor {
    width: 5rem !important;
    border: unset !important;
    padding: .25rem;
    line-height: 150%;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05rem;
    margin-right: .5rem;
}

.teamNameText {
    font-family: Garamond;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    text-align: left;
    cursor: pointer;
    transition: all 200ms linear;
    background: white;
    /* margin-right: 1rem; */
    /* margin-left: 1rem; */
    width: 100%;
    text-transform: capitalize;
}

.teamNameText.nohover:hover {
    background: white;
}

.teamNameText:hover {
    background: #D0D0D0
}

.teamNameText input {
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: .10rem;
}

.teamTitleText {
    font-family: Garamond;
    font-size: 16px;
    font-weight: normal;
    line-height: 125%;
    text-decoration: underline;
    transition: all 200ms linear;
    padding: .25rem;
    border-radius: .10rem;
    margin: 1rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    background: white;
}
.teamTitleText.nocard {
    -webkit-box-shadow:unset;
    box-shadow: unset;
    margin: 0px;
    margin-bottom: .25rem;
    padding: 0;
}
.teamTitleText.nohover:hover {
    background: white;
}

.teamTitleText:hover {
    background: #dddddd
}

#largeAddButton {
    background: #e9ecef;
    height: 100px;
    width: 100px;
    display: inline-block;
    color: #d0d0d0;
    cursor: pointer;
    font-size: 6em;
    text-align: center;
    transition: all 200ms linear;
}

#largeAddButton:hover {
    color: #343a40;
    background: #d0d0d0;
}

.control_content #clients_list {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    align-items: center;
    /* display: flex; */
    background: #e9ecef;
    width: 100%;
}

.control_content #clients_list .fa-times {
    background: white;
    display: flex;
    position: absolute;
    padding: 4px;
    right: 0;
    cursor: pointer;
    color: gray;
    transition: all 200ms linear;
}

.control_content #clients_list .fa-times:hover {
    background: #D0D0D0;
    color: red;
}

.control_content #clients_list img {
    max-height: 100px;
    object-fit: contain;
}

.deps_list {}

.deps_list .col-md-4 {
    background: white;
    cursor: pointer;
    transition: all 00ms linear;
}

.deps_list .card:hover {
    background: #f8f9fa;
}

.deps_list .col-md-4 .card .fa-times {
    color: gray;
    right: 0;
    height: 1rem;
    position: absolute;
    margin: .5rem;
    cursor: pointer;
    transition: all 00ms linear;
}

.deps_list .col-md-4 .card .fa-times:hover {
    color: red;
}

.projectsList .projectCard {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    margin-top: 1.25rem;
    padding: .5rem;
    transition: all 400ms linear;
    overflow: hidden;
    cursor: pointer;
    background: white;
    min-height: 300px;
}

.projectsList .projectCard img {
    width: 100%;
    transition: all 300ms linear;
    height: 300px;
    object-fit: cover;
}

.projectsList .projectCard:hover {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.projectsList .projectCard:active {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.projectsList .projectCard:hover img {
    filter: grayscale(.95);
    transform: scale(1.25);
}

.projectsList .projectCard:hover .projectHeader {
    opacity: 1
}

.projectsList .projectCard .projectTitle {
    font-family: Garamond;
    font-size: 16px;
    font-weight: bold;
    transition: all 200ms linear;
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

.projectsList .projectCard .projectHeader {
    position: absolute;
    left: 2rem;
    font-family: Garamond;
    font-size: 24px;
    font-weight: bold;
    transition: all 200ms linear;
    background: rgba(0, 0, 0, .5);
    padding: .5rem;
    display: inline-block;
    float: left;
    color: #fed136;
    text-transform: uppercase;
    opacity: 0;
    right: 2rem;
    top: 2rem;
    border-radius: .5rem
}

.featuredSlideShow {
    margin-right: 7%;
    margin-left: 7%;
}

.mainContent {
    background: black;
    margin-top: 4.4rem;
}

.mainContent .categoryContainer {
    margin-right: 7%;
    margin-left: 7%;
    background: white;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    /* padding-top: 5rem; */
    flex-direction: column;
}

.mainContent .categoryContainer:first-child {
    background: black;
    color: black;
    font-weight: 500;
    min-height: unset !important;
}

.mainContent .categoryContainer:nth-child(2) .categoryTitle {
    background: black;
    color: black;
    font-weight: 500;
}

.mainContent .categoryContainer .categoryTitle {
    padding: 16px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    font-family: Garamond;
    font-size: 36px;
    text-transform: uppercase;
    background: black;
    color: white;
    font-weight: 700;
    text-align: center;
    transform:scaleX(0);
    transform-origin:left;
    opacity:0;
    transition:all 600ms linear;
}
.mainContent .categoryContainer.active .categoryTitle {
opacity:1;
    transform:scaleX(1);
}
.mainContent .categoryContainer .projectsList {
    padding: 1rem;
    background: white;
    flex: 1;
     transition:all 600ms linear;

}

.mainContent .categoryContainer .projectsList .projectCard{
    opacity: 0;
       transition-delay:400ms;
 transform:translateY(100%);

}

.mainContent .categoryContainer.active .projectsList  .projectCard{
    opacity: 1; 
   transform:translateY(0);

}



#mainNav.scrolled {
    background: #080808;
  }
#mainNav {
       transition:all 600ms linear;
 background: black;
  }


  
#mainNav .navbar-brand .brandlogo1 {
    font-family: Vivaldi;
    font-size: 16px;
    color: #fed136;
    line-height: 100%;
    padding: 0px;
}


#mainNav .navbar-brand .brandlogo2 {
    font-family: Garamond;
    font-size: 28px;
    line-height: 100%;
    color: #fed136;
    padding: 0px;
    margin: 0px;
    }

#mainNav .navbar-brand .brandlogo1,
#mainNav .navbar-brand .brandlogo2{
    transition:all 300ms linear;
max-width:0px;
overflow:hidden;
}
#mainNav .navbar-brand{
    margin-right:0px;
}
#mainNav.scrolled .navbar-brand .brandlogo1,
#mainNav.scrolled .navbar-brand .brandlogo2{
     
  max-width:175px;

}
#mainNav.scrolled .nav-item .nav-link{
     
  font-size:small;

}
#mainNav .navbar-nav{
    transition: all 200ms linear;
    margin-left:auto;
    margin-right:auto;
}
#mainNav.scrolled .navbar-nav{
    margin-left:auto;
    margin-right:unset;
}

#mainNav .currentCategory {
    font-size: 28px;
    color: white;
    transition: all 200ms linear;
    text-transform: uppercase;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    transform: scaleY(1);
}

#mainNav .currentCategory.change {
    transform: scaleY(0);
}

#mainNav .nav-item .nav-link {
    font-family: Garamond;
    color: #fff;
    text-transform: uppercase;
    font-size: small;
    font-weight: 900;
}

#mainNav .nav-item.active .nav-link {
    background: transparent !important;
    color: #fed136;

}

#mainNav .nav-item:hover .nav-link {
    background: transparent !important;
    color: #fed136;
}

#mainNav .dropdown-menu {
    background: #262626;
    background: -moz-linear-gradient(-45deg, #000000 0%, #2e2e2e 100%);
    /* background: -webkit-linear-gradient(-45deg, #000000 0%, #2e2e2e 100%); */
    /* background: linear-gradient(45deg, #000000 0%, #2e2e2e 100%); */
    transform:scaleY(0);
    transform-origin:top;
    transition:all 200ms linear;
    display:unset!important;
    border: unset!important;
}

#mainNav .dropdown-menu.show {
    transform:scaleY(1);
}
#mainNav .dropdown-menu .dropdown-item {
    font-family: Garamond;
    color: #fff;
    text-transform: uppercase;
    font-size: small;
    font-weight: 900;
}

#mainNav .dropdown-menu .dropdown-item.active {
    background: transparent !important;
    color: #fed136;
}

#mainNav .dropdown-menu .dropdown-item:hover {
    background: transparent !important;
    color: #fed136;
}

footer {
    padding: 2px;
    text-align: center;
  background: #000000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #2e2e2e 100%);
    background: -webkit-linear-gradient(-45deg, #000000 0%, #2e2e2e 100%);
    background: linear-gradient(135deg, #000000 0%, #2e2e2e 100%);
    color:white}

footer span.copyright {
    line-height: 40px;
    text-transform: uppercase;
    /* text-transform: none; */
    color: white;
    font-weight: 900;
    font-size: 0.75rem!important;
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none;
    list-style: none;
}

#emp_list {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
}

.empEditCard {
    display: flex;
    align-items: center;
    width: 100%;
    background: white;
    margin: .5rem;
    padding: .5rem;
    cursor: pointer;
    border-radius: .25rem;
    transition: all 200ms linear;
}

.empEditCard:hover {
    background: rgba(0, 0, 0, .02);
}

.empEditCard .empName {
    background: white;
    background: white;
    margin: .25rem;
    padding: .5rem;
    border-radius: .25rem;
    box-shadow: unset;
    border: 1px solid #dee2e6;
    /* min-width: 16rem; */
    flex: 1;
    text-transform: capitalize;
}

.empEditCard .empFrm {
    background: white;
    margin: .25rem;
    padding: .5rem;
    border-radius: .25rem;
    box-shadow: unset;
    border: 1px solid #dee2e6;
    text-transform: capitalize;
}

#cons_list {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
}

#cons_list .depContainer {
    width: 100%;
    background: white;
    margin: .5rem;
    padding: .5rem;
    cursor: pointer;
    border-radius: .25rem;
    transition: all 100ms linear;
}

#cons_list .depContainer .depTitle {
    font-weight: 500
}

#cons_list .depContainer:hover .depTitle {
    color: black;
}


.depEditCard {
    width: 100%;
    background: white;
    margin: .5rem;
    padding: .5rem;
    cursor: pointer;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

.depEditCard .depTitle {
    background: white;
    background: white;
    margin: .25rem;
    padding: .5rem;
    border-radius: .25rem;
    box-shadow: unset;
    flex: 1;
    border: 1px solid #dee2e6;
}





.contentContainer.pageHeader {
      height: 100vh;
      width: 100%;
      background: black;
      align-items: center;
      display: flex;
      align-content: center;
      flex-direction: unset;
}





.contentContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 60vh;
    align-items: center;
    align-content: center;
}

.contentContainer .contentTitle {
    background: white;
    margin: .25rem;
    padding: .5rem;
    border-radius: .25rem;
    box-shadow: unset;
    border: 1px solid #dee2e6;
    font-size: 36px;
}

.contentContainer #contentPhotos {
    background: white;
    margin: .25rem;
    padding: .5rem;
    box-shadow: unset;
}

.contentContainer #contentPhotos img {
    object-fit: contain;
    max-width: 100%;
}













.categoryCard {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    margin-top: 1.25rem;
    padding: .5rem;
    padding-bottom:.1rem;
    transition: all 200ms linear;
    overflow: hidden;
    cursor: pointer;
    background: white;
    min-height: 300px;
}

.categoryCard img {
    width: 100%;
    transition: all 300ms linear;
    height: 300px;
    object-fit: cover;
}

.categoryCard:hover {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
        background: rgba(0, 0, 0, 0.025);

}

.categoryCard:hover .categoryTitle {
    color: #fb3; 
}  
.categoryCard :active {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.categoryCard:hover img {
    filter: grayscale(.95);
}



.categoryCard .categoryTitle {
    font-family: Garamond;
    font-size: 16px;
    font-weight: bold;
    transition: all 200ms linear;
    display: inline-block;
    float: left;
    z-index:99;
    text-transform: uppercase;
}

 .categoryCard .categoryTitle {
    /* position: absolute; */
    /* left: 2rem; */
    font-family: Garamond;
    font-size: 16px;
    font-weight: bold;
    transition: all 200ms linear;
    /* background: rgba(0, 0, 0, .5); */
    /* padding: .5rem; */
    /* display: inline-block; */
    /* float: left; */
  
    text-transform: uppercase;
    /* opacity: 0; */
    /* right: 2rem; */
    /* top: 2rem; */
    /* border-radius: .5rem; */
}


 .categoryCard .overlayOptions {
    background: rgba(0, 0, 0, 0.48);
    z-index: 10;
    position: absolute;
    right: 1.35rem;
    left: 1.5rem;
    bottom: .5rem;
    top: 1.75rem;
    color: white;
    transition: all 200ms linear;
    transform: scale(0);
    transition-delay: 300ms;
}

 .categoryCard:hover .overlayOptions {
}

 .categoryCard:active .overlayOptions {
    opacity: 0;
}