@font-face {
    font-family: MobileSans;
    src: url("../fonts/Mobile Sans.ttf");
}

* {
    font-family: MobileSans, Arial, sans-serif;
}

.wrapper {
	min-height: calc(100vh + 84px);
	font-family: Montserrat !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Montserrat !important;
}

.text-red {
	color: #d13238;
}
.bg-red {
	background-color: #d13238;
}

.bmat-banner {
	background: #151a2b;
	width: 100%;
	height: 700px;
	min-height: 700px;
	max-height: 1500px;
	padding: 97px 0 0 0;
}
.bmat-banner > div {
	width: 100%;
	height: 100%;
    margin-top: 19px;
}

.banner-title {
    color: white;
    padding: 0 20px;
	width: 100%;
    /*max-width: 1200px;*/
    font-size: 50px;
    position: relative;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	text-shadow: 0 3px 5px rgba(0,0,0,.8);
}

.banner-title div:nth-child(1) {
	font-size: 32px;
	margin-top: -20px;
    letter-spacing: 3px;
	font-family: Montserrat !important;
	font-weight: 800;
}
.banner-title div:nth-child(1):before {
	content: '';
    background: #d13238;
    width: 59px;
    height: 59px;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
}
.banner-title div:nth-child(2) {
	font-size: 28px;
	margin-top: 0px;
	font-family: Montserrat !important;
	font-weight: 400;
	max-width: 500px;
}
.banner-title div:nth-child(4) {
	font-size: 26.5px;
    letter-spacing: 4px;
	margin-top: -20px;
	font-family: Montserrat !important;
	font-weight: 800;
}
.banner-title div:nth-child(6) {
	font-size: 25px;
	margin-top: -50px;
    letter-spacing: 3px;
	margin-left: 1px;
	font-family: Montserrat !important;
	font-weight: 600;
}
.banner-title div:nth-child(6):before {
	content: '';
    background: white;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}

section {
	padding: 30px 20px;
	font-family: Montserrat !important;
	/*max-width: 1200px;*/
	width: 100%;
}
section>div>h2 {
	font-size: 32px;
	font-weight: 800;
	margin-top: 0;
	box-shadow: 0 20px 30px rgba(0,0,0,.35);
	position: relative;
	z-index: 99;
}
section>div>h2:before {
	content: '';
    width: 23px;
    height: 23px;
    background-color: white;
    float: left;
    margin-top: 6px;
    margin-left: 1px;
    margin-right: 7px;
}
section p, .small-text {
	font-size: 16px;
}
.mid-text {
	font-size: 20px;
}

section#about>div>div {
	column-count: 1;
	text-align: justify;
}

section>div {
	max-width: 1300px;
	margin: auto;
}

small-subtitle, small-subtitle-red {
	font-size: 20px;
	font-weight: 800;
}
/*
h3.small-subtitle:before, h3.small-subtitle-red:before {
	content: '';
    width: 21px;
    height: 21px;
    float: left;
    background-color: #d13238;
    margin-right: 8px;
    margin-top: 3px;
}
*/
h3.small-subtitle-red {
	color: #d13238;
}
h3.small-subtitle-red:before {
    background-color: #333;
}
img.bordered {
	border: solid 10px #d13238;
}
section#topics li {
	font-size: 16px;
}

ul.striped-list>li:nth-child(odd) {
    color: #dc3545;
}

.button {
	font-size: 25px !important;
	font-family: Montserrat !important;
	text-shadow: none;
	padding: 5px 20px;
	text-decoration: none !important;
	border: solid 2px #d13238;
	color: white!important;
	display: inline-block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	outline: none!important;
	transition: .2s all;
}
.button-white {
	border: solid 2px white;
}
.button:hover {
	background: #d13238;
	border: solid 2px white;
	color: white !important;
}
.button.disabled {
    background-color: #aaaaaa;
    color: #dddddd;
    cursor: auto;
}
.button.disabled:hover {
    background-color: #aaaaaa;
    color: #dddddd;
    box-shadow: none;
}
.small-button {
	font-size: 12px !important;
	font-weight: 400;
}

@media (min-width: 768px) {	
	.bmat-banner {
		height: 100vh;
	}

	.text-shadow {
		text-shadow: 0 5px 30px rgba(0,0,0,1);
	}

	.banner-title div:nth-child(1) {
		font-size: 70px;
	}
	.banner-title div:nth-child(1):before {
		content: '';
		background: #d13238;
		width: 51px;
		height: 51px;
		display: block;
		float: left;
		margin-right: 12px;
		margin-top: 13px;
		box-shadow: 0 5px 30px rgba(0,0,0,1);
	}
	
	section#about>div>div {
		column-count: 2;
		column-gap: 50px;
		text-align: justify;
	}
	section {
		padding: 30px 100px;
		font-family: Montserrat !important;
		/*max-width: 1200px;*/
		width: 100%;
	}	
	section>div>h2 {
		font-size: 56px;
	}
	
	section>div>h2:before {
		width: 40px;
		height: 40px;
		margin-top: 11px;
		margin-left: 7px;
		margin-right: 12px;
	}

	.bmat-banner > div {
		background: url(../img/bmat2020/coronabg.jpg) center left no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		margin-top: 19px;
	}
	.webplossless .bmat-banner > div {
		background: url(../img/bmat2020/coronabg.webp) center left no-repeat;
		background-size: cover;
	}
	
	.banner-title {
		padding: 0 100px;
	}
	
	.button {
		width: auto;
	}
}

.speaker-card {
	max-width: 270px;
	display: table;
	margin: 0 auto !important;
}

section#topics h3 img {
    border-radius: 0;
    margin-right: 8px;
	height: 25px;
}

/**/
.text-shadow {
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
}

img.hoverable {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
}
img.hoverable:hover {
	-webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

/*Form*/
.input-file {
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.form-label {
    margin-top: 15px;
	font-weight: 400;
	padding: 0;
	white-space: nowrap;
}

.form-textfield {
    background: white;
    border: 0;
    height: 30px;
    width: 100%;
	outline: none;
}

.last-container {
    padding: 0 0 80px 0 !important;
}

/**/
.fixed-notif {
    position: fixed;
    bottom: calc(50vh - 50px);
    left: calc(50vw - 150px);
    height: auto;
    max-width: 100vw;
    padding: 5px 20px;
    background: #d13238;
    box-shadow: 0 0 35px rgba(0,0,0,0.8);
    border-radius: 0;
    z-index: 999999999;
    text-align: center;
    line-height: 80px;
    color: white;
    font-weight: 800;
    font-size: 18px;
}
/*loading*/
#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 9999999;
}
#loading>div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.lds-dual-ring {
  display: table;
  margin: auto;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #d13238;
  border-color: #d13238 transparent #d13238 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Backgrounds*/
#topics {
	background:#4b7924 url('../img/plants.jpg') no-repeat center center;
	background-size:cover;
}
.webplossless #topics {
	background:#4b7924 url('../img/plants.webp') no-repeat center center;
	background-size:cover;
}

#speakers {
	background:#4e555b url('../img/bmat2020/conferencebg.jpg') no-repeat center center;
	background-size:cover
}
.webplossless #speakers {
	background: #4e555b url('../img/bmat2020/conferencebg.webp') left center no-repeat;
	background-size:cover;
}
/**/

/*rows columns fix on safari*/
.row:before, .row:after {
	display: inline-block;
}