/* TEMPLATE STYLES */
@import url('https://fonts.googleapis.com/css?family=Francois+One');
html,
body,
.view {
    height: 100%;
}
#welcome{
    font-family: 'Bree Serif', serif;
}.aboutUs{
    /*font-family: 'Bree Serif', serif;*/
    font-size: 1.2em;
}
/* Navigation*/
.navbar {
    background-color: transparent;
}
.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
    background-color: #2e3192;
}
footer.page-footer {
    background-color: #2e3192;
    margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
.navbar {
    background-color: #2e3192;
}
}
/*Call to action*/
/*.flex-center {
color: #fff;
}*/
.description{
    color: #fff;
}
.view {
    background: url("http://www.ncl.ac.uk/media/wwwnclacuk/undergraduate/images/courseprofiles/Computer-Science-(Bio-Computing)-MComp-I522-crop.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*Contact section*/
#contact .fa {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1C2331;
}
.card-image{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 20vh;
     background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*width: 100%;*/
}
.card-image img{
    /*object-fit: cover;*/
    /*flex-shrink: 0;*/
    /*min-width: 100%;*/
    min-height: 100%
    /*width: 100%;*/
}
section h2{
    font-family: 'Francois One', sans-serif;
    font-size: 1em;
    /*font-weight: 400 !important;*/
}
span.fc-time{color:#fff !important;}
span.fc-title{color:#fff !important;}