@font-face {
    font-family: GillSansUltraBold;
    src: url("Gill Sans MT Ultra Bold.ttf");
}

body {
    font-family: GillSansUltraBold;
    color: rgb(0, 39, 76) !important;
    background-color: rgb(255, 203, 5);
}

.yellow-bg {
    background-color: rgb(255, 203, 5);
}

.gray {
    color: rgb(0, 39, 76);
}

.light-gray {
    color: rgb(188, 193, 194);
}

.h1, h1 {
    font-size: 12.25vw;
    margin-bottom: 0px;
    margin-top: -6.5vw;
}
.h1:first-child, h1:first-child {
    margin-top: 20px;
}

.h2, h2 {
    font-size: 4.25vw;
    margin-top: -1.75vw;
}

.mt {
    margin-top: 20px;
}
.h5, h5 {
    font-size: 2vw;
}

.carousel-item div.content {
    margin: 6vw 14vw;
    margin-bottom: 0px;
}

.carousel-slide .carousel-item div.content {
    margin: 0px;
    text-align: center;
    line-height: 330px;
    overflow-x: auto;
}
.carousel-slide  button {
    color: #000;
}

.carousel-slide img {
    max-height: 330px;
    max-height: 330px;
}

.carousel-item  div.menu {
    margin-left: 15px;
}

.menu hr {
    width: 10vw;
    display: inline-block;
    height: 1vh;
    vertical-align: middle;
    opacity: 1;
    margin-right: 10px;
}

.menu h5 {
    margin: 0;
    padding: 0;
    margin-bottom: -1.5vw;
}

@media only screen and (min-width: 1450px) {
    .menu h5 {
        margin-bottom: -1vw;
    }
}

@media only screen and (max-width: 1024px) {
    .menu h5 {
        margin-bottom: -2vw;
    }
}

@media only screen and (max-width: 814px) {
    .menu h5 {
        margin-bottom: -3vw;
    }
}

@media only screen and (max-width: 692px) {
    .menu h5 {
        margin-bottom: -4vw;
    }
}

@media only screen and (max-width: 529px) {
    .menu h5 {
        margin-bottom: -5vw;
    }
}

@media only screen and (max-width: 443px) {
    .menu h5 {
        margin-bottom: -7vw;
    }
}

.carousel-item-start {
    display: none;
}

.carousel-indicators {
    bottom: -25px;
}

.save {
    border: 0;
    background: none;
}

.text-right {
    text-align: right;
}

.invalid-feedback {
    font-size: 12px;
    margin-top: -15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-check {
    margin-left: 15px;
}

.dropzone {
    height: 162px !important;
    padding: 0px !important;
}

.dropzone.large {
    height: 335px !important;
}

.dropzone.large.edit {
    overflow: auto;
}

.dropzone.large > div.fixed {
    width: 570px;
    margin: auto;
}

@media only screen and (max-width: 451px) {
	.dropzone.large {
		height: 450px !important;
	}
}

.dropzone.large .dz-preview .dz-image {
	width: 60px;
    height: 60px;
}

.dropzone.large .dz-preview .dz-details,
.dropzone.large .dz-preview .dz-details .dz-size,
.dropzone.large .dz-preview .dz-remove {
	font-size: 10px;
}

.dropzone.large .dz-preview.dz-image-preview .dz-details {
	padding-top: 5px;
    padding-left: 5px;
}

.dropzone.large .dz-preview.dz-image-preview {
	margin-top: 6px;
	margin-bottom: 7px;
}

#profile-dropzone .dz-preview {
	margin: 0px;
    width: 100%;
}

#profile-dropzone .dz-image {
	height: 100%;
    width: 100%;
}

#profile-dropzone img {
	max-width: 90%;
    margin: auto;
    padding-top: 10px;
    max-height: 200px;
}

.list-group-item-light {
  color: #ffffff;
  background-color: #ffcb05;
  border-color: #ffcb05;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:active {
  color: #00274c;
  background-color: #ffcb05;
}

a.nav-link {
  color: #fff;
}

a.nav-link:focus,
a.nav-link:hover,
a.nav-link:active {
  color: #00274c;
}

#wrapper {
  overflow-x: inherit;
}

.ml-nav {
  margin-left: -240px;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -15rem;
}

#sidebar-wrapper {
  margin-left: 0;
}

.hamburger {
  width: 58px;
  height: 58px;
  top: 0;
}

.hamburger.is-closed span.hamb-top,
.hamburger.is-closed span.hamb-middle,
.hamburger.is-closed span.hamb-bottom {
  background: none;
  border-top: 5px solid #00274c;
}

.logo-nav {
  margin-top: -5px;
  margin-left: 65px;
  line-height: 20px;
  width: 88px;
  text-align: left;
}

.ml-none {
  margin-left: 0px !important;
}
.mt-none {
  margin-top: 0px !important;
}

.big-input {
  line-height: 42px;
  font-size: 40px;
}

button {
  color: #00274c;
}

.big-button {
  font-size: 60px;
}

.login-footer {
  position: fixed;
  bottom: 10px;
  left: 0px;
}

.list-group-item-light.list-group-item-action.active {
  color: #00274c;
  background-color: #ffcb05 !important;
  border-style: none !important;
}
#carouselSearch .carousel-item div.content,
.logo-nav .carousel-item div.content {
  margin: 0px;
}

#carouselSearch .carousel-control-next,
#carouselSearch .carousel-control-prev {
  height: 32px;
  bottom: 15px;
  width: 32px;
  top: auto;
}

#carouselSearch .carousel-control-next {
  right: -32px;
}

#carouselSearch .carousel-control-prev {
  left: -32px;
}

#carouselSearch .carousel-control-prev-icon {
 background-image: url("/img/mono-navigator-prev.svg") !important;
}

#carouselSearch .carousel-control-next-icon {
  background-image: url("/img/mono-navigator-next.svg") !important;
}
#carouselSearch .carousel-control-prev-icon:after,
#carouselSearch .carousel-control-next-icon:after {
  content: '';
}

.like-buy-action {
  border: 0;
  background: none;
  display: block;
  font-size: 32px;
}

.fa.fa-heart.liked {
  color: #a33e3e;
}

.select2-container {
    display: block !important;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-height: auto;
    padding-top: 4px;
    padding-bottom: 3.28px;
}

.small-img-box {
    border: 1px solid;
    background: #fff;
    width: 106px;
    height: 114px;
	padding: 8px 8px 0px;
	margin: 4px;
    float: left;
    text-align: center;
}

.small-img-box img {
    width: 80px;
    height: 75px;
}

.remove-image {
    font-size: 12px;
    font-weight: normal;
}

.medium-img-box {
    border: 1px solid;
    background: #fff;
    height: 155px;
	padding: 2px;
	margin: 1px;
    text-align: center;
}

/*.medium-img-box img {
    width: 150px;
    height: 150px;
}*/

.navigation .prev {
    position: absolute;
    left: 0px;
}

.navigation .next {
    position: absolute;
    right: 0px;
}

.navigation .disabled {
    opacity: 0.5;
}

.art-list {
    margin-bottom: 35px;
}

.art-list img {
    width: 80%;
}