/*****GALLERY PAGE**************/
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.sec
{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient( #EB5916, #E6CD16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
}
.custom-shape-divider-bottom-1600710071 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg) translateZ(-1px);
}

.custom-shape-divider-bottom-1600710071 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 172px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1600710071 .shape-fill {
    fill: #FFFFFF;
}
header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo
{
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
header ul
{
  position: relative;
  display: flex;
}
header ul li
{
  list-style: none;
}

header ul li a
{
  color: #fff;
  margin-left: 40px;
  text-decoration: none;
}
.content
{
  position: relative;
  max-width: 600px;
  z-index: 1;
}
.content h2
{
  color: #fff;
  font-size: 5em;
  line-height: 1em;
}
.content h2 span
{
  color: #fff;
  font-size: .7em;
}
.content p
{
  color: #fff;
  margin: 10px 0 20px;
}
.content a
{
  padding: 10px 30px;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  color: #111;
}
h1{
	position:relative;
	color:black;
	top:0px;
	right:0px;
}
.hr{
	color:black;
	width:100%;
	border:2px solid black;
}
.gallery-01{
	position:relative;
	top:40px;
	right:0px;
	color:black;
	font-size:40px;
}
.container{
	display:flex;
	align-items:stretch;	
}
.container > div{
	margin:10px;
	width:100%;
	line-height:75px;
	text-align:center;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  position:relative;
  top:75px;
  border-radius:5px;
}

.flex-container > div {
  position:relative;
  width:230px;
  height:200px;
  margin: 10px auto;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  top:5px;
  padding:5px;
  border-radius:5px;
}
.flex-container,.image-1{
	border-radius:5px;
}
.gallery{
	position:relative;
	top:40px;
}
.menu{
	position:relative;
	top:0px;
	left:50px;
	height:500px;
}
html{
	scroll-behavior:smooth;
}
.gotopbtn{
	position:fixed;
	width:50px;
	height:50px;
	background:#999;
	bottom:40px;
	right:10px;
	text-decoration:none;
	text-align:center;
	line-height:50px;
	color:white;
	font-size:22px;
	border-radius:50px;
}
.image-row{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	width:475px;
	top:200px;
	left:5px;
	height:750px;
}
.pic-container{
	display:flex;
	flex-wrap:wrap;	
}
.pic-container > div {
	margin:10px;
	padding:20px;
}
.suit{
	position:relative;
	top:50px;
	width:450px;
	height:500px;
	left:100px;
}
/*****GALLERY PAGE**************/
.footer{
	position:absolute;
	background-color:#FFFF00;
	margin:10px;
	padding:5px;
	width:100%;
	text-align:center;
	top:720px;
	right:0px;
}
/*****FOOTER PAGE**************/
body {
  background-color: grey;
}

@media screen and (min-width: 480px) {
  body {
    background: linear-gradient( #EB5916, #E6CD16);
  }
}

