/* MOBILE's FIRST - Custom properties */
/* This classes will be then modified for bigger screens */

#mowatave {
	color: #2bd284 !important;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

a {
	text-decoration-thickness: 1px;
}

#hobbiesH4 {
	text-align: center;
}

#hobbie1,
#hobbie2,
#hobbie3 {
	text-align: center;
	margin-top: 1em;
}

.abme-honors-bullet {
	font-size: 16px;
}

/* GENERAL CSS */
#main-content {
	margin-top: 20px;
}

li>.active {
	font-weight: 500;
}

.trnsf-thin {
	font-weight: 300;
}

.trnsf-italic {
	font-style: italic;
}

.justify {
	text-align: justify;
	text-justify: inter-word;
}

.lucida-console {
	font-family: 'Lucida Console', monospace;
}

.profilepicture {
	max-height: 300px;
	min-width: 150px;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.fseneca {
	max-width: 50%;
	height: auto;
}

.fseneca:hover {
	transform: scale(1.05, 1.05);
}

/* PUBLICATIONS - Related */
.pub-block {
	border-left: 2px #D9DDDC solid;
	padding-left: 15px;
}

.pub-year-h2 {
	font-size: 3.2em;
	font-weight: 100;
}

.pub-authors {
	font-weight: 400;
}

.pub-authors .pub-author {
	font-weight: 500;
}

.pub-congress {
	font-weight: 100;
}

.pub-force-margin-left {
	margin-left: 10px !important;
}

/* PROJECTS */

.project-image {
	max-width: 80%;
	height: auto;
	max-height: 300px;
	object-fit: cover;
}

.image-container {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	text-align: center;
}

.image-container .row {
	margin-bottom: 0.5rem;
}

/* ACADEMIC - Related */
.academic-year-h2,
.student-h2 {
	font-size: 3.2em;
	font-weight: 100;
}

.academic-block,
.student-block {
	padding-left: 15px;
}

.academic-rol {
	font-weight: 400;
}

.academic-year {
	font-weight: 100;
}

.student-mark {
	font-weight: 400;
	font-size: 1.1em;
}

.student-period {
	font-weight: 100;
}

/* OPTION BUTTON */
.options-button {
	position: fixed;

	height: 50px;
	width: 50px;
	cursor: pointer;

	border-radius: 100%;

	bottom: 25px;
	right: 25px;

	display: inline-block;

	font-size: 1.2em;
	vertical-align: middle;
	text-align: center;

	padding-top: .35em;
	z-index: 9999;
}

.options-button i,
img {
	margin: auto;
	z-index: -999;
}

#options-toggler {
	transition: .2s;
}

#options-toggler:hover {
	transform: scale(1.09, 1.09);
}

#theme {
	height: 40px;
	width: 40px;

	bottom: 85px !important;
	right: 30px !important;

	font-size: 1em;

	-webkit-transition: background-color .5s;
	/* For Safari 3.0 to 6.0 */
	transition: background-color .5s;
	/* For modern browsers */
}

#lan {
	height: 40px;
	width: 40px;

	bottom: 130px;
	right: 30px !important;

	font-size: 1em;

	-webkit-transition: background-color .5s;
	/* For Safari 3.0 to 6.0 */
	transition: background-color .5s;
	/* For modern browsers */
}

.lang-flag {
	width: 20px;
	height: auto;
}

.blog-info {
	font-size: 0.9em;
	color: #6c757d;
}

.blog-short {
	font-size: 0.95em;
}

.blog-tags {
	margin-top: 0.5em;
}

.blog-tags>.tag {
	display: inline-block;
	padding: 0.25em 0.5em;
	margin: 0.1em;
	border-radius: 0.25em;
	font-size: 0.8em;
	color: white;
}

.blog-tags>.t-purple {
	background-color: #6f42c1;
}

.blog-tags>.t-lime {
	background-color: #84ca7d;
}

.blog-tags>.t-sky {
	background-color: #0dcaf0;
}

.clickable {
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.clickable:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
}

/* STICKY FOOTER */
html {
	min-height: 100%;
	position: relative;
}
body {
	margin-bottom: 80px; /* Height of the footer */
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px; /* Set the height of the footer */
}

/* NAVBAR FIX */
#top-nav {
	position: relative;
	z-index: 1030;
}

#top-nav .navbar-toggler {
	position: relative;
	z-index: 1031;
}

/* MEDIA QUERIES */
/* BIGGER SCREENS */
@media (min-width: 768px) {
	#hobbiesH4 {
		text-align: left;
	}

	#hobbie1,
	#hobbie2,
	#hobbie3 {
		text-align: left;
	}

	.profilepicture {
		max-height: 250px;
	}

	.abme-honors-bullet {
		margin-left: 40px;
	}
}