﻿@charset "UTF-8";
/* CSS Document */

.panel {
	height: auto;
	width: 700px;
	/* Keep scalable
	margin-left: 200px;
	margin-right: 200px; */
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}

.toppanel {
	/* Keep scalable
	left: 200px;
	right: 200px; */
	position: absolute;
	width: 700px;
	height: 125px;
	background-color: #8F3F86;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.topheading {
	-webkit-font-smoothing: antialiased;
	font-family: 'LatoWebLight';
	font-style: normal;
	color: white;
	text-align: center;
	position: relative;
	top: 10px;
}

.heading {
	-webkit-font-smoothing: antialiased;
	font-family: 'LatoWebLight';
	font-style: normal;
	color: #444444;
	text-align: center;
	position: relative;
}

.subheading {
	top: 10px;
	-webkit-font-smoothing: antialiased;
	font-family: 'LatoWebLight';
	font-style: normal;
	font-size: 22px;
	color: white;
	text-align:center;
	position:relative;
}

.description {
	position: relative;
	margin-top: 50px;
	text-align: justify;
}

p {
	-webkit-font-smoothing: antialiased;
	font-family: 'LatoWebLight';
	font-style: normal;
	font-size: 18px;
	color: #444444;
	margin-left: 50px;
	margin-right: 50px;
	word-wrap: break-word;
	text-align: center;
	padding-bottom: 30px;
}

hr {
	margin-left: 50px;
	margin-right: 50px;
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #444444;
}

.downloadbtn {
	background-color: #444444;
	-webkit-font-smoothing: antialiased;
	font-family: 'LatoWebLight';
	font-style: normal;
	font-size: 18px;
	color: white;
	border-radius: 5px;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	margin-left: 10px;
	transition: background-color .3s ease-in-out
}

.downloadbtn:hover {
	background-color: #8F3F86;
}

.about {
	text-align: center;
}

@media only screen and (max-width: 735px) {
	.toppanel {
		width: auto;
		left: 20px;
		right: 20px;
	}
	
	.panel {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		border-top-right-radius: 25px;
		border-top-left-radius: 25px;
	}
	
	.heading {
		font-size: 20px;
	}
	
	.subheading {
		font-size: 18px;
	}
	
	p {
		font-size: 15px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
