body{
  color:orange !important;
  background: black;
  padding: 15px 0;
}

a{
  color:orange !important;
  text-decoration: none !important;
  font-size: 20px;
}

.content-body {
    width: 1140px !important;
  }
  
  .quotation {
    font-size: 18px;
    margin: 0 auto;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 20px;
    line-height: 1.4;
    font-weight: 500;
  }
  
  .quotation-footer {
    margin: 10px;
    font-size: 16px !important;
    font-style: italic;
    color: #333 !important;
  }
  
  .bg-color-blue {
    background-color: rgb(15, 174, 241) !important;
  }
  .color-blue {
    color: rgb(15, 174, 241) !important;
  }
  
  .blue-outline-btn {
    border-color: rgb(15, 174, 241) !important;
    color: rgb(15, 174, 241) !important;
  }
  
  .blue-outline-btn:hover {
    background-color: rgb(15, 174, 241);
    color: white !important;
  }
  .blue-outline-btn:focus-within {
    color: white !important;
  }

.border-height {
  border-width: 2px !important;
}

li{
  list-style: none;
}

.nav-item a{
  font-size: 28px;
}

.block {
  background: orange;
  padding: 5px;
  margin-left: 20px;
  width: 300px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.block:hover{
  background: rgba(255, 165, 0, 0.8);
  transition: 0.3s all;
}

.block a {
  color: black !important;
}

.brand-name{
  font-size: 50px;
  text-align: center;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='orange' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: orange;
}


#form-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: orange;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 165, 0, 0.58);
}


.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}

.cards > [class*='col-'] {
  padding-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  #navbarNavAltMarkup{
    flex-direction: column;
  }
}

@media screen and (max-width: 1300px) {
  .navbar-nav{
    flex-direction: column !important;
  }
}

@media screen and (max-width: 1140px) {
  .content-body {
    width: 100% !important;
  }
}