*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
}
	
::-webkit-scrollbar-track {
	background-color:#ffffff;
}
	
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#292929;
}
	
::-webkit-scrollbar-thumb:hover{
	background-color:#000000;
}
	
::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
}
::-webkit-scrollbar{
	width: 4px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
  }
  input[type="number"]:hover,
  input[type="number"]:focus {
    -moz-appearance: number-input;
  }
li{
    list-style-type:none;
}
body{
    font-family: 'Playfair Display', serif;
}
.container{
    width: 970px;
    margin: 0 auto;
}

.parallax {
    min-height: 400px;
    background: transparent;
}
.bg_header{
    
    position: absolute;     
    background-size: cover;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}
.websiteHeader{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 1;
    height: 90px;
    transition: height 0.35s, background-color 0.35s, font-size 0.35s;
}
.websiteHeader_scroll{
    position: fixed;
    top: -1%;
    right: -1%;
    left: -1%;
    border-color: rgba(255,255,255,0.1);
    border-style: solid;
    background-color: #303841;
    border-bottom: 1px solid #303841;
    z-index: 1;
    height: 70px;
    border-width: 0 0 1px;
    transition: height 0.35s, background-color 0.35s, font-size 0.35s;
}
.container_header{
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 35px;
    transition: all 0.35s ease;
}
.container_header_scroll{
    padding-top: 20px;
    transition: all 0.35s ease;
}
.logo_name{
    font-size: 30px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    transition: all 0.35s ease;
}
.logo_name:hover{
    opacity: 0.8;
}
#websiteHeader ul{
    display: flex;
    align-items: center;
}
#websiteHeader ul p{
    cursor: pointer;
}
#websiteHeader ul li a{
    color: white;
    text-decoration: none;
    margin-left: 35px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.35s ease;
}
#websiteHeader ul li a:hover{
    border-bottom: 1px solid #00adb5;
    padding-bottom: 6.5px;
}
.work_nav_scroll,.about_nav_scroll,.contacts_nav_scroll,.fireplaces_nav_scroll,.bbq_nav_scroll,.ovens_nav_scroll{
    border-bottom: 1px solid #00adb5;
    padding-bottom: 6.5px;
}

#websiteHeader img{
    cursor: pointer;  
}
#websiteHeader img:hover{
    opacity: 0.7;
}
.mail_svg{
    margin-left: 27px;
}
.phone_svg{
    margin-left: 19px;
}
.main_content{
    padding-top: 155px;
    padding-bottom: 125px;
    text-align: center;
}

.main_content h1{
    text-shadow: 5px 5px 3px #000;
    text-align: center;
    margin: 0 auto;
    border-top:white solid;
    border-bottom:white solid;
    font-size: 65px;
    color: white;
    font-weight: 700;
    width: 890px;
    padding: 5px 0;
    margin-bottom: 10px;
}
.main_content h2{
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 400;
    color: white;
    width: 890px;
    margin-bottom: 44px;
}
.main_content p{
    text-shadow: 5px 5px 3px #000;
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 800;
    color: white;
    width: 500px;
    margin-bottom: 200px;
    line-height: 1.1;
}
.main_content a{
    border: 1px solid #00adb5;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    background-color: #00adb5;
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    transition: all 0.35s ease;
}
.main_content a:hover{
    background-color: rgb(0, 173, 181,0.93);;
}
.works_section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.work_txt{
    text-align: center;
    margin: 0 auto;
}
.work_txt h2{
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    text-transform: uppercase;
}
.work_txt hr{
    margin-left: auto;
    margin-right: auto;
    border: 0;
    max-width: 50px;
    border-color: #00adb5;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 3px solid #00adb5;
    height: 0;
    box-sizing: content-box;
}
.about_section{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ebebeb;
}
.about_txt{
    margin-bottom: 15px;
}
.contacts_section{
    padding-bottom: 100px;
    padding-top: 100px;
}

.phone a{
    text-decoration: none;
    color: #00adb5;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.contacts_txt{
    padding-bottom: 10px;
}
.contacts{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.phone a span{
    margin-left: 10px;
}
.phone a:hover{
    text-decoration:underline;
}
.mail a{
    text-decoration: none;
    color: #00adb5;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.mail a span{
    margin-left: 10px;
}
.mail a:hover{
    text-decoration:underline;
}
.contacts_section form{
    margin: 0 auto;
    width: 767px;
    display: flex;
    flex-direction: column;
}
.contacts_section form input{
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 15px;
    height: auto;
    font-size: 1rem;
    padding: .375rem .75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
form input:focus{
    outline:none;
    border: 1px solid rgb(0, 162, 255, 0.7);
    box-shadow: 0px 0px 7px 0 rgb(0, 162, 255, 0.4);
}
.contacts_section form textarea{
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 15px;
    height: auto;
    font-size: 1rem;
    padding: .375rem .75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    resize:none;
    min-height: 100px;
}
form textarea:focus{
    outline:none;
    border: 1px solid rgb(0, 162, 255, 0.7);
    box-shadow: 0px 0px 7px 0 rgb(0, 162, 255, 0.4);
}
.btn_submit{
    cursor: pointer;
    margin-top: 15px;
    border: 1px solid #00adb5;
    color: #ffffff;
    background-color: #00adb5;
    transition: 0.35s all ease;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    width: 100%;
}
.btn_submit:hover{
    background-color: rgb(0, 173, 181,0.9);
}
.fireplaces_section{
    background-color: #ccc;
    padding-top: 100px;
    padding-bottom: 100px;
}
footer{
    background-color: #333333;
    padding-top: 40px;
    padding-bottom: 100px;
}
.footer_container{
    display: flex;
    justify-content: space-between;
}
.txt_footer{
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    font-size: 20px;
}
.copyright{
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    font-size: 13px;
}
.left_footer a{
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    text-decoration: none;
    font-size: 13px;
}
.left_footer a:hover{
    color: rgb(211, 211, 211);
}
.right_footer ul{
    display: flex;
}
.right_footer li{
    margin-left: 10px;
}
.right_footer li a{
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.35s ease;
}
.right_footer li a:hover{
    color: #00adb5;
}
.svg_contacts{
    margin-top: 25px;
    float: right;
}
.svg_contacts a{
 margin-left: 8px;
 transition: all ease 0.35s;
}
.svg_contacts a:hover{
    opacity: 0.8;
}
.ovens_section{
    background-color: #ccc;
    padding-top: 100px;
    padding-bottom: 100px;
}
.bbq_section{
    padding-top: 100px;
    padding-bottom: 100px;
}

.gam_phone {
    margin-left: 19px;
}