@import url("https://fonts.googleapis.com/css?family=Lato|Poppins|Kaushan+Script");
.has-vertically-aligned-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

* {
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', Lato, Tahoma, sans-serif;
    width: 100%;
    min-height: 100%;
}

.header-wrapper {
    padding-bottom: 30px;
}

.hero {
    background-image: url("../images/porto.png");
    background: linear-gradient(rgba(189, 195, 199, 0.75), rgba(44, 62, 80, 0.75)), rgba(0, 0, 0, 0.55) url("../images/porto.png") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-family: 'Poppins', sans-serif;
}

.hero .title {
    font-size: 5rem;
    color: whitesmoke;
}

.hero .subtitle {
    padding: 5px;
    color: whitesmoke;
}

.hero .profession {
    padding-top: 50px;
    font-size: 1.7rem;
    text-transform: uppercase;
}

.hero .hero-foot {
    height: 50px;
    background: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}


/*.hero-body {
    margin: 0 auto;
    padding: 10rem;
    position: relative;
}*/

@media (max-width: 899px) {
    .hero .hero-foot {
        display: none;
    }
}

@media (min-width: 900px) {
    .navbar-mobile {
        display: none;
    }
}

.hero .hero-foot .hero-foot--wrapper {
    margin: 7px auto;
    height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
    border-bottom: 2px solid #011c26;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
    color: #011c26;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
    color: #011c26;
    transition: all .2s ease-in-out;
    border-bottom: 2px solid #011c26;
}

.main-content {
    padding-top: 2rem;
    color: #011c26;
    font-family: 'Poppins', sans-serif;
}

.main-content .section-dark {
    background-color: #f0f3f5;
    padding: 60px 0px;
}

#organization {
    text-decoration: rgba(14, 25, 80, 0.3);
    background-color: #f0f3f5;
    padding: 60px 0px;
    padding-bottom: 40rem;
}

.marked {
    list-style-type: disc;
    margin-left: 5%;
}

.main-content .section-dark.resume {
    display: flex;
    padding-top: 100px;
    padding-bottom: 15rem;
}

.main-content .section-light.resume {
    display: flex;
    padding-top: 100px;
    padding-bottom: 15rem;
}

@media (max-width: 899px) {
    .main-content .section-dark.resume {
        padding-top: 75px;
        padding-bottom: 15rem;
    }
    .main-content .section-light.resume {
        padding-top: 75px;
        padding-bottom: 15rem;
    }
}

@media (max-width: 3000px) {
    .main-content .section-dark.resume {
        padding-top: 75px;
        padding-bottom: 15rem;
    }
    .main-content .section-light.resume {
        padding-top: 75px;
        padding-bottom: 15rem;
    }
}

.main-content .section-dark.resume .title {
    padding: 20px;
}

.main-content .section-light.resume .title {
    padding: 20px;
}

.li-session {
    list-style-type: disc;
    margin-left: 20px;
    margin: 20px;
}

.parent {
    height: 50%;
    margin: 0 auto;
    display: table;
    text-align: center;
    background-color: white;
    border: 7.5px solid #025e73;
    border-radius: 20px;
    box-shadow: 0 20px 25px 0 rgba(30, 30, 30, 0.1);
}

.parent.sponsor1 {
    border: 10px solid #025e73;
    border-radius: 20px;
    box-shadow: 0 20px 25px 0 rgba(30, 30, 30, 0.1);
}

.parent.sponsor2 {
    border: 10px solid #daa520;
    border-radius: 20px;
    box-shadow: 0 20px 25px 0 rgba(30, 30, 30, 0.1);
}

.parent.sponsor3 {
    border: 10px solid silver;
    border-radius: 20px;
    box-shadow: 0 20px 25px 0 rgba(30, 30, 30, 0.1);
}

.parent.sponsor4 {
    border: 10px solid #a46628;
    border-radius: 20px;
    box-shadow: 0 20px 25px 0 rgba(30, 30, 30, 0.1);
}

.parent.sponsor1 img:hover {
    transform: scale(1.2);
}

.parent.sponsor2 img:hover {
    transform: scale(1.2);
}

.parent.sponsor3 img:hover {
    transform: scale(1.2);
}

.parent.sponsor4 img:hover {
    transform: scale(1.2);
}

.parent>.child {
    display: table-cell;
    vertical-align: middle;
}

