.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}


@media (min-width: 1200px){
    .container{
        margin-right:15%;
        margin-left:15%;
        max-width:70%;
    }
    .content-container{
        margin-left:0;
    }
    .gift_container{
        width:100%;
        max-width:70%;
    }
}

@media (max-width: 1199px){
    body{
        font-size:0.9rem !important;
    }
    .container{
        max-width:100%
    }
    .content-container{
        margin-left:auto;
    }
    .gift_container{
        width:100%;
    }
}

.text_container {
    padding: 1em;
    background-color: White;
    border: 2mm ridge Black;
    border-radius: 1em;
}

/* .signup_form_container{
    display: flex;
    flex-direction: column;
    padding: 1em;
    margin: 1em;
} */

.separation_title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.separation_title:before,
.separation_title:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.separation_title:after {
    margin: 0 0 0 20px;
}

h1 {
    margin-top:1em;
    margin-bottom:0.5em;
}

/*Begin cookieConsent*/
#cookieConsent {
    text-align:center;
    background-color: rgba(20,20,20,1);
    min-height: 26px;
    font-size: 16px;
    color: #ccc;
    line-height: 30px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;

    transition: 400ms;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
    background-color: gold;
    color: #000;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 20px;
    cursor: pointer;
    /* float: center; */
    margin: 10px 0px 10px 0px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: darkgoldenrod;
}
/*End cookieConsent*/

/* Burger menu */
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #f3969a;
}

.dropdown-menu {
   background-color: #343a40;
   border:0px;
   margin: 0em -1.5em -0.5em -1.5em;
   border-bottom-right-radius:10px;
   border-bottom-left-radius:10px;

}

.dropdown-menu > .dropdown-item {
   color: #FFFFFF80 !important;
}

.dropdown-menu > .dropdown-item:hover {
   background-color: #10243e;
}

.navbar-nav{
  background-color: #343a40 !important;
  padding:0.5em 1.5em 0.5em 1.5em;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}
