@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,600;1,400;1,600&display=swap");
html {
font-size: 16px;
max-width: 100vw;
overflow-x: hidden;
min-height: 100vh;
}
html, body, label {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
font-size: inherit;
margin: 0;
}
a {
text-decoration-color: #27da34;
color: #27da34;
}
body {
background-color: white;
margin: 0;
}
.hidden {
visibility: hidden;
height: 0;
margin: 0;
padding: 0;
}
.view-all.btn {
text-align: center;
margin-top: 1rem;
margin: 0 auto;
display: block;
max-width: 200px;
justify-self: center;
}
header + .container {
padding-top: 1rem;
padding-bottom: 1rem;
}
.hero + .wp-container {
padding-top: 1rem;
}
.gform_button, .gform_next_button {
background: #27da34 !important;
color: #1b2034 !important;
}
.gf_progressbar_percentage {
background-color: #27da34 !important;
}
.container {
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 1rem; padding-right: 1rem; } @media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
form input[type=submit],
.btn:not(.card .card-header button) {
background: white !important;
color: #1b2034 !important;
border-radius: 3px;
padding: 12px 30px;
font-size: 12px;
margin: 10px 1px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
border: 1px solid #27da34 !important;
}
form input[type=submit]:hover,
.btn:not(.card .card-header button):hover {
background-color: #27da34 !important;
color: white !important;
}
header > div {
display: flex;
flex-direction: column;
color: #1b2034;
width: 100%;
}
header > div > div {
margin-top: auto;
margin-bottom: auto;
vertical-align: middle;
align-content: center;
}
@media (min-width: 768px) {
header > div {
flex-direction: row;
justify-content: space-between;
}
}
header img {
height: 5rem;
width: auto;
}
header .logo {
display: block;
}
header .btn {
height: 100%;
margin-top: auto;
margin-bottom: auto;
white-space: nowrap;
color: black;
font-weight: bold;
border: 1px solid #27da34;
}
header .btn:hover {
background-color: #27da34;
color: white;
}
header nav {
flex-grow: 1;
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
display: flex;
max-width: 36rem;
white-space: nowrap;
}
header nav > div {
width: fit-content;
margin-left: auto;
}
header nav ul {
margin-left: auto;
display: flex;
flex-grow: 1;
margin-bottom: auto;
gap: 2rem;
margin-right: 1rem;
height: 100%;
}
@media (min-width: 1200px) {
header nav ul {
justify-content: space-evenly;
}
}
header nav ul li {
list-style-type: none;
margin-top: auto;
margin-bottom: auto;
font-size: 1.125rem;
line-height: 1.75rem;
padding-right: 1.5rem;
}
header nav ul li.active a {
color: #27da34;
text-decoration: underline;
text-decoration-color: #27da34;
text-underline-offset: 4px;
}
header nav ul li:hover a {
color: #27da34;
}
header nav ul li a {
text-decoration: none;
color: #1b2034;
}
.home .hero-text {
color: white;
}
.home h1 {
font-size: 3.75rem;
line-height: 1;
font-weight: 600;
}
.home .hero-text p {
display: none;
font-weight: 600;
font-size: 1.5rem;
line-height: 2rem;
margin-top: 2.5rem;
}
@media (min-width: 768px) {
.home .hero-text p {
display: block;
}
}
@media (min-width: 768px) {
.homepage .services-header, .homepage .team-header {
margin-top: 2em;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
}
.homepage .youtube-video, .homepage iframe {
margin-left: auto;
margin-right: auto;
margin-top: 2em;
display: block;
max-width: 100vw;
}
.homepage .youtube-video img {
width: auto;
margin: auto;
}
.homepage h2.title {
margin-top: 2em;
margin-bottom: 1em;
text-transform: uppercase;
font-size: 2.25rem;
line-height: 2.5rem;
text-align: center;
}
.homepage .group-text {
margin-left: auto;
margin-right: auto;
max-width: 65ch;
}
.homepage h3.title {
margin-top: 2em;
margin-bottom: 1em;
text-transform: uppercase;
font-size: 2.25rem;
line-height: 2.5rem;
text-align: center;
}
.services-grid {
display: grid;
margin-top: 4em;
grid-template-columns: 1fr;
gap: 1rem;
}
@media (min-width: 768px) {
.services-grid {
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
}
@media (min-width: 1024px) {
.services-grid {
grid-template-columns: 1fr 1fr 1fr;
gap: 3rem;
}
}
.services-grid h2 {
margin-bottom: 1.25em;
}
.services-grid a {
display: block;
background: white;
color: #1b2034;
border-radius: 10px;
border: solid 1px #1b2034;
padding: 1rem;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-decoration: none;
}
.services-grid a svg {
stroke: #27da34;
color: #27da34;
font-size: 1.875rem;
line-height: 2.25rem;
height: 2.25rem;
width: 2.25rem;
}
.services-grid a svg path {
stroke: #27da34;
fill: #27da34;
}
.services-grid a p {
color: #1b2034;
}
.services-grid a i {
color: #1b2034;
}
.services-grid a .link {
display: flex;
flex-direction: row;
}
.services-grid a .link i {
margin-top: auto;
margin-bottom: auto;
margin-left: 1em;
}
.services-grid a:hover {
border-color: #33fbd1;
box-shadow: #33fbd1 0 0 10px;
}
.services-grid a:hover .link p, .services-grid a:hover .link i {
color: #1b2034;
}
.blogs-grid {
margin-top: 4em;
margin-bottom: 4em;
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
.blogs-grid a {
color: #1b2034;
}
@media (min-width: 768px) {
.blogs-grid {
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
}
@media (min-width: 1024px) {
.blogs-grid {
grid-template-columns: 1fr 1fr 1fr;
gap: 3rem;
}
}
.blogs-grid article {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
border-radius: 0.5rem;
border: solid #d3d3d3 1px;
}
.blogs-grid article img {
object-fit: cover;
width: 100%;
height: 14rem;
display: block;
}
.blogs-grid article .content {
padding: 1.5rem;
}
.view-all + h4 {
text-align: center;
margin-top: 1em;
}
.youtube-video {
position: relative;
width: 560px;
height: 315px;
cursor: pointer;
background-color: #000;
}
.youtube-video img {
width: 100%;
height: 100%;
display: block;
}
.youtube-video .play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2rem;
color: white;
background: rgba(0, 0, 0, 0.5);
border: none;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
footer {
background-color: rgb(245, 245, 245);
position: relative;
}
footer a {
margin-right: 1.2rem;
}
footer a svg {
height: 1rem;
width: 1rem;
}
footer a:hover {
color: #27da34;
}
footer .social-container {
padding-bottom: 1em;
padding-top: 1em;
border-bottom: 1px solid black;
display: flex;
flex-direction: row;
}
footer .social-container a {
position: relative;
display: block;
color: #1b2034;
}
footer .social-container a:hover {
color: #33fbd1;
}
footer .social-container a:first-child {
margin-left: 2em;
}
footer .socials {
display: flex;
flex-direction: row;
}
footer .footer_content {
margin: 1rem 0 1rem 0;
padding-top: 2rem;
padding-bottom: 2rem;
text-align: left;
}
footer .footer_content a {
text-decoration: underline;
position: relative;
display: block;
}
footer .footer_content h6 {
margin-bottom: 0.875rem;
display: flex;
justify-content: center;
font-weight: 600;
text-transform: uppercase;
}
@media (min-width: 768px) {
footer .footer_content h6 {
justify-content: left;
}
}
footer .footer_content .grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
}
@media (min-width: 768px) {
footer .footer_content .grid {
grid-template-columns: 1fr 1fr 1fr;
gap: 0;
}
}
footer .footer_content .grid > div {
margin-left: auto;
margin-right: auto;
}
footer .footer_content .grid > div svg {
height: 1rem;
width: 1rem;
}
footer .copyright {
background-color: #1b2034;
color: white;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 1em;
}
footer .footer_content, footer .social-container {
margin-left: auto;
margin-right: auto;
max-width: 640px;
}
@media (min-width: 768px) {
footer .footer_content, footer .social-container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
footer .footer_content, footer .social-container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
footer .footer_content, footer .social-container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
footer .footer_content, footer .social-container {
max-width: 1536px;
}
}
.single .wp-block-columns {
margin-top: 1em;
}
.single .gform_wrapper {
margin-top: 1rem;
margin-bottom: 1rem;
border-top: 1px solid #27da34;
border-bottom: 1px solid #27da34;
padding-top: 1rem;
padding-bottom: 1rem;
}
.about--header {
display: flex;
flex-direction: column-reverse;
}
@media (min-width: 768px) {
.about--header {
flex-direction: row;
justify-content: space-between;
}
}
.about--header > div {
width: 50%;
position: relative;
}
.about--header > div img {
max-width: 100%;
}
.about--header .content {
margin-top: auto;
margin-bottom: auto;
text-align: left;
margin-left: auto;
}
.about--header .content h2 {
text-align: left;
font-size: 2.25rem;
line-height: 2.5rem;
font-weight: bold;
margin-top: 2rem;
margin-bottom: 1rem;
}
.about--header .content p {
font-size: 1.125rem;
line-height: 1.75rem;
padding-top: 1rem;
padding-bottom: 1rem;
}
.about--header .text {
display: flex;
flex-direction: column;
text-align: left;
font-size: 1.125rem;
}
.about--header .text h2 {
font-size: 2.25rem;
line-height: 2.5rem;
font-weight: bold;
}
.team-list-container {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: auto;
}
.team-list-container h2 {
text-align: center;
font-size: 2.25rem;
line-height: 2.5rem;
margin-bottom: 1rem;
margin-top: 2rem;
}
.team-list {
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
justify-content: space-between;
width: 100%;
max-width: 56rem;
margin-bottom: 1rem;
}
@media (min-width: 768px) {
.team-list {
flex-direction: row;
justify-content: space-between;
}
}
.team-list .card {
background: white;
display: block;
border-radius: 0.5rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
margin: 1rem;
flex: 1 1 0%;
}
.team-list .card > div {
position: relative;
overflow: hidden;
background: no-repeat;
background-size: cover;
}
.team-list .card img {
width: 100%;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
object-fit: cover;
object-position: top;
height: 24rem;
}
.team-list .card .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: fixed;
}
.team-list .card .shape {
position: absolute;
left: 0;
border-width: 0;
}
.team-list .card .text {
padding: 1.5rem;
color: #1b2034;
text-align: center;
}
.team-list .card .text h5 {
font-size: 1.125rem;
line-height: 1.75rem;
margin-bottom: 1rem;
}
.team-list .card .text p {
color: #1b2034;
margin-bottom: 1rem;
}
.team-list .card .text p a {
text-decoration: underline;
text-decoration-color: #27da34;
}
.team-list .card .text p a:hover {
color: #27da34;
}
.team-list .card .text ul {
list-style-position: inside;
display: flex;
margin-left: auto;
margin-right: auto;
justify-content: center;
padding: 0;
}
.team-list .card .text ul a {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.team-list .card .text ul a svg {
width: 1rem;
height: 1rem;
}
.news-section {
padding-left: 0.25rem;
padding-right: 0.25rem;
margin-top: 3rem;
margin-bottom: 6rem;
}
.news-section > div {
margin-left: auto;
margin-right: auto;
margin-top: 4rem;
margin-bottom: 4rem;
}
.news-section h3 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 2.25rem;
line-height: 2.25rem;
}
.news-section .cards {
margin-top: 2rem;
display: grid;
grid-template-columns: 1;
gap: 2rem;
}
@media (min-width: 768px) {
.news-section .cards {
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1024px) {
.news-section .cards {
grid-template-columns: 1fr 1fr 1fr;
padding-left: 4rem;
padding-right: 4rem;
}
}
.news-section .cards article {
overflow: hidden;
border-radius: 0.5rem;
border: #d3d3d3;
background: white;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.news-section .cards article img {
height: 14rem;
width: 100%;
object-fit: cover;
}
.news-section .cards article .content {
padding: 1rem;
}
@media (min-width: 768px) {
.news-section .cards article .content {
padding: 1.5rem;
}
}
.news-section .cards article h3 {
font-size: 1.125rem;
line-height: 1.75rem;
color: #1b2034;
}
.news-section .cards article h4 {
font-weight: 500;
color: #d3d3d3;
margin-bottom: 1rem;
}
.news-section .cards article p {
margin-top: 0.5rem;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
font-size: 0.875rem;
line-height: 1.25rem;
color: #1b2034;
}
.news-section .cards article .arrow {
margin-top: 1rem;
display: inline-flex;
align-items: center;
gap: 0.25rem;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
color: #1b2034;
}
.news-section .cards article .arrow span {
display: block;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.news-section .cards article .arrow:hover {
color: #11f322;
}
.news-section .cards article .arrow:hover span {
margin-inline-start: 0.125rem;
}
.page-template-service-page .container .container h1,
.page-template-jobpage .container .container h1 {
margin-top: 1em;
margin-bottom: 1em;
text-transform: uppercase;
font-size: 2.25rem;
line-height: 2.5rem;
text-align: center;
}
.page-template-service-page .container .container h1 + p,
.page-template-jobpage .container .container h1 + p {
text-align: center;
max-width: 65ch;
margin-left: auto;
margin-right: auto;
margin-bottom: 4em;
}
.single-service .hero-text, .page-template-jobpage .hero-text {
color: white;
}
.single-service h1, .page-template-jobpage h1 {
font-size: 2.25rem;
line-height: 2.5rem;
font-weight: 600;
}
@media (min-width: 768px) {
.single-service h1, .page-template-jobpage h1 {
font-size: 3.75rem;
line-height: 1;
}
}
.single-service h2, .page-template-jobpage h2 {
font-size: 2.25rem;
line-height: 2.5rem;
}
.single-service h3, .page-template-jobpage h3 {
font-weight: bold;
font-size: 1.125rem;
line-height: 1.75rem;
margin-bottom: 0.5rem;
margin-top: 1rem;
}
#rank-math-toc {
margin-left: auto;
margin-right: auto;
top: 1.5rem;
height: auto;
margin-top: 1rem;
margin-bottom: 1rem;
border: solid 1px #d3d3d3;
}
@media (min-width: 768px) {
#rank-math-toc {
position: sticky;
}
}
#rank-math-toc h2 {
font-weight: bold;
font-size: 1.25rem;
line-height: 1.75rem;
margin-bottom: 0.5rem;
border-bottom: solid 1px #d3d3d3;
padding: 1rem;
}
#rank-math-toc ul {
padding: 1rem;
padding-top: 0;
list-style-type: none;
}
#rank-math-toc ul ul {
padding-left: 2rem;
}
#rank-math-toc li {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
#rank-math-toc li a {
color: #1b2034;
text-decoration: underline;
}
#rank-math-toc li a:hover {
color: #27da34;
}
#rank-math-faq .rank-math-list {
margin-top: 2rem;
margin-bottom: 2rem;
}
#rank-math-faq .rank-math-list-item {
background: rgb(249, 250, 251);
border-inline-start-width: 4px;
border-left: solid 4px #11f322;
padding: 1.5rem;
margin-top: 1rem;
}
#rank-math-faq .rank-math-list-item.group.open svg {
transform: rotate(45deg);
}
#rank-math-faq .rank-math-list-item.group.open p {
visibility: visible;
height: auto;
margin-top: 1rem;
color: #1b2034;
}
#rank-math-faq summary {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.375rem;
}
#rank-math-faq h3 {
font-size: 1.125rem;
line-height: 1.75rem;
color: #1b2034;
}
#rank-math-faq span {
flex-shrink: 0;
border-radius: 100%;
background: white;
padding: 0.375rem;
color: #1b2034;
}
#rank-math-faq span svg {
height: 1.25rem;
width: 1.25rem;
flex-shrink: 0;
transition-duration: 300ms;
}
@media (min-width: 768px) {
#rank-math-faq span {
padding: 0.75rem;
}
}
#rank-math-faq p {
margin-top: 1rem;
font-size: 1rem;
line-height: 1.5rem;
color: #d3d3d3;
visibility: hidden;
height: 0;
margin: 0;
}
.home .FAQ-Section, .page-template-service-page .FAQ-Section {
margin-top: 2em;
}
.home .FAQ-Section .services-header, .page-template-service-page .FAQ-Section .services-header {
margin-top: 2em;
margin-bottom: 2em;
}
.home .faq-nav, .page-template-service-page .faq-nav {
flex-direction: column;
margin: 0 0 32px;
border-radius: 2px;
border: 1px solid #ddd;
box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.home .faq-nav .nav-link, .page-template-service-page .faq-nav .nav-link {
position: relative;
display: block;
margin: 0;
padding: 13px 16px;
background-color: #fff;
border: 0;
border-bottom: 1px solid #ddd;
border-radius: 0;
color: #616161;
transition: background-color 0.2s ease;
}
.home .faq-nav .nav-link:hover, .page-template-service-page .faq-nav .nav-link:hover {
background-color: #f6f6f6;
}
.home .faq-nav .nav-link.active, .page-template-service-page .faq-nav .nav-link.active {
background-color: #f6f6f6;
font-weight: 700;
color: rgba(0, 0, 0, 0.87);
}
.home .faq-nav .nav-link:last-of-type, .page-template-service-page .faq-nav .nav-link:last-of-type {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom: 0;
}
.home .faq-nav .nav-link i.mdi, .page-template-service-page .faq-nav .nav-link i.mdi {
margin-right: 5px;
font-size: 18px;
position: relative;
}
.home .tab-content, .page-template-service-page .tab-content {
box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.home .tab-content .card, .page-template-service-page .tab-content .card {
border-radius: 0;
}
.home .tab-content .card-header, .page-template-service-page .tab-content .card-header {
padding: 15px 16px;
border-radius: 0;
background-color: #f6f6f6;
}
.home .tab-content .card-header h5, .page-template-service-page .tab-content .card-header h5 {
margin: 0;
}
.home .tab-content .card-header h5 button, .page-template-service-page .tab-content .card-header h5 button {
display: block;
width: 100%;
padding: 0;
border: 0;
font-weight: 700;
color: rgba(0, 0, 0, 0.87);
text-align: left;
white-space: normal;
margin: 0 !important;
background: transparent !important;
}
.home .tab-content .card-header h5 button:hover, .home .tab-content .card-header h5 button:focus, .home .tab-content .card-header h5 button:active, .home .tab-content .card-header h5 button:hover:active, .page-template-service-page .tab-content .card-header h5 button:hover, .page-template-service-page .tab-content .card-header h5 button:focus, .page-template-service-page .tab-content .card-header h5 button:active, .page-template-service-page .tab-content .card-header h5 button:hover:active {
text-decoration: none;
}
.home .tab-content .card-body p, .page-template-service-page .tab-content .card-body p {
color: #616161;
}
.home .tab-content .card-body p:last-of-type, .page-template-service-page .tab-content .card-body p:last-of-type {
margin: 0;
}
.home .accordion > .card:not(:first-child), .page-template-service-page .accordion > .card:not(:first-child) {
border-top: 0;
}
.home .collapse.show .card-body, .page-template-service-page .collapse.show .card-body {
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.hero {
width: 100%;
margin-left: auto;
margin-right: auto;
background: url(https://fishertechsolutions.com/wp-content/themes/Fisher-Tech-Solutions/images/hero.jpg) no-repeat center center;
height: 24rem;
position: relative;
border-radius: 0.5rem;
}
.hero .overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 0.5rem;
opacity: 70%;
background: linear-gradient(to right bottom, rgb(27, 32, 52), rgb(51, 251, 209));
}
.hero .hero-text {
text-align: center;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
}
@media (min-width: 768px) {
.hero .hero-text {
max-width: 42rem;
}
}
.hero .hero-text p {
font-size: 1.5rem;
line-height: 2rem;
}
.post-type-archive-project .container .container h1 {
margin-top: 1em;
margin-bottom: 1em;
text-transform: uppercase;
font-size: 2.25rem;
line-height: 2.5rem;
text-align: center;
}
.post-type-archive-project .container .container h1 + p {
text-align: center;
max-width: 65ch;
margin-left: auto;
margin-right: auto;
margin-bottom: 4em;
}
.projects-list {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
@media (min-width: 768px) {
.projects-list {
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
}
@media (min-width: 1024px) {
.projects-list {
grid-template-columns: 1fr 1fr 1fr;
gap: 3rem;
}
}
.projects-list a {
color: #1b2034;
border: solid #1b2034 1px;
border-radius: 0.5rem;
}
.projects-list a:hover {
color: #27da34;
}
.projects-list .project {
border-radius: 0.5rem;
padding-bottom: 1rem;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.projects-list .project img {
width: 100%;
height: auto;
border-radius: 0.5rem;
}
.projects-list .project h3 {
font-size: 1.5rem;
line-height: 2rem;
font-weight: 600;
margin-top: 1rem;
}
.projects-list .project p {
font-size: 1rem;
line-height: 1.5rem;
margin-top: 1rem;
}
.projects-list .project .project-text {
padding: 1rem;
display: flex;
flex-direction: column;
height: 100%;
}
.projects-list .project .link {
display: flex;
flex-direction: row;
margin-top: auto;
}
.projects-list .project .link i {
margin-top: auto;
margin-bottom: auto;
margin-left: 1em;
}
.blogs-list {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
@media (min-width: 768px) {
.blogs-list {
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
}
@media (min-width: 1024px) {
.blogs-list {
grid-template-columns: 1fr 1fr 1fr;
gap: 3rem;
}
}
.blogs-list .card {
border-radius: 0.5rem;
padding-bottom: 1rem;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.blogs-list .card img {
width: 100%;
height: auto;
border-radius: 0.5rem;
}
.blogs-list .card h3 {
font-size: 1.5rem;
line-height: 2rem;
font-weight: 600;
margin-top: 1rem;
}
.blogs-list .card p {
font-size: 1rem;
line-height: 1.5rem;
margin-top: 1rem;
}
.blogs-list .card .card-body {
padding: 1rem;
display: flex;
flex-direction: column;
height: 100%;
}
.blogs-list .card .link {
display: flex;
flex-direction: row;
margin-top: auto;
}
.blogs-list .card .link i {
margin-top: auto;
margin-bottom: auto;
margin-left: 1em;
}
.single-post .container .container h1 {
margin-top: 1em;
margin-bottom: 2em;
text-transform: uppercase;
font-size: 2.25rem;
line-height: 2.5rem;
text-align: center;
}