/* Remove the navbar's default rounded borders and increase the bottom margin */
.navbar {
  margin-bottom: 5px;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #ffffff;
  padding: 25px;
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  background-color: rgb(255, 255, 255);
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 44.5%;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 2px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 15px;
}

.Partnercategories {
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: "helvetica";
  font-weight: bolder;
  margin-top: 0px;
}

/* Create three equal columns that sits next to each other */
.column {
  -ms-flex: 33.3%; /* IE10 */
  flex: 50.3%;
  max-width: 33.3%;
  padding: 0 10px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  padding: 0px;
  border-radius: 20px;
  
  -webkit-box-shadow: -1px 13px 21px -9px rgba(99, 100, 102, 1);
  -moz-box-shadow: -1px 13px 21px -9px rgba(99, 100, 102, 1);
  box-shadow: -1px 13px 21px -9px rgba(99, 100, 102, 1);

}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

.copy {
  text-align: left;
  margin: 10px;
  margin-top: 0px;
  padding-top: 0px;
}

.modal-title {
  color: white;
  text-align: center;
}

.modal-header {
  background-color: #5ac2ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-dialog {
  margin: 25px;
  overflow: auto;
}

.modal {
  max-height: 600px;
  
  overflow-y: auto;

}




.app {
  max-width: 520px;
  margin: auto;
}

.button {
  padding: 0px;
}

.signup {
  margin-top: 5px;
}

.modalborder {
  border: none;
  background-color: transparent;
  padding-bottom: 0px;
}

.restrictions {
  font-weight: bold;
}

.shop {
  color: white;
  background-color: #5ac2ff;
  display: inline;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 35%;
  margin-left: 35%;
}

.shut {
  font-weight: bolder;
  font-size: 30px;
}

.btn {
  font-weight: bolder;
}

#merchandise {
  border-radius: 10px;
  box-shadow: -1px 13px 21px -9px rgba(99, 100, 102, 1);
  margin-top: 8px;
}

.signup {
  margin-top: 5px;
}

.container-fluid {
  background-color: white;
}

.partnerdescription {
  font-size: 15px;
  margin-top: 15px;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: 350px;
  max-width: 500px; /* For Bootstrap 4 - to avoid the modal window stretching 
    full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 20px;
  pointer-events: all;
}


/*navbar styling test */

#custom-bootstrap-menu.navbar-default .navbar-brand {
  color: rgba(119, 119, 119, 1);
}
#custom-bootstrap-menu.navbar-default {
  font-size: 15px;
  background-color: rgba(248, 248, 248, 1);
  border-bottom-width: 0px;
  text-align: center;
}
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
  color: #333;
  background-color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
  color: rgb(105, 103, 103);
  background-color: #5ac2ff ;
  background: -webkit-linear-gradient(
    top,
    rgba(168, 213, 237, 1) 0%,
    #5ac2ff  100%
  );
  background: linear-gradient(
    to bottom,
    rgba(168, 213, 237, 1) 0%,
    #5ac2ff  100%
  );
}
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
  color: rgba(85, 85, 85, 1);
  background-color: rgba(133, 133, 133, 0.56);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
  border-color: #858585;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
  background-color: #858585;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
  background-color: #858585;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #f8f8f8;
}

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

  .navbar-static-top {
  visibility: hidden;
  display: none;

  }
}
*/

.navbar-fixed-bottom {
  margin-bottom: 0px;
  min-width: 350px;
  border-radius: 20px;
}

/*
@media screen and (min-width: 600px){

  .navbar-fixed-bottom {
  visibility: hidden;
  display: none;

  }
}
*/



.star {
  float: left;
  height: 35px;
  width: 35px;
  margin-bottom: 5px;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: green;
  border-radius: 50%;
  float: right;
  margin: 5px;
}

.dotorange {
  height: 25px;
  width: 25px;
  background-color: orange;
  border-radius: 50%;
  float: right;
  margin: 5px;
}

/*
.qpbadge {
  border-radius: 50px;
    background-color: gold;
    color: black;
    float: left;
    margin-right: 3px;
    
}
*/

.badges {
margin-top: 8px;
max-width: 348px;
}

/*

.orangebadge {
background-color: orange;
color: black;
float: right;
margin-left: 5px;
}

.greenbadge {
  background-color: green;
  color: black;
  float: right;
}
*/

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}


#applestore {
  float: right;
}
@media only screen and (max-width: 768px) {
#applestore {
    float: none;
}
}

.bottom {
  color: #333333;
}
.banner {
  width:520px;
  -webkit-box-shadow: -1px 13px 22px -6px rgba(9, 48, 97, 1);
    -moz-box-shadow: -1px 13px 22px -6px rgba(9, 48, 97, 1);
    box-shadow: -1px 13px 22px -6px rgba(9, 48, 97, 1)
}

.ban {
  display: flex;
justify-content: center;
padding: 12px;


}

/* Badge Styling */

.orange50 {
  height:25px; 
  float:right;
  
}

.green50 {
  height:25px; 
  float:right;
  margin-right: 2px;
}

.star {
  float:left; 
  height:25px;
}

.freebadge {
  float: right;
  height: 25px;
}

/* Contact Styling */

.social {
  height: 30px;
  margin: 10px;

}

.socialbox {
  display: flex;
justify-content: center;
margin-top:20px;

}

/* fancy footer */

.leg {
  color:#58595b;
  width: 100;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 3px;
  background-color: rgb(243, 243, 243);
}

.copyright {
  margin-top: 25px;
  font-size: 10px;
}

.disclaim {
  font-size: 11px;
  font-family: 'Times New Roman', Times, serif;
 
}

hr {
  border: .5px solid lightslategray;
}

