@import url("https://fonts.googleapis.com/css2?family=Playball&display=swap");
:root {
  --primary-color: white;
}

* {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--primary-color);
  margin: 0;
  padding: 0;
  font-family: "segoe ui";
}

.navbar {
  background: white;
  padding: 1em;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* Hide the images by default */
}

.navbar .wssc {
  width: 50%;
}

.navbar nav {
  display: none;
}

.navbar .slideshow-container {
  max-width: 98%;
  position: relative;
  margin: auto;
}

.navbar .mySlides {
  display: none;
}

.navbar .prev,
.navbar .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.navbar .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.navbar .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.navbar .mobile-menu {
  cursor: pointer;
}

a {
  color: red;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul.prinav {
  margin-top: 40px;
}

section {
  margin: 0;
  padding: 0 10px;
}

.hero {
  text-align: center;
}

nav.menu-btn {
  display: block;
}

nav {
  position: fixed;
  z-index: 999;
  right: 20px;
  top: 0;
  background-color: white;
  padding-top: 1em;
  padding: 1em;
}

nav li a {
  color: red;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  font-size: 1.2em;
  text-align: right;
  font-weight: bold;
}

nav li a:hover {
  font-weight: bold;
}

.mobile-menu {
  float: right;
  cursor: pointer;
}

.mobile-menu-exit {
  float: right;
  margin: 0.5em;
  cursor: pointer;
}

#myBtn {
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 999;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background: local;
  /* Set a background color */
  font-size: 1.5rem;
  background-color: rgba(0, 1, 132, 0.8);
  color: white;
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  font-weight: bolder;
}

#products > img {
  width: 300px;
}

#about-us {
  background: whitesmoke;
}

footer {
  padding-top: 20px;
  padding-left: 20px;
  background-color: rgba(0, 1, 132, 0.8);
}

h1 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mobile-menu,
  .mobile-menu-exit {
    display: none;
  }
  .navbar.container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px auto;
        grid-template-columns: 180px auto;
  }
  .navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
    position: unset;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar nav a {
    font-size: 1em;
    padding: 0.1em 1em;
  }
  .navbar nav ul.prinav {
    margin: 0;
  }
  .navbar nav li.Current a {
    font-weight: bold;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    width: 20px;
  }
  .column2 {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    width: 20px;
  }
  footer {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 1080px) {
  .container {
    margin: 0 auto;
  }
  .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column1 {
    -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
            flex: 33.33%;
    width: 20px;
  }
  #products > img {
    width: 30%;
    /*image width*/
    float: left;
    /*image position*/
    height: 250px;
    padding-left: 100px;
  }
  #products {
    padding-bottom: 40px;
  }
  #partners {
    padding-left: 80px;
  }
  .logo {
    width: 100px;
  }
  .logo .wssc {
    width: 20%;
  }
}

@media only screen and (min-width: 1450px) {
  body {
    font-size: 1.2rem;
  }
  a > img {
    width: 150px;
  }
  .navbar nav {
    width: 550px;
    float: right;
    text-align: right;
    padding-top: 40px;
  }
  section {
    padding-bottom: 2rem;
  }
  h1 {
    padding-top: 1.5rem;
  }
  #about-us {
    padding-bottom: 2rem;
  }
  footer {
    font-size: 1.3rem;
  }
  #client {
    padding-left: 120px;
  }
  .column2 {
    padding-left: 250px;
  }
  #partners > h1 {
    text-align: center;
  }
  #home,
  #about-us {
    padding: 0 100px;
    text-align: justify;
  }
  #about-us {
    padding-bottom: 100px;
  }
  .column2 {
    padding-left: 600px;
  }
}

.copy {
  font-size: 2rem;
}
/*# sourceMappingURL=main.css.map */