/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  font-family: 'Montserrat', sans-serif;
}

a{
   color: #e44e1f;
}

.bg-gray{
  background: #F5F5F5;
}

.text-orange{
  color: #e44e1f;
}

.bg-dark {
    background-color: #000000!important;
}

.h-border{
  position: relative;
  text-transform: uppercase;
}

.h-border:after {
    width: 85px;
    background: #060606;
    left: 0;
    bottom: -11px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    content: '';
    box-sizing: border-box;
}

.h-border-center{
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.h-border-center:after{
    content: '';
    width: 85px;
    background: #060606;
    bottom: -11px;
    height: 4px;
    border-radius: 2px;
    box-sizing: border-box;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.h-border-center.wborder:after, .h-border.wborder:after{
    background: white;
}

.h2-border-left{overflow:hidden;}

.h2-border-left:after{
  content:'';
  display:inline-block;
  width:100%; height:100%;
  margin-right:-100%;
  border-bottom:2px solid #e44e1f;
  margin-bottom: 4px;
  margin-left: 10px;
}

.subheading{
  font-size: 22px;
  font-weight: 500;
}

.container-fluid.ex-padding{padding: 0 30px;}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #E44E1F;
}

.navbar.top ul li a{
  text-transform: uppercase;
}

 .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.obtn-big{
    background-color: #e44e1f;
    padding: 0px 20px;
    font-weight: 400;
    line-height: 3;
    border-radius: 10px;
    color: white;
}

.obtn-big-outline{
    padding: 0px 20px;
    font-weight: 500;
    line-height: 3;
    border-radius: 10px;
    color: #e44e1f;
    border:1.5px solid #e44e1f;
}


/* Hero section */

.hero .hero-des{
  font-weight: 700;
  font-size: 26px;
  margin: 30px 0px;
}

.hero .hero-des-2{
     font-weight: 600;
    font-size: 18px;
    margin: 30px 0px;
}

/* speakers */
.speakers .speakers-list .feature.col {
    text-align: center;
}
.speakers .speakers-list h2{
  font-size: 20px;
  color: #e44e1f;
  margin-top: 15px;
}

.speakers .speakers-list p{
  font-size: 13px;
  font-style: italic;
}

.speakers-btn{
  text-align: center;
}

/* sponsors */
.bullet-list{
  padding-left: 27px
}
.bullet-list p:before {
    content: "◆";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 28px;
    line-height: 17px;
}

.bullet-list p{
  margin-bottom: 6px;
}

.sponsors h2{font-size: 25px;}

.sp-main{
  text-align: center;
  padding: 2.5rem;
}

.sp-main img{
    height: 56px;
}

/* Invite Network */
.invite_network{
  background-image: url("assets/img/invite_your_network_banner.png");
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}

.circle_social .fa {
  padding: 18px;
  font-size: 24px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background: #e44e1f;
  color: white;
}

.fa:hover {
    opacity: 0.7;
}


/* Here to help */


.member_card .card-text{
    font-size: 20px;
    font-weight: 500;
}

.member_card .member_name{
    font-size: 27px;
    color: #e44e1f;
    font-weight: 700;
}

.member_card .member_pos{
    font-style: italic;
}


footer h3{
  font-weight: 700;
}

footer p{
color: white;
font-size: 17px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .member_card .card {
    text-align: center;
  }

}

@media (max-width: 768px) {
  .member_card .card {
    text-align: center;
  }

  footer, footer .text-end{
    text-align: center !important;
  }

  .m-0-mob{
    margin:0 !important;
  }

  .p-0-mob{
    padding:0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .sp-main img {
      height: 34px;
  }
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .member_card .card-text {
      font-size: 15px;
      font-weight: 500;
    }
    .member_card .member_name {
      font-size: 24px;
      color: #e44e1f;
      font-weight: 700;
    }
}

@media (min-width: 1200px){
  .display-6 {
      font-size: 2rem;
  }
}