body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.top-line {
    position: fixed;
    top: 60px; /* Adjusted for mobile header */
    left: 0;
    width: 0%;
    height: 5px;
    background-color: red;
    z-index: 9999;
    transition: width 0.2s ease;
}

/* Mobile-first header approach */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 60px;
    z-index: 10000;
    box-sizing: border-box;
}

.logo {
    font-size: 1.5em;
    font-weight: bold;
    display: flex;
}

.logo img {
    height: 50px;
    width: auto;
    margin-top: 5px;
}

/* Mobile navigation */
nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

nav a {
    text-decoration: none;
    color: #bf050f;
    font-size: 0.9em;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 5px;
    margin: 0 2px;
    white-space: nowrap;
}

nav a:hover {
    color: white;
    background-color: #bf050f;
}

/* Hero section mobile adjustments */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
}

.hero h1 {
    font-size: 2em;
}

.hero p {
    font-size: 1.2em;
}

.left-box {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background-color: rgba(128, 0, 0, 0.8);
    color: white;
    padding: 15px;
    width: calc(100% - 30px);
    max-width: 300px;
    text-align: center;
    z-index: 100;
    border-radius: 15px;
    font-size: 0.9em;
}

.left-box h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.left-box p {
    font-size: 0.9em;
    line-height: 1.4;
}

/* Mobile info bar */
.info-bar {
    width: 100%;
    background-color: #800000;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    border-top: 2px solid #ddd;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.info-bar .phone,
.info-bar .email {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
}

.info-bar .phone img,
.info-bar .email img {
    width: 25px;
    height: auto;
}

.email-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
}

@font-face {
    font-family: 'ras';
    src: url('fonts/eras.tff') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Eras', Arial, sans-serif;
}

.hero-text h1,
.hero-text p,
.left-box,
.info-bar span {
    font-family: 'Eras', Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 30px 15px;
}

.footer-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.footer-section p {
    margin: 5px 0;
    font-size: 0.9em;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ff5733;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    justify-content: center;
}

.social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #555;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #ff5733;
}

.social-icon img {
    width: 20px;
    height: 20px;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9em;
    color: #aaa;
}

.info-bar a {
    color: white;
    text-decoration: none;
}

.info-bar a:hover {
    text-decoration: underline;
}

.footer-section .email {
    display: inline-block;
    margin-top: 10px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1em;
}

.footer-section a:hover {
    color: #ff5733;
}

@font-face {
    font-family: 'font1';
    src: url('fonts/eras.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'font1', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'font1', Arial, sans-serif;
}

p {
    font-family: 'font1', Arial, sans-serif;
}

.image-section {
    text-align: center;
    padding: 60px 15px;
    background-color: #f8f8f8;
}

.image-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

.image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.image-box {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 300px;
}

.image-box h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #800000;
}

.image-box img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}

/* Info Box Styling */
.info-box {
    background-color: #800000;
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    width: 90%;
    max-width: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.info-box p {
    font-size: 0.9em;
    margin: 0;
    line-height: 1.4;
}

.nav-subtext {
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 5px;
    padding: 0 15px;
}

.about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 60px 15px;
    background-color: #f8f8f8;
}

.about-content {
    flex: 1;
    text-align: center;
}

.about-content h2 {
    font-size: 2em;
    color: #800000;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 1em;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
}

.about-image {
    flex: 1;
    text-align: center;
    width: 100%;
}

.about-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.products-section {
    padding: 40px 15px;
    background-color: #f5f5f5;
    margin-top: 0;
}

.products-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.products-section h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #d32f2f;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.products-intro {
    font-size: 1em;
    color: #666;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    padding: 0 10px;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: left;
}

.product-column {
    background: white;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-column h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #d32f2f;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    padding-bottom: 10px;
    text-align: center;
}

.product-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.product-list li {
    color: #666;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-size: 0.95em;
    line-height: 1.4;
}

.product-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d32f2f;
    font-weight: bold;
    background: white;
    border: 2px solid #d32f2f;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    top: 2px;
    line-height: 1;
}

/* Suppliers and Tools Section */
.suppliers-tools-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
}

.suppliers-info {
    text-align: center;
    margin-bottom: 25px;
}

.suppliers-info p {
    font-size: 1em;
    color: #666;
    font-weight: 500;
    padding: 0 10px;
}

.tools-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.tool-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.tool-card h4 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.tool-card p {
    color: #666;
    line-height: 1.5;
    font-size: 0.9em;
}

.tool-card.clickable-tool {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}

.tool-card.clickable-tool:hover {
    border-color: #d32f2f !important;
    box-shadow: 0 4px 20px rgba(211, 47, 47, 0.15);
    transform: translateY(-2px);
}

/* Enquiry Form Section */
.enquiry-section {
    padding: 40px 15px;
    background-color: #ffffff;
}

