body {
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #F4F6F7;
}

/* global */
.container {
  width: 90%;
  margin: auto;
  overflow: hidden;
}

.flex_container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y)) !important;
  margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
}

.flex_container>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
  margin-top: var(--bs-gutter-y) !important;
  margin-right: calc(.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(.5 * var(--bs-gutter-x)) !important;
}

/* .row {
  
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
} */

ul {
  margin: 0;
  padding: 0;
}

.button_1 {
  height: 38px;
  background: #4c8da7;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  /* /* width: 100%;
  text-align: center; */
  /* background: #4c8da7 !important */
}

.default .btn-primary.disabled,
.default .btn-primary:disabled {
  background-color: #4c8da7 !important;
  border-color: #4c8da7 !important;
  color: #fff !important;
}

.default .btn-primary {
  background-color: #4c8da7 !important;
  border-color: #4c8da7 !important;
  color: #fff;
}

.dark {
  background: #35424a;
  color: #ffffff;
  margin: 10px
}

h1,
h2 {
  color: #38a701 !important;
  display: block;
  /* needed to trigger update */
}


a.basiclink:link {
  text-decoration: none;
  color: #0000FF;
  font-weight: normal;
  font-size: 10pt;
}

a.basiclink:active {
  text-decoration: none;
  color: #0000FF;
  font-weight: normal;
  font-size: 10pt;
}

a.basiclink:visited {
  text-decoration: none;
  color: #0000FF;
  font-weight: normal;
  font-size: 10pt;
}

a.basiclink:hover {
  text-decoration: underline;
  color: #0000FF;
  font-weight: normal;
  font-size: 10pt;
}

/* header */
header {
  background: #34495E;
  color: #ffffff;
  padding-top: 30px;
  min-height: 70px;
  border-bottom: #3cb371 3px solid;
}

header a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}



header #branding {
  float: left;
}

header #branding h1 {
  margin: 0;
}

header nav {
  float: right;
  margin-top: 10px;
}

header .highlight,
header .current a {
  color: #38a701 !important;
  font-weight: bold;
}

header a:hover {
  color: #cccccc;
  font-weight: bold;
}

#intro_switch {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  z-index: 999 !important;
  margin-top: -75vh;
  margin-bottom: 45vh;
}

a h2 {
  font-size: 1.25em;
}

/* showcase */
#showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  background: #ffffff;
  color: #000000;
  border-bottom: #3cb371 3px solid;
}

#showcase h1 {
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

/* #showcase p{
  font-size: 20px;
} */

#hack_txt {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
  z-index: 999 !important;
}

#stopHackers {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
  z-index: 999 !important;
}

#open_txt {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin: 0;
  z-index: 999 !important;
}

#and_txt {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 999 !important;
}

#default_pwd_txt {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin: 0;
  z-index: 999 !important;
}

/*   <p id="hack_txt">Hackers Love</p>
        <p id="open_rtr_txt">Open Routers</p>
	<p id="and_txt">&amp;</p>
        <p id="default_pwd_txt">Default Passwords</p> */





/* newsletter */

#newsletter {
  padding: 15px;
  color: #ffffff;
  background: #35424a;
  margin-top: 20px;
}

#newsletter h1,
#newsletter h3 {
  float: left;
}

#newsletter form {
  float: right;
  margin-top: 15px;
}

#newsletter input[type="email"] {
  padding: 4px;
  height: 25px;
  width: 250px;
}

/* boxes */

#boxes {
  margin-top: 20px;
}

#boxes h3 {
  text-transform: uppercase;
}

#boxes .box {
  float: left;
  text-align: center;
  width: 30%;
  padding: 10px;
}

#boxes .svc-box {
  float: left;
  text-align: center;
  width: 30%;
  padding: 10px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

#boxes .box img {
  width: 140px;
}


/* svc-boxes */

#svc-boxes {
  margin-top: 20px;
  /* text-align:center; */
}

#svc-boxes .box {
  float: left;
  text-align: center;
  width: 30%;
  padding: 10px;
}


