:root {
    --background: #fef3f5;
    --text: #724a52;
    --red: #d83e3e;
    --red20: rgba(216, 62, 62, 0.2);
    --green: #4cbf65;
    --green20: rgba(76, 191, 101, 0.2);
    --text10: rgba(78, 100, 140, 0.1);
    --text20: rgba(78, 100, 140, 0.2);
    --text30: rgba(78, 100, 140, 0.3);
    --text40: rgba(78, 100, 140, 0.4);
    --text50: rgba(78, 100, 140, 0.5);
    --text60: rgba(78, 100, 140, 0.6);
    --text70: rgba(78, 100, 140, 0.7);
    --text80: rgba(78, 100, 140, 0.8);
    --text90: rgba(78, 100, 140, 0.9);
    --primary: rgb(242, 185, 196);
    --primary0: rgba(242, 185, 196, 0);
    --primary10: rgba(242, 185, 196, 0.1);
    --primary20: rgba(242, 185, 196, 0.2);
    --primary30: rgba(242, 185, 196, 0.3);
    --primary40: rgba(242, 185, 196, 0.4);
    --primary50: rgba(242, 185, 196, 0.5);
    --primary60: rgba(242, 185, 196, 0.6);
    --primary70: rgba(242, 185, 196, 0.7);
    --primary80: rgba(242, 185, 196, 0.8);
    --primary90: rgba(242, 185, 196, 0.9);
    --dark1: #E3AAB5;
    --dark2: #D499A3;
    --dark3: #C78B96;
    --dark4: #BA808B;
    --shadow1: 0 3px 8px rgba(0, 0, 0, .08);
    --main-width: 1200px;
    --sidebar-width: 350px;
    --border-radius-lg: 12px;
    --border-radius-md: 8px;
    --border-radius-sm: 4px;
    --transition: 500ms ease;
    --color-darkgrey: #684148;
    --font-serif: "Nunito", sans-serif;

}
body { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo {
     height: 100px;
     text-align: center;
 }
.logo a{
    display: inline-block;
}
.logo img {
    height: 100px;
}

.header.main {
    margin: 30px 0;
}
body {
    background-color: var(--background);
    background-image: url('bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    /* font-size: 16px; */
    color: var(--text);
}

.navbar-default {
    /* display: none !important; */
}

.row {
    /* width: 100%; */
    /* margin: 0; */
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

.btn {
    border-color: transparent;
    transition: all 0.25s;
}

.btn-primary {
    color: var(--dark2);
    background-color: var(--primary20);
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover {
    color: var(--dark2);
    border-color: var(--primary70);
    background-color: var(--primary30);
}

.btn-danger {
    color: var(--red);
    background-color: var(--red20);
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover {
    color: var(--background);
    background-color: var(--red);
}

.btn-success {
    color: var(--green);
    background-color: var(--green20);
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active,
.btn-success:active,
.btn-success:hover {
    color: var(--background);
    background-color: var(--green);
}

main#main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.main_body {}

.body-cont {
    max-width: var(--main-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    /* overflow: scroll; */
}

@media only screen and (max-width: 850px) {
    .body-cont {
        flex-direction: column;
    }
    #sideMenu .card-header{
        display: none;
    }
}

main .main_cont {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
}

main .main_cont>.col-lg-12 {
    padding: 0;
}

/* HEADER */
header.main {
    padding-bottom: 200px;
    background-image: url('img/wave.svg'), url('img/header.png');
    background-position: bottom -5px center, bottom center;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: 100% auto, cover;
    -moz-background-size: 100% auto, cover;
    -o-background-size: 100% auto, cover;
    background-size: 100% auto, cover;
    text-align: center;
    color: #FFF;
    padding-top: 20px;
    margin-bottom: -100px;
    padding-left: 20px;
    padding-right: 20px;
}

header.main .logo img {
    margin-top: 40px;
    max-width: 100%;
    /* max-width: 200px; */
}

/* TOPBAR */
#topbar {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 20px;
    color: var(--dark3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    max-width: var(--main-width);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow1);
    margin: auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 550px) {
    #topbar {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

#topbar #mc-server .icon,
#topbar #mc-server .text {
    cursor: pointer;
}

#topbar #mc-server:hover .icon {
    margin-right: 15px !important;
    opacity: 1 !important;
}

#topbar .discord-server {
    cursor: pointer;
}

#topbar .discord-server:hover .icon {
    margin-left: 15px !important;
    opacity: 1 !important;
}

#topbar .icon {
    display: inline-block;
    line-height: 24px;
    font-size: 24px;
    color: inherit;
    border-radius: 4px;
    padding: 10px;
    opacity: 0.6;
    vertical-align: top;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

#topbar .icon:first-child {
    margin-right: 10px;
}

#topbar .icon:last-child {
    margin-left: 10px;
}

#topbar .text {
    margin-top: 7px;
    display: inline-block !important;
    color: inherit;
    vertical-align: top;
}
#topbar .text p{
    line-height: 1.4;

}
#topbar .text p i {
    font-style: normal !important;
}

#topbar .text p:first-child {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
}

