
html {
    overflow-y: scroll;
}

nav {

    background: rgba(40,180,240, 0.7);
    background: linear-gradient(90deg, rgba(21, 127, 227, 0.7) 0%, rgba(40,180,240,0.7) 40%, rgba(40,180,240,0.7) 100%);

    backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);

    height: 43px;
}
nav ul {
    margin-right: 20px;
}
nav ul li {
    height: 43px;
}
nav ul a {
    height: 43px;
    line-height: 46px;
}
nav ul a i.left {
    margin-right: 5px;
    font-size: 2.2rem;
}
.mdi-navigation-menu {
    height: 43px !important;
    line-height: 48px !important;
}

.default_color {
    background-color: rgba(104, 103, 105, 0.8) !important
}

.MI_color_text {
    color: rgb(40,180,240) !important;
}
.default_color_text {
    color: rgb(21, 150, 209) !important;
}
.brand-logo {
    padding: 0px 20px !important;
    font-weight: 500;
    font-size: 2.25rem !important;
}

.icon-block {
    padding: 0 15px;
}

#intro, #work, #team {
    padding-top: 4rem;
}

#index-banner {
    position: relative;
  
}

.page-footer {
  font-weight: 300;
  font-size: 0.7rem;
  background-color: #fff !important;
  color:#000;
}

#nav_f {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.side-nav {
    overflow: hidden;
}

.container {
    max-width: 900px;
    width: 100%;
}

.section {
    padding: 0px 0px !important;
}

.past {
    margin-top: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    background-color: rgb(239, 243, 247);
}

.collapsible {
    border: 0;
    box-shadow: none;
}

.collapsible-header {
    background: rgba(40,180,240,0.7) !important;
    background: linear-gradient(90deg, rgba(21, 127, 227, 0.7)  0%, rgba(40,180,240,0.7) 40%, rgba(40,180,240,0.7) 100%)!important;
    border: none;
    margin-top: 2px;
    color: #fff !important;
    font-weight: 600;
    line-height: 2.4rem;
    font-size: 1.6rem;
    height: 2.2rem;
    padding: 0.5rem 20px;
    opacity: 0.8;
}

.collapsible-header.active, .collapsible-header:hover {
    color: #fff;
    background-color: #5d5c5e;
    opacity: 1;
}

.collapsible-body {
    color: #eee;
}

.collapsible-body .striped td {
    padding: 5px;
}

.collection {
    padding: 0;
    margin: 0;
    border: 0;
}

.collection a.collection-item {
    color: rgb(21, 150, 209);
}

.collection .collection-item .author {
    font-size: 0.9rem;
    font-style: italic;
    color: #000;
}

.collection a.collection-item:not(.active):hover {
    background-color: #f3f3f3;
}

header {
}
header div {

}

.title {
    padding: 100px 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.719);

    backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
}
.title-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;

}
.announce {
    font-weight: 300;
    font-size: 1.2rem;
}

#fancyLine {
    position: absolute;
    top: 0px;
    z-index: -1;
}

h1 {
    font-size: 7rem;
    font-weight: 600;
    padding-bottom: 4px;
    display: inline-block;
}

h2 {
    font-size: 1.75rem;
    font-weight: 300;
    margin-left: 5px;
    
    line-height: normal;
}

h3 {
    font-size: 1.6rem;
    margin: 0;
    text-align: left;
}

h4 {
    font-size: 1.3rem;
    margin: 0;
}

article {
    padding: 0px 40px;
    background-color: rgba(255, 255, 255, 0.719);

    backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
}

.text ul li {
    display: list-item;
    list-style-type: disc;
    margin-left: 1.5rem;
}


.organisation {
    font-weight: 300;
}

.organisation a {
    font-weight: 400;
}


a {
    color: #1596d1;
}

td, th {
    padding: 5px 5px;
    vertical-align: top;
    min-width: 85px;
}

.btn, .btn-large {
    text-decoration: none;
    color: #FFF;
    background-color: #1596d1;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn:hover, .btn-large:hover {
    background-color: #1596d1;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #1596d1;
}

.page-footer {
    margin: 0px 0px !important;
    vertical-align: middle;
    color: #5d5c5e;
    padding: 0 20px 16px 0;
}