body {
    background-color: black;
}


@font-face {
  font-family: 'Fixedsys500c';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

html {
  scroll-behavior: smooth;
}

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

.fixed-action-btn {
    position: fixed;
    z-index: 998;
    right: 35px;
    bottom: 35px;
    margin-bottom: 0;
    padding-top: 15px;
}

.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px;
}
.btn-floating i {
    width: inherit;
    text-align: center;
    color: #fff;
}

.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn {
    padding: .5rem .75rem;
    font-size: 1rem;
}

a {
    color: #fefe54;
    text-decoration: none;
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

a:hover, a:focus {
    color: #fefe54;
    background: #aa5500;
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px;
}
.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px;
}

.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px;
}

.btn-floating::before {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.social-section {
  font-size: 22px;
}

.footer-heading {
  font-weight: bolder;
  margin-bottom: -10px;
  font-size:22px;
}

h1 {
  font-family: 'Fixedsys500c', sans-serif !important;
  font-size: 81px;
}

h2 {
  font-family: 'Fixedsys500c', sans-serif!important;
}

h3 {
  font-family: 'Fixedsys500c', sans-serif;
}

h4 {
  font-family: 'Fixedsys500c', sans-serif;
}

h5 {
  font-family: 'Fixedsys500c', sans-serif;
}

h6 {
  font-family: 'Fixedsys500c', sans-serif;
}


.parallaxToronto {
    /* The image used */
    background-image: url("img/toronto.jpg");
    /* Set a specific height */
    padding-bottom: 5%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-card {
  border-radius: 20px;
}

.view {
  width: 70%;
}

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 80vh;
    overflow-y: auto;
}

.blink_me {
  animation: blinker 1s step-start infinite;
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}


@keyframes blinker {
  50% {
    background-color: #aa5500;
  }
}

.typing {
    display: inline-block;
    overflow: hidden;
    animation: typing 2s steps(18, end), blink .75s step-end infinite;
    white-space: nowrap;
    box-sizing: border-box;
}


@keyframes typing {
    from {
        width: 0%
    }
    to {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
  h1 {
  font-size: 48px;
  }
  .logo {
    margin-bottom: 30px;
    }
}

@media only screen and (max-width: 960px) {
  .title-card {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .left-side-text {
    margin-top: 40px;
    margin-bottom: -40px;
  }
  .card.day {
    min-height: unset;
  }
  .typing {
      display: inline;
      overflow: hidden;
      animation: none;
      white-space: break-spaces;
      box-sizing: border-box;
  }
}

@media only screen and (max-width: 992px) {
  .card.day {
    min-height: unset;
  }
}

@media only screen and (min-width: 960px) {
  .title-card {
/*    background-image: url(images/background2.png);
    background-repeat: no-repeat;*/
  }
}

.navbar {
    height: 1.2rem !important;
    box-shadow: none;
    background-color: #bbbbbb;
    border: none !important;
    box-sizing: content-box !important;
}

.navbar a {
    color: #000 !important;
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

.navbar a:hover {
    background-color: #000 !important;
    color: #bbb !important;
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

.navbar li.nav-item.active a {
    background-color: #000 !important;
    color: #bbb !important;
}

.card {
    box-shadow: 10px 10px 0 #626262;
    border-radius: 0;
    background-color: #bbb;
}

.card-text {
    color: #000 !important;
    font-size: unset!important;
}

.day {
  min-height: 83%;
}

.col-lg-3 {
    flex-basis: 33%;
    max-width: 33%;
}

.navbar .nav-item .nav-link {
  white-space: nowrap;
}