.navbar {
    height: 560px;
	width: 100%;
    top: 0;
    padding: 10px;
    transition: height 0.3s ease;
	background-color: rgba(52, 1, 110, 0.4);
	background-image: url('city.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode: lighten;
}

.navbar h1 {
    text-align: center;
    font-family: "Impact", fantasy;
    font-size: 60px;
}

.navbar p {
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    font-size: 30px;
}

body {
	background-color: rgba(255,255,255,0.3);
    margin: 0;
    padding: 0;
    background-image: url('clouds rain.gif');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode: lighten;
}

.container {
	font-family: Georgia;
	background-color: rgba(0,0,255,0.5);
	color: white;
  width: 100%;
	margin-top: 24px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.lalagyan-plus {
    display: flex;
    justify-content: center;
}

.lalagyan {
    display:flex;
    justify-content: center;
}

img {
  margin-top: 30px;
  margin-left: 10px;
}

#navibar {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  background-color: #333;
}

#navibar a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  left: 0;
}

#navibar a:hover {
  background-color: #39005b;
  color: rgb(0, 0, 216);
}

#navibar a.active {
  background-color: #aa03c8;
  color: rgb(48, 0, 58);
}

* {
        margin: 0;
        padding: 0;
    }

.footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(44, 7, 52, 0.5);
      color: white;
      text-align: center;
   }

  @media screen and (max-width: 1080px) and (orientation: portrait) {
    body {
      background-image: url('clouds dark.gif');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-blend-mode: lighten;
      background-color: rgba(255,255,255,0.3);
    }
    
    h1 {
      font-size: 10px;
    }
    
    .footer {
      opacity: 0.3;
   }
   
   .lalagyan {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
   }
   
   .lalagyan-plus {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
    }
   }
   
   
   
   
  
  