/*
Background == 0c0c0c
Text White == e6e6e6
Text Gray == 878787
*/

body {
    background-color: #0c0c0c;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 24px;
    color: #e6e6e6;
    font-weight: 300;
    line-height: 1.25;
    padding: 0px;
    margin: 0px;
}
p, h1, h2, h3, h4, h5  {margin: 0; padding: 0;}
p   {padding: 8px 0 8px 0;}
a {color:#E6E6E6; text-decoration:none;}
a:hover {color:#ffffff; text-decoration:none; !important;}
a:visited {color:#878787;}
ul  {
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    unicode-bidi:   ;
}

a.studio {
    font-size: 32px;
    font-weight: 300;
    color: #e6e6e6;
    white-space: nowrap; 
    text-align: center;
}

a.studio:hover {
    text-decoration: none; !important;
}

@media (max-width: 676px) {
    a.studio {font-size: 24px;}
}

@media (max-width: 520px) {
    a.studio {font-size: 24px; text-align: left;}
}

a.nav-item.active {color: #e6e6e6;
    text-decoration: none; !important;}
a.nav-item:not(.active) {color: #878787;
    text-decoration: none; !important;}
a.nav-item:hover {color: #e6e6e6;
    text-decoration: none; !important;}

.studio-logo {font-size: 24px;}

.navigation {
    font-size: 18px; 
}

/* SubNav */

.subnav		{
font-weight: 300;
font-size: 1.25rem;
padding: 24px 0;
}
@media  (max-width: 500px) {.subnav {font-size: .9em;}}

.subnav-spacer	{
padding: 0 .6em;
}

.subnav > ul > li {
float: left;
list-style: none;
padding: 0 24px 0 0;
}

.subnav > ul > li > a.subnav-active {
background: none;
color: #E6E6E6;
}

.subnav > ul > li > a {
background: none;
color: #878787;
}

/* Client List */

a.client-link {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff; !important;
}

a.client-link:hover {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff; !important;
    text-decoration: none; !important; 
}

ul.client-list > li  {
    padding: 0 8px 4px 0;
}


@media (max-width: 800px) {
a.client-link {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff; !important;
}

}
/* Portfolio Images */

a.project-title  {
    color: #E6E6E6;
    font-weight: 400
}

a.client-name    {
    color: #878787;
}

@media (max-width: 1024px) {
.project-title  {
    font-size: 14px;
}
.client-name    {
    font-size: 14px;
}
}

/* Hero Header */

.page-header > h1.index-title {
    font-size: 42px;
    font-weight: 300;
    color: #e6e6e6;
    line-height: 80%;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.hero-text > .client {
    font-size: 24px;
    font-weight: 500;
    color: #878787;
    text-transform: uppercase;
    line-height: 100%;
    padding: 0 0 0 8px;
}

.hero-text > h1.title {
    font-size: 120px;
    font-weight: 300;
    color: #e6e6e6;
    line-height: 100%;
}
/* Description */

.project-description p {
    display: block;
    font-size: 28px;
    color: #e6e6e6;
    line-height: 1.25;
}

.project-details p:last-child {
    margin-bottom: 0;
}

ul.tags		{
    padding: 8px 0 0 0;
    list-style-type: none;
}

.tags > ul > li {
    float: left;
    list-style: none;
} 

.tags > ul > li > a {
    background: none;
    list-style: none;
}

.tags > ul > li:hover a {
    text-decoration:none; !important;
}

.tags a {
    display: block;
    text-align: left;
    font-size: 28px;
    color: #878787;
    font-weight: 300;
    line-height: 1.25;
}

li.tags {
    display: block;
    text-align: left;
    font-size: 28px;
    color: #878787;
    font-weight: 300;
    line-height: 1.25;
}

/* Previous Next */

.previous-next-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0px;
   }

.hero-header > .previous-next-nav {
    padding-bottom: 0px;
    gap: 0px;
   }

/*a.previous-next-nav > .previous::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-image: url('https://racinegraphics.com/priv/studioromann.com/resources/images/icons/arrow-left-wt.svg');
}

a.previous-next-nav > .next::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url('https://racinegraphics.com/priv/studioromann.com/resources/images/icons/arrow-right-wt.svg');
}

.previous {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #878787;
} 

next {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #878787;
}

*/

a.previous::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px 0 4px 8px;
    margin-right: 8px;
    background-image: url('https://racinegraphics.com/priv/studioromann.com/resources/images/icons/arrow-left-gr.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

a.previous:hover::before  {
    background-image: url('https://racinegraphics.com/priv/studioromann.com/resources/images/icons/arrow-left-wt.svg');

}

a.next::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px 8px 4px 0;
    margin-left: 8px;
    background-image: url('https://racinegraphics.com/priv/studioromann.com/resources/images/icons/arrow-right-gr.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

a.next:hover::after  {
    background-image: url('https://racinegraphics.com/priv/studioromann.com/resources/images/icons/arrow-right-wt.svg');

}

/* Footer */

ul.footer-info {
    text-align: left;
    list-style-type: none;
}

ul.footer-info > li {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 4px;
    list-style: none;
}

/* ======= Media Queries ======= */

@media (max-width: 1024px) {
.hero-text > h1.title {
    font-size: 120px;
    font-weight: 300;
    color: #e6e6e6;
    line-height: 100%;
}
.project-description p {
    font-size: 18px;
}
.tags a {
    font-size: 18px;
}
}

@media (max-width: 1250px) {
.hero-text > h1.title {
    font-size: 68px;
    font-weight: 300;
    color: #e6e6e6;
    line-height: 1;
}
}

@media (max-width: 767px) {
.hero-text > h1.title {
    font-size: 56px;
    font-weight: 300;
    color: #e6e6e6;
    line-height: 1;
}
}

@media (max-width: 650px) {
.hero-text > h1.title {
    font-size: 42px;
    font-weight: 300;
    color: #e6e6e6;
    line-height: 1;
}
}

@media (max-width: 500px)  {
.page-header > h1.index-title {
    font-size: 32px;
}
}


@media (max-width: 510px)  {
.hero-text > h1.title {
    font-size: 28px;
}

li.tags {
    font-size: 18px;
}
.hero-text > .client {
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 0 0;
}
}



