html, body {
  margin: 0;
  background-color: white;
}


@media screen and (max-width: 768px) {
  .navbar{
  text-align: center;
  font-size: 20px;
  color: #0382A4;
  position: relative;
  margin: 5px;
  padding: 20px;
}
  .home-main{
    padding: 20px;
    font-size: 20px;
  }
  .main{
  margin: 20px 20px 20px 20px;
}
.container{
  display: block;
}
.modal-content{
  position: sticky;
  left: 15%;
  top: 20%;
  width: 60%;
  background-color: #9ae2f5;
  border-radius: 20px;
  padding: 20px;
  display: block;
}
.abt {
  display: block;
}
}

@media screen and (orientation: landscape) {
.navbar{
  text-align: center;
  font-size: 20px;
  color: #0382A4;
  position: relative;
  margin: 5px;
  padding: 20px;
  display: flex;
}
.main{
  margin: 20px 100px 20px 100px;
}
.home-main{
  padding: 100px;
  font-size: 20px;
}
.container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.modal-content{
  position: sticky;
  left: 15%;
  top: 20%;
  width: 60%;
  background-color: #9ae2f5;
  border-radius: 20px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.modal-content > a{
color: black;
text-decoration: underline;
}
.abt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.abtphoto {
  position: sticky;
  top: 0;
}
}


.home-main a {
  padding: 0px;
}
footer {
  font-size: 16px;
  text-align: center;
}
a{
  color: #03708D;
  text-decoration: none;
  padding: 5px;
}
a:hover{
  color: #001269;
}
.main a{
  padding: 0px;
}
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #0382A4;
  color: black;
  cursor: pointer;
}
.btn:hover {
  background-color: #001269;
  color: white;
}
.btn.active {
  background-color: #001269;
  color: white;
}
.outlets{
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.scrolling{
  animation: marquee 15s linear infinite;
  width: 200px;
  display: inline-block;
  padding-right: 10px;
}
@keyframes marquee {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-150vw);
  }
}
.filter {
  color: #000000;
  line-height: normal;
  flex: 200px;
  text-align: center;
  margin: 2px;
}
.filter > a {
  color: black;
  text-decoration: underline;
}
.box {
  border-radius: 25px;
  border-style: solid;
  background-color: #9AE2F5;
  height: 200px;
  color: #001269;
  text-align: center;
}
.box > a {
  color: black;
  text-decoration: underline;
}
.top{
  margin: 0px;
  background-image: url('/files/844A2140.jpg');
  background-color: #ffffff;
  background-position: 0% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
}
.headertext{
  font-size: 80px;
  color: #001269;
  font-family: "Dancing Script";
  position: absolute;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate ;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%);
    transform: translate(-50%);
}
@-webkit-keyframes glow {
  from {
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #6DE0FF, 0 0 40px #6DE0FF, 0 0 50px #6DE0FF, 0 0 60px #6DE0FF, 0 0 70px #6DE0FF;
  }
to {
text-shadow: 0 0 20px #fff, 0 0 30px #32D4FF, 0 0 40px #32D4FF, 0 0 50px #32D4FF, 0 0 60px #32D4FF, 0 0 70px #32D4FF, 0 0 80px #32D4FF;
}
}

.modal{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: auto;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.intro{
overflow: hidden;
width: 0;
font-size: 30px;
text-align: left;
color: #0382A4;
animation: typing 3s forwards;
}
@keyframes typing{
from {width: 0} to {width: 100%}
}
.dev {
      padding-top: 60px;
      padding-right: 30px;
      padding-bottom: 20px;
      padding-left: 30px;
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
	  }
.dev > a{
  padding: 0px;
}
h1 {
  color: #001269
}
p {
  color: black
}