/*--------------------
index.html
--------------------*/

.HMimage {
    width: 100%;
    margin: 0px;
    padding-top: 130px;
    padding-bottom: 80px;
}
.HMdescription {
    margin: auto;
    width: 100%;
    height: auto;
}
.HMdescription img {
    margin: auto;
    width: 350px;
    padding-top: 5px;
}
#HMcarousel {
    height: 280px;
}

.HMwelcome, .HMnews h2 {
    text-align: center;
}

.HMnews {
    text-align: left;
}
.HMdescription h1, .HMdescription p {
    font-family: Times;
    line-height: 100px;
    margin: 0px;
    font-size: 3vmax;
    color: #FEC503;
}
.HMdescription h2 {
    font-family: Times;
    line-height: 100px;
    margin: 0px;
    font-size: 40px;
    color: #FEC503;
}
div.special {
    width: 100%;
}
p.special {
    padding-top: 50px;
    font-family: "Raleway", sans-serif;
    line-height: 20px;
    margin: auto;
    font-size: 20px;
    color: #FEC503;
    text-align: center;
}
.HMdescription ul {
    list-style: none;
    text-indent: -0.7em;
}
.HMdescription li {
    font-size: 15px;
    color: #E5E5E5;
    line-height: 30px;
}

@media (max-width: 1079px) {
    .HMdescription h1, .HMdescription p {
        font-family: Times;
        line-height: 60px;
        margin: 0px;
        font-size: 30px;
        color: #FEC503;
    }
    .HMdescription h2 {
        font-family: Times;
        line-height: 100px;
        margin: 0px;
        font-size: 25px;
        color: #FEC503;
    }
    .HMdescription li {
        font-size: 13px;
        color: #E5E5E5;
        line-height: 30px;
    }
}

/*--------------------
style.css > Navigation
--------------------*/

.navbar-default {
    background-color: transparent;
    transition: 0.5s;
}
.navbar-default .navbar-nav .dropdown-menu {
    background-color: transparent;
    transition: 0.5s;
}

@media (max-width: 766px) {
    .navbar-default {
        background-color: #6a548e;
        transition: 0.5s;
    }
    .navbar-default .navbar-nav .dropdown-menu {
        background-color: #6a548e;
        transition: 0.5s;
    }
}