#topbar .text p:first-child span {
    font-weight: 600;
}

#topbar .text p:last-child {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin: 0px;
    opacity: 0.5;
}

@media (max-width: 992px) {
    #topbar .col-md-6 {
        text-align: center !important;
    }

    #topbar .icon {
        display: none !important;
    }

    footer .col-md-6 {
        text-align: center !important;
    }
}



/* FOOTER */
footer.main-footer {
    width: 100%;
    background-image:
        linear-gradient(rgba(78, 100, 140, 0), rgba(78, 100, 140, 0.2));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 80px 15px;
}

footer .footer-icon {
    filter: grayscale(0.9);
    opacity: 0.3;
    height: 70px;
}

footer .footer-links {
    display: flex;
    flex-direction: row;
    font-size: 1.1em;
    color: var(--text);
    gap: 10px;
    align-items: center;
}

footer .copyright {
    opacity: 0.7;
    font-size: 1.1rem;
    text-align: center;
}


@media only screen and (max-width: 750px) {
    footer .footer-links {
        flex-direction: column;
    }

    footer .footer-links span {
        display: none;
    }
}





/* FOOTER */
footer.main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
    background-image: linear-gradient(var(--primary0), var(--primary30));
    margin-top: 80px;
}

footer.main img {
    height: 35px;
    filter: grayscale(0.2);
    opacity: 0.5;
    margin-bottom: 20px;
}

footer .footer_links {
    font-size: 1.4rem;
    opacity: 0.6;
    text-transform: uppercase;
}

footer .footer_legal {
    font-size: 1.2rem;
    opacity: 0.4;
}













/* GLOBAL */
/* body {
  font-family: 'Nunito', sans-serif;
  background: var(--dark1) !important;
  color: var(--txtWhite) !important;
}

.site-content {
  margin-top: -300px;
} */

/* HEADER */
/* .mcder-header {
  background-size: 1500px, cover;
  background-position: bottom left, center;
  background-repeat: repeat-x, no-repeat;
  padding-top: 0px;
  padding-bottom: 300px;
} */

.site-content{
    /* background-image: linear-gradient(rgb(218 240 252), rgba(218, 240, 252, 0));
    background-size: 100vw 80px;
    background-position: top center;
    background-repeat: no-repeat; */
}



/* POST CARDS */
.post-feed {
  gap: 6.8vmin 6vmin;
}

.post-card {
  cursor: pointer;
  text-align: center;
  /* backdrop-filter: blur(5px); */
  background-color: #FFF;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 10px 15px rgba(78, 100, 140, 0.1);
  /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  transition: all .25s;
}
.post-card:hover {
  transform: translateY(-5px);
  transition: all .25s;
}
.post-card:hover .post-card-image{
  opacity: 0.85;
  transition: all .25s;
}
.post-card-image {
  opacity: 0.7;
  transition: all .25s;

}

.post-card-image-link {
  margin-bottom: 0px;
}

.post-card-content {
  padding: 20px 15px;
  justify-content: center;
}

.post-card-content-link {
  color: var(--txtWhite);
}

.post-card-meta,
.post-card-meta>* {
  justify-content: center;
}

.post-card-large {
  grid-gap: 0px;
}


/* CARD AUTHOR */
.m-article-card__author {
  display: flex;
  column-gap: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: auto;
  height: 35px;
  border-radius: 50%;
  z-index: 2;
  transition: all .25s;
  opacity: 0.8;
  z-index: 1;
}

.m-article-card__author div {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: inline-block;
}

.m-article-card__author span {
  line-height: 35px;
  opacity: 0;
  transition: all 0.25s;
}

.m-article-card__author:hover span {
  opacity: 0.8;
  transition: all 0.25s;
}




#gh-head,
.site-header-content {
  display: none;
}




.main_return_btn{
    max-width: var(--main-width);
    display: flex;
    margin: auto;
}

.main_return_btn a{
        color: var(--dark4);
    padding: 10px 20px;
    border-radius: 10rem;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-bottom: 20px;
}
.main_return_btn a i{
    transition: all 0.35s;
    margin-right: 4px;
}

.main_return_btn a:hover i{
    margin-right: 8px;
    transition: all 0.35s;
}




/*SWAL*/

.swal-modal {
    color: var(--dark4);
    background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(5px);
        border-radius: var(--border-radius-lg);
}

.swal-text,
.swal-title {
    color: var(--dark4);
}

.swal-icon--success:after,
.swal-icon--success:before {
    background-color: transparent !important;

}

.swal-icon--success__hide-corners {
    background-color: transparent !important;
}

.swal-icon--success__ring {
    border-color: var(--primary) !important;
}

.swal-icon--success__line {
    background-color: var(--primary) !important;
}

.swal-icon--success__line {
    background-color: var(--primary) !important;
}

.swal-footer {
    text-align: center !important;
}

.swal-button {
    background-color: var(--primary);
}

.swal-button:focus {
    border-width: 0px !important;
}

.swal-button:hover {
    background-color: var(--primary70) !important;
}
.swal-overlay{
    backdrop-filter: blur(3px);
}

