
@font-face {
    font-family: 'Italianno';
    src: url('../fonts/Italianno-Regular.eot');
    src: url('../fonts/Italianno-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Italianno-Regular.woff2') format('woff2'),
        url('../fonts/Italianno-Regular.woff') format('woff'),
        url('../fonts/Italianno-Regular.ttf') format('truetype'),
        url('../fonts/Italianno-Regular.svg#Italianno-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-LightItalic.eot');
    src: url('../fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-LightItalic.woff2') format('woff2'),
        url('../fonts/Lato-LightItalic.woff') format('woff'),
        url('../fonts/Lato-LightItalic.ttf') format('truetype'),
        url('../fonts/Lato-LightItalic.svg#Lato-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    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: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Lato';
    font-weight: normal;
    font-size: 1rem;
}@charset "utf-8";
/* GLOBAL RESET */


/* 
LOGO BROWN - #6C2F2B;
LOGO GOLD - #F2AB27;
YELLOW - #f7c023;
*/

/* 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;
}.all_navigation_background {
display: block;
position: relative;
width: 100%;
}

.all_navigation_top_bar_section {
background-color: white;
display: flex;
justify-content: space-around;
width: 100%;
padding: 6px 2px;
position: relative;
height: 30px;
}

.all_navigation_top_bar_services_text_wrapper {
display: block;
position: relative;
z-index: 50;
}

.all_navigation_top_bar_services_text {
font-family: 'Italianno';
font-size: .8rem;
letter-spacing: 2px;
}

.all_navigation_top_bar_links_wrapper {
display: none;
}

.all_navigation_top_bar_links {
display: block;
position: relative;
}

.all_navigation_wrapper {
position: absolute;
top: 30px;
z-index: 50;
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, .95);
}

.all_navigation_logo_section {
display: block;
position: relative;
width: 100%;
padding: 8px;
height: 160px;
}

.all_navigation_logo_wrapper {
width: 80%;
display: block;
margin: 0 auto;
max-width: 225px;
}

.all_navigation_logo {
width: 100%;
display: block;
position: relative;
}

.all_navigation_hamburger_wrapper {
display: block;
justify-content: space-around;
position: relative;
margin: 0 auto;
width: 42px;
cursor: pointer;
margin-top: 10px;
}

.bar1, .bar2, .bar3 {
background-color: #6c2f2b;
width: 42px;
height: 4px;
border-radius: 10px;
display: block;
position: relative;
margin-bottom: 4px;
}

.bar2 { 
width: 28px;
}

#all_navigation_links_section {
display: block;
position: absolute;
top: 160px;
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, .95);
height: auto;
max-height: 0;
overflow: hidden;
transition: .6s ease-in-out;
}

#all_navigation_links_section ul {
display: block;
width: 100%;
}

#all_navigation_links_section ul li {
display: block;
width: 100%;
}


.all_navigation_links {
font-family: 'Lato';
font-weight: 300;
font-size: 1rem;
letter-spacing: 2px;
width: 80%;
display: block;
position: relative;
border-bottom: 1px solid black;
text-decoration: none;
color: black;
padding: 16px 8px;
margin: 0 auto;
text-align: center;
transition: .6s ease-in-out;
}

.all_navigation_links:hover {
color: #6c2f2b;
}

.all_navigation_social_section {
display: block;
position: relative;
}

.all_navigation_social_wrapper {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
width: 100%;
padding: 12px;
max-width: 250px;
margin: 0 auto;
}

.all_navigation_social_icon_wrapper {
width: 48px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
}

.all_navigation_social_icon {
width: 100%;
height: 100%;
display: block;
fill: #6c2f2b;
position: relative;
transition: .6s ease-in-out;
cursor: pointer;
}

.all_navigation_social_icon:hover {
fill: black;
}

@media screen and (min-width: 1024px) {

    .all_navigation_top_bar_section {
    background-color: white;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 6px;
    height: 32px;
    }

    .all_navigation_top_bar_services_text_wrapper {
    margin-top: 4px;
    }

    .all_navigation_top_bar_services_text {
    font-size: 1.15rem;
    }
        

    .all_navigation_top_bar_links_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    }
    
    
    .all_navigation_top_bar_links {
    font-family: 'Lato';
    font-weight: 300;
    font-size: .8rem;
    display: block;
    text-decoration: none;
    color: black;
    position: relative;
    padding:0 4px;
    letter-spacing: 2px;
    transition: .6s ease-in-out;
    }

    .all_navigation_top_bar_links:hover {
    color: #6c2f2b;
    }

    .all_navigation_wrapper {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    }

    
    .all_navigation_logo_section {
    width: 25%;
    height: 125px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    }


    .all_navigation_logo_section {
    width: 25%;
    height: 125px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    }

    .all_navigation_logo_wrapper {
    padding: 8px;
    }

    .all_navigation_hamburger_wrapper {
    display: none;
    }

    #all_navigation_links_section {
    height: auto;
    top: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    max-height: 99999px;
    width: 75%;
    background-color: transparent;
    }

    #all_navigation_links_section ul {
    display: block;
    width: 80%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    }

    #all_navigation_links_section ul li {
    display: block;
    width: 24%;
    max-width: 175px;
    }
    
    .all_navigation_social_wrapper {
    max-width: 175px;
    }

    .all_navigation_social_icon_wrapper {
    width: 34px;
    height: 34px;
    }

        

}