/* -------------------------------- general --------------------------------*/

body
{
    text-align: center;
}

hr
{
    /* border:dotted grey 6px; */
    border: dotted black 6px;
    border-bottom: none;
    width: 5%;
    /* margin:auto; */
}

/* -------------------------------- sliding-images --------------------------------*/
#sliding-images
{
    border-style: solid;
    border-radius: 1rem;
    border-color: #9a0000;
    border-width: 0.3rem;
    margin:2rem auto;
    width: 600px;
}

.intro-image
{
    border-radius: 0.5rem;
    width: 15rem;
    height: 20rem;
}

/* -------------------------------- header --------------------------------*/
#title
{
    text-align: center;
}

.club-title
{
    font-family: "Montserrat";
    font-weight: 600;
    margin: auto;
    width: 33rem;
    height: 3rem;
    background-color: #9a0000;
    color: #fff;
    border-radius: 1rem;
}

/* -------------------------------- introduction --------------------------------*/
#introduction
{
    width: 600px;
    margin: 2rem auto;
    background-color: #6D6C71;
    /* background-color: #000; */
    border-radius: 1rem;
    color: #fff;
}

.introduction-paragraph
{
    font-family: "Montserrat";
    font-size: 1rem;
    padding: 10px 10px;
}

/*-------------------------------- club-officers --------------------------------*/
#club-officers
{
    width: 30rem;
    margin: 2rem auto;
    /* text-align: left; */
    line-height: 1.5;
}

.officer-title
{
    background-color: #9a0000;
    color: #fff;
    border-radius: 1rem;
    width: 13rem;
    font-family: "Montserrat";
    margin: auto;
}

.club-officers-icon
{
    float: left;
    width: 36%;
    margin-right: 30px;
}

.officers
{
    font-size: 0.9rem;
}

/*-------------------------------- Meeting - Project --------------------------------*/

#meeting-project
{
    width: 50rem;
    margin: 2rem auto;
    /* text-align: left; */
    line-height: 1.2;
}

.meeting-title
{
    background-color: #9a0000;
    color: #fff;
    border-radius: 1rem;
    width: 15rem;
    font-family: "Montserrat";
    margin: auto;
}   

.meeting-icon
{
    width: 30%;
    margin-top: 0.5rem;
    /* margin-top: 10px; */
    /* margin-right: 30px; */
    /* position: relative;
    margin-left: 5rem; */
}

.project-title
{
    background-color: #9a0000;
    color: #fff;
    border-radius: 1rem;
    width: 10rem;
    font-family: "Montserrat";
    margin: auto;
}

.project-icon
{
    width: 30%;
    margin-top: 0.5rem;
}

.project-description
{
    font-size: 0.9rem;
}

/*-------------------------------- event --------------------------------*/

#events
{
    width: 33rem;
    margin: 2rem auto 3rem;
    /* text-align: left; */
    line-height: 1.5;
}

.event-title
{
    background-color: #9a0000;
    color: #fff;
    border-radius: 1rem;
    width: 13rem;
    font-family: "Montserrat";
    margin: auto;
}

.event-icon
{
    float: left;
    width: 30%;
    margin-right: 30px;
}

.event-description
{
    font-size: 0.9rem;
}

/*-------------------------------- contact-us --------------------------------*/
#contact-us
{
    background-color: #9a0000;
    color:#fff;
    margin: 20px auto 0;
    padding: 20px 0;
    text-align: center;
}

.footer-link
{
    font-size: 1rem;
    color: #fff;
    font-family: "Montserrat";
    margin: 10px 20px;
    text-decoration: none;
}

.footer-link:hover
{
    color: grey;
    text-decoration: none;
}