@font-face {
    font-family: SpecialElite;
    src: url(../fonts/SpecialElite-Regular.ttf);
}

@font-face {
    font-family: aileron-regular;
    src: url(../fonts/Aileron-Regular.otf);
}

@font-face {
    font-family: PalatinoLinotype;
    src: url(../fonts/pala.ttf);
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

header {
    background: #fffaf4;
}

footer {
    background: #efdcd5;
}

body {
    margin-bottom: 60px;
    background: #fffaf4;
    font-family: "PalatinoLinotype", Arial, Helvetica, sans-serif;
}

.carousel-caption {
    background: rgba(240,248,255, 0.75);
    border-radius: 5px;
    color: saddlebrown;
}

.carousel-image {
    max-height: 40em;
    width: auto !important;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
}

.projects-tab-content .carousel-image {
    max-height: 48em;
}

.carousel-inner {
    border-radius: 10px;
}

.center {
    margin: 0 auto;
}

.header-image {
    height: 25vh;
    width: 100%;
    object-fit: cover;
}

.navbar {
    font-size: 28px;
    background: #efdcd5 !important;
}

.navbar .btn {
    font-size: 28px;
}

.navbar-brand {
    font-size: 32px !important;
    color: saddlebrown !important;
}

.nav-item {
    white-space: nowrap;
}

.nav-link{
    color:saddlebrown !important;
}

.nav-link {
    margin-right: 0.5em;
    margin-left: 0.5em;
    max-height: 58px;
}

.navbar .nav-link:hover {
    color: #fffaf4 !important;
}

p {
    font-size: 20px;
}

.font-size-large {
    font-size: 24px;
}

.nav-link, .nav-link:hover {
    color: black;
}

.sign-text {
    float: left;
    position: absolute;
    width: 100%;
    z-index: 1000;
    padding: 5px;
    color: black;
    font-weight: bold;
    text-align: center;
    font-size: 115px;
    background: transparent;
    border: 0;
    overflow: hidden;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 115px;
    resize: none;
    user-select: none;
    cursor: grab;
    font-variant: normal;
}

.sign-container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.sign-builder-wrapper {
    border: grey 1px solid;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 5px;
}

.sign-image {
    position: absolute;
    z-index: 1001;
    width: 20%;
    height: auto;
    margin: 25px;
    cursor: grab;
}

.sign-bg {
    user-select: none;
    -webkit-user-drag: none;
}

.text-container {
    top: 25%;
}

.sign-builder-wrapper .form-label {
    font-size: 22px;
}

.preview-image {
    z-index: 1001;
    width: 100px;
    height: auto;
}

.delete-preview-image {
    font-size: 30px;
    color: darkred;
    cursor: pointer;
}

input[type='file'] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}