@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
html, body {
  font-family: 'Ubuntu', sans-serif;
  background-color: #10171E;
  color: white; }

.w600 {
  font-weight: 600;
  letter-spacing: 1px; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none;
    color: inherit; }
  a:focus {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

.w200 {
  font-weight: 300 !important; }

hr {
  border-color: white;
  opacity: 0.2; }

.navigation-bar {
  background-color: #10171E; }
  .navigation-bar ul li a {
    color: white;
    margin-right: 15px;
    text-align: center;
    font-size: 18px; }

.navigation-bar-bottom {
  background-color: #18212b; }
  .navigation-bar-bottom ul li a {
    color: white;
    opacity: 0.7;
    margin-right: 20px; }

.hero-container {
  height: 400px;
  width: 100%;
  background-color: #18212b;
  position: relative; }

.hero-container2 {
  background-color: #18212b; }

.hero-text {
  color: white;
  position: absolute;
  top: calc(50% - 100px); }
  .hero-text h1 {
    font-size: 3.5rem;
    font-weight: 600; }
  .hero-text h5 {
    font-weight: 400; }
  .hero-text h4 {
    opacity: 0.5;
    font-weight: 600; }

.outline-button {
  text-align: center !important;
  background: #10171E;
  cursor: pointer;
  color: #CECECEFF;
  padding: 10px 60px;
  min-width: 200px;
  margin-bottom: 20px;
  display: inline-block;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
  border: 1px solid #10171E;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .outline-button:hover {
    background-color: #10171E;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .outline-button:focus {
    outline: none; }

.outline-button2 {
  text-align: center !important;
  background: #18212b;
  cursor: pointer;
  color: white;
  padding: 10px 60px;
  min-width: 200px;
  margin-bottom: 20px;
  display: inline-block;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
  border: 1px solid #18212b;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .outline-button2:hover {
    background-color: #18212b;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  .outline-button2:focus {
    outline: none; }

.mode-heading {
  margin-top: 3rem;
  margin-bottom: 0; }

.image-container-light {
  height: 400px;
  position: relative;
  width: 400px;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .image-container-light:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer; }

.image-container-dark {
  height: 400px;
  width: 400px;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .image-container-dark:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    cursor: pointer; }

.dash-img {
  max-height: 400px;
  width: 100%; }

.dash-title {
  font-weight: 600; }

.feature-container {
  width: 100%;
  background-color: #18212b;
  position: relative;
  margin-top: 60px;
  color: white; }

.feature-heading {
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600; }

.feature-sub-heading {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  margin-right: auto;
  margin-left: auto;
  text-transform: capitalize;
  font-weight: 300;
  opacity: 0.5; }

.feature-text {
  margin-top: 10px; }

.feature-icon {
  color: #2196F3;
  font-size: 40px; }

.feature-item {
  margin: 10px 38px;
  min-width: 100px;
  min-height: 100px;
  padding: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px; }
  .feature-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

.cta-container {
  height: 90px;
  width: 100%;
  background-color: #10171E;
  color: white; }

.ct {
  font-weight: 400; }

@media (max-width: 768px) {
  .image-container-light {
    height: 300px;
    width: 300px; }
  .image-container-dark {
    height: 300px;
    width: 300px; }
  .dash-img {
    max-height: 300px; }
  .cta-container {
    height: 120px; }
  .feature-item {
    margin: 10px 40px;
    min-width: 150px;
    min-height: 150px;
    padding: 5px; } }

@media (max-width: 450px) {
  .hero-container2 {
    padding-top: 50px;
    height: 700px; }
  .hero-text {
    position: relative;
    top: 0px;
    text-align: center; }
  .rm {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-left: 0px; }
  .rm1 {
    margin-top: 60px !important;
    padding-top: 0px !important;
    margin-left: 0px; }
  .feature-item {
    margin-bottom: 50px !important; }
  .cta-container {
    height: 200px; }
  .cr1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px; }
  .ct {
    text-align: center;
    margin: 0px !important;
    padding: 5px; }
  .feature-item {
    margin: 10px 38px;
    min-width: 100px;
    min-height: 100px;
    padding: 5px;
    margin-bottom: 15px; }
  .navigation-bar-bottom .navbar-brand {
    width: 100%; }
    .navigation-bar-bottom .navbar-brand img {
      display: block;
      margin-right: auto;
      margin-left: auto; }
  .navigation-bar-bottom ul {
    margin-left: 0 !important;
    width: 100%;
    display: inline-block; }
    .navigation-bar-bottom ul li:nth-child(1) {
      float: left;
      width: 50%; }
    .navigation-bar-bottom ul li:nth-child(2) {
      float: right;
      width: 50%; }
  .navigation-bar-bottom .nav-item {
    text-align: center; }
  .navigation-bar-bottom .fr {
    float: right !important; } }
