body {
    margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
    font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif; 
    font-weight: 400;
    font-size: 3.0rem;
}

h3 {
    font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif; 
	font-weight: 400;
}  

p {
	font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif; 
}

p a {
	color: #6100bb;
}

p a:hover {
	color: #f10088;
	text-decoration: none;
}

/**-------------------------------Header--**/

.header {
	background-color: #6100bb;
	clear: both;
	margin: 0;
}

.header:after { 
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
 }

.header .logo {
    float: left;
    margin: 20px 20px 20px 40px;
    width: 160px;
}

.nav {
	padding: 0px;
}

.nav ul {
	list-style: none;
	text-align: right;
}

.nav li {
	margin: 10px 0 0 0;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
}

.nav ul li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 1rem;
}

.nav ul li a:hover {
	color: #fff568;
	border-bottom: 1px solid #f10088;
}

/**-------------------------------Main--**/

.main {
    width: 65.45%;
	float: right;
	margin-top: 20px;
}

.heading-text h2 {
    color: #f10088;
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid black;
}

.heading-text p {
    font-style: italic;
}

.article .laptop {
    width: 62.5%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.article p {
	font-family: Arial, Helvetica, sans-serif;
}

.author-bio {
    background-color: #fdf9c7;
	border: 1px solid #6100bb;
	height: 150px;
}

.author-bio h3 {
    color: #6100bb;
	border-bottom: 1px solid #6100bb;
    margin: 10px 15px 10px 15px;
}

.author-bio p {
    margin: 10px;
}

.author-bio .author-profile-pic {
    width: 100px;
	float: left;
	margin: 0 15px 15px 15px;
}

.comment-section h3 {
    color: #6100bb;
	font-size: 2.6rem;
	margin: 10px 0 10px 0;
}

.comment1 {
    border: 1px solid #6100bb;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.comment-section .name-date {
    color: #6100bb;
    margin: 10px;
}

.comment-section .comment-text {
	font-style: italic;
	margin: 10px;
}

/**-------------------------------Left-Section--**/


.left-section {
    width: 32.72%;
	padding-top: 25px;
}

.left-section h2 {
	padding: 13px;
	text-transform:uppercase;
	background-color:  #6100bb;
	color: #fdf9c7;
	margin: 0;
	font-size: 1rem;
}

.left-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.left-section li {
	border-bottom: 1px solid #6100bb;
    font-family: TimesNewRoman,"Times New Roman",Times,Georgia,serif; 
}

.left-section li:hover {
	background-color: #fdf9c7;
}

.left-section a {
	color: #6100bb;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	display: inline-block;
}

.left-section a:hover {
	text-decoration: underline;
	color: #f10088;
}

.left-section li:nth-child(odd) {
	border-bottom: 1px solid #f10088;

}

.left-section form {
    background-color: #fdf9c7;
	text-align: center;
}

.left-section form input {
	width: 70%;
}

form #email-input {
	padding: 10px;
}

form .submit-button {
	background-color: #6100bb;
	color: #fff;
	padding: 8px;
	margin: 8px;
	border-radius: 8px;
	font-size: 1rem;
	text-transform: uppercase;
}

.subscription h2 {
    text-transform: uppercase;
    background-color: #f10088;
    color: #fff;
    margin: 40px 0 0 0;
    padding: 10px;
    font-size: 1rem;
}