@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Titillium+Web:400,700);

html, body {
	font-family: "Source Sans Pro";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Titillium Web";
}

.tmontes-header-pre {
	background-color: orange;
}

.tmontes-header-pre .title {
	padding-top: 1rem;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 0rem;
}

.tmontes-header-pre .title a:hover {
	text-decoration: none;
	color: #333;
}

.tmontes-subtitle {
	font-size: 1.5rem;
	letter-spacing: -1px;
	font-weight: 700;
	color: #6c757d !important;
}

.tmontes-course {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #f5f5f5;
}

.tmontes-course h2 {
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: white;
	background-color: orange;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 700;
}

.tmontes-course h2 .badge {
	font-size: 50%;
}

.tmontes-course p {
	padding-left: 1rem;
	padding-right: 1rem;
}

.tmontes-course ul {
	padding-right: 1rem;
}

.tmontes-border-dashed {
	border-style: dashed !important;
}

.tmontes-contact {
	text-align: center;
}

.tmontes-contact h3:last-child {
	margin-bottom: 0;
}

.alert {
	font-size: 80%;
}

.alert p:last-child {
	margin-bottom: 0;
}

.tmontes-nav-link {
	font-weight: 700;
	text-decoration: none !important;
}

.tmontes-contact-link {
    padding: 0.2rem 1rem 0.3rem 1rem;
    color: white;
    background-color: orange;
    border-radius: 4px;
    transition-duration: 0.15s;
    text-decoration: none !important;
}

.tmontes-contact-link:hover {
    color: white;
    background-color: darkorange;
}

.tmontes-discreet-link {
    text-decoration: none !important;
}

.tmontes-blockquote {
    padding: 0.7rem 0.5rem 1px 1rem;
    border-left: 0.5rem solid rgb(233, 236, 239);
}

.tmontes-sidepic {
	width: 300px;
}

.tmontes-sidenote {
	width: 300px;
}

.tmontes-sidenote hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

.tmontes-sidenote p:last-child {
	margin-bottom: 0;
}


.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}



.btn-primary {
	text-decoration: none !important;
	background-color: orange !important;
	border: none !important;
}

.btn-primary:hover {
	background-color: darkorange !important;
}

@media (max-width: 768px) {
	.tmontes-contact {
		text-align: left;
	}
}


@media (max-width: 768px) {
	.tmontes-contact h3:last-child {
		margin-bottom: 1rem;
	}
	.tmontes-sidepic {
		width: 300px;
	}
	.tmontes-sidenote {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.tmontes-header-pre .title {
		padding-top: 0.5rem;
		font-size: 3.2rem;
	}
	.tmontes-subtitle {
		font-size: 1.25rem;
	}
	.tmontes-sidepic {
		width: 50%;
	}
	.tmontes-sidenote {
		margin-top: 0.5rem;
		width: 100%;
	}
	.header {
		text-align: left;
	}
}


.tmontes-youtube-div {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.tmontes-youtube-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}


.header {
	padding-top: 0;
}

.footer {
	padding-bottom: 2rem;
}

