@font-face {
    font-family: "motif";
    src: url('/fonts/motif-regular-webfont.woff2') format('woff2'),
         url('/fonts/motif-regular-webfont.woff') format('woff');
}

@keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}

body {
    font-family: "motif", sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* background: radial-gradient(#FFE765, #FFE765, #fe6ca8); */
    background: #ffe765;
    color: #000000;
    /* text-align: justify; */
    /* text-justify: distribute; */
    /* -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; */
}

figure {
    float:right;
}

img {
    width: 100%;
}

#content {
    margin-top: 30px;
    margin-bottom: 142px;
}

.majo-list-elem {
    padding-bottom: 80px;
}

/* Separator for list elements */
.majo-list-elem > :first-child:before {
    height: 12px;
    display: block;
    content: "";
    width: 100%;
    box-shadow: inset 0 1.5px black;
}

.majo-list-elem:first-child > :first-child::before {
    display: none;
}

.majo-content {
    font-size: 20px;
    line-height: 1.4em;
}

#majo-background {
    float: left;
    position: absolute; top: 0px; left: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
    /* background-image: url("/images/background.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: fadein .5s;
}

#majo-background.loaded {
    display: block;
}

a {
    color: #000000;
}
a:hover {
    color: #000000;
}

.majo-navbar-title {
    padding-top: 10px;
    padding-bottom: 20px;
    box-shadow: 0 0 70px #ffd62ccc;
}

.nav-item {
    font-size: 1.4em;
    padding-top: 10px;
}

.nav-item > a {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block;
}
.nav-item.active > a {
    box-shadow: inset 0 -2px black;
}

.nav-link {
    color: #000000 !important;
    box-shadow: inset 0 0 black;
    transition: box-shadow 0.15s;
}

.nav-link:hover {
    box-shadow: inset 0 -2px black;
}

.majo-title {
    color: black;
    font-size: 40px;
    text-transform: uppercase;
}

h1 {
    font-size: 37px;
}

.majo-post-title {
    margin: 0;
}

.majo-post-subtitle {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 1rem;
}

.social-icons {
    fill: black;
    display: inline-block;
}

.social-icon {
    display: inline-block;
    margin: 10px 10px;
    margin-left: 0;
    border: 1.5px solid black;
    border-radius: 50%;
}

.social-icon .st0 {
    fill:#000000;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    /* Make the hamburger menu completely black */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* PARAGRAPH SPACING */

h1,h2,h3,h4,h5 {
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1.5rem;
}

ul {
    margin-bottom: 1.5rem;
}

.majo-media-in-text {
    margin-bottom: 1.5rem;
}

/* IMGGRID START */

.imggrid-elem {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* IMGGRID END */
/* CAROUSEL START */

.carousel {
    background: black;
    overflow: hidden;
}

.carousel-images {
    display: none;
    position: relative;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.carousel-current {
    /* z-index: 10; */
    position: relative;
    left: 0;
    right: 0;
}

.carousel-prev, .carousel-next {
    position: absolute;
    width: 100%;
}

.carousel-prev {
    right: 100%;
    left: -100%;
}
.carousel-next {
    left: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.carousel-btn {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0;
  transition: opacity 0.05s ease-in-out;
  z-index: 10;
}

.carousel-next-btn {
  right: 0;
}

.carousel-prev-btn {
  left: 0;
}

.carousel-btn:hover {
  opacity: 1 !important;
}

.carousel:hover .carousel-btn {
  opacity: 0.2;
}

/* CAROUSEL END */

ul {
    padding-left: 0.1em;
    list-style: none;
}

ul.star-list {
    padding-left: 1.2em;
    list-style-type: "\2605  ";
    color: black;
}

@media (min-width: 576px) {
    .majo-navbar-menu {
        padding-bottom: 30px;
    }

    .navbar.majo-navbar-title,.navbar.majo-navbar-menu {
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 0;
    }
    
    .majo-navbar-left .nav-item {
        padding-right: 1.5em;
    }
    
    .majo-navbar-left .nav-item > a {
        padding-left: 0 !important;
    }
    
    .majo-navbar-right .nav-item {
        padding-left: 1.5em;
    }
    
    .majo-navbar-right .nav-item > a {
        padding-right: 0 !important;
    }
    .social-icons {
        position: absolute;
        top: -80px; right: 5px;
    }
    .navbar.majo-navbar-title,.navbar.majo-navbar-menu {
        max-width: 540px;
    }

}
@media (min-width: 768px) {
    .navbar.majo-navbar-title,.navbar.majo-navbar-menu {
        max-width: 720px;
    }
    
    .majo-post-title {
        margin-bottom: 16px;
    }

    .majo-post-subtitle {
        margin: 0;
        line-height: 58px;
        height: 44.4px;
        text-align: end;
    }

    .nav-item {
        font-size: 28px;
        padding-top: 10px;
    }

    .imggrid-left {
        padding-right: 4px;
    }
    
    .imggrid-right {
        padding-left: 4px;
    }
}
@media (min-width: 992px) {
    .column-spacer {
        display: block;
        height: 4em;
    }

    .majo-2cols {
        /* column-count: 2; */
    }

    .navbar.majo-navbar-title,.navbar.majo-navbar-menu  {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .navbar.majo-navbar-title,.navbar.majo-navbar-menu {
        max-width: 1140px;
    }
}

.btn {
    line-height: 1em;
}

.btn-primary {
    color: #ffe765;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    color: #ffe765;
    background-color: #444;
    border-color: #444;
}

.form-control {
    border: 1px solid #000;
    border-radius: 0;
    font-size: 20px;
}

input[type=email].form-control {
/*     font:16px Helvetica,Arial,sans-serif; */
    color: #000;
    background-color: #ffe765;
}

input[type=email].form-control::placeholder {
    color: #333;
}

.form-control:focus {
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 5px 0.1rem     rgba(96, 96, 96, 0.2);
}

#mc_embed_signup {
    margin-top: 26px;
}
