/* CSS Document */
/* Global Styles*/

body {
	background-color: #ebe3e1;
	margin: 0px !important;
	width: 100%;
	overscroll-behavior-y: none;
}

ul.ba {
	list-style-type: none;
}

h1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 32px;
	text-transform: capitalize
}

h2, a {
	font-size: calc(var(--font-size-pref) + 4px);
	color: #944e7b;
}

h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	text-transform: uppercase;
}

h4{
	font-family: montag;
	font-size: 18px;
	letter-spacing: 2px;
}

p, h2, a, li, th, td, label, .accessibility * {
	font-family: hind siliguri, sans-serif;
}

p {
	font-size: 18px;
	line-height: 30px;
	font-style: normal;
	font-weight: 300;
}

li {
margin-bottom: 10px;
}
.button{
	max-width: 60%;
	max-height: 60%;
}




/*Navigation*/

.header {
	border-bottom: 1px solid #E2E8F0;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	width: 100%; 
}

.hamburger {
	display: none;
}

.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #101010;
}

.nav-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin-right: 15%;
}

.nav-item {
	margin-left: 2rem;
}

.nav-link {
	font-size: 1.6rem;
	font-weight: 400;
	color: #475569;
}

	.nav-link:hover {
		color: #482ff7;
	}






/*End Of Nav*/

/*Shae Image*/

.shae-image {
	z-index: 1;
	float: right;
	width: 15%;
	margin-top: -17%;
}

.background {
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	width: 100%;
}

.content {
    position: relative;
    left: 25%;
	width: 74%;
}

.logo{
	position: relative;
	left: 25%;
	width: 5%;
}

/*Footer*/

.footer{
	background-color: #29666e;
	padding: 5px;
	width: 100%;
}

.footermain{
	position: relative;
    left: 25%;
	width: 74%;
}

.footer-text{
	color: #fff
}
.nia {
	max-width: 25vmin;
	max-height: 25vmin;
}

/* Template 1 Styles */

.lesson-title-div{
	margin: auto;
    width: 60%;
    padding: 10px;
}

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

.lesson-temp1{
	margin: auto;
    width: 80%;
    padding: 40px;
	background-color: black;
}

.lesson-1-right{
	float: right;
    width: 49%;
    padding: 10px;
    background-color: pink;
}
.lesson-1-left{
	float: left;
    width: 49%;
    padding: 10px;
    background-color: orangered;
}

/* Template 2 Styles */

.lesson-temp2{
	margin: auto;
    width: 80%;
    padding: 40px;
	background-color: black;
}

.lesson-2-right{
	float: right;
    width: 60%;
    padding: 10px;
    background-color: pink;
}
.lesson-2-left{
	float: left;
    width: 38%;
    padding: 10px;
    background-color: orangered;
}


/* Template 3 Styles */

.lesson-temp3{
	margin: auto;
    width: 80%;
    padding: 40px;
	background-color: black;
}

.lesson-3-right{
	float: right;
    width: 38%;
    padding: 10px;
    background-color: pink;
}
.lesson-3-left{
	float: left;
    width: 60%;
    padding: 10px;
    background-color: orangered;
}

/* Profile Page*/

body {
	margin: 0;
	padding: 0;
	background-color: var(--back-col-pref);
}

.profile {
	display: flex;
	margin: 12px 25% 5% 25%;
	padding: 40px;
	border-radius: 16px;
	text-align: center;
	background-color: var(--back-col-pref);
}

button {
	margin-right: 8px;
}

.user {
	margin: 40px;
	text-align: left;
}

.course {
	flex: 1;
	text-align: left;
	width: 100%;
}

	.course p {
		display: flex;
	}

		.course p span {
			margin-left: auto;
			padding-left: 32px;
		}

.course-title {
	display: flex;
}

	.course-title * {
		display: flex;
		margin-top: auto;
		margin-bottom: auto;
	}

	.course-title button {
		margin-bottom: 12px;
	}

	.course-title a {
		margin-bottom: 24px;
	}


/* Back Button */

.back  {
	padding: 15px;
	background-color: #29666e;
	color: white;
	border-radius: 15px;
}

/*Instruction Button*/

.instruct-button {
	border-radius: 10px;
	background: #24656f;
	color: white;
	text-decoration: none;
	font-size: var(--font-size-pref);
	border: none;
	margin-top: 10px !important;
	padding: 10px;
	display: flex;

}

.homepage-butt{
margin-bottom: 10px;
white-space: nowrap;
display: flex;
}

.link-button{
	background: #24656f;
	color: white;
	white-space: nowrap;
}
/* Dropdown Button */

button.dropdown  {
	background-color: #29666e;
	color: white;
	border-radius: 15px;
	padding: 5px 8px 5px 8px;
	border: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}


/* footer */


/* Create four equal columns that floats next to each other */
.fc-1 {
	float: left;
	width: 24%;
	padding: 25px 0px 25px 0px;
	margin-top: 0;
	background-color:#24656f;
	text-align: center;
}

/* Clear floats after the columns */
.footer:after {
	content: "";
	display: table;
	clear: both;
}

/* Cookies */

.cookies {
	width: 100%;
	padding: 20px 0 20px 0;
	margin-bottom: 0;
	text-align: center;
	color: white;
	background-color: #3693a1;
}
.cookies p, .cookies a {
	margin: 0;
	color: white!important;
}

.cookies button {
	color: white;
	border: 1px solid white;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	background: none;
	font-size: 16px;
	transition: ease-out 0.125s;
}

.cookies button:hover {
	background-color: white;
	color: #3693a1;
	cursor: pointer;
	transition: ease-in 0.125s;
}

.reset-button {
	border-radius: 5px;
	border: solid;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	background: #944e7b;
	color: #fff;
	margin-top: 10px;
	font-size: var(--font-size-pref);
}
