/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

/*--------------------Colors----------------------*/

body {
	font-family: 'Roboto', sans-serif;
	color: #432d54;
}

.mark-title {
	letter-spacing: 2px;
	color: #fafafa;
	background-color: #514C76;
}

.mark {
	background-color: #585555;
	color: #fafafa;
}

/*-------------------Lessons----------------------*/

.lessons-title {
	letter-spacing: 2px;
	color: #fafafa;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.lessons {
	text-align: center;
}

/*--------------------Timetable------------------*/

.timetable-container {
	-webkit-box-align: left;
	-ms-flex-align: left;
	text-align: center;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}

.timetable-title {
	letter-spacing: 2px;
	color: #fafafa;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.table {
	width: 100%;
	padding-left: 30%;
	padding-right: 30%;
	text-align: center;
	color: #432d54;
}

.table-column {
	padding: 0;
}

.weekdays {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

/*--------------------Containers------------------*/

.about-container .about {
	text-align: center;
}

.review-container {
	text-align: center;
}

.container-review {
	text-align: center;
}

.blockquote {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 30px;
	margin-right: 30px;
}

/*--------------------Jumbotron------------------*/

.bg-custom {
	background-color: transparent;
	color: #948eb7;
}

.text-call {
	color: white;
}

.jumbotron {
	background-color: transparent;
}

.jumbotron-content {
	color: #fafafa;
	margin-bottom: 50px;
}

.jumbotron-content h2 {
	font-weight: bold;
}

.jumbotron-container {
	height: 80vh;
	margin-bottom: 30px;
	background: url('../images/bootcamp.jpg') no-repeat center fixed;
	width: 100%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jumbotron-container-lessons {
	height: 80vh;
	margin-bottom: 30px;
	background: url('../images/lessons-page.jpg') no-repeat bottom right fixed;
	width: 100%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jumbotron-container-timetable {
	height: 80vh;
	margin-bottom: 30px;
	background: url('../images/timetable-page.jpg') no-repeat bottom right fixed;
	width: 100%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jumbotron-container-location {
	height: 80vh;
	margin-bottom: 30px;
	background: url('../images/location-page.jpg') no-repeat bottom right fixed;
	width: 100%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*--------------------Nav------------------------*/

.navbar-brand {
	float: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-top: 15px;
	font-size: 1.7rem;
	color: #948eb7;
	line-height: 30px;
	background-color: transparent;
}

.navbar {
	padding: 10px 40px;
}

.nav-link {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-item-list {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 1.05rem;
	text-transform: uppercase;
	background-color: transparent;
}

.nav-link a:hover {
	color: purple;
}

/*-----------------Button------------------------*/

.text-other {
	color: white;
}

.btn-other {
	color: white;
}

.btn,
.btn-outline-light,
.btn-md {
	color: #fafafa;
	background-color: #514C76;
	font-weight: bold;
}

.menu {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 30px;
	background-color: transparent;
}

.blockquote {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14px;
}

.lesson {
	font-family: 'Roboto', sans-serif;
}

.modal-title {
	text-align: center;
}

.modal-body {
	text-align: center;
}

/*--------------------Location---------------------*/

.location-title {
	letter-spacing: 2px;
	color: #fafafa;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.location-container {
	text-align: left;
	margin-top: 60px;
	margin-bottom: 100px
}

.address {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

.address-title h6 {
	text-transform: uppercase;
}

.location-map {
	width: 400px;
	height: 350px;
}

/*--------------------Footer----------------------*/

.footer-info {
	background: #514C76;
	padding: 10px 0px;
	color: #fafafa;
	font-weight: bold;
}

.contact {
	font-size: 14px;
	text-align: center;
}

.contact p {
	letter-spacing: 1px;
	color: #fafafa;
}

.title {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.title-download {
	letter-spacing: 1px;
}

.download {
	text-align: center;
	font-size: 14px;
}

.download i {
	text-align: center;
	color: #fafafa;
}

.download i:hover {
	color: #DB7093;
}

.social-media {
	text-align: center;
}

.social-media li {
	display: inline;
}

.social-media i {
	color: #fafafa;
	font-size: 120%;
	margin: 1%;
	padding: 2%;
}

.social-media li a i:hover {
	color: #DB7093;
}

/*----------Media Queries------------------*/

/*style rules for screens larger than 1024px wide*/

@media only screen and (max-width: 1024px) {
	/*style rules for screens> 768px and ≤ 1024px wide*/
	.jumbotron-container {
		background: url('../images/bootcamp.jpg') no-repeat;
		height: 768px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	.jumbotron-container-lessons {
		background: url('../images/lessons-page.jpg') no-repeat;
		height: 768px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	.jumbotron-container-timetable {
		background: url('../images/timetable-page.jpg') no-repeat;
		height: 768px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	.jumbotron-container-location {
		background: url('../images/location-page.jpg') no-repeat;
		height: 768px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
}

@media only screen and (max-width: 414px) {
	/*style rules for screens> 320px and ≤ 720px wide*/
	.jumbotron-container {
		background: url('../images/bootcamp.jpg') no-repeat;
		height: 290px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
}

@media only screen and (max-width: 375px) {
	/* style rules for screens ≤ 320px wide */
	.jumbotron-container {
		background: url('../images/bootcamp-media.jpg') no-repeat;
		height: 290px;
		width: 100%;
		background-position: center;
		background-size: cover;
		font-size: 80%;
	}
	.mark {
		background-color: #585555;
		color: #fafafa;
		font-size: 60%;
	}
	.jumbotron-container-lessons {
		background: url('../images/lessons-media.jpg') no-repeat;
		height: 290px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	.jumbotron-container-timetable {
		background: url('../images/timetable-media.jpg') no-repeat;
		height: 320px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	.jumbotron-container-location {
		background: url('../images/location-media.jpg') no-repeat;
		height: 320px;
		width: 100%;
		background-position: center;
		background-size: cover;
		color: #fafafa;
	}
	.navbar-brand {
		float: left;
		letter-spacing: 2px;
		text-transform: uppercase;
		margin-left: 20px;
		margin-top: 15px;
		font-size: 1.6rem;
		color: #948eb7;
		line-height: 30px;
		background-color: transparent;
	}
	.nav-item-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 1rem;
		text-transform: uppercase;
		background-color: transparent;
	}
	.timetable-container {
		text-align: center;
		line-height: 1;
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 80%;
	}
	.timetable-column {
		text-align: center;
	}
	.timetable-title {
		letter-spacing: 1px;
	}
	.table {
		width: 100%;
		padding-left: 30px;
		text-align: center;
		color: #432d54;
		font-size: 80%;
	}
	.weekdays {
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.lessons-title,
	.timetable-title,
	.location-title {
		letter-spacing: 2px;
		color: #fafafa;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 90%;
	}
}