html,
body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

p {
    font-size: 15px;
}

.navbar {
    background-color: mediumblue;
    color: white;
    border-radius: 0%;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}

.headstyle {
    margin: 0;
    padding: 0;
    margin-top: 0;
    background-color: mediumblue;
}

.box .flex {
    display: flex;
    justify-content: center;
}

.headstyle img {
    margin: 0 auto;
    width: 100%;
    height: 200px;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix+.container-fluid {
    padding-top: 70px;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.dropdown-menu.columns-3 {
    min-width: 800px;
}

.multi-column-dropdown h4 {
    color: black;
    padding: 5px 15px;
}

.dropdown-menu.columns-4 {
    min-width: 900px;
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: black;
    white-space: normal;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: mediumblue;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
    .multi-column-dropdown li a {
        color: white;
    }
    .multi-column-dropdown li a:hover {
        color: yellow;
    }
}

.start-index {
    margin: 0;
    padding: 0;
}

.carousel {
    margin: 0;
    padding: 0;
    margin-top: 0;
}

.carousel .item img {
    height: 600px;
}

.start-index .item .lumus {
    background-color: black;
    opacity: 0.5;
    color: bisque;
    padding: 15px 25px 15px 25px;
}

.space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index-about {
    margin: 0;
    padding: 0;
}

.index-objectives {
    margin: 0;
    padding: 0;
    background-color: rgb(29, 27, 27);
    color: white;
}

.objective-body {
    background-color: black;
    padding: 50px 50px 50px 50px;
}

.about-body {
    padding: 50px 50px 50px 50px;
}

.activities .btn {
    width: 100%;
    margin-bottom: 5px;
}

.contact .btn {
    width: 30%;
    background-color: black;
    color: white;
}

footer {
    margin: 0;
    padding: 0;
    background-color: rgb(29, 27, 27);
    color: white;
}

footer .footbox {
    background-color: gray;
    height: 400px;
}

footer .social a {
    margin-right: 15px;
}

footer .boxhead {
    background-color: black;
    padding: 10px;
    margin-bottom: 0;
}

footer .copy {
    background-color: black;
    padding: 5px;
    opacity: 0.3;
    bottom: 5px;
    color: whitesmoke;
}

footer .bjmus {
    margin-bottom: 20px;
}

footer .bjmus a {
    font: italic;
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid white;
    padding-right: 10px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 5px;
}

footer .bjmus a:last-child {
    border-right: none;
}

footer .bjmus p {
    font: italic;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 5px;
}

footer a,
footer h3,
footer h5 {
    padding: 0 15px 0 15px;
}

footer h3 {
    text-align: center;
}

footer a {
    color: white;
    cursor: pointer;
}

footer a:hover,
footer a i:hover {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}

.submitbutton {
    position: center;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 10px;
}

.membershipForm {
    margin: 0;
    padding: 0;
}

.membership {
    margin: 0;
    padding: 0;
    background-color: ivory;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid black;
}

.membership .btn {
    width: 25%;
    background-color: black;
    color: white;
    text-align: center;
}

.policies h3 {
    color: mediumblue;
}

.policies h4 {
    color: brown;
}

.policies .btn {
    width: 25%;
}


/* register page */

.register-form {
    margin: 0;
    padding: 0;
}

.register #mname,
.register #zip {
    width: 20%;
}

.register #fname,
.register #city {
    width: 40%;
}

.register #state,
.register #lname {
    width: 40%;
}

.register #day,
.register #month,
.register #year {
    width: 33.3333%;
}

.register #state {
    border-radius: 0%;
}

.register #password {
    width: 50%;
}

.register #email,
.register #username,
.register #country,
.register #address2 {
    width: 50%;
}

.input-group-addon {
    background-color: mediumblue;
    color: white;
}

.submit {
    background-color: mediumblue;
    color: white;
}

.informatics {
    margin-top: 50px;
    margin-bottom: 50px;
}

.infoSideBar {
    border: 1px solid black;
    padding: 15px 15px 15px 15px;
}

.infoSideBar a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.infoSideBar a:hover {
    text-decoration: none;
    color: mediumblue;
    cursor: pointer;
}

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

.taken,
.error {
    color: red;
}

.available {
    color: green;
}

.signuperror {
    color: red;
    text-align: center;
    font-size: 15px;
}

.signupsuccess {
    color: green;
    text-align: center;
    font-size: 20px;
}

.education-start {
    display: grid;
    height: 100vh;
    align-items: center;
    justify-content: center;
}


/* table style */

table {
    border-collapse: collapse;
    width: 100%;
}

@media(max-width: 600px) {
    table {
        width: 100px;
        overflow-x: scroll;
    }
}

th {
    background-color: mediumblue;
    color: white;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}


/* End table style */


/* Style the tab */

.tab {
    width: 100%;
}


/* Style the buttons inside the tab */

.tab button {
    display: inline-table;
    background-color: black;
    color: white;
    padding: 15px 16px;
    margin-bottom: 5px;
    width: 24%;
    border: none;
    outline: none;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:last-child {
    margin-right: none;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: brown;
    color: wheat;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: mediumblue;
    color: wheat;
}

.tab button a {
    text-decoration: none;
    color: antiquewhite;
}

.tab button a:hover {
    text-decoration: none;
    color: wheat;
}

.auth {
    background-image: url('images/lock.jpg');
    background-size: cover;
    display: grid;
    height: 70vh;
    align-items: center;
    justify-content: center;
    color: red;
}

.contact .officers img {
    /*width: 100%;
    border-radius: 50%;*/
}


/*Pop up message*/

#popupmessageoverlay {
    display: none;
    opacity: 0.5;
    position: fixed;
    top: 0px;
    left: 0px;
    background: mediumblue;
    width: 100%;
    z-index: 10;
}

#popupmessage {
    display: none;
    position: fixed;
    background: maroon;
    border-radius: 5px;
    width: 600px;
    z-index: 10;
}

#popupmessage>div {
    background: midnightblue;
    margin: 10px;
}

#popupmessage>div>#messagehead {
    background: #666;
    font-size: 19px;
    padding: 10px;
    color: moccasin;
}

#popupmessage>div>#messagebody {
    background: #333;
    padding: 20px;
    color: orange;
}

#popupmessage>div>#messagefoot {
    background: #666;
    padding: 10px;
    text-align: right;
}

.news .events .eventpictures img {
    width: 100px;
    height: 100px;
    border: 2px solid grey;
}

@media(max-width:600px) {
    .carousel p {
        display: none;
    }
}

@media(max-width:967px) {
    footer .footbox {
        height: 100%;
        margin-bottom: 15px;
    }
    .space {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}