@font-face {
  font-family: myFont; /* set name */
  src: url(../font/Manrope/Manrope-VariableFont_wght.ttf); /* url of the font */
}

body {
	font-family: myFont;
	margin: 0;

}

html, body {
    scroll-behavior: smooth;
}

h1 {
	font-size: 60px;
    line-height: 72px;
    text-align: center;
	font-family: myFont;
	font-weight: normal;
	margin: 10px;
}

h2 {
	font-size: 42px;
    line-height: 72px;
    text-align: left;
	font-family: myFont;
	font-weight: normal;
	margin: 10px;
}

.lineH1 {
	width: 100px;
	height: 10px;
	background-color: rgb(255, 140, 0);
	margin: 10px auto;
}

.textbox {
	margin: 0 auto;
	width: 1200px;
}

.textbox2 {
	margin: 0 auto;
	width: 1200px;
	border-left: 6px solid rgb(255, 140, 0) !important;
	padding: 0 0 0 20px;
}

#header {
	height: 52px;
	width: 100%;
	background-color: black;
	position: fixed;
    left: 0px;
    top: 0px;
	font-family: myFont;
	color: white;
}

.logo {
	top: 5px;
	margin: 0 0 0 50px;
	display: block;
	width: 186px;
	height: 52px;
	background: url('../images/logo.png');
	float: left;
}

#menu {
	list-style-type: none;
	margin: 0 50px 0 0;
	padding: 0;
	float: right;
	
}

#menu li {
	margin-top: 15px;
	margin-left: 35px;
	float: left;
}

#menu li a {
	text-decoration: none;
	color: #ffffff;
}

#menu li a:hover {
	color: rgb(255, 140, 0);
	font-style: solid;
}

#slider {
	margin: 52px 0 0 0;
	height: 350px;
	background-color: green;
}

#content {
	margin: 0 auto;
	width: 1200px;
	background-color: white;
	
}

#mygallery {
	text-align: center;
	padding: 20px 0 20px 0;
	position: auto;
	background-color: black;
}

.mygallery {
	width: 700px;
	margin: 0 auto;
}


.gallery-item {
	margin: 5px auto;
	
}
#contact {
	clear: both;
	background-color: red;
	
}

footer {
		clear: both;
}

#footer_left {
	float: left;
}

#footer_center {
	float: left;
}

#footer_right {
	float: left;
}

@media (max-width: 1000px) {
	#menu{
		display: none;
	}
	
	#mygallery {
		display: none;
	}
}