body {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    font-size: 1.25rem;
    color:#9E9E9E;
    min-height: 100vh !important;
}

nav {
    padding: 2rem !important;
}

.nav-container {
    background: linear-gradient(to bottom,  rgba(203, 117, 103, 0.56) 12.5%, #FFFFFF);
}

.nav-link{
    color:#8A6FB7 !important;
    font-size: 1.25rem;
    font-weight: 500 !important;
    padding: 0.75rem !important;
}

.navbar .nav-link:hover{
    color:#3e3b9c !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    color: #3e3b9c;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: rgba(203, 117, 103, 0.56);
}

.navbar-brand img {
    height: 75px;
    width: 225px;
}

@media (max-width: 767.98px) {
    .navbar-brand img {
        height: 50px;
        width: 150px;
    }
}

footer {
    position: absolute;
    bottom: 0 !important;
    width: 100%;
    /* padding-bottom: 1rem; */
    /* height: 6rem; */
    background: linear-gradient(to top,  rgba(93, 217, 193, 0.29) 12.5%, #FFFFFF);
    text-align: center;
    font-size: 1.25rem;
    color: #4d3131;
}
footer p {
    margin-bottom: 0;
    /* padding-bottom: 0; */
}

.section-landing h2 {
    color: #8A6FB7;
    font-size: 3rem;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .section-landing h2 {
        font-size: 2rem;
    }
    .section-landing h3 {
        font-size: 1.5rem;
    }
}

p {
    padding-bottom: 2rem;
    padding-top: 2rem;
    color: #706767;
}

.section-landing {
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(180deg, rgba(229, 96, 94, 0) 62.98%, rgba(93, 217, 193, 0.29) 100%);
    min-height: 90vh;
}

.heading {
    font-family: 'Noto Sans', 'serif';
    text-transform: uppercase;
    color: #75230e;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0.4rem solid #5DD9C1;
}

.sub-heading {
    color: #75230e;
    font-size: 1.5rem;
    border-bottom: 0.2rem solid #5DD9C1;
}

.heading p {
    padding:2rem;
}

.about p {
    padding-top: 3rem;
    font-size: 1.35rem;
    font-weight: 100;
    color: #706767;
}

#map {
    height: 720px;
    width: 100%;
}

#kalady-map {
    height: 400px;
    margin-bottom: 4rem;
}

.place {
    font-size: 2rem !important;
    color: #9E9E9E !important;
}

.key-date {
    font-weight: bold;
    color: #000;
}

.organizers h3 {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
}

.organizers h1 {
    padding: 2rem 0;
}

.organizers p {
    max-width: 70vh;
}

li {
    color: #4d3131;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#content h1 {
    font-size: 1.5rem;
    color: #4d3131;
}

#bodyContent p {
    padding-top: 1rem;
    font-size: 1.05rem;
}

.my-button {
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    /* margin-top: 1.5rem; */
    color: #75230e;
    padding: 0.75rem;
    border: 0.1rem solid #8A6FB7;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .submission #buttons {
        margin-top: 1rem;
        margin-bottom: 1rem;
        line-height: 4rem;
    }
}

.my-button:hover {
    text-decoration: none;
    color: #FFFFFF;
    border: 0.1rem solid #8A6FB7;
    background-color: #8A6FB7;
}

.registration ul {
    margin-top: 2rem;
}

.registration table {
    /* border-collapse: collapse; */
    margin-top: 2rem;
    color: #4d3131;
}
.registration th, .registration td {
    /* border: 1px solid #dddddd; */
    padding-right: 1rem;
    padding-left: 1rem;
}
.registration tr:nth-child(even) {
    background-color: rgba(93, 217, 192, 0.15);
}

/*Latex Symbol*/
.latex sub, .latex sup {
    font-size: 0.9em;
    text-transform: uppercase;
}
.latex sub {
    vertical-align: -0.1ex;
    margin-left: -0.1667em;
    margin-right: -0.125em;
}
.latex sup {
    font-size: 0.85em;
    vertical-align: -0.2em;
    margin-left: -0.26em;
    margin-right: -0.05em;
}

.sponsors-logo img {
    height: 100px;
    width: 300px;
    margin-right: 4rem;
    margin-top: 3rem;
}
