/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
	scroll-behavior: smooth;
}

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
	position: relative;
}

.logo {
	background-image: url(images/logo/logo-2020.png);
	background-size: 30%;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	width: 250px;
	height: 55px;
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.h3 {
	padding-bottom: 15px;
}

/* NAVBAR */
.dropdown-item:active {
	background-color: #d1622b;
}


/* CUSTOMIZE THE JUMBO
-------------------------------------------------- */

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url(images/bruges-cover-coloured.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	color: white;
	margin-bottom: 50px;
}

.masthead h1 {
	text-align: center;
	margin: 0 auto;
}

.btn-primary {
	background-color: #d1622b;
	border: none;
	box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 600;
	line-height: 1em;
}

.btn-primary:hover {
	background-color: #ad4c1c;
	box-shadow: none;
	-webkit-transition: box-shadow .5s, background-color .5s;
	transition: box-shadow .5s, background-color .5s;
	transition-timing-function: ease;
}

.btn-primary:active:focus {
	background-color: #ad4c1c;
	box-shadow: none;
}


.patat-logo {
	display: block;
	clear: both;
	margin: 0 auto;
	vertical-align: text-top;
	background-size: 100%;
}

@media (max-width:400px) {
.patat-logo {
		background-image: none;
		width: auto;
		text-indent: 0;
		overflow: visible;
	}
}

@media (min-width:400px) {
.patat-logo {
		-ms-transform: scale(.7);
		transform: scale(.7);
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background-repeat: no-repeat;
	}
}

@media (min-width:400px) and (max-width:767px) {
.patat-logo {
		background-image: url(images/logo/new-logo-white-small.png);
		width: 360px;
		height: 270px;
	}
}

@media (min-width:768px) and (max-width:1000px) {
.patat-logo {
		background-image: url(images/logo/new-logo-white.png);
		width: 650px;
		height: 365px;
	}
}

@media (min-width:1000px) and (max-width:1279px) {
.patat-logo {
		background-image: url(images/logo/new-logo-white.png);
		width: 750px;
		height: 350px;
	}
}

@media (min-width:1279px) and (max-width:1449px) {
.patat-logo {
		background-image: url(images/logo/new-logo-white.png);
		width: 800px;
		height: 375px;
	}
}

@media (min-width:1450px) {
.patat-logo {
		background-image: url(images/logo/new-logo-white.png);
		width: 850px;
		height: 400px;
	}
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.about .col-lg-4 {
  margin-bottom: 3rem;
  text-align: center;
}

.about h1 {
	margin: 30px 0 50px 0;
}

.about h2 {
  font-weight: 400;
	margin-top: 15px;
}
.about .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* TOPICS
-------------------------------------------------- */
.topics {
	background-color: #d1622b;
	color: white;
}

.topics h1 {
	margin-bottom: 50px;
}


/* DATES
------------------------- */

.dates h1 {
	margin: 50px 0;
}

.dates-row {
    padding: 20px 0;
    border-bottom: 1px dashed rgba(51,51,51,.6);
}

.dates-row:last-child {
    border: none;
}

.dates-table {
    padding: 0 15px;
    border: 1px solid rgba(51,51,51,.6);
	margin-bottom: 200px;
}

.dates .title {
    padding-left: 10px;
    text-align: left;
	font-size: 32px;
}

.dates .date {
    font-size: 24px;
	text-align: right;
}

.dates .date, .dates .date-text, .dates .title {
    font-weight: 300;
    line-height: 39px;
}

.date-passed {
	opacity: 0.6;
	text-decoration: line-through;
}

/*FOOTER*/

footer {
	margin-top: 100px;
}

#footer img {
	margin: 0 auto;
	width: 200px;
	height: auto;
	display: block;
	margin: 50px 0 100px 0;
}


/*BLOG PAGE*/
.page-header {
	background-color: #d1622b;
	padding-top: 150px;
}

.page-header h1 {
	margin-left: 30px;
	color: white;
}

/*CREDITS*/
.details {
	text-align: left;
	margin-left: 350px;
}

.img-wrapper {
	float: left;
}

.credits:after {
	margin-bottom: 200px;
}

.clear {
	clear: both;
}

/*REGISTER*/

.btn-reg {
	padding: 15px 40px;
}

#reg-warning {
	margin: 30px 0;
}


/*TRAVEL AND ACCOMMODATION*/
.distance {
	font-size: .8em;
	margin-left: 5px;
}

/* CALL FOR PAPERS */
.btn-papers {
	padding: 20px 60px;
	font-size: 1.2em;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/*VISIBILITY*/

.hidden,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important;
}

@-ms-viewport {
	width: device-width;
}

@media (max-width:575px) {
	.visible-xs {
		display: flex !important
	}
}

@media (min-width:576px) and (max-width:991px) {
	.visible-sm {
		display: flex !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: flex !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: flex !important
	}
}

@media (max-width:575px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:576px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}
	
@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}