main {
    overflow-x: hidden;
}

.important-announcement {
    background: #4B0082 !important;
    color: white !important;
    text-align: center;
    margin-bottom: -50px;
    margin-top: 20px;
}

.important-announcement p {
    text-align: center !important;
}

.important-announcement a {
    color: white !important;
    text-align: center;
}

.hero {
    margin-top: 50px;
}

.hero:after {
    content:"";
    background: white;
    height: 100px;
    width: 100%;
    transform: rotate(-5deg) scale(1.2,2);
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 99;
}
.aln-c {
    text-align: center;
}

.online {
    margin: 50px 0;
}

.online a {
    height: 100px;
    line-height: 80px;
    font-size: 25px;
}

.announcement ul {
    list-style-type: none;
}

.announcement ul li strong {
    display: inline-block;
    width: 100px;
    font-size:20px;
    vertical-align:middle;
}

.hero {
    border-bottom: none !important;
}

.hero_txt img {
    height: 200px;
    margin-bottom: 50px;
    padding: 20px;
}


.announcement {
    padding: 15px;
    position: relative;
    background:white;
    text-align: center;
}
.announcement.first {
    margin-bottom: 100px;
    width: 100% !important;
    text-align: center;
}

.announcement.first

.announcement.first div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.announcement.first h2, .announcement.first p, .announcement.first div {
    text-align: center;
}

.announcement p a {
    color: #4B0082;
    text-decoration: underline;
}


.announcement img {
    margin: 0 15px;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}

.announcement .clear {
    clear: both;
    
}

.announcement h1, .announcement p {
    margin: 15px 0 15px 0;
}

.announcement h2 {
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.announcement p {
    text-align: justify;
}

.announcement.second {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

.announcement.second:after {
    position:absolute;
    top:-40%;
    left:-40%;
    width: 180%;
    height: 180%;
    background-image: url(/uploads/star.png?v=2);
    background-size: auto 100%;
    background-position:center center;
    opacity: .15;
    background-repeat: no-repeat;
    content:"";
    z-index:9;
    pointer-events: none;
}

.announcement.second p {
    text-align: center;
    margin-bottom: 30px;
}

.home_location {
    width: 100% !important;
}

@media(max-width: 1000px) {
    .home_about {
        margin-bottom: 50px !important;
        text-align: justify;
    }
    
    .home_about h2 {
        margin-left: 0 !important;
    }
    
    .hero:after { display: none }
    
    .hero-cta {
        bottom: 100px !important;
    }
    
    .row {
        width: 100%;
        margin-top: 150px;
    }
    
    .announcement.first div, .announcement.first h2, .announcement.first p {
        text-align: center;
    }
    
    .announcement h1, .announcement p {
        position: relative;
        z-index: 2;
    }
    
    .announcement h1 {
        margin-top: 15px;
    }
}