@charset "utf-8";
/* CSS Document */

html {scroll-behavior: smooth;}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

.container-fluid {
    padding: 0;
}
.body-text, body {
  font-size: 1.2em;   
    line-height: 1.6em;
}

/* Typography */
.Roboto {font-family: 'Roboto Condensed', sans-serif;}
.white {color: white;}

section {
    padding-bottom: 80px;
}

h1 {color: white;}
h2, h3 {color: #00274c;}
h2 {
    font-size: 3.0em;
    text-align: center;
    padding: 60px;
}

.bg-white {
    background: #fff;
}

@media (max-width: 600px) {
    h2 {
    font-size: 2.2em;
    }
}

@media (max-width: 600px) {
    .display-1 {
        font-size: 2.4rem;
    }
}

/* Overwrite bootstrap default */
.navbar {background: rgba(255,255,255,0.8)}


.lead {
    font-size: 2.0em; 
    line-height: 1.2em;
}
.sublead {font-size: 2.2em;
    color: #ffcb05;
}

.fullpad {padding:100px 0 100px;}
@media (max-width: 600px) {
    .fullpad {padding:2px 0 20px;}
}


.btn-um {
    color: #fff;
    background: #00274c;
}

a.btn-um:hover {
    color: #ffcb05;
    background: #034788;
}

#ramfjord, #research-poster-session, #reception{
    background: #00274c;
    color: #fff;
}

#ramfjord h2, #research-poster-session h2, #research-poster-session h3, #reception h2, #reception h3, #hsun-liang-chan .card-title {color: #fff;}

#research-poster-session hr {border-top: 1px solid #fff;}

#speakers,  #travel {
    background: #eee;
}

footer {
    padding: 30px;
    margin: 0;
    background: #00274c;
    color: white;
}
