Comprehensive brand identity guidelines for GOBEYOND and associated brands. This document ensures consistency across all touchpoints and maintains the integrity of our visual identity.
Welcome to the GOBEYOND Brand Guidelines. This comprehensive document serves as the authoritative source for maintaining consistency and integrity across all brand communications, both digital and print.
These guidelines exist to:
This document covers three interconnected brands:
https://brand.gobeyond.pa/ and can be directly linked in your projects. SVG format is preferred for scalability and quality.
Mission: To create transformative travel experiences that connect people with destinations, cultures, and each other in meaningful ways.
Vision: To be the premier choice for travelers seeking authentic, curated experiences that go beyond the ordinary.
We inspire exploration and celebrate the excitement of discovery. Our language encourages customers to step beyond their comfort zones.
We demonstrate expertise without being pretentious. Our content is informative, accurate, and genuinely helpful.
We communicate with genuine friendliness and approachability. Every interaction should feel personal and caring.
We offer high-quality experiences without elitism. Our tone is sophisticated yet inclusive.
| Context | Tone | Example |
|---|---|---|
| Marketing & Promotion | Enthusiastic, Inspiring | "Discover the adventure of a lifetime" |
| Educational Content | Informative, Helpful | "Here's what you need to know before you go" |
| Customer Service | Empathetic, Solution-Focused | "We're here to help make this right" |
| Confirmations & Updates | Clear, Reassuring | "Your booking is confirmed. Here's what happens next" |
https://brand.gobeyond.pa/gobeyond.svgPrimary Logo on Light Background#1E1D49 on light backgrounds
White Logo on Dark Background
Use .logo-as-white filter for dark backgrounds
The logo must have adequate breathing room. Maintain a clear space equal to 25% of the logo's height on all sides. This space should be free of text, graphics, or other visual elements.
| Medium | Minimum Width | Minimum Height | Notes |
|---|---|---|---|
| Digital (Web, Apps) | 100px | 25px | Ensures readability on screens |
| Print (General) | 0.75 inches | 0.2 inches | For business cards, letterhead |
| Large Format | No minimum | No minimum | SVG scales infinitely |
| Favicon | 32px | 32px | Use dedicated favicon.ico file |
Only use approved color variations (primary #1E1D49 or white #FFFFFF via CSS filter). Never use unapproved colors like green, red, or other brand colors.
Never stretch, squeeze, or otherwise distort the logo. Always maintain the original aspect ratio when resizing.
Avoid adding drop shadows, glows, bevels, gradients, or any other visual effects not specified in these guidelines.
The logo must always appear in its original orientation. Never rotate, flip, or place it at an angle.
Ensure the logo has sufficient contrast with its background. Never place it on complex patterns or photographs where legibility is compromised.
Never attempt to recreate the logo using different fonts or elements. Always use the official logo files provided.
https://brand.gobeyond.pa/fresh-kosher-cruises.svghttps://brand.gobeyond.pa/fresh-kosher-cruises-white.svg
The Fresh Kosher Cruises logo features a multi-color design that reflects the vibrant and premium nature of kosher cruise experiences.
Primary Multi-Color Logo
Use on light or white backgrounds
White Logo for Dark Backgrounds
Use the dedicated white SVG file
https://brand.gobeyond.pa/panama-yeshiva-week.svgPrimary Logo on Light Background#1E1D49 for maximum legibility
White Logo on Dark Background
Use .logo-as-white CSS filter
Primary colors form the foundation of the GOBEYOND brand identity and should be used prominently across all communications.
#1E1D49#FFFFFFSecondary colors add vibrancy and help create visual hierarchy. Use them for accents, calls-to-action, and to differentiate content.
#B50061#031C5E#BF1630#E45B01Neutral colors provide balance and ensure content readability. Use them for backgrounds, text, borders, and UI elements.
#000000#333333#CCCCCC#F4F4F4Yankees Blue + White
Professional, trustworthy
Jazzberry + Yankees Blue
Bold, attention-grabbing
Spanish Orange + Light Gray
Welcoming, approachable
All color combinations must meet WCAG 2.1 Level AA standards for contrast ratios:
| Text Size | Minimum Contrast Ratio | Example Combinations |
|---|---|---|
| Normal Text (< 18px) | 4.5:1 | #333333 on #FFFFFF (11.6:1) ✓ |
| Large Text (≥ 18px or bold ≥ 14px) | 3:1 | #1E1D49 on #FFFFFF (11.9:1) ✓ |
| UI Components | 3:1 | #B50061 on #FFFFFF (5.3:1) ✓ |
Typography is a crucial component of the GOBEYOND brand identity. Consistent use of our typefaces ensures recognition and readability across all communications.
Why Quicksand? Quicksand's rounded letterforms convey friendliness and approachability while maintaining professionalism. Its geometric structure ensures excellent legibility at all sizes.
Why Open Sans? Open Sans offers exceptional readability for extended reading. Its neutral, humanist design complements Quicksand while being optimized for screen display.
| Element | Font Family | Size | Weight | Line Height | Usage |
|---|---|---|---|---|---|
| H1 | Quicksand | 48-72px | Bold (700) | 1.2 | Page titles, hero sections |
| H2 | Quicksand | 36-48px | SemiBold (600) | 1.3 | Section headings |
| H3 | Quicksand | 28-32px | Medium (500) | 1.3 | Subsection headings |
| H4 | Quicksand | 20-24px | Regular (400) | 1.4 | Minor headings |
| Body | Open Sans | 16-18px | Regular (400) | 1.6 | Paragraphs, general content |
| Small Text | Open Sans | 14px | Regular (400) | 1.5 | Captions, footnotes |
| Button | Open Sans | 14-16px | SemiBold (600) | 1.0 | Buttons, CTAs |
At GOBEYOND, we believe that travel should be transformative. Every journey we curate is designed to connect you with authentic experiences, local cultures, and fellow travelers who share your passion for exploration. From kosher cruises to educational programs, we ensure every detail exceeds your expectations.
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
:root {
/* Font Families */
--font-primary: 'Quicksand', sans-serif;
--font-secondary: 'Open Sans', sans-serif;
/* Font Sizes */
--font-size-h1: 48px;
--font-size-h2: 36px;
--font-size-h3: 28px;
--font-size-h4: 20px;
--font-size-body: 16px;
--font-size-small: 14px;
/* Font Weights */
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
/* Line Heights */
--line-height-tight: 1.2;
--line-height-normal: 1.5;
--line-height-relaxed: 1.6;
}
/* Heading Styles */
h1 {
font-family: var(--font-primary);
font-size: var(--font-size-h1);
font-weight: var(--font-weight-bold);
line-height: var(--line-height-tight);
color: #1E1D49;
}
/* Body Text */
body {
font-family: var(--font-secondary);
font-size: var(--font-size-body);
line-height: var(--line-height-relaxed);
color: #333333;
}
Consistent spacing creates visual harmony and improves content readability. GOBEYOND uses an 8-point grid system for all spacing decisions.
All spacing (margins, padding, element positioning) should use multiples of 8px:
| Size | Value | Usage |
|---|---|---|
| XS | 8px (0.5rem) | Tight spacing, small elements |
| SM | 16px (1rem) | Related elements, list items |
| MD | 24px (1.5rem) | Component padding, small gaps |
| LG | 32px (2rem) | Section spacing, large gaps |
| XL | 48px (3rem) | Major section breaks |
| 2XL | 64px (4rem) | Hero sections, page breaks |
Maintain consistent vertical spacing between elements:
:root {
--spacing-xs: 8px;
--spacing-sm: 16px;
--spacing-md: 24px;
--spacing-lg: 32px;
--spacing-xl: 48px;
--spacing-2xl: 64px;
}
/* Example Usage */
.section {
padding: var(--spacing-xl) var(--spacing-md);
margin-bottom: var(--spacing-lg);
}
.card {
padding: var(--spacing-md);
gap: var(--spacing-sm);
}
| Type | Background | Text Color | Padding | Border Radius |
|---|---|---|---|---|
| Primary | #B50061 | #FFFFFF | 12px 24px | 6px |
| Secondary | #1E1D49 | #FFFFFF | 12px 24px | 6px |
| Outline | transparent | #1E1D49 | 10px 22px | 6px |
.btn {
display: inline-block;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 16px;
padding: 12px 24px;
border-radius: 6px;
border: none;
cursor: pointer;
text-decoration: none;
transition: all 0.3s ease;
}
.btn-primary {
background-color: #B50061;
color: #FFFFFF;
}
.btn-primary:hover {
background-color: #8c004c;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(181, 0, 97, 0.3);
}
.btn-secondary {
background-color: #1E1D49;
color: #FFFFFF;
}
.btn-secondary:hover {
background-color: #151339;
}
.btn-outline {
background-color: transparent;
color: #1E1D49;
border: 2px solid #1E1D49;
}
.btn-outline:hover {
background-color: #1E1D49;
color: #FFFFFF;
}
For single-color logos (GOBEYOND, Panama Yeshiva Week), use CSS background-image with filter classes:
<!-- HTML Structure -->
<div class="brand-logo gobeyond-logo logo-white"></div>
<div class="brand-logo panama-logo logo-primary"></div>
/* CSS Styles */
.brand-logo {
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.gobeyond-logo {
background-image: url('https://brand.gobeyond.pa/gobeyond.svg');
width: 200px;
height: 50.86px;
}
.panama-logo {
background-image: url('https://brand.gobeyond.pa/panama-yeshiva-week.svg');
width: 280px;
height: 50px;
}
/* Color Filters */
.logo-primary {
filter: none;
}
.logo-white {
filter: brightness(0) invert(1);
}
For multi-color logos, use standard <img> tags:
<!-- Primary Multi-Color Logo -->
<img src="https://brand.gobeyond.pa/fresh-kosher-cruises.svg"
alt="Fresh Kosher Cruises"
style="height: 50px; width: auto;">
<!-- White Version for Dark Backgrounds -->
<img src="https://brand.gobeyond.pa/fresh-kosher-cruises-white.svg"
alt="Fresh Kosher Cruises"
style="height: 50px; width: auto;">
/* GOBEYOND Brand CSS Framework */
:root {
/* Colors */
--color-primary-blue: #1E1D49;
--color-primary-white: #FFFFFF;
--color-secondary-pink: #B50061;
--color-secondary-cool-black: #031C5E;
--color-secondary-cardinal: #BF1630;
--color-secondary-orange: #E45B01;
--color-neutral-black: #000000;
--color-neutral-dark-gray: #333333;
--color-neutral-medium-gray: #CCCCCC;
--color-neutral-light-gray: #F4F4F4;
/* Typography */
--font-primary: 'Quicksand', sans-serif;
--font-secondary: 'Open Sans', sans-serif;
--font-size-h1: 48px;
--font-size-h2: 36px;
--font-size-h3: 28px;
--font-size-body: 16px;
/* Spacing */
--spacing-xs: 8px;
--spacing-sm: 16px;
--spacing-md: 24px;
--spacing-lg: 32px;
--spacing-xl: 48px;
--spacing-2xl: 64px;
/* Layout */
--container-max-width: 1200px;
--content-max-width: 800px;
--border-radius: 8px;
--border-radius-sm: 4px;
--border-radius-lg: 12px;
}
/* Base Styles */
* {
box-sizing: border-box;
}
body {
font-family: var(--font-secondary);
font-size: var(--font-size-body);
line-height: 1.6;
color: var(--color-neutral-dark-gray);
margin: 0;
padding: 0;
}
/* Container */
.container {
max-width: var(--container-max-width);
margin: 0 auto;
padding: 0 var(--spacing-md);
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-primary);
color: var(--color-primary-blue);
margin-top: 0;
}
h1 { font-size: var(--font-size-h1); font-weight: 700; line-height: 1.2; }
h2 { font-size: var(--font-size-h2); font-weight: 600; line-height: 1.3; }
h3 { font-size: var(--font-size-h3); font-weight: 500; line-height: 1.3; }
/* Buttons */
.btn {
display: inline-block;
font-family: var(--font-secondary);
font-weight: 600;
padding: 12px 24px;
border-radius: 6px;
border: none;
cursor: pointer;
text-decoration: none;
transition: all 0.3s ease;
}
.btn-primary {
background-color: var(--color-secondary-pink);
color: var(--color-primary-white);
}
.btn-primary:hover {
background-color: #8c004c;
transform: translateY(-2px);
}
/* Cards */
.card {
background: var(--color-primary-white);
border-radius: var(--border-radius);
padding: var(--spacing-md);
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* Utilities */
.text-center { text-align: center; }
.mt-lg { margin-top: var(--spacing-lg); }
.mb-lg { margin-bottom: var(--spacing-lg); }
<!-- Place in HTML <head> -->
<link rel="icon" href="https://brand.gobeyond.pa/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="https://brand.gobeyond.pa/favicon.ico" type="image/x-icon">
Professional email signatures for all GOBEYOND brands. Click the "Copy HTML" button, paste into your email client, and replace placeholder text with your information.
<p style="margin: 0; font-family: 'Open Sans', Arial, sans-serif; color: #333; font-size: 14px; line-height: 1.6;">
Best Regards,<br>
<strong>Your Name</strong> | Your Title | GOBEYOND<br>
<a href="https://www.gobeyond.pa/contactus"><img src="https://brand.gobeyond.pa/gobeyond.svg" alt="GOBEYOND" width="150" style="display: block; margin-top: 8px;"></a>
</p>
<p style="margin: 0; font-family: 'Open Sans', Arial, sans-serif; color: #333; font-size: 14px; line-height: 1.6;">
Best Regards,<br>
<strong>Your Name</strong> | Your Title | Panama Yeshiva Week<br>
<a href="https://panamayeshivaweek.com"><img src="https://brand.gobeyond.pa/panama-yeshiva-week.svg" alt="Panama Yeshiva Week" width="200" style="display: block; margin-top: 8px;"></a>
</p>
<p style="margin: 0; font-family: 'Open Sans', Arial, sans-serif; color: #333; font-size: 14px; line-height: 1.6;">
Best Regards,<br>
<strong>Your Name</strong> | Your Title | Fresh Kosher Cruises<br>
<a href="https://www.freshkoshercruises.com"><img src="https://brand.gobeyond.pa/fresh-kosher-cruises.svg" alt="Fresh Kosher Cruises" width="180" style="display: block; margin-top: 8px;"></a>
</p>
For branded merchandise (t-shirts, bags, promotional items), request vector files from the brand team. Ensure minimum size requirements are met for embroidery or screen printing.