.container {
   padding-right: 0px;
   padding-left: 0px;
}

.gallery,
.instagramfeed,
.imagelist {
   opacity: 1;
   visibility: visible;
}

.row {
   margin-right: 0px;
   margin-left: 0px;
}

.navbar {
   margin-bottom: 0px;
   border: none;
   min-height: fit-content;
}

.nav>li>a {
   font-family: Helvetica;
   line-height: 17px;
   font-weight: 400;
   padding: 15px 20px;
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
   text-align: center;
   background-color: rgba(67, 105, 223, 0);
   transition: all 0.25s ease-in 0s;
   font-size: 18px;
   color: rgb(255, 255, 255);



}

.nav>li>a:hover,
.nav>li>a.active {
   background-color: rgb(67, 105, 223);
}

#c3020 {
   display: flex;
   flex-direction: column;
   align-items: center;
}

h1,
h2,
p {
   color: rgb(85, 85, 85);
}

.bodytext a {
   text-decoration: none !important;
   transition: 0.3s;
}

.bodytext a:hover {
   color: black;
}

.footertext a {
   text-decoration: none !important;
   transition: 0.3s;
   display: inline-block;
}

.footertext a:hover {
   color: black;
}

iframe {
   width: 100%;
   height: 300px;
   margin-top: 30px;
}

.privacy-details {
   border: 2px solid blue;
   border-radius: 15px;
   box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
   padding: 15px;
}

#m2615 {
   margin-bottom: 30px;
}

.button:hover {
   text-decoration: none;
   color: rgb(255, 255, 255);
}

.button2:hover{
   text-decoration: none;
   color: rgb(255, 255, 255);
   background-color: blue;

}

/*android*/
@media screen and (max-width: 767px) {

   nav:not(.horizontal-menu--mobile):before,
   nav[data-settings*="vertical=true"]:not(.horizontal-menu--mobile):before {
      display: none;
   }

   .navbar {
      width: 100%;
   }

   .navbar-toggle .icon-bar {
      background-color: white;
   }

   .navbar-brand {
      color: white;
      margin-bottom: 0px;
   }

   .nav>li>a {
      text-align: left;
   }

   .privacy-details ul {
      padding-left: 15px;
   }

   .privacy-details a {
      display: inline-block;
   }
}

/*ios*/
@media screen and (max-width: 340px) {}

/*windows*/
@media (min-width: 450px) and (max-width: 767px) {}

/*portrait*/
@media (min-width: 768px) and (max-width: 991px) {}

/*landscape*/
@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width:1200px) {}