html {
    scroll-behavior: smooth;
}

body {
    font-family: sans-serif;
    color: #404142;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    transition: all 0.3s;
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

/* Buttons override */
.btn {
    text-transform: uppercase;
    font-weight: 600;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 4px;
}

.btn-red {
    background-color: #fcd93b;
    color: #2a2a2a;
    display: inline-block;
}

.btn-yellow {
    background-color: #fcd93b;
    color: #2a2a2a;
    opacity: 0.8;
}

.btn-yellow:hover {
    opacity: 1;
}

.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover {
    opacity: 0.65;
}

.content-ct {
    text-align: center;
}

.flexContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* ------------------
	Navigation 
------------------ */
.side-menu {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-73px);
    z-index: 99;
}

.side-menu ul li {
    text-align: right;
    margin: 10px 0;
}

.side-menu ul li a span {
    display: inline-block;
}

.side-menu ul li a span.menu-title {
    color: #2a2a2a;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #fcd93b;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 3px;
    transition: transform 0.2s, opacity 0.2s;
    transform-origin: 100% 50%;
    opacity: 0;
}

.side-menu ul li a:hover span.menu-title {
    opacity: 1;
}

.side-menu ul li a span.dot {
    position: relative;
    background-color: #fcd93b;
    border-radius: 2em;
    height: 10px;
    width: 10px;
    transition: all 0.3s;
}

.side-menu ul li a:hover span.dot {
    transform: scale(1.8);
}

.hero-header {
    background: #2a2a2a;
    padding: 5em;
    color: #fff;
}

.hero-header h1 {
    margin: 1em 0 0 0;
}

.hero-header h4 {
    font-weight: normal;
    opacity: 0.6;
    letter-spacing: 1px;
    margin: 2em 0;
}

.hero-header .logo {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    color: #fcd93b;
}

.hero-header .btn {
    margin-top: 3em;
}

.headerContent {
    width: 66%;
}

.hero-header .rocket {
    width: 33%;
    height: 28em;
}

@media(max-width:768px) {
    .headerContent {
        width: 100%;
    }

    .hero-header .rocket {
        display: none;
    }
}

.me-row {
    padding: 30px 5%;
}

.row-title {
    font-weight: 500;
    font-size: 2em;
}

.feature {
    padding: 5px;
    margin-top: 30px;
    width: 30%;
}

.feature span {
    font-size: 5em;
    color: #2a2a2a;
}

.speaker .feature {
    width: 30%;
    transition: all 0.3s;
    margin-right: 10px;
    border: 3px solid #f6f6f6;
    border-radius: 5px;
}

.speaker .feature:hover {
    box-shadow: 3px 3px 10px #ccc;
    transform: translateY(-10px);
}

.speaker-img {
    max-width: 40%;
    border: 4px solid #efefef;
    border-radius: 50%;
}

ul.speaker-social li {
    list-style: none;
    display: inline-block;
    margin: 10px 5px;
}

ul.speaker-social li a {
    font-size: 0.2em;
    padding: 0 10px;
}

ul.speaker-social li a:hover {
    text-decoration: none;
}

.tickets {
    background-color: #3a3a3a;
    color: #fff;
    margin-top: 1rem;
}

.tickets .price {
    font-size: 4em;
    color: #fcd93b;
    margin: 0;
    font-weight: 100;
}

.tickets .price sup {
    font-size: 0.4em;
}

.tickets .ticketContent {
    width: 31.33%;
    padding: 1.5em 0;
}

@media(max-width:992px) {

    .tickets .ticketContent,
    .speaker .feature {
        width: 40% !important;
    }



}

@media(max-width:768px) {
    .feature {
        width: 100%;
    }
}

@media(max-width:576px) {

    .tickets .ticketContent,
    .speaker .feature {
        width: 100% !important;
    }
}

.nav-tabs {
    margin-top: 20px;
}

.schedule .media {
    margin: 2em .75em 0;
    width: calc(50% - 2em);
}

@media(max-width:768px) {
    .schedule .media {
        margin: 2em 0 0;
        width: 100%;
    }
}

.schedule .media-object {
    max-width: 100px;
}

.schedule .media-heading {
    font-weight: 600;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
}

.schedule .media-body h5 {
    text-transform: uppercase;
    font-weight: 600;
}


.footer {
    padding: 3rem 5% 0;
    background-color: #2a2a2a;
    color: #fff;
}

.footer p {
    margin-bottom: 0;
}

.footer-credit {
    padding: 40px;
}

.footer-credit p {
    width: 50%;
}


ul.footer-menu {
    text-align: right;
    align-self: center;
    width: 50%;
}

ul.footer-menu li {
    display: inline-block;
}

ul.footer-menu li a {
    font-size: 12px;
    color: #fcd93b;
    padding-right: 20px;
}

ul.footer-menu li a:hover {
    color: #fcd93b;
}


.contact {
    background-color: #3a3a3a;
    color: #fff;
    padding: 1em;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact-form {
    width: 60%;
}

.twitterFeed {
    width: 40%
}

.footer a {
    color: #fcd93b;
}

.control-label {
    margin-bottom: .25em;
    display: block;
}

.footer .form-group {
    margin-bottom: .5em;
}

.footer .form-group input,
.footer .form-group textarea {
    width: 80%;
}

.pull-right {
    font-size: 1em;
    border-radius: .25em;
    padding: .75em 1.5em;
}

@media(max-width:576px) {

    .footer-credit p,
    ul.footer-menu {
        width: 100%;
    }
}

@media(max-width:768px) {

    .footer-credit p,
    ul.footer-menu {
        width: 100%;
    }

    .contact-form,
    .twitterFeed {
        width: 100%
    }
}

.form-control {
    padding: 20px 15px;
    border: 3px solid #eee;
    background-color: #f9f9f9;
    box-shadow: none;
}

.help-block {
    font-size: 12px;
}

.form-control-feedback {
    top: 15px;
    right: 15px;
}

.animated {
    animation-duration: 5s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    animation-name: bounce;
}

@media (max-width: 767px) {
    .hero-header {
        padding: 3em 1em 1em 1em;
        text-align: center;
        max-height: 550px;
    }

    .speaker .feature {
        width: 100%
    }

    .footer-credit {
        text-align: center;
        padding: 40px 20px;
    }

    ul.footer-menu {
        text-align: center;
        margin-top: 30px;
    }
}


/* iPad Portrait */

@media (min-width: 768px) and (max-width: 991px) {
    .hero-header {
        padding: 3em 1em 1em 1em;
        text-align: center;
    }

    ul.footer-menu {
        margin-top: 0;
    }
}