.parent2 {
    height: 50%;
    margin: 0 auto;
    display: table;
    text-align: center;
    background-color: white;
    border: 7.5px solid #025e73;
    border-radius: 20px;
    box-shadow: 0 20px 25px 0 rgba(30, 30, 30, 0.1);
}

.parent2>.child {
    display: table-cell;
    vertical-align: middle;
}

.org {
    text-align: center;
    margin: 20px;
}

.main-content .section-dark.resume button {
    border: 2px solid #025e73;
    background: white;
    color: #025e73;
    height: 50px;
    width: 250px;
    font-size: 1rem;
    text-transform: uppercase;
}

.main-content .section-light.resume button {
    border: 2px solid #025e73;
    background: white;
    color: #025e73;
    height: 50px;
    width: 250px;
    font-size: 1rem;
    text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
    color: #011c26;
}

.main-content .section-light.resume .fa-download {
    color: #011c26;
}

.main-content .section-dark.my-work {
    padding: 120px;
}

@media (max-width: 899px) {
    .main-content .section-dark.my-work {
        padding: 75px 20px;
    }
}

.main-content .section-dark.my-work .work-item {
    margin-bottom: 1rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.my-work .work-item:hover {
    -webkit-transform: scale(1.055) translateY(-2px);
    transform: scale(1.055) translateY(-2px);
    -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
    box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.main-content .section-light {
    padding: 30px;
}

.main-content .section-light.about {
    padding-bottom: 100px;
}

.main-content .section-light.about .is-larger {
    font-size: 1.2rem;
}

@media (max-width: 899px) {
    .main-content .section-light.about .about-links {
        text-align: center;
    }
}

.main-content .section-light.about .right-image img {
    border-radius: 11px;
    margin: 20px;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 899px) {
    .main-content .section-light.about .right-image img {
        margin: auto;
    }
}

.main-content .section-dark.speaker .left-image img {
    border-radius: 10px;
    margin: 3%;
    width: 75%;
    height: 75%;
    background-color: #f0f3f5;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 899px) {
    .main-content .section-light.speaker .left-image img {
        margin: auto;
    }
}

.main-content .section-light.skills {
    padding: 100px;
}

@media (max-width: 899px) {
    .main-content .section-light.skills {
        padding: 50px 20px 40px 20px;
        padding-bottom: 20px;
    }
}

.main-content .section-light.skills h1 {
    padding: 10px;
}

.main-content .section-light.contact {
    padding: 200px;
}

.main-content .section-light.contact button {
    width: 100%;
    background-color: #025e73;
    color: white;
    height: 50px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 899px) {
    .main-content .section-light.contact {
        padding: 60px 20px;
    }
}

.main-content .section-color.location {
    padding: 100px 20px 100px 20px;
    background-color: #025e73;
    color: white;
}

.main-content .section-color.location .title,
.main-content .section-color.location .subtitle {
    color: white;
}

.main-content .section-color.location i {
    font-size: 3rem;
    padding: 20px;
}

.main-content .section-title {
    color: #025e73;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding-bottom: 30px;
}

.footer {
    bottom: 0;
    width: 100vw;
    padding: 0;
    height: 80px;
    line-height: 25px;
    text-align: center;
    background: #011c26;
    color: whitesmoke;
    padding-top: 2rem;
}

.footer a {
    padding: 0rem 1rem 1rem 1rem;
    color: lightgrey;
}

.footer a i {
    font-size: 1.5rem;
    padding: 0px 10px;
}

.footer a .nav-item {
    color: whitesmoke;
}

.fa-download {
    color: #025e73;
}

#toTop {
    height: 50px;
    width: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(3, 166, 166, 0.65);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
    color: white;
}

#toTop:hover {
    background-color: #025e73;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #025e73;
}

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #011c26;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

.white {
    color: ghostwhite
}

.navbar-burger {
    color: ghostwhite;
}

.dsie-logo {
    max-width: 50%;
}

.columns-margin-top {
    margin-top: 20px;
}

.columns-full-width {
    width: 100%;
}

.link-only-underline {
    text-decoration: underline;
    color: white;
}

.link-only-underline:hover {
    text-decoration: underline;
    color: white;
}

.margin-0-auto {
    margin: 0 auto;
}

.flex {
    display: flex;
}

.text-center-h {
    text-align: center;
}

.main-content .section-subtitle {
    color: #037f8c;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding-bottom: 30px;
}

h3 {
    font-size: 1.17em;
    font-weight: bold;
}

.submission-a {
    background: #011c26;
    border: 1px solid #000000;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    padding: 13px 17px;
    color: #ffffff;
    display: block;
    border-radius: 4px;
    width: 200px;
    text-align: center;
}

.submission-a:hover {
    text-decoration: none;
    color: #ffffff;
}

.padding-0-50px {
    padding: 0 50px;
}

.width-80 {
    width: 80%;
}

.hidden {
    display: none;
}

.line-through {
    text-decoration: line-through;
}

.cd-schedule .cd-schedule--loading .margin-top-lg .margin-bottom-lg .js-cd-schedule {
    text-decoration: none;
}


/* SCHEDULE */


/*************************
 * GRID SCHEDULE LAYOUT
 *************************/

@media screen and (min-width: 700px) {
    .schedule {
        display: grid;
        grid-gap: 1em;
        grid-template-rows: [tracks] auto [time-0900] 0.5fr [time-0930] 0.5fr [time-1000] 0.5fr [time-1030] 0.5fr [time-1100] 0.5fr [time-1130] 0.5fr [time-1200] 0.5fr [time-1230] 0.5fr [time-1300] 0.5fr [time-1330] 0.5fr [time-1400] 0.5fr [time-1430] 0.5fr [time-1500] 0.5fr [time-1530] 0.5fr [time-1600] 0.5fr [time-1630] 0.5fr [time-1700] 0.5fr [time-1730] 0.5fr [time-1800] 0.5fr [time-1830] 0.5fr [time-1900] 0.5fr [time-1930] 0.5fr [time-2000] 0.5fr [time-2030] 0.5fr [time-2100] 0.5fr;
        /* Note 1:
                Use 24hr time for gridline names for simplicity
    
                Note 2: Use "auto" instead of "0.5fr" for a more compact schedule where height of a slot is not proportional to the session length. Implementing a "compact" shortcode attribute might make sense for this!
                Try 0.5fr for more compact equal rows. I don't quite understand how that works :)
                */
        grid-template-columns: [times] 4em [track-1-start] 0.5fr [track-1-end track-2-start] 0.5fr [track-2-end];
    }
}

.time-slot {
    grid-column: times;
}

.track-slot.track-slot-mobile {
    display: none;
}

@media screen and (max-width: 699px) {
    .time-slot {
        display: none;
    }
    .track-slot.track-slot-mobile {
        display: block;
    }
}

.track-slot {
    display: none;
    /* hidden on small screens and browsers without grid support */
}

@supports (display: grid) {
    @media screen and (min-width: 700px) {
        .track-slot {
            display: block;
            padding: 10px 5px;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.9);
        }
    }
}


/* Small-screen & fallback styles */

.session {
    margin-bottom: 1em;
}

@supports (display: grid) {
    @media screen and (min-width: 700px) {
        .session {
            margin: 0;
        }
    }
}


/*************************
 * VISUAL STYLES
 * Design-y stuff ot particularly important to the demo
 *************************/

.session {
    padding: .5em;
    border-radius: 2px;
    font-size: 14px;
    /*box-shadow: rgba(255, 255, 255, 0.6) 1px 1px 0, rgba(0, 0, 0, 0.3) 4px 4px 0;*/
}

.session-title,
.session-time,
.session-track,
.session-presenter {
    display: block;
}

.session-title,
.time-slot {
    margin: 0;
    font-size: 1em;
}

.session-title a {
    color: #fff;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

.session-title a:hover {
    font-style: italic;
}

.session-title a:focus {
    outline: 2px dotted rgba(255, 255, 255, 0.8);
}

.track-slot,
.time-slot {
    font-weight: bold;
    font-size: .75em;
}

.track-1 {
    background-color: #025e73;
    color: #fff;
}

.track-2 {
    background-color: #03a6a6;
    color: #fff;
}

.track-3 {
    background-color: #037f8c;
    color: #fff;
}

.track-4 {
    background-color: #d9b6a3;
    color: #fff;
}

.track-pause {
    background: #011c26;
    color: #fff;
}

.track-all {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
    color: #000;
    box-shadow: none;
}

.text {
    max-width: 750px;
    font-size: 18px;
    margin: 0 auto 50px;
}

.meta {
    color: #555;
    font-style: italic;
}

.meta a {
    color: #555;
}

.sponsor {
    width: 100%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.sponsor a {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#diamond a img {
    width: 80%;
}

#gold a img {
    width: 75%;
}

#silver a img {
    width: 73%;
}

#bronze a img {
    width: 60%;
}