|
- @font-face {
- src: url("fonts/Archivo_Black/ArchivoBlack-Regular.ttf") format("truetype");
- font-family: archivo-black;
- font-style: normal;
- }
- @font-face {
- src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
- font-family: open-sans;
- font-weight: bolder;
- }
- @font-face {
- src: url("fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
- font-family: open-sans;
- font-weight: bold;
- }
- @font-face {
- src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
- font-family: open-sans;
- font-style: normal;
- }
- @font-face {
- src: url("fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
- font-family: open-sans;
- font-weight: normal;
- font-style: italic;
- }
- .banner {
- height: 30vh;
- background-image: url("../images/cover-image.jpg");
- background-size: cover;
- background-repeat: no-repeat;
- display: flex;
- justify-content: center;
- position: relative;
- }
- .banner:after {
- content: "";
- width: 100%;
- height: 100%;
- position: absolute;
- background-color: rgba(64, 62, 65, 0.6);
- }
- .banner h3 {
- text-align: center;
- align-self: center;
- font-size: 36px;
- color: white;
- z-index: 1;
- }
-
- .about-content {
- margin: 50px auto;
- line-height: 1.8;
- letter-spacing: 0.8px;
- color: #808285;
- border-bottom: 1px solid #f1f1f1;
- }
- .about-content .inner-container {
- display: flex;
- justify-content: space-between;
- width: 90%;
- margin: 0 auto;
- }
- .about-content .inner-container .description {
- width: 60%;
- align-self: center;
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- }
- .about-content .inner-container .description p {
- width: 100%;
- }
- .about-content .inner-container .description marked {
- color: #28aae2;
- }
- .about-content .inner-container .description .heading {
- font-weight: bold;
- font-size: 36px;
- font-family: archivo-black;
- color: #403e41;
- }
- .about-content figure {
- width: 37%;
- align-self: center;
- display: flex;
- }
- .about-content figure img {
- width: 100%;
- align-self: center;
- }
- .about-content p {
- margin-top: 30px;
- width: 90%;
- margin: 30px auto 0;
- padding-bottom: 50px;
- }
-
- #our-team {
- width: 90%;
- margin: 30px auto 100px;
- }
- #our-team h3 {
- font-size: 36px;
- color: #403e41;
- text-align: center;
- font-family: archivo-black;
- }
- #our-team h3 marked {
- color: #28aae2;
- display: inline;
- }
- #our-team marked {
- color: #28aae2;
- padding: 10px 0 0;
- text-align: center;
- display: block;
- font-weight: bold;
- }
- #our-team .owl-team {
- margin: 50px 0;
- }
- #our-team .section-container {
- margin: 0 20px;
- }
- #our-team figure {
- width: 100%;
- display: block;
- margin: 0 auto;
- }
- #our-team figure img {
- width: 100%;
- }
- #our-team p {
- text-align: center;
- margin-top: 10px;
- }
- #our-team .owl-team-btn {
- margin: 20px auto;
- text-align: center;
- padding: 20px 0;
- }
- #our-team .owl-team-btn i {
- font-size: 16px;
- padding: 0 10px;
- color: #28aae2;
- cursor: pointer;
- }
-
- /*# sourceMappingURL=about.css.map */
|