//GLOBALS body, html { .copyText; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: @white; } a { text-decoration: none; color: @blueBright; &:hover { color: @pink; } } //COLOURS @blueDeep: #121417; @blueMedium: #003C69; @blueBright: #67C4DA; @blueLight: #d7e9ef; @pink: #D8127D; @white: #fff; @greyBg: #fbfbfb; @greyHr: #979797; @greyFooter: #8c8c8c; @greyText: #595959; @blackish: #1e1e1e; @black: #000; //FONTS .fontLight { font-family: "canada-type-gibson",sans-serif; font-weight: 200; } .fontRegular { font-family: "canada-type-gibson",sans-serif; font-weight: 400; } // GENERAL TEXT STYLES .h1 { &:extend(.fontLight); font-size: 34px; color: @blueBright; line-height: 41px; margin-bottom: 43px; text-align: center; } .copyText { &:extend(.fontLight); color: @blueDeep; font-size: 18px; line-height: 22px; } .copyTextSmall { &:extend(.fontLight); color: @blueDeep; font-size: 15px; line-height: 19px; } // SPECIALIZED TEXT STYLES .heroText { &:extend(.fontLight); font-size: 37px; color: @white; line-height: 44px; } .tourNavText { &:extend(.fontLight); font-size: 25px; line-height: 30px; color: @blueBright; } .signInUpText { &:extend(.fontLight); font-size: 17px; line-height: 20px; color: @white; text-transform: uppercase; &:hover { color: @pink; } } .featureCircleH1 { &:extend(.fontLight); font-size: 20px; color: @pink; letter-spacing: 1.11px; line-height: 24px; margin-bottom: 22px; } .caseStudyText { &:extend(.fontRegular); font-size: 23px; color: @white; line-height: 28px; } .oldWayNewWayTH { &:extend(.fontLight); font-size: 24px; color: @pink; line-height: 29px; } .blueBoxTitle { &:extend(.fontRegular); font-size: 43px; color: @white; line-height: 52px; text-align: center; } .blueBoxCopy { &:extend(.fontLight); font-size: 43px; color: @white; line-height: 52px; } .galleriesPressTitle { &:extend(.fontLight); font-size: 30px; color: @black; line-height: 36px; margin-bottom: 50px; } .featureBlogDesc { &:extend(.fontLight); font-size: 13px; color: @blueBright; line-height: 22.79px; } .featureBlogTitle { &:extend(.fontLight); font-size: 17px; color: @greyText; line-height: 22.79px; text-transform: uppercase; } .teamName { &:extend(.fontRegular); color: @black; font-size: 19px; } .teamPosition { } .footerText { &:extend(.fontLight); font-size: 14px; color: @white; line-height: 17px; } .subfooterText { color: @blackish; } // DEVICES .button { display: inline-block; padding: 25px 40px; &:extend(.fontRegular); border: 1px solid; font-size: 22px; line-height: 26px; text-decoration: none; min-width: 265px; text-align: center; &.blue { @bgColor: @blueBright; color: @white; background-color: @bgColor; border-color: @bgColor; &:hover { background-color: fade(@bgColor,50); } } &.blue-overPic { @bgColor: @blueBright; color: @white; background-color: @bgColor; border-color: @bgColor; &:hover { background-color: @white; color: @bgColor; } } &.white-blue { @bgColor: @white; color: @blueBright; background-color: @bgColor; border-color: @blueBright; &:hover { background-color: fade(@blueBright,50); color: @white; } } &.small { &:extend(.fontLight); padding: 10px 15px; font-size: 14px; color: @white; background-color: transparent; border-color: @white; } } .chevron-divider { background-image: url(../../images/svg/ascribe-chevron.svg); background-position: bottom; width: 100%; background-size: 100%; opacity: 0.35; }