/* ---------------------------------------------------- */
/* BASIC SETUP */
/* ---------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-family: 'Pathway Gothic One', 'Árial', sans-serif;
  font-size: 17px;
  color: #555;  
    background-image: url(images/dark_embroidery.png);
}

/* HEADINGS */



h1 {
    color: #555;
    font-size: 240%;
    font-weight: 100;
    margin-bottom: 10px;
    margin-left: 7px;
}

h2 {
    font-size: 180%;
    font-weight: 200;
        margin-left: 7px;
}

h1:after {
    display: block;
    height: 2px;
  background: #8779D2;
    background: -webkit-gradient(linear, left top, right top, from(#8779D2) , to(#252040));
    background: linear-gradient(to right, #8779D2 , #252040);
    content: " ";
    width: 350px;
    margin-top: 5px;
}

h2:after {
    display: block;
    height: 2px;
  background: #8779D2;
    background: -webkit-gradient(linear, left top, right top, from(#8779D2) , to(#252040));
    background: linear-gradient(to right, #8779D2 , #252040);
    content: " ";
    width: 300px;
    margin-top: 5px;
}

h3:after {
    display: block;
    height: 2px;
  background: #8779D2;
    background: -webkit-gradient(linear, left top, right top, from(#8779D2) , to(#252040));
    background: linear-gradient(to right, #8779D2 , #252040);
    content: " ";
    width: 250px;
    margin-top: 5px;
}

h4:after {
    display: block;
    height: 2px;
  background: #8779D2;
    background: -webkit-gradient(linear, left top, right top, from(#8779D2) , to(#252040));
    background: linear-gradient(to right, #8779D2 , #252040);
    content: " ";
    width: 200px;
    margin-top: 5px;
}

h4:after {
    display: block;
    height: 2px;
  background: #8779D2;
    background: -webkit-gradient(linear, left top, right top, from(#8779D2) , to(#252040));
    background: linear-gradient(to right, #8779D2 , #252040);
    content: " ";
    width: 150px;
    margin-top: 5px;
}

h5:after {
    display: block;
    height: 2px;
  background: #8779D2;
    background: -webkit-gradient(linear, left top, right top, from(#8779D2) , to(#252040));
    background: linear-gradient(to right, #8779D2 , #252040);
    content: " ";
    width: 100px;
    margin-top: 5px;
}

a:link,
a:visited {
   color: #5546A5;

   padding-bottom: 1px;   
}

a:hover,
a:active {
    color: #fff;
      background: #8779D2;
       text-decoration: none;
    
}

/* TITLE */

.navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 180%;
}

/* CONTAINER */

.container {
    width: 800px;
    padding: 0px;
    background-color: #fff;
 }

/* ---------------------------------------------------- */
/*  NAVIGATION */
/* ---------------------------------------------------- */


.bg-dark {
    font-size: 120%;
    color: #fff !important;
    background-color: #252040 !important;
}

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #D3CCF7 !important;
        border-radius: 20px;
    margin-right: 5px;
}

.navbar-dark .navbar-nav .nav-link:active {
    color: #fff !important;
        text-decoration: none;
    }

.navbar-dark .navbar-nav .nav-link:hover {
     color: rgba(255, 255, 255, 0.88) !important;
     text-decoration: none;  
        display: block;
    height: 2px;
  background: #8779D2;
    background: -webkit-gradient(linear, left top, right top, from(#8779D2) , to(#252040));
    background: linear-gradient(to right, #8779D2 , #252040);
    content: " ";
    width: 100%;
    margin-top: 5px;
    }

.dropdown-menu .dropdown-item:link,
.dropdown-menu .dropdown-item:visited {
    color: #555;
    font-size: 120%;
}

.dropdown-menu .dropdown-item:hover {
    color: #fff;
}


/* ---------------------------------------------------- */
/*  HEADER*/
/* ---------------------------------------------------- */

.header {
     background-image: url(images/Restless-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px;
    margin-top: 0px;
}

/* ---------------------------------------------------- */
/*  CONTENT */
/* ---------------------------------------------------- */


.content {
    padding: 20px;
    width: 800px;
}

.media {
    margin-bottom: 40px;
}

.news-img, .mr-3, .mx-3 {
    margin-right: 0!important;
}

.news-content {
    padding: 28px;
     border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #cad3df;
    width: 100%;
    background-color: #fff;
    background-image: url(images/circles-light.png);
}


.avatar {
        border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
        background-color: transparent;
}


.about {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #cad3df;
    margin-bottom: 20px;
}

/* SQUARE */

.square {
    margin-top: 20px;
}

 ul .banner {
       list-style: none;}   


.banner .square-ani {
    display: inline-block;
    width: 40px;
    height: 40px;
        position: relative;
        top: calc(50% - 60px);
        text-shadow: 0px 0px 3px white;
    }


    .square-ani:nth-child(1) {
                width: 100px;
    height: 10px;
        background-color: #D3CCF7;
        -webkit-animation: fade 4s infinite 200ms;
        animation: fade 4s infinite 200ms;
    }
    .square-ani:nth-child(2) { 
                width: 80px;
    height: 10px;
        background-color: #8779D2;
        -webkit-animation: fade 4s infinite 400ms;
        animation: fade 4s infinite 400ms;
    }
    .square-ani:nth-child(3) {
                width: 60px;
    height: 10px;
        background-color: #5546A5;
        -webkit-animation: fade 4s infinite 600ms;
        animation: fade 4s infinite 600ms;
    }
    .square-ani:nth-child(4) {
                width: 40px;
    height: 10px;
        background-color: #252040;
        -webkit-animation: fade 4s infinite 800ms;
        animation: fade 4s infinite 800ms;
    }
    
    @-webkit-keyframes fade {
        50% {
            opacity: 0.02;
        }
    }
 
    @keyframes fade {
        50% {
            opacity: 0.02;
        }
    }

/* ICONS */

.fab {
    padding: 10px;
}

/*  AVATAR */

.img-avatar {
    display: block;
    border-radius: 20px;
    width: 100px;
    height: auto;
    padding: 4px;
    width: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 6px #efefef;
    box-shadow: 0 6px 6px #efefef;
}


/* ---------------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------------- */

.footer {
    padding: 20px 40px;
    color: #f2f2f2;
    background-color: #252040;
}

.footer a:link,
.footer a:visited { 
    color: #D3CCF7;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer a:hover,
.footer a:active {
    color: #fff;
}


