body {
  padding: 2rem;
  font-family: 'PT Mono', monospace;
  line-height: 1.2;
  /*touch-action: none;*/
	font-size: 0.9rem;
	background-color: rgb(38, 38, 38);
	color: rgb(232, 230, 230);
}

.medium-up-height {
    height: calc(100vh - 64px)
}

.modal {
	padding-left: 0 !important;
}
.modal-header .close {
    padding: 0;
    margin: 0;
}
.pointer {
	cursor: pointer;
	color: black;
}
.modal-header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-dialog {
    max-width: 100%;
    margin: 0;
	background-color: #d2d2d2;
	height: calc(100vh);  
	/*overflow-y: hidden;*/
}
.modal-content {
    background-color: #d2d2d2;
    border: none;
    border-radius: 0;
	height: calc(100vh);
}
.modal-body {
	padding: 2rem 2rem 0 2rem;
}
.modal-body p {
	color: black
}
img {
    max-width: 100%;
}
.boys {
max-height: calc(100vh - 120px);
width: auto;
object-fit: contain;
	min-height: 474px
}
.copyright {
	font-size: 0.75rem
}
.btn {
	border-radius:0;
	padding: .5rem .75rem
}
.btn-primary, .btn:active, .btn:visited, .btn:focus, .btn:checked {
    color: #fff;
    background-color: #000;
    border-color: #000;
	box-shadow: none	
}
.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
	border-top-color: #fff;
}
.modal-body hr {
	border-top: 1px solid rgba(0,0,0,0.25);
}
input[type="color"] {  
padding: 0;
-webkit-border: 1px solid #ccc;
border: 1px solid;
width: 21px;
height:26px;
margin-top:-4px;
background-color: unset;
}
input[type="color"]:focus{
font-size: 16px; /* Adding 16px on focus will prevent page zoom */
}

input {
  border-radius: 0;
	float: right;
}
input[type="color"] {
  -webkit-appearance: none;
 -moz-appearance: none;
	appearance: none;
}

[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

a, a:hover {
    color: inherit;
    text-decoration: underline;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  width: 44px;
  height: 24px;
  float:right;
  margin-top: -5px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider::before {
  position: absolute;
  content: '\2022';
	font-size: 63.5px;
  /*height: 18px;
  width: 18px;*/
  left: -8px;
  bottom: -26px;
  /*background-color: white;*/
  -webkit-transition: .4s;
  transition: .4s;
	border-radius: 50%;
}
::before { background-color: inherit }

input.default:checked + .slider {
  background-color: transparent;
}


input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
	border: 1px solid;
}

.slider.round:before {
  border-radius: 50%;
}

.controls {
	border-left: 1px solid;
	padding-bottom: 1rem;
}


.btn-facebook {
	color: #fff;
	/*background-color: #4C67A1;*/
}
.btn-facebook:hover {
	color: #fff;
	/*background-color: #4C67A1;*/
}
.btn-facebook:focus, .btn-facebook:active {
	color: #fff;
	background-color:transparent;
	border: none
}

.btn-twitter {
	color: #fff;
	/*background-color: #1DA1F2;*/
}
.btn-twitter:hover {
	color: #fff;
	/*background-color: #1DA1F2;*/
}
.btn-twitter:focus, .btn-twitter:active {
	color: #fff;
	background-color:transparent;
	border: none
}

.btn-instagram {
	color: #fff;
	/*background-color: #f56040;*/
}
.btn-instagram:hover {
	color: #fff;
	/*background-color: #f56040;*/
}
.btn-instagram:focus, .btn-instagram:active {
	color: #fff;
	background-color:transparent;
	border: none
}

.social-container {
    display: flex;
}
  
.social-container > div {
    flex: 1;
}
.btn::before:active {
	background-color: transparent;
}

/*Media Queries*/
@media only screen and (max-width: 768px) {

.medium-up-height {
    height: 100%
}

}

