Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .bodycontainer {
- position: relative;
- display: inline-block;
- margin-top: 140px; /* size of header */
- margin-left: 20%; /* size of side-nav */
- padding-bottom: 200px;
- background-color: #ffffff;
- float: left;
- width: 80%;
- }
- .headerimage {
- position: absolute;
- display: inline-block;
- width: 100%;
- height: 220px;
- top: 0;
- left: 0;
- }
- .headerimage img {
- width: 100%;
- height: 100%;
- }
- .innercont {
- position: relative;
- display: inline-block;
- float: left;
- padding: 5vh 5vw;
- box-sizing: border-box;
- background-color: #ffffff;
- }
- .innercont .title {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- margin: 20px 0 20px;
- }
- .innercont .title h1 {
- font-size: 24px;
- font-family: sans-serif;
- font-weight: 600;
- color: #8ec640;
- }
- .innercont .title:after {
- content: '';
- position: absolute;
- bottom: -10px;
- width: 100px;
- height: 2px;
- background-color: #8ec640;
- }
- .innercont .body {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- }
- .innercont .body .column {
- position: relative;
- display: inline-block;
- height: 100%;
- float: left;
- }
- .innercont .body .column.c1 { width: 30%; margin-right: 5%; }
- .innercont .body .column.c2 { width: 65% }
- .innercont .body h2 {
- position: relative;
- font-size: 17px;
- font-family: sans-serif;
- font-weight: 100;
- color: #6b6b6b;
- margin: 17px 0;
- line-height: 25px;
- width: 100%;
- float: left;
- }
- .innercont .body h2 a {
- font-weight: 600;
- color: #8ec640;
- text-decoration: none;
- }
- .innercont .body .quote {
- display: inline-block;
- padding: 10px 0px 10px 0px;
- border-top: 2px solid #8ec640;
- border-bottom: 2px solid #8ec640;
- }
- .innercont .body .quote h2 {
- width: 100%;
- font-weight: 100;
- margin-top: 10px;
- color: #8ec640;
- }
- .innercont .body .quote h3 {
- font-size: 17px;
- font-family: sans-serif;
- color: #8ec640;
- font-weight: 100;
- width: 100%;
- margin-top: 10px;
- }
- .innercont .body h2 span {
- font-weight: bold;
- color: #83c640;
- }
- .innercont .body .imagetable {
- position: relative;
- float: left;
- max-width: 100%;
- max-height: 30px;
- border-collapse: collapse;
- }
- .innercont .body .imagetable img {
- position: relative;
- top: 0;
- max-width: 95%;
- max-height: 90%;
- }
- .innercont .body .imagetable .left { width: 50%; }
- .innercont .body .imagetable .left img { left: 0; }
- .innercont .body .imagetable .right { width: 50%; }
- .innercont .body .imagetable .right img { right: 0; }
- .innercont .body .buttoncontainer {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- padding-top: 50px;
- text-align: center;
- }
- .innercont .body .buttoncontainer .ctabutton {
- position: relative;
- display: inline-block;
- height: 48px;
- background-color: #8ec640;
- transition: transform 0.5s ease;
- }
- .innercont .body .buttoncontainer .ctabutton:hover {
- transform: translateY(-10px);
- }
- .ctabutton.but1 { width: 290px; margin-right: 15px; }
- .ctabutton.but2 { width: 200px; }
- .innercont .body .buttoncontainer .ctabutton h1 {
- position: relative;
- font-size: 18px;
- font-family: sans-serif;
- font-weight: 100;
- color: #ffffff;
- padding: 10px 0px 0px 10px;
- line-height: 25px;
- width: 100%;
- float: left;
- text-align: left;
- }
- .innercont .body .buttoncontainer .ctabutton .icon {
- position: absolute;
- width: 50px;
- height: 100%;
- top: 0px;
- right: 0px;
- background-color: #7aac34;
- overflow: hidden;
- }
- .innercont .body .buttoncontainer .ctabutton:hover .baseicon {
- right: 60px;
- transition: right 0.1s;
- }
- .innercont .body .buttoncontainer .ctabutton:hover .arrow {
- right: 10px;
- transition: right 0.3s;
- }
- .innercont .body .buttoncontainer .ctabutton .baseicon {
- position: absolute;
- width: 29px;
- height: 29px;
- top: 7px;
- right: 10px;
- transition: right 0.3s;
- }
- .innercont .body .buttoncontainer .ctabutton .arrow {
- position: absolute;
- width: 29px;
- height: 29px;
- top: 7px;
- right: -50px;
- transition: right 0.1s;
- }
Advertisement
Add Comment
Please, Sign In to add comment