
/* .navbar {
  z-index: 1024;
  box-shadow: 0px 1px 10px 0px rgba(199,199,199,1);
} */


@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400&display=swap');

* {
    font-family: 'Prompt' !important;
    font-weight: 200;
}

body {
    background: #fff !important;
}

main {
    background: none !important;
    border: none !important;
}

.navbar {
    padding-top: 9px;
    padding-bottom: 9px;

}

.navbar-toggle {
    margin-top: 15.26px !important;
}

#dnnMenu {
    margin-top: 15.26px !important;
}


header {
    /* position: fixed;
width: 100%;
top: 0;
z-index: 1024;
left: 0; */

    border: none;
    margin-bottom: 10px;
}

header .container {
    padding: 10px !important;
}

#mainHeader-inner {
    padding: 10 !important;
}

.brand {
    min-width: 250px;
}


.active a {
    border-bottom: 2px solid #981B1e;
    padding-bottom: 10px !important;
    background: none !important;
    transform: 1s;
}

#dnnMenu a:hover {
    border-bottom: 2px solid #981B1e !important;
    padding-bottom: 10px !important;
    background: none !important;
    transform: 2s !important;
    background: none;
}

#dnnMenu a:hover a {
    color: #b63133;
}

.active a span {
    font-size: 16px;
    color: #981B1e;
    font-weight: bold;
}

.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 18px;
}

/* Divide into 1:2 section */
.column2 {
    float: left;
    width: 66.6%;
    margin-bottom: 16px;
    padding: 5px 18px;
}

/*Divide into 50:50 section*/
.column3 {
    float: left;
    width: 50%;
    margin-bottom: 16px;
    padding: 0 18px;
}

.row_staff {
    margin-bottom: 3%;
}

.row_button {
    margin-bottom: 0;
}

.title {
    font-size: 100%;
    color: "#636466";
}

.name {
    font-size: 120%;
    color: #636466;
}

.staffcard {
    padding: 5%;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .column {
        width: 100%;
        display: block;
        margin-top: 3%;
    }

    .column2 {
        width: 100%;
        display: block;
    }

    .column3 {
        width: 100%;
        display: block;
    }

    .name {
        font-size: 115%;
    }

    .row {
        margin-bottom: 0;
    }

    .col-md-12 {
        width: 100%;
    }

    .wns-slideshow-wrapper {
        width: auto;
    }
}

/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.div {
    padding: 2px;
}

/* Some left and right padding inside the container */
.container {
    padding: 0 16px;
}

/* Clear floats */
.container::after,
.row::after {
    content: "";
    clear: both;
    display: table;
}

/*crop an image into circular red-bordered image */
.image-crop {
    width: 50%;
    height: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #da2128;
    margin-left: auto;
    margin-right: auto;
}

.staff-pic {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

/*put this class in <div> to make it somehow responsive*/
.responsive {
    width: 100%;
    height: auto;
}

.paragraph {
    font-size: 14px;
}

.cardtable {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #da2128;
    padding: 18px 0;
}

.cardbox {
    border: 2px solid #da2128;
    padding: 10px 16px 10px;
}

/*Make a custom link*/
a:link {
    color: #636466;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #da2128;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #636466;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #da2128;
    background-color: transparent;
    text-decoration: none;
}

table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #da2128;
}

th,
td {
    padding: 8px;
}

#topHeader {
    display: none;
    margin: 0 !important;
}








