/* Course Details CSS Document */

.Frame_Sub_Nav_Menu {
	margin-bottom: 0;
}

/* Dark Background */
.Head_Container {
	width: 100%;
	background-color: #061F00;
	padding: 20px 0;
}

.Section_Login_Signup_Buttons {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: 1rem;
	max-width: 13rem;
	margin: 0 auto;
}

.Section_Login_Signup_Buttons .Button_Main {
	font-weight: 700;
	max-width: 12rem;
}

.Video_Description {
	margin: 3rem 0 4rem;
}



/* Get rid of white space at bottom of page, before footer, so bottom graphic is flush with the footer */
.Page_Body {
	margin-bottom: 0;
}



/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}





/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}