Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .bodycontainer {
- position: relative;
- display: inline-block;
- margin-top: 80px; /* size of header */
- margin-left: 20%; /* size of side-nav */
- padding-bottom: 200px;
- background-color: #ffffff;
- float: left;
- width: 80%;
- }
- .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 40px;
- }
- .innercont .title:nth-child(3) {
- margin: 90px 0 0px;
- }
- .innercont .title h1 {
- font-size: 40px;
- font-family: 'Work Sans';
- font-weight: 100;
- color: #8ec640;
- }
- .innercont .title:after {
- content: '';
- position: absolute;
- bottom: -16px;
- width: 0px;
- height: 2px;
- background-color: #8ec640;
- animation: underline_animation 1s 0.5s 1 normal forwards;
- -o-animation: underline_animation 1s 0.5s 1 normal forwards;
- -moz-animation: underline_animation 1s 0.5s 1 normal forwards;
- -webkit-animation: underline_animation 1s 0.5s 1 normal forwards;
- }
- @keyframes underline_animation {
- 0% { width: 0px; }
- 100% { width: 100px; }
- }
- @-webkit-keyframes underline_animation {
- 0% { width: 0px; }
- 100% { width: 100px; }
- }
- @-moz-keyframes underline_animation {
- 0% { width: 0px; }
- 100% { width: 100px; }
- }
- @-o-keyframes underline_animation {
- 0% { width: 0px; }
- 100% { width: 100px; }
- }
- .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: 15px;
- font-family: 'Work Sans';
- font-weight: 100;
- color: #6b6b6b;
- margin: 7px 0;
- line-height: 25px;
- width: 100%;
- float: left;
- }
- .innercont .body .column.c1 h2 {
- font-weight: bold;
- }
- .innercont .body h2 a {
- font-weight: 600;
- color: #8ec640;
- text-decoration: none;
- }
- .innercont .body h2 span {
- font-size: 24px;
- font-family: 'Raleway';
- font-weight: 200;
- color: #83c640;
- }
- .innercont .body .column.c1 .quote {
- position: relative;
- display: inline-block;
- margin-top: 20px;
- padding: 5px 0px 10px 0px;
- border-top: 2px solid #8ec640;
- border-bottom: 2px solid #8ec640;
- }
- .innercont .body .column.c1 .quote h2 {
- width: 100%;
- line-height: 25px;
- font-size: 13px;
- font-weight: 100;
- font-family: 'Raleway';
- margin-top: 10px;
- color: #8ec640;
- }
- .innercont .body .column.c1 .quote h3 {
- font-size: 17px;
- font-family: 'Work Sans';
- color: #8ec640;
- font-weight: 400;
- width: 100%;
- margin-top: 10px;
- }
- .innercont .body .list {
- position: relative;
- display: inline-block;
- width: 100%;
- margin-bottom: 20px;
- float: left;
- }
- .innercont .body .list h2:nth-child(1) {
- border-top: 2px solid #8ec640;
- }
- .innercont .body .list h2:nth-last-child(1) {
- border-bottom: 2px solid #8ec640;
- }
- .innercont .body .list h2 {
- /*border-top: 1px solid #8ec640;
- border-bottom: 1px solid #8ec640;*/
- /* if you put the lists back together then seperate them into two */
- color: #8ec640;
- margin: 0;
- padding: 7px 0;
- }
- .carouselcontainer {
- position: relative;
- display: inline-block;
- width: 100%;
- height: 150px;
- margin-top: 30px;
- }
- .quotecontainer {
- position: relative;
- display: inline-block;
- width: 80%;
- height: 100%;
- float: left;
- overflow: hidden;
- }
- .quotecontainer .customer {
- display: inline-block;
- position: absolute;
- height: 100%;
- width: 25%;
- left: 0;
- top: 0;
- font-size: 18px;
- line-height: 25px;
- color: rgba(0,0,0,0.4);
- }
- .quotecontainer .customer img {
- position: absolute;
- display: inline-block;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- max-width: 80%;
- max-height: 100%;
- }
- .leftbuttonarrowcontainer,
- .rightbuttonarrowcontainer {
- position: relative;
- display: inline-block;
- width: 10%;
- max-width: 40px;
- height: 100%;
- float: left;
- }
- .leftbuttonarrow,
- .rightbuttonarrow {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 100%;
- z-index: 5;
- cursor: pointer;
- }
- .leftbuttonarrow:hover,
- .rightbuttonarrow:hover {
- transform: translate(-50%, -50%) scale(1.2);
- }
- .leftbuttonarrow img,
- .rightbuttonarrow img{
- width: 100%;
- }
- .body .case_study_title {
- position: relative;
- display: inline-block;
- width: 100%;
- border-bottom: 1px solid #8ec640;
- background-color: transparent;
- float: left;
- margin: 10px 0;
- cursor: pointer;
- }
- .body .case_study_title h2 {
- position: relative;
- display: inline-block;
- margin: 0;
- width: 100%;
- float: left;
- color: #8ec640;
- background-color: transparent;
- font-size: 14px;
- font-family: sans-serif;
- font-weight: 100;
- padding: 0;
- padding-bottom: 10px;
- }
- .body .case_study_title h3 {
- position: absolute;
- display: inline-block;
- right: 30px;
- bottom: 10px;
- color: #8ec640;
- background-color: transparent;
- font-size: 14px;
- font-family: sans-serif;
- font-weight: 100;
- }
- .body .case_study_title .plus {
- position: absolute;
- display: inline-block;
- right: 0;
- top: 0;
- color: #8ec640;
- background-color: transparent;
- font-size: 30px;
- font-family: sans-serif;
- font-weight: bold;
- padding-bottom: 10px;
- opacity: 0;
- transition: opacity 0.5s ease;
- }
- .body .case_study_title .minus {
- position: absolute;
- display: inline-block;
- right: 3px;
- bottom: 17px;
- height: 4px;
- width: 13px;
- background-color: #8ec640;
- opacity: 0;
- transition: opacity 0.5s ease;
- }
- .body .case_study_title .plus.active,
- .body .case_study_title .minus.active {
- opacity: 1;
- }
- .body .case_study_container {
- position: relative;
- display: inline-block;
- max-height: 0;
- overflow: hidden;
- transition: max-height 1s cubic-bezier(0,1,0,1);
- text-align: center;
- }
- .body .case_study_container.open {
- max-height: 1000px;
- transition: max-height 1s ease-in-out;
- }
- .body .case_study_container h1 {
- position: relative;
- display: inline-block;
- margin: 0;
- width: 100%;
- float: left;
- color: #8ec640;
- background-color: transparent;
- font-size: 14px;
- font-family: sans-serif;
- font-weight: 100;
- padding-top: 10px;
- text-align: left;
- }
- .body .case_study_container h2 {
- position: relative;
- display: inline-block;
- margin: 0;
- width: 100%;
- float: left;
- color: #a7a7a7;
- background-color: transparent;
- font-size: 14px;
- font-family: sans-serif;
- font-weight: 100;
- padding-top: 10px;
- text-align: left;
- }
- .body .case_study_container img {
- position: relative;
- display: inline-block;
- width: 400px;
- margin-top: 20px;
- }
- .body .imagetable {
- position: relative;
- float: left;
- width: 100%;
- border-collapse: collapse;
- }
- .body .imagetable img {
- position: relative;
- left: 50%;
- transform: translateX(-50%);
- max-width: 40%;
- max-height: 40%;
- border-radius: 13px;
- }
- .body .imagetable .width50 { width: 25%; }
- /* MEDIA QUERIES */
- /* ----------------------------------------------------*/
- /* Code That Doesnt Change Between Mobile Resolution */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 0px) and (max-width : 992px) {
- .innercont .body .column.c1 { width: 100%; margin-right: 0; }
- .innercont .body .column.c2 { width: 100% }
- }
- /* ----------------------------------------------------*/
- /* Custom, iPhone Retina */
- /* ----------------------------------------------------*/
- @media only screen and (max-width : 320px) {
- }
- /* ----------------------------------------------------*/
- /* Extra Small Devices, Phones */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 320px) and (max-width : 480px) {
- }
- /* ----------------------------------------------------*/
- /* Small Devices, Tablets */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 480px) and (max-width : 768px) {
- }
- /* ----------------------------------------------------*/
- /* Medium Devices, Desktops */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 768px) and (max-width : 992px) {
- }
- /* ----------------------------------------------------*/
- /* Large Devices, Wide Screens */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 992px) and (max-width : 1200px) {
- .innercont .body .buttoncontainer .ctabutton h1 { width: 70%; }
- .innercont .body .buttoncontainer .ctabutton.but3 { height: 70px; width: 100%; margin-right: 0; }
- }
Advertisement
Add Comment
Please, Sign In to add comment