body{
    padding: 0px;
    margin: 0px;
    font-family: 'Didact Gothic', sans-serif;
}

.text-dreamron{
    color: #26214e !important;
}


.dreamro-bg{
    background: #26214e;
}

.btn-dreamron-pink{
    border-radius: 15rem;
    background: #d5127d;    
    border: 2px solid #ffffff;
    font-weight: bold;
    color: white;
}

.btn-dreamron-white{
    background: white;
    color: black;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    border-radius: 0.6rem;
}

.dreamron-input-pink{
    background: #d5127d !important;
    border-radius: 0.6rem;
    border-width: 2px;
    border-color: white;
    color: white;
}
.dreamron-input-pink::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

.txt-small{
    font-size: 0.75rem;
}
.txt-small-2{
    font-size: 0.75rem;
}


.footer-links{
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}
.footer-links li{
    padding-bottom: 0.1rem;
}
.footer-links li a{
    color: black;
    text-decoration: none;
}

.social-icon{
    font-size: 2rem;
    color: #26214e;
}

.news_profile{
    width: 6rem; 
    height: 6rem; 
    border: 0.4rem solid #e3e3e3; 
    border-radius: 50%; 
    background: white;    
}

.dreamron-b{
    padding-bottom: 3rem;
    padding-top: 1rem;
}


.border-r{
    border-right: 2px solid #e3e3e3;
}

.poly-bar{
    clip-path: polygon(0 0, 99.35% 31%, 99.85% 33%, 100% 35%, 100% 100%, 0% 100%);
    background: #d5127d;
    width: 100%;
    height: 160px;
    border-radius:10px;
}

.arrow-down{
    width: 1rem;
    height: 1.2rem;
    position: relative;
    background:#d5127d;
    left: 10rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.font-dreamron{
    font-family: 'Cinzel Decorative' !important;
}