:root {
	--primary-color: rgba(13, 110, 139, 0.75);
	--overlay-color: rgba(24, 39, 51, 0.85);
	--menu-speed: 0.75s;
}

* {
box-sizing: border-box;
margin: 0;
padding: 0;

}

nav {
  position: fixed; 
  top: 0;
  width: 100%;
  background-color: #transparent;
  margin: 0;
  text-align: center;
  overflow: hidden;
  z-index:1
}

nav ul {
  margin-top: 4;
  padding: 10;
}

nav ul li {
  display: inline-block;
  list-style-type: none;
}

nav > ul > li > a {
  color: #FFFFFF;
  background-color:#transparent;
  display: display;
  line-height: 0em;
  padding: 0.0em 0.8em;
  text-decoration: none;
  -webkit-text-stroke: .2px black;
}

body {
    margin: 15;
    padding: 0;
}

h2 {
  color: white;
  font-size: 20px;
  text-decoration: center;
}



#carousel {
    width: 99%;
    height: auto;
    background-color: #transparent;
    overflow: auto;
    white-space:nowrap;
}

#carousel .slide {
    display: inline;

}

p2  {
  color: white;
  font-size: 17px;
}


p3  {
  color: #FF0000;
  font-size: 14px;
}

.Button {
  box-shadow:inset 0px 0px 14px -3px #9fb4f2;
  background:linear-gradient(to bottom, #003333 5%, #000000 100%);
  background-color:#000000;
  border-radius:2px;
  border:2px solid #FFFFFF;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:20px;
  padding:6px 9px;
  text-decoration:none;
  text-shadow:0px 0px 0px #283966;
  position: relative; 
}
.Button:hover {
  background:linear-gradient(to bottom, #336666 100%, #393D3F 100%);
  background-color:#000000;
}
.Button:active {
  position:relative;
  top:1px;
}

.btn {
  display: inline-block;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  padding:  0.75rem 1.5rem;
  margin-top: 1rem;
  text-decoration: none;
  transition: opacity 1s easin-in;
z-index:3;
}

.menu-wrap {
.btn:hover 

}


.footer {
 position: fixed
  display: block;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 6%;
  background color: slategray;
 /*padding-bottom: -20px;*/
  margin: auto;
}

.zoom-container img {
  transition: transform .2s ease;
}

.zoom-container:hover img {
  transform: scale(1.2);
 -webkit-filter: drop-shadow(1px 1px 25px white)
}

.social-container {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    position: relative;

}

@media screen and (max-width: 700px) {
nav {
visibility: hidden;
}

@media screen and (max-width: 750px) {
  .container1 {
    min-width: 90%;
    min-height: auto;
    margin-top: 53px;
}

@media screen and (max-width:800px) {
.footer {
  height: 10%;
}
@media screen and (max-width:800px) {
.social-container {
  height: 10%;
}