
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype'),
        url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Advent Pro';
    src: url('../fonts/AdventPro-Thin.eot');
    src: url('../fonts/AdventPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AdventPro-Thin.woff2') format('woff2'),
        url('../fonts/AdventPro-Thin.woff') format('woff'),
        url('../fonts/AdventPro-Thin.ttf') format('truetype'),
        url('../fonts/AdventPro-Thin.svg#AdventPro-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton-Regular.eot');
    src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff'),
        url('../fonts/Anton-Regular.ttf') format('truetype'),
        url('../fonts/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.eot');
    src: url('../fonts/Lora-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-Regular.woff2') format('woff2'),
        url('../fonts/Lora-Regular.woff') format('woff'),
        url('../fonts/Lora-Regular.ttf') format('truetype'),
        url('../fonts/Lora-Regular.svg#Lora-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@charset "utf-8";
/* GLOBAL RESET */


/* 
GOLD: #bca264;
BLACK: #1a1a1a;
BLUE: #025099;

*/

/* CSS Document */

/* Fonts 
get font reference in google fonts
font-family: 
font-family: 
font-family: 
font-family: 


*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-display: swap;
	vertical-align: baseline;
	
}

	html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="select"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
select,
textarea {
  font-size: 16px;
}.section_title_wrapper_white {
display: block;
position: relative;
width: 100%;
overflow: hidden;
}

.section_title_background_white {
font-family: 'Anton';
width: 100%;
display: block;
letter-spacing: 2px;
font-size: 2.75rem;
display: block;
position: relative;
color: #E00313;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: .5px;
-webkit-text-stroke-color: #E00313;
text-transform: uppercase;
z-index: 0;
}

.section_title_light {
color: black;
font-family: 'Anton';
display: block;
position: relative;
font-size: 1.4rem;
top: -10px;
left: 20px;
z-index: 1;
letter-spacing: 2px;
}

.section_title_dark {
color: #E00313;
font-family: 'Anton';
display: block;
position: relative;
font-size: 1.4rem;
top: -10px;
left: 20px;
z-index: 1;
letter-spacing: 2px;
}

.section_subtitle_light {
display: block;
position: relative;
font-family: 'Lato';
font-size: 1rem;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
left: 20px;
top: -8px;
}

.cta_red {
font-family: 'Lato';
font-weight: 300;
font-size: .8rem;
letter-spacing: 4px;
display: inline-block;
position: relative;
padding: 16px;
width: 135px;
margin-right: 8px;
text-align: center;
background: linear-gradient(to right, rgb(224, 3, 19), rgb(165, 2, 22));
background-color: #E00313;
text-decoration: none;
color: white;
border: 1px solid transparent;
transition: .6s ease-in-out;
}

.cta_red:hover {
background: transparent;
border: 1px solid #E00313;
color: #E00313;
}

    @media screen and (min-width: 425px) {
              .section_title_background_white {
            font-size: 3.5rem;
            }
            
            .section_title_light, .section_title_dark {
            font-size: 1.6rem;
            top: -10px;
            }



            
    }

    @media screen and (min-width: 600px) {

        .cta_red {
        margin-right: 8px;
        margin-top: 8px;
        width: 160px;
        }
            
    }


    @media screen and (min-width: 768px) {
      .section_title_background_white {
      font-size: 4rem;
      }
      
      .section_title_light, .section_title_dark {
      font-size: 2.25rem;
      top: -25px;
      left: 50px;
      }

    .section_subtitle_light {
    top: -20px;
    left: 50px;
    }
      
}
    
    @media screen and (min-width: 1024px) {
    
        .cta_red {
        padding: 10px 4px;
        width: 225px;
        margin-right: 12px;
        margin-top: 10px;
        }
    
    }

    @media screen and (min-width: 1440px) {

        .section_title_background_white {
        font-size: 5rem;
        }

        .section_title_light, .section_title_dark {
        font-size: 3rem;
        top: -35px;
        left: 60px;
        }

        .section_subtitle_light {
        top: -30px;
        left: 60px;
        }

        .cta_red {
        padding: 12px 4px;
        width: 225px;
        margin: 16px 16px 0 0;
        }

    
    }.all_navigation_background {
display: block;
position: relative;
width: 100%;
background-color: black;
}

.all_navigation_wrapper {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
height: 75px;
}

.all_navigation_logo_wrapper {
width: 50%;
display: block;
position: relative;
height: 100%;
max-height: 75px;
}

.all_navigation_logo {
padding: 6px;
width: 100%;
height: 100%;
max-width: 260px;
display: block;
margin: 0 auto;
max-height: 75px;
}

#account_icon {
width: 58%;
}

#nav_wrapper {
display: block;
overflow: hidden;
position: absolute;
top: 0;
z-index: 70;
display: block;
background-color: black;
width: 100%;
height: auto;
max-height: 0;
top: 75px;
transition: .6s ease-in-out;
}

#nav_wrapper ul {
display: block;
position: relative;
width: 100%;
}

#nav_wrapper ul li {
display: block;
position: relative;
width: 100%;
}

#nav_wrapper ul li:first-child {
border-top: 1px solid rgb(224, 3, 19, .5); 
}

.navlinks {
font-family: 'Advent Pro';
font-weight: 100;
font-size: 1rem;
letter-spacing: 4px;
padding: 16px;
display: block;
position: relative;
text-align: center;
text-decoration: none;
color: white;
transition: .4s ease-in-out;
border-bottom: 1px solid rgb(224, 3, 19, .5);
}

.navlinks:hover {
background-color: #9e000b;  
color: white; 
}

.navigation_icons_row_wrapper {
display: flex;
justify-content: space-around;
position: relative;
width: 50%;
max-width: 300px;
}

.navigation_icon_wrapper {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;

}

.navigation_icon {
width: 80%;
height: 80%;
}

.hamberger_wrapper {
display: block;
position: relative;
}

.bar1, .bar2, .bar3 {
display: block;
width: 38px;
height: 4px;
background-color: #E00313;
margin-bottom: 6px;
border-radius: 10px;
}

.bar3 {
margin: 0;
}


@media screen and (min-width: 1024px) {
    .all_navigation_wrapper {
    height: 75px;
    justify-content: flex-start;
    }

    .all_navigation_logo_wrapper {
    width: 35%;
    max-width: 350px;
    display: block;
    align-items: center;
    position: relative;
    }


    #ham_icon_wrap {
    display: none;
    }

    .navigation_icon_wrapper {
    width: 60px;
    height: 60px;
    }

    .navigation_icons_row_wrapper {
    width: 200px;
    margin-left: auto;
    }

    #nav_wrapper {
    display: block;
    max-width: 99999px;
    overflow: visible;
    position: relative;
    top: auto;
    display: block;
    width: 100%;
    height: auto;
    max-height: 9999px;
    top: 0;
    }

    #nav_wrapper ul {
    display: flex;
    position: relative;
    justify-content: space-around;
    width: 100%;
    }

    #nav_wrapper ul li {
    display: block;
    position: relative;
    width: auto;
    }

    #nav_wrapper ul li:first-child {
      border: none;
    }

    .navlinks {
    padding: 8px 4px;
    width: 150px;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: white;
    transition: .4s ease-in-out;
    border: none;
    }

    .navlinks::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #E00313;
        transform: scaleX(0);
        transition: .3s ease-in-out;
    }
    .navlinks:hover::before{
        transform: scaleX(1);
    }

    .navlinks:hover {
    background-color: black;
    color: #E00313;
    }


}

