@font-face {
	font-family: 'Poppins Bold';
	src: URL('../fonts/poppins.bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins Medium';
	src: URL('../fonts/poppins.light.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins Light';
	src: URL('../fonts/poppins.light.ttf') format('truetype');
}

body {
    font-family: 'Poppins Bold', sans-serif;
	background: black;
	background: url(../images/background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white !Important;
	cursor: default;
}

br {
   display: block;
   margin: 20px 0;
   content: "";
}

.navbar {
	background-color: rgba(0, 0, 0, 0.55);
	padding: 0 !important;
}

.nav-title, .nav-title:hover {
	border: none !important;
}

.nav-link, a {
    font-family: 'Poppins Medium', sans-serif;
    color: #d0ebff !important;
	font-size: 30px;
	margin: 0px 5px;
}

.nav-link:hover {
	color: #8cc8ef !important;
	border-bottom: 2px solid #8cc8ef;
}

.nav-link.active:hover {
  	color: #8cc8ef !important;
	border-bottom: 2px solid #8cc8ef !important;
}

.active {
	border-bottom: 2px solid #2ea8f7;
	color: #2ea8f7 !important;
}

.container {
	max-width: 80%;
	overflow: hidden;
}

/* index.php */
.content {
	margin: 30px;
}

.content-title {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
	color: #2ea8f7;
}

.about-title {
    font-family: 'Poppins Bold', sans-serif;
	text-align: center;
	font-size: 30px;
	color: #8cc8ef;
}

.about-text {
    font-family: 'Poppins Light', sans-serif;
	font-size: 20px;
}

.steam {
	font-size: 20px;
}

/* course-work/index.php */
.title {
	margin-top: 20px;
	color: #2ea8f7;
}

.sub-title {
    font-family: 'Poppins Light', sans-serif;
	font-size: 20px;
}

.course-row {
}

.course-box {
	text-align: center;
	padding: 5px;
}

.course-text {
	background: #5d5d5d52;
	min-height: 108px;
}

/* projects/index.php */
.projects-row {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.project-image {
	width: 100%;
	height: 500px;
}

a.project, a.project:hover {
	font-size: 20px;
	text-decoration: none;
	margin: 0;
}

.card-body {
	background-color: rgba(42, 42, 42, 0.48)
}

.card-title {
    font-family: 'Poppins Bold', sans-serif;
}

.card-sub-title {
    font-family: 'Poppins Light', sans-serif;
	font-size: 15px;
}

.card-text {
    font-family: 'Poppins Light', sans-serif;
}

.card-footer {
	border-top: 1px solid white;
	text-align: center;
	background-color: rgb(86, 86, 86, 0.48);
}

.card-footer:hover {
	background: rgb(60 60 60 / 48%);
	color: #2ea8f7 !important;
}

.language {
	background-color: rgba(255, 144, 164, 0.1);
    padding: 0.1rem 0.3rem;
	border-radius: 3px;
	margin: 2px;
}

.language-HTML {
    color: #5f61ff;
}

.language-PHP {
	color: #5fffd5;
}

.language-Javascript {
	color: #ff96a7;
}

.visit {
	margin: 0;
}

.resume {
	width: 100%;
    height: 100vh;
}





/* Responsive */
@media (max-width: 1024px) {
	
}
@media (max-width: 768px) {
	
}
@media (max-width: 480px) {
	
}
@media (min-width: 769px) {
	
}