

/* Importing Google Fonts */
/* Importing Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

/* Keyframes for font animation */
/* Keyframes for font animation */

html {
    cursor: url("https://freight.cargo.site/t/original/i/0c7fe64fcfe2f7e7da3ea98f2756901741321e8f40591e71d44fa104066aba7a/Red-Dot-PNG-Clipart.png"), auto !important;
}
a {
    cursor: url("https://freight.cargo.site/t/original/i/0c7fe64fcfe2f7e7da3ea98f2756901741321e8f40591e71d44fa104066aba7a/Red-Dot-PNG-Clipart.png"), auto !important;
}

.content img {
    cursor: url("https://freight.cargo.site/t/original/i/0c7fe64fcfe2f7e7da3ea98f2756901741321e8f40591e71d44fa104066aba7a/Red-Dot-PNG-Clipart.png"), auto !important;
}

@keyframes fontCycle {
    0% {
        font-family: 'Roboto', sans-serif;
    }
    4% {
        font-family: 'Open Sans', sans-serif;
    }
    8% {
        font-family: 'Lora', serif;
    }
    12% {
        font-family: 'Merriweather', serif;
    }
    16% {
        font-family: 'Montserrat', sans-serif;
    }
    20% {
        font-family: 'Raleway', sans-serif;
    }
    24% {
        font-family: 'Oswald', sans-serif;
    }
    28% {
        font-family: 'Slabo 27px', serif;
    }
    32% {
        font-family: Bagnard, Icons;
    font-style: normal;
	font-weight: 400;
}
    36% {
        font-family: 'Playfair Display', serif;
    }
    40% {
        font-family: 'Rubik', sans-serif;
    }
    44% {
        font-family: 'Inconsolata', monospace;
    }
    48% {
        font-family: 'Work Sans', sans-serif;
    }
    52% {
        font-family: 'PT Serif', serif;
    }
    56% {
        font-family: 'Poppins', sans-serif;
    }
    60% {
        font-family: Sprat, Icons;
    font-style: normal;
	font-weight: 700;
}
    64% {
        font-family: "Gravity Variable", Icons;
    font-style: normal;
	font-variation-settings: 'wdth' 73.251, 'slnt' 0;
}
    68% {
        font-family: 'Indie Flower', cursive;
    }
    72% {
        font-family: Basteleur, Icons;
    font-style: normal;
	font-weight: 700;
}
    76% {
        font-family: 'Shadows Into Light', cursive;
    }
    80% {
        font-family: "Chaumont Script", Icons;
    font-style: normal;
	font-weight: 400;
}
    84% {
        font-family: 'Arvo', serif;
    }
    88% {
        font-family: "Vollkorn", Icons;
   
}
    92% {
        font-family: "Mister Pixel", Icons;
    font-style: normal;
	font-weight: 400;
}
    100% {
        font-family: 'Roboto', sans-serif;
    }
}



/* Example usage of fontCycle animation */
.text-cycle {position: absolute;
    left:20px; /* Move to the left side of the page */
    top: 0px;
    font-size: 9em;
    font-weight: bold;/* Increase font size */
    color: #ff2d00;
    animation: fontCycle 1s infinite;
}

a {
   text-decoration: none !important;
}

/**
 * Content
 */

body {
	background-color: #ffffff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

a:focus {
	outline: none;
	box-shadow: none;
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
}

ol > li {
    padding-left: 0.75rem;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(255, 42, 0, .3);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 1.0em;
    margin-bottom: 0.5rem;
    font-size: 1rem;
	font-weight: 500;
	color: rgba(255, 42, 0, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 500;
	color: rgb(255, 42, 0);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(255, 42, 0);
	padding-bottom: 0em;
	text-decoration: underline;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	line-height: 0.9;
	color: rgb(255, 42, 0);
}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 42, 0);
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: rgb(255, 42, 0);
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

[data-predefined-style="true"] h2 a {
	color: rgb(255, 42, 0);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 500;
	color: rgb(255, 42, 0);
}

[data-predefined-style="true"] small a {
	color: rgb(255, 42, 0);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(239, 239, 239)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 75%/*!content_right*/;
}

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
 
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.4rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -0.8rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.55rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1.1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: 0rem;
    font-size: 1.2rem;
	font-weight: 500;
	color: rgba(255, 42, 0, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
	font-weight: 500;
	color: rgba(255, 42, 0, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(255, 42, 0, 1);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(255, 42, 0, 1);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 1.0rem /*!site_menu_button*/;
	right: 1.2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 30px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255,

 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1;
	position: fixed;
	top: 0.5rem /*!menu_close_button*/;
	right: 1.0rem /*!menu_close_button*/;
}

body.mobile #site_menu .close:hover {
	color: rgba(255, 255, 255, 1.0);
}

body.mobile #site_menu a {
	font-size: 1.2rem;
}

#site_menu a {
	text-decoration: none;
}

[data-css-preset] .grid-container {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1rem /*!grid_gap*/;
}

@media screen and (min-width: 768px) {
	[data-css-preset] .grid-container {
		grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	[data-css-preset] .grid-container {
		grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
	}
}

@media screen and (min-width: 1200px) {
	[data-css-preset] .grid-container {
		grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
	}
}

/* Example usage of fontCycle animation */
.text-cycle {
    animation: fontCycle 2s infinite;
}
