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 */
- 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 .fullimage {
- position: relative;
- display: inline-block;
- width: 100%;
- float: left;
- }
- .innercont .title {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- margin: 20px 0 40px;
- }
- .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 .imagetable {
- position: relative;
- float: left;
- max-width: 100%;
- max-height: 30px;
- border-collapse: collapse;
- margin-top: 15px;
- margin-bottom: 40px;
- }
- .innercont .body .imagetable img {
- position: relative;
- top: 0;
- max-width: 95%;
- max-height: 90%;
- border-radius: 13px;
- }
- .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 .our-approach-icons {
- position: relative;
- display: inline-block;
- width: 100%;
- float: left;
- }
- .innercont .body .our-approach-icons .icon {
- position: relative;
- display: inline-block;
- width: 25%;
- float: left;
- text-align: center;
- }
- .innercont .body .our-approach-icons .icon:after {
- content: url('../images/our approach/arrow.png');
- position: absolute;
- display: block;
- top: 50%;
- transform: translateY(-50%);
- right: 0;
- height: 30px;
- }
- .innercont .body .our-approach-icons .icon:nth-child(4):after {
- content: '';
- }
- .innercont .body .our-approach-icons .icon img {
- position: relative;
- display: inline-block;
- width: 70%;
- float: none;
- }
- .innercont .body .our-approach-icons .icon h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- font-size: 18px;
- font-family: 'Work Sans';
- font-weight: 100;
- color: #6b6b6b;
- margin: 7px 0;
- line-height: 25px;
- float: none;
- }
- .innercont .body .our-approach-icons .icon h2 {
- position: relative;
- display: inline-block;
- width: 100%;
- font-size: 14px;
- float: none;
- }
- .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: #f47d31;
- width: 270px;
- border-radius: 5px;
- box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
- }
- .innercont .body .buttoncontainer .ctabutton h1 {
- position: relative;
- font-size: 16px;
- font-family: 'Work Sans';
- font-weight: 100;
- color: #ffffff;
- padding: 10px 0px 0px 10px;
- line-height: 25px;
- float: left;
- text-align: left;
- transition: all 0.5s ease;
- }
- .innercont .body .buttoncontainer .ctabutton .icon {
- position: absolute;
- width: 50px;
- height: 100%;
- top: 0px;
- right: 0px;
- background-color: #c36427;
- overflow: hidden;
- border-radius: 5px;
- transition: width 0.5s ease, background-color 0.5s ease;
- }
- .innercont .body .buttoncontainer .ctabutton .baseicon {
- position: absolute;
- width: 25px;
- height: 25px;
- top: 50%;
- right: 50%;
- transform: translate(50%,-50%);
- transition: right 0.3s ease, all 0.5s ease;
- }
- .innercont .body .buttoncontainer .ctabutton:hover .icon {
- width: 100%;
- background-color: #88bc40;
- }
- .innercont .body .buttoncontainer .ctabutton:hover h1 {
- transform: translateX(-100%);
- }
- .innercont .body .buttoncontainer .ctabutton:hover .baseicon {
- right: 50%;
- transform: translate(50%,-50%) scale(1.4);
- transition: right 0.1s ease, all 0.5s ease;
- }
- .innercont .body .contact {
- position: relative;
- display: inline-block;
- width: 100%;
- margin-top: -5px;
- padding: 20px 0;
- border-top: 1px solid #d7d7d7;
- }
- .innercont .body .contact .image {
- position: absolute;
- display: inline-block;
- width: 100px;
- height: 100px;
- border-radius: 100%;
- overflow: hidden;
- -webkit-box-shadow: 0px 0px 0px 2px #c5c5c5;
- -moz-box-shadow: 0px 0px 0px 2px #c5c5c5;
- box-shadow: 0px 0px 0px 2px #c5c5c5;
- transform: translateX(0);
- }
- .innercont .body .contact .image img {
- position: absolute;
- display: inline-block;
- left: 50%;
- top: 50%;
- max-width: 100%;
- max-height: 100%;
- transform: translate(-50%, -50%);
- }
- .innercont .body .contact .text-column {
- position: relative;
- display: inline-block;
- width: 100%;
- float: left;
- padding-left: 140px;
- box-sizing: border-box;
- }
- .innercont .body .text-column .contact-title {
- font-size: 24px;
- margin-bottom: 20px;
- }
- .innercont .body .contact .telephone-image {
- position: relative;
- display: inline-block;
- width: 20px;
- height: 20px;
- float: left;
- }
- .innercont .body .contact .telephone-text {
- position: relative;
- display: inline-block;
- width: auto;
- float: left;
- margin: 0 10px;
- }
- .innercont .body .contact .email-image {
- position: relative;
- display: inline-block;
- width: 20px;
- height: 20px;
- float: left;
- margin-top: 2px;
- }
- .innercont .body .contact .email-text,
- .innercont .body .contact .email-text h2 {
- position: relative;
- display: inline-block;
- margin: 0;
- float: left;
- width: auto;
- }
- .innercont .body .contact .email-text {
- margin: 0 10px;
- }
- .innercont .body .bullet-header {
- font-size: 26px;
- margin-top: 40px;
- padding-left: 30px;
- }
- .innercont .body .bullet-header::before {
- content: url('../images/our approach/arrow.png');
- position: absolute;
- display: block;
- top: -4px;
- left: 0;
- height: 30px;
- }
- .gallery {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: center;
- margin-top: 40px;
- padding-top: 30px;
- border-top: 2px solid #bbbbbb;
- }
- .inspirationimage {
- position: relative;
- display: inline-block;
- width: 30%;
- }
- /* 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% }
- .innercont .body .buttoncontainer { padding: 25px 0; }
- .innercont .body .buttoncontainer .ctabutton.but1 { width: 100%; }
- .innercont .body .buttoncontainer .ctabutton.but2 { width: 100%; }
- .innercont .body .buttoncontainer .ctabutton.but3 { width: 100%; }
- .innercont .body .contact { border-top: 2px solid #d0d0d0; padding: 20px 0; margin: 0;}
- }
- /* ----------------------------------------------------*/
- /* Custom, iPhone Retina */
- /* ----------------------------------------------------*/
- @media only screen and (max-width : 320px) {
- .innercont .body .our-approach-icons .icon { width: 100%; }
- .inspirationimage { width: 48%; }
- }
- /* ----------------------------------------------------*/
- /* Extra Small Devices, Phones */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 320px) and (max-width : 480px) {
- .innercont .body .our-approach-icons .icon { width: 100%; }
- .inspirationimage { width: 48%; }
- }
- /* ----------------------------------------------------*/
- /* Small Devices, Tablets */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 480px) and (max-width : 768px) {
- .innercont .body .our-approach-icons .icon {
- width: 50%;
- }
- }
- /* ----------------------------------------------------*/
- /* Medium Devices, Desktops */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 768px) and (max-width : 992px) {
- .innercont .body .our-approach-icons .icon {
- width: 50%;
- }
- }
- /* ----------------------------------------------------*/
- /* Large Devices, Wide Screens */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 992px) and (max-width : 1200px) {
- .innercont .body .buttoncontainer .ctabutton.but1 { width: 100%; }
- .innercont .body .buttoncontainer .ctabutton.but2 { width: 100%; }
- .innercont .body .buttoncontainer .ctabutton.but3 { width: 100%; }
- }
Advertisement
Add Comment
Please, Sign In to add comment