#svc-boxes .left-box {
  display: inline-block;
  max-width: 250px;
  vertical-align: top;
  padding: 20px;
  background: #35424a;
  color: #ffffff;
}

#svc-boxes .right-box {
  display: inline-block;
  max-width: 250px;
  padding: 20px;
  background: #35424a;
  color: #ffffff;
}

/* @media screen and (max-width: 600px)
{
     #svc-boxes .left-box, #svc-boxes .right-box
     {
          max-width: 100%;
     }
} */


#svc-boxes .svc-box {
  float: left;
  text-align: center;
  width: 30%;

  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

#svc-boxes .box img {
  width: 140px;
}

#svc-boxes a:hover {
  background: #33cc33;
  background-color: #33cc33;
  font-weight: bold;
}

#svc-boxes .left-box a:hover {
  background: #33cc33;
  background-color: #33cc33;
  font-weight: bold;
}

#svc-boxes .left-box:hover {
  background: #33cc33;
  background-color: #33cc33;
  font-weight: bold;
}

#svc-boxes .right-box a:hover {
  background: #33cc33;
  background-color: #33cc33;
  font-weight: bold;
}

#svc-boxes .right-box:hover {
  background: #33cc33;
  background-color: #33cc33;
  font-weight: bold;
}



/* sidebar */

aside#sidebar {
  float: right;
  width: 30%;
  margin-top: 10px;
}

aside#sidebar .quote input,
aside#sidebar .quote textarea {
  width: 90%;
  padding: 5px;
}

/* main col */

article#main-col {
  float: left;
  width: 65%;
}

/* services */

ul#services li {
  list-style: none;
  padding: 20px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background: #e6e6e6;
}

/* std_bullets */

ul#std-bullets li {
  list-style: circle;
  padding: 10px;
  border: #cccccc solid 10px;
  margin-bottom: 5px;
  background: #e6e6e6;
}


/* footer */

footer {
  padding: 20px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #34495E;
  text-align: center;
}


/*media queries 768 */

@media(max-width: 664px) {

  /* body{display:none} */
  header #branding header nav,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  #svc-boxes .left-box,
  #svc-boxes .right-box,
  article#main-col,
  aside#sidebar {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0px;
  }



}

@media(max-width: 664px) {
  #svc-boxes .right-box {
    margin-top: 20px;
  }


  header {
    padding-bottom: 20px;
  }

  #showcase h1 {
    margin-top: 40px;
  }

  #newsletter button,
  .quote button {
    display: block;
    width: 100%;
  }

  #newsletter form input[type="email"],
  .quote input,
  .quote textarea {
    width: 100%;
    margin-bottom: 5px;
  }

}

#boxes #title {
  text-transform: none;
  color: #0000FF;
  margin-top: 0;
  margin-bottom: 0.5em;

}

#boxes #sub-title {
  text-transform: uppercase;
  color: #777777;
  margin-top: 0;
  margin-bottom: 1em
}

#boxes #bio-txt {
  text-align: left;
}

@media screen and (max-width: 769px) {
  .flex_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.col {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1 0 0%;
}

.col-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-2 {

    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {

    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {

    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {

    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {

    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {

    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {

    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {

    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {

    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {

    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {

    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {


  .col-md-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1367px) {


  .col-lg-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0 0 auto;
    width: 100%;
  }
}



.text-green {
  color: #38a701
}

.dropbtn {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}



/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
/* .dropdown:hover .dropdown-content {
  display: block;
} */

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: #3e8e41;
}

.navbar {
  display: flex;
}

.navbar-items {
  display: flex;
  margin-left: auto
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}


.navbar-button-toggle {
  display: none;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


@media only screen and (max-width: 1023px) {

  .navbar-items,
  .navbar {
    flex-direction: column;
  }

  .navbar-items {
    display: none;
    margin-left: 0;
  }

  .navbar-button-toggle {
    align-self: flex-end;
    display: initial;
    position: absolute;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .navbar-toggle-show {
    display: flex;
  }

  .dropdown-content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }




}