.container{
  min-height: 800px;
  width: 100%;
  background-image: url(images/background.jpg);
  background-size: cover;
  background-position: center;
  position:relative;
  overflow: hidden;
}

.blackbar{
	height: 100% 10px;
	width: 100%;
	background-image: url();
	background-position: center;
	position: absolute;
}
.navbar{
	width: 85%;
	margin: auto;
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
 width: 150px;
 cursor: pointer;
 font-weight: bold;
}
.navbar ul li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.navbar ul li a{
	text-decoration: none;
	color: rgb(7, 7, 7);
	text-transform: uppercase;
}
.navbar ul li::after{
	content: '';
	height: 3px;
	width: 0;
	background: #050505;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s
}
.navbar ul li:hover::after{
	width: 100%;

}

.logo-1 {
    width: 150px;
    cursor: pointer;
    font-weight: bold;
   }

.u-section-1 {
    background-image: none;
  }
  
  .u-section-1 .u-sheet-1 {
    min-height: 930px;
    
    
  }
  
  .u-section-1 .u-layout-wrap-1 {
    margin-top: 30px;
    margin-bottom: 300px;
  }
  
  .u-section-1 .u-layout-cell-1 {
    min-height: 200px;
    background-image: none;
  }
  
  .u-section-1 .u-container-layout-1 {
    padding: 15px;
  }
  
  .u-section-1 .u-text-1 {
    font-size: 3.75rem;
    margin: 0 12px 0 0;
  }
  
  .u-section-1 .u-text-2 {
    font-size: 1.25rem;
    margin: 12px 0 0;
  }
  
  .u-section-1 .u-layout-cell-2 {
    min-height: 0px;
  }
  
  .u-section-1 .u-container-layout-2 {
    padding: 10px;
  }
  
  .u-section-1 .u-icon-1 {
    height: 78px;
    width: 78px;
    background-image: none;
    color: rgb(17, 17, 17) !important;
    margin: 0 auto;
  }
  
  .u-section-1 .u-text-3 {
    text-transform: uppercase;
    margin: 5px 0 0;
  }
  
  .u-section-1 .u-text-4 { 
    font-style: italic;
    margin: 5px 1px 0;
  }
  
  .u-section-1 .u-layout-cell-3 {
    min-height: 234px;
  }
  
  .u-section-1 .u-container-layout-3 {
    padding: 10px;
  }
  
  .u-section-1 .u-icon-2 {
    height: 78px;
    width: 78px;
    background-image: none;
    color: rgb(17, 17, 17) !important;
    margin:0 auto  ;
  }
  
  .u-section-1 .u-text-5 {
    text-transform: uppercase;
    margin: 5px 0 0;
  }
  
  .u-section-1 .u-text-6 {
    font-style: italic;
    margin: 5px 1px 0;
  }
  
  .u-section-1 .u-image-1 {
    min-height: 542px; 
    
  }
  
  .u-section-1 .u-container-layout-4 {
    padding: 5px;
  }
  .title1{
      position:absolute;
      color: white;
      font-size: 26px;
      font-weight: bold;
      width: 100%;
      left: 31%;

  }

  .album {
      position: relative;
      border-radius: 10px;
      box-shadow: 0px 0px 3px lightgrey;
      width: 500px;
      height: 530px;

  }
  .album img{
      width: 100%;
      height: 100%;
      border-radius: 10px;
  }

  .topnav{
    display: none;
  }


  
  @media (max-width: 1250px) {
    .u-section-1 .u-sheet-1 {
      min-height: 537px;
    }
    .album{
      max-width: 380px;
    }
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 254px;
    }
  
    .u-section-1 .u-text-1 {
      margin-right: 0;
    }
  
    .u-section-1 .u-layout-cell-2 {
      min-height: 193px;
    }
  
    .u-section-1 .u-text-4 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .u-section-1 .u-layout-cell-3 {
      min-height: 193px;
    }
  
    .u-section-1 .u-text-6 {
      margin-left: 0;
      margin-right: 0;
    }
  
    .u-section-1 .u-image-1 {
      min-height: 447px;
    }
  }
  
  @media (max-width: 1050px) {
    .u-section-1 .u-sheet-1 {
      min-height: 1112px;
    }
    .navbar{
      display: none;
    }
    .topnav{
      display: block;
    }

    
  
    .u-section-1 .u-layout-cell-1 {
      min-height: 100px;
    }
  
    .u-section-1 .u-layout-cell-2 {
      min-height: 100px;
    }
  
    .u-section-1 .u-layout-cell-3 {
      min-height: 100px;
    }
  
    .u-section-1 .u-image-1 {
      min-height: 822px;
    }
  }
  @media (max-width: 990px){
    .container{
      min-height: 1155px;
  
  }
  
  .navbar{
    position: relative;
    
  }
  .navbar ul li{
      padding: 10px;
      text-align: center;
  }
  .navbar{
    display: none;
  }
  .topnav{
    display: block;
  }
    .album{
  
        margin-top: 20px;
        margin-left: 150px;
        
  
        
    }
    
  
  
  .u-section-1 .u-text-1 {
    margin-top: 40px;
  }
  
  .u-section-1 .u-layout-wrap-1 {
    margin-top: 0px;
  }
  
  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }
  
  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }
  
  .u-section-1 .u-layout-cell-3 {
    min-height: 100px;
  }
  
  .u-section-1 .u-layout-cell-4 {
    min-height: 500px;
  }
  }

  @media (max-width: 767px) {
    .container{
      min-height: 1400px;
    }
    .album{
      max-height: 300px;
      max-width: 225px;
       
    }
    .u-section-1 .u-sheet-1 {
      min-height: 1007px;
    }
  
    .u-section-1 .u-container-layout-1 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-text-1 {
      margin-left: auto;
      margin-right: auto;
    }
  
    .u-section-1 .u-container-layout-2 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-container-layout-3 {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .u-section-1 .u-image-1 {
      min-height: 617px;
    }
  
    .u-section-1 .u-container-layout-4 {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  @media (max-width: 575px) {
    .container{
      min-height: 500px;

  }
  .album{
    
      max-height: 300px;
      max-width: 225px;
      margin-left: 40px; 
  }
  .logo-1{
    max-width:300px;
    max-height:50px;
  }
    .u-section-1 .u-sheet-1 {
      min-height: 100px;
    }
  
    .u-section-1 .u-text-1 {
      font-size: 2.75rem;
    }
  
    .u-section-1 .u-image-1 {
      min-height: 388px;
    }
  }

  .topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
    overflow: visible;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .active {
    background-color: #050505;
    color: white;
  }
  