* {
	padding: 0;
	margin: 0;
	font-family: 'Playfair Display', serif;
	scroll-behavior: smooth;
}

body{
	background-color: #333;
}

.center {
	text-align: center;
}

.rowv {
	margin: auto 0;
	height: 100vh;
}

ul {
	list-style-type: none;
	padding: 70px 15px;
	font-weight: 800;
	font-size: 15px;
	position: relative;
}

li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-family: 'Roboto', sans-serif;
}

li a:hover {
	color: #ea1b23;
}

#menuBtn {
	background-color:  #2f3389;
	border-radius: 10px;
}

#sidebar {
	position: fixed;
	right: -250px;
	top: 50%;
	transform: translateY(-50%);
	width: 250px;
	min-height: 200px;
	background-color:  #2f3389;
	border-radius: 10px 0 0 10px;
	/* box-shadow: -10px 10px 20px #555; */
	transition: 0.5s;
}

button {
	background-color: transparent;
	border-radius: 45px;
	border: #fff 5px solid;
	color: #fff;
	width: 250px;
	padding: 15px 0;
	font-family: "Roboto";
	font-size: 1em;
	display: block;
	margin: 60px auto;
	cursor: pointer;
}

button:hover {
	background-color:#2f3389;
}

.about-pic {
	width: 350px;
	float: left;
	margin: 0 30px 20px 0;
}

.sect-title {
	font-size: 3em;
	text-align: center;
	padding: 5% 0;
}

section {
	width: 100%;
	min-height: 100vh;
	padding-bottom: 5%;
}

.row {
	margin: 15px auto;
	max-width: 1000px;
	padding: 0 20px;
}

.narrow {
	max-width: 500px;
}

.row a, a {
	text-decoration: none;
	color: #fff;
}

.row p {
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
}

.invert {
	color: #fff;
	background-color: #ea1b23;
}

.regular {
	color: #fff;
	background-color: #11145a;
}

.plain {
	color: #111111;
	background-color: #fff;
}

.plain h1, b {
	color: #2f3389;
}

#hero {
	background: linear-gradient(rgba(50,0,50,0.8),rgba(100,0,100,0.8)), url(img/History-bg.png) no-repeat center;
	background-size: cover;
}
#founder {
	background: linear-gradient(rgba(9, 8, 71, 0.9),rgba(33,33,33,0.9)), url(img/AboutthefounderPic2.jpg) no-repeat center;
	background-size: cover;
}
#sponsorship {
	background: linear-gradient(#ea1b23e6,rgba(33,33,33,0.9)), url(img/tbaf4.jpg) no-repeat center;
	background-size: cover;
}
#contact {
	background: linear-gradient(rgba(9, 8, 71, 0.9),rgba(33,33,33,0.9)), url(img//mountain.jpg) no-repeat center ;
	background-size: cover;
}

nav {
	width: 85%;
	margin: auto;
	padding-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	

.logo {
	width: 250px;
	cursor: pointer;
}

.menu {
	position: fixed;
	right: 8%;
	width: 45px;
	cursor: pointer;
}

.hero-title {
	color: #d4af37;
	font-weight: 800;
	font-size: 4em;	
}

#hero-info{
	margin: auto;
	text-align: center;
	background: transparent;
	padding-top: 20%;	
}

.subheading {
	color: #fff;
	font-size: 2em;
	font-style: italic;
}

form label {
	font-family: sans-serif;
}
input[type=text], input[type=email], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #fff;
	border-radius: 5px;
	box-sizing: border-box; /* padding and width stays in place */
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-family: sans-serif;
}

input[type=submit] {
	background-color: #fff;
	color: #110011;
	padding: 12px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 20px;
}

.contact-text {
	padding: 20px;
	background-color: #2f3389;
	border-radius: 5px;
	box-shadow: 0px 0px 30px #000000aa;
}


@media screen and (max-width: 420px) {
	.logo {
		width: 140px;
	}
	.menu {

	}
	.hero-info {
		padding-top: 60%;
	}
	.about-pic{
		width: 310px;
	}
	.hero-title {
		font-size: 3em;;
	}
	.row {
		
		max-width: 310px;
		padding: 0 20px;
		padding-bottom: 17%;
	}
	.row p {
		font-size: 16px;
	}
	.subheading {
		font-size: 1.2em;
	}
	.sect-title {
		font-size: 2em;
		padding-top: 17%;
	}
	p.center {
		font-size: 16px;
	}
	
}