/*---------------------------------
3.0 Front Page 
---------------------------------*/

.front-page .description {
width: 700px;
margin: 35% 0px 30px 0px; 
display: inline-block;
float: right;
  text-align:right;
}

.front-page .description p {
	padding: 24px 30px;
    background: rgba(102, 99, 202, .9);
    color: #FFF;
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
    border-radius: 10px;
}

span.read-more  {
float: right;
margin: 20px 0px 0px;
}

span.read-more a:link,
span.read-more a:visited {
background: rgba(237, 170, 7, .9);
    padding: 17px 30px;
    text-transform: uppercase;
    font-size: 15.5px;
    color: #FFF;
    font-weight: 800;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 10px;
}

/*---------------------------------
5.0 Homepage 
---------------------------------*/

.front-page h1 {
line-height: 46px;
}

.front-page #content {
float: left;
    width: 100%;
    margin-top: 100px;
    padding: 20px 5%;
text-align: center;
}

.front-page h2 {
    font-size: 34px;
    margin-bottom: 30px;
}

.front-page #content p {
font-size: 18px;
line-height: 36px;
}

.front-page .sidebar {
float: right;
width: 28%;
margin-top: -70px;
padding: 20px 1% 0px;
}

.front-page .sidebar h3 {
text-align: center;
}

.full-page #content {
width: 96%;
}