@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
h1, h2, h3, h4, h5{
font-family:  "Unbounded", sans-serif !important; 
margin: 0;
color: inherit ;
display: block !important;
}
.title-header{
display: flex !important;
position: relative;
}
.title-header img{
width: 150px;
position: absolute;
top: 0px;
}
.title-header h1{
z-index: 1;
}
.header{
color: white;
width: 100%;
height: 100vh;
background-size: cover;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.main-wrapper{
width: 80%;
margin: auto;
}
.header:after{
content:"";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(78, 78, 78, 0.544);
}
.header-title-content{
width: 50%;
position: relative;
z-index: 2;
}
.header-title-content p{
color: white;
}
.header-title-content p strong,
.header-title-content p b{
font-weight: 800;
}
.header-highlight{
display: inline-block;
background-color: var(--header-highlight2);
transform: rotate(-5deg);
padding: 0px 10px;
}
h1{
font-family:  "Unbounded", sans-serif;
color: white;
font-size: 5vw ;
}
.sticker{
display: flex;
align-content: center;
display: inline-block;
width: 10vw;
height: 10vw;
background-color: var(--header-highlight);
font-size: 1vw;
border-radius: 50%;
padding: 1vw;
box-sizing: border-box;
text-align: center;
transform: rotate(-10deg);
}
.sticker-large-text{
font-size: 2em;
}
#bunting{
z-index: 2;
position: absolute;
top: -50px;
right: 0px;
width: 500px ;
height: 200px;
}
#bunting img{
width: 100% !important;
height: 100% !important;
max-width: none;
}
#menu-bar{
background-color: rgba(0, 0, 0, 0) !important;
box-shadow: none !important;
}
#header-nav ul li span, #header-nav ul li a{
color: white !important;
}
.header-buttons button{
border-radius: 30px;
font-size: 1vw;
font-family:  "Unbounded", sans-serif;
text-transform: uppercase;
background-color: var(--header-highlight) !important;
font-weight: 700;
}
.content-section{
margin: 20px auto;
padding: 20px 0px;
}
.content-section:nth-child(even){
background-color: rgb(228, 228, 228);
}
header > .x-bar:nth-child(2){
display: none;
}
.bunting{
position: absolute;
left: 0;
top: 0;
}
@media only screen and (max-width: 1200px){ .title-header img{
right: 0!important;
top: -30px;
}
.header-title-content p{
font-size: 1.5em;
}
}
@media only screen and (max-width: 1024px){
.title-header img{
top: -110px;
right: auto!important;
width: 100px;
}
}
@media only screen and (max-width: 880px){
.title-header img{
width: 90px;
height: 90px;
}
.header-title-content p{
font-size: 1em;
}
}
@media only screen and (max-width: 767px){
.header-title-content{
padding-top: 50px;
}
}
.tmp-button{
display: flex;
}
.tmp-button svg{
max-width: 20px;
}
.tmp-button button:nth-child(1){
padding: 0px 20px;
border-radius: 30px;
}
.button-arrow{
transition: all 0.5s ease;
font-family: 'Open Sans', sans-serif !important;
border-radius: 50% !important;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.button-arrow img{
width: 50%;
height: auto;
}
.tmp-button button{
background-color: transparent;
border-radius: 10px;
}
.tmp-button:hover .button-arrow{
transform: translateX(15px);
}
.tmp-button button{
padding: 0;
}
@media only screen and (max-width: 1024px){
.tmp-button button:first-child{
padding: 10px 15px!important;
}
}
@media only screen and (max-width: 767px){
.underline-homepage{
display: none;
}
}
@media only screen and (max-width: 431px){
.tmp-button button{
font-size: 0.8em ;
}
.header-button .tmp-button button{
font-size: 0.5em !important;
}
}