.enquiry-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.enquiry-section h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #d32f2f;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.enquiry-intro {
    font-size: 1em;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 0 10px;
}

.enquiry-form {
    background: #f8f9fa;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 1em;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1em;
    transition: border-color 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
    background-color: white;
}

.form-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #d32f2f;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.send-button {
    background-color: #d32f2f;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    margin-top: 10px;
}

.send-button:hover {
    background-color: #b71c1c;
    transform: translateY(-2px);
}

.send-button:active {
    transform: translateY(0);
}

.form-success {
    background-color: #e8f5e8;
    border: 2px solid #4caf50;
    border-radius: 6px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    display: none;
}

.form-success p {
    color: #2e7d32;
    font-weight: 600;
    margin: 0;
    font-size: 1em;
}

.form-error {
    background-color: #ffe6e6;
    border: 2px solid #ff4444;
    border-radius: 6px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    display: none;
}

#thankYouMessage {
    background-color: #e8f5e9;
    border: 2px solid #4caf50;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    font-size: 1.1em;
    color: #2e7d32;
}

/* Google Maps Section */
.maps-section {
    padding: 40px 15px;
    background-color: #f8f9fa;
}

.maps-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.maps-section h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #d32f2f;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.maps-intro {
    font-size: 1em;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.map-wrapper {
    background: white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.map-wrapper iframe {
    border-radius: 6px;
    width: 100%;
    height: 250px;
}

.location-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.address-card,
.contact-card {
    background: white;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.address-card h3,
.contact-card h3 {
    font-size: 1.3em;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.address-card p,
.contact-card p {
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 0.9em;
}

.contact-card a {
    color: #d32f2f;
    text-decoration: none;
    font-weight: 500;
}

.contact-card a:hover {
    text-decoration: underline;
}

.footer-logo {
    margin-top: 15px;
    text-align: center;
}

.footer-logo img {
    max-width: 40%;
    height: auto;
    filter: brightness(0) invert(1);
}

/* Tablet and larger mobile devices (min-width: 480px) */
@media (min-width: 480px) {
    .top-line {
        top: 80px;
    }
    
    header {
        height: 80px;
        padding: 15px 30px;
    }
    
    .logo {
        font-size: 1.8em;
    }
    
    .logo img {
        height: 60px;
    }
    
    nav a {
        font-size: 1em;
        padding: 10px 15px;
        margin: 0 3px;
    }
    
    .hero {
        margin-top: 80px;
    }
    
    .hero h1 {
        font-size: 2.5em;
    }
    
    .hero p {
        font-size: 1.3em;
    }
    
    .left-box {
        left: 20px;
        width: calc(100% - 40px);
        max-width: 400px;
        padding: 20px;
        font-size: 1em;
    }
    
    .left-box h2 {
        font-size: 1.4em;
    }
    
    .left-box p {
        font-size: 1em;
    }
    
    .info-bar {
        flex-direction: row;
        gap: 30px;
        padding: 20px;
        font-size: 1.2em;
    }
    
    .info-bar .phone img,
    .info-bar .email img {
        width: 30px;
    }
    
    .image-section {
        padding: 70px 20px;
    }
    
    .image-section h2 {
        font-size: 2.2em;
    }
    
    .image-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
    }
    
    .image-box {
        max-width: 280px;
    }
    
    .nav-subtext {
        font-size: 1.1em;
    }
    
    .about-us {
        padding: 70px 20px;
    }
    
    .about-content h2 {
        font-size: 2.2em;
    }
    
    .about-content p {
        font-size: 1.1em;
    }
    
    .products-section {
        padding: 50px 20px;
    }
    
    .products-section h2 {
        font-size: 2.2em;
    }
    
    .products-intro {
        font-size: 1.1em;
    }
    
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .enquiry-section {
        padding: 50px 20px;
    }
    
    .enquiry-section h2 {
        font-size: 2.2em;
    }
    
    .enquiry-intro {
        font-size: 1.1em;
    }
    
    .enquiry-form {
        padding: 35px 25px;
    }
    
    .maps-section {
        padding: 50px 20px;
    }
    
    .maps-section h2 {
        font-size: 2.2em;
    }
    
    .maps-intro {
        font-size: 1.1em;
    }
    
    .map-wrapper iframe {
        height: 300px;
    }
    
    .footer-container {
        gap: 35px;
    }
    
    .footer-section h3 {
        font-size: 1.5em;
    }
    
    .footer-section p {
        font-size: 1em;
    }
}

/* Tablet devices (min-width: 768px) */
@media (min-width: 768px) {
    .top-line {
        top: 100px;
    }
    
    header {
        height: 100px;
        padding: 20px 40px;
    }
    
    .logo {
        font-size: 2em;
    }
    
    .logo img {
        height: 70px;
    }
    
    nav {
        gap: 15px;
    }
    
    nav a {
        font-size: 1.2em;
        padding: 10px 18px;
        margin: 0 5px;
    }
    
    .hero {
        margin-top: 100px;
    }
    
    .hero h1 {
        font-size: 3em;
    }
    
    .hero p {
        font-size: 1.5em;
    }
    
    .left-box {
        left: 30px;
        width: 450px;
        max-width: none;
        padding: 20px;
        font-size: 1em;
    }
    
    .left-box h2 {
        font-size: 1.5em;
    }
    
    .info-bar {
        padding: 20px 40px;
        font-size: 1.4em;
    }
    
    .info-bar .phone {
        margin-right: 100px;
    }
    
    .info-bar .email {
        margin-left: 100px;
    }
    
    .info-bar .phone img,
    .info-bar .email img {
        width: 35px;
    }
    
    .image-section {
        padding: 80px 20px;
    }
    
    .image-section h2 {
        font-size: 2.5em;
    }
    
    .image-container {
        gap: 50px;
    }
    
    .image-box {
        max-width: 250px;
    }
    
    .nav-subtext {
        font-size: 1.2em;
    }
    
    .about-us {
        flex-direction: row;
        padding: 80px 5%;
        gap: 40px;
    }
    
    .about-content {
        text-align: left;
    }
    
    .about-content h2 {
        font-size: 2.5em;
    }
    
    .about-content p {
        font-size: 1.2em;
    }
    
    .about-image {
        flex: 1.2;
    }
    
    .about-image img {
        max-width: 600px;
    }
    
    .products-section {
        padding: 60px 20px;
    }
    
    .products-section h2 {
        font-size: 2.5em;
    }
    
    .products-intro {
        font-size: 1.1em;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .product-column {
        padding: 30px 25px;
    }
    
    .product-column h3 {
        font-size: 1.6em;
    }
    
    .product-list li {
        font-size: 1em;
    }
    
    .suppliers-tools-section {
        margin-top: 50px;
        padding-top: 40px;
    }
    
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .tool-card {
        padding: 25px;
    }
    
    .tool-card h4 {
        font-size: 1.3em;
    }
    
    .tool-card p {
        font-size: 0.95em;
    }
    
    .enquiry-section {
        padding: 60px 20px;
    }
    
    .enquiry-section h2 {
        font-size: 2.5em;
    }
    
    .enquiry-intro {
        font-size: 1.1em;
    }
    
    .enquiry-form {
        padding: 40px;
    }
    
    .form-group {
        margin-bottom: 25px;
    }
    
    .form-group textarea {
        min-height: 120px;
    }
    
    .send-button {
        padding: 15px 40px;
        font-size: 1.1em;
    }
    
    .maps-section {
        padding: 60px 20px;
    }
    
    .maps-section h2 {
        font-size: 2.5em;
    }
    
    .maps-intro {
        font-size: 1.1em;
    }
    
    .map-wrapper {
        padding: 10px;
        margin-bottom: 40px;
    }
    
    .map-wrapper iframe {
        height: 400px;
    }
    
    .location-details {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .address-card,
    .contact-card {
        padding: 25px 20px;
    }
    
    .address-card h3,
    .contact-card h3 {
        font-size: 1.4em;
    }
    
    .address-card p,
    .contact-card p {
        font-size: 1em;
    }
    
    .footer-container {
        gap: 40px;
    }
    
    .footer-section h3 {
        font-size: 1.6em;
    }
    
    .footer-section p {
        font-size: 1em;
    }
    
    .footer-section a {
        font-size: 1.1em;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
    }
    
    .social-icon img {
        width: 25px;
        height: 25px;
    }
    
    .footer-logo img {
        max-width: 50%;
    }
}

/* Large tablets and small desktops (min-width: 1024px) */
@media (min-width: 1024px) {
    nav {
        gap: 20px;
    }
    
    nav a {
        font-size: 1.4em;
        padding: 10px 20px;
    }
    
    .left-box {
        width: 500px;
    }
    
    .info-bar {
        font-size: 1.5em;
    }
    
    .info-bar .phone {
        margin-right: 150px;
    }
    
    .info-bar .email {
        margin-left: 150px;
    }
    
    .image-container {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .about-us {
        padding: 80px 10%;
        gap: 50px;
    }
    
    .about-image {
        flex: 1.5;
    }
    
    .about-image img {
        max-width: 700px;
    }
    
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    
    .enquiry-form {
        max-width: 800px;
        margin: 0 auto;
    }
}

/* Desktop and larger screens (min-width: 1200px) */
@media (min-width: 1200px) {
    nav a {
        font-size: 1.5em;
        margin: 0 5px;
    }
    
    .info-bar .phone {
        margin-right: 210px;
    }
    
    .info-bar .email {
        margin-left: 210px;
    }
}