*{
    margin: 0;
      padding: 0;
      box-sizing: border-box;
}




@media (min-width:480px)  { 

#content{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top:156px;
    font-size:0.9rem;
}

.mobile-alert{
   display:none;
}
  
}

@media (min-width:982px) { 

#content{
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: 156px auto;
    font-size: 0.9rem;
}

}

@media (min-width:992px){
.mobile-alert{

color:#ffffff;
display:block;
background-color:rgba(39,56,84,1);
padding:10px;
margin-bottom:2em;
text-align:center;
font-size: 2em;
font-family: courier;

}

.notes, .tag {
  font-size: 1.4rem!important;
  }

.btn {
    font-size: 1rem!important;
} 
  
.tagmore, .notes, .shadowbox{
   padding: 0.5em 0em 0em 0em!important;
  }

  .profiletile { width:32%!important; } 
  
.singletile {
    width: 50% !important;
    margin: 0px;
    padding: 12px 12px 12px 12px;
    float: right;
}
  
.profile img {
	border:solid 0px #ffffff!important;
	width: 11%!important;
    	padding: 0px!important;
	}
 
}


.footer {
font-family: courier;
font-size: 1.7rem;
color: #dddddd;
background: #333333;
padding: 1em 2em 1em 2em;
//height:auto;
//height: -webkit-fill-available;
}

.notes {

font-family:verdana;
font-size: 2em;
padding: 1em .5em 1em .5em;

}


.tagmore {

font-family:verdana;
font-size: 1em;
padding: 1em .5em 1em .5em;

}

.nudges {
font-family: verdana;
font-size: 2em;
padding: 0em;
}

.profile {
font-family: verdana;
font-size: 2em;
font-weight: 400;
padding: 0em 0em .5em 0em;
float: none;
}

.bigprofile {
margin: 0em 1em 2em 1em;
border-bottom: solid #eeeeee 0px;
}

.date {
font-size: .8em;
font-weight: 400;
color: #666666;
margin: 1em 0em 0em 0em;
padding: 0em 0em 0em 1em;
border-left:  4px solid rgba(126, 0, 126, 1);
}


.meme{
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: 70%;
    padding: 16px;
    /*font-family: courier;
    font-family: 'Press Start 2P', cursive;*/
font-family: 'Slackey', cursive;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 4rem;
    text-shadow: 2px 2px 10px #000000;
    line-height:0.7em;
    }

.memeb{
    cursor: pointer;
    position: absolute;
    top: 75%;
    width: 70%;
    padding: 16px;
    /*font-family: 'Press Start 2P', cursive;*/
font-family: 'Slackey', cursive;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 2px 2px 14px #ffffff;
    line-height: 0.7em;
    }

.memec{
    cursor: pointer;
    position: absolute;
    top: 7%;
    width: 95%;
    padding: 16px 16px 16px 400px;
    font-family: 'Silkscreen', cursive;
    text-align: right;
    color: #000000;
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 2px 2px 10px #ffffff;
    }

.memed{
    cursor: pointer;
    position: absolute;
    top: 10%;
    width: 50%;
    padding: 16px;
    font-family: 'Silkscreen', cursive;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 2px 2px 14px #000000;
    }


.profiletile{
  width:33%; 
  margin:0px; 
  padding:6px 0px 0px 0px;
	}

.singletile {
    width: 50% !important;
    margin: 0px;
    padding: 12px 12px 12px 12px;
    float: right;
}

.button{
font-size: 1.2em;
color: #eeeeee;
background: #999999;
border-radius: 10px;
width:50%;
text-align: center;
font-weight: 600;
padding: 8px;
margin: 1em 0.2em 0em 0em;
box-shadow: 5px 5px 15px #666666;
}

.linkbutton{
font-size: 1.2em;
color: #eeeeee;
background: #273854;
background-color: rgba(126, 0, 126, 1);
border-radius: 10px;
width:75%;
text-align: left;
font-weight: 400;
padding: 8px 24px 8px 80px;
margin: 1em 0.2em 0em 0em;
text-indent: -54px;
box-shadow: 5px 5px 15px #666666;
}  

.homebutton {
font-size: 1em;
color: #BBBBBB;
//background: #f29605;
background: #FFFFFF;
border: solid 4px #666666;
border-radius: 10px;
width:auto;
text-align: center;
font-weight: 600;
padding: 8px 25px;
margin: 1em 0.2em 0em 0em;
//box-shadow: 5px 5px 15px #666666;
}

.tagbutton {
font-size: 1rem;
color: #eeeeee;
background: #999999;
border-radius: 10px;
width:auto;
text-align: center;
font-weight: 600;
padding: 8px 16px;
margin: 0.5rem 0.2rem 0.5rem 0rem;
box-shadow: 5px 5px 15px #666666;
}

.votebutton {
font-size: 1.5em;
color: #f29605;
background: rgba(0, 0, 0, 0.4);
border-radius: 10px;
width:20%;
text-align: center;
font-weight: 100;
padding: 8px;
margin: 0em 0em 0em 0em;
border: solid 2px #f29605;
}

.button a, .linkbutton a, .homebutton a{
color: #333333;
}

.votebutton a{
color: #f29605;
}

a {
color: #273854;
text-decoration: underline; 
}

.footer a {
color: #ffffff;
}

.shadowbox {
//box-shadow: 0 20px 10px -10px #999999;
margin: 0em 0em 2em 0em;
padding: 2em 1em 1em 1em;
border-bottom: 1px solid #eeeeee;
}

.slidebox{
padding: 1em 2em 2em 1em;
margin: 0em 0em 2em 0em;
border-bottom: 1px solid #eeeeee;

}



.buttonsall {
display: flex;
}

.buttonssub {
display: flex;
justify-content: flex-end;
margin: -3.3em .2em 0em 0em;
}
  

form{
    width: 80%;
    margin: 20px auto;
}

.form-label{
 font-size: 2.5em; 
}

.form-control {
	font-size: 2em;
	}
 
#display-image{
    width: 100%;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
}

img{
  width: 100%;  
  margin: 5px;
  border-radius: 10px;
}


.profile img { 
 width: 10%;
 border-radius: 50%;
 float:left;
 border: solid 4px #333333;
 padding: 2px;
box-shadow: 5px 5px 15px #666666;
}


.bigprofile img{
 width: 25%;
 border-radius: 50%;
 margin: 0em 2em 0em 0em;
 /*border: solid 8px #f29605;
 padding: 4px;*/
box-shadow: 5px 5px 15px #666666;
 }

.tag {
text-align: start;
padding: 0em 1em 0em 3.8em;
color: #999999;
text-decoration: none;
}

a, a:hover, a:visited {
   text-decoration: none;
}


.btn {
        font-size: 2.5em;
        //margin-bottom: 1em;
        }

.btn-btn {
        margin-bottom: 0.5em;
        }

.btn-tag {
        background-color: orange;
        border: 1px solid orange;
        }



#userbar{
    direction: ltr;
    color: #ffffff;
    font-size: 3.6em;
    font-family: courier;
    font-weight: 400;
    height: 136px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(242,150,5,1) 35%, rgba(0,212,255,1) 100%);*/
    /* background: linear-gradient(61deg, rgba(0, 188, 212, 1) 36%, rgba(255, 255, 0, 1) 76%, rgba(126, 0, 126, 1) 98%);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
    background: linear-gradient(135deg,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    border-bottom: 4px solid #ffffff;
    padding:24px 24px 12px 24px;
}

#userbar a { 
   color: #ffffff;
   text-decoration:none;
  
}

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px;
	margin-top:6px; 
	height: 0;  
	}

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


{box-sizing: border-box}
.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7, .slide8, .slide9, .slide10, .slide11, .slide12 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 80%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 2.6rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  /*background-color: #f1f1f1;*/
  color: #f29605;
}


.block_card {
  display: inline-flex;
  width:90%;
  padding:5px 10px 5px 10px;
  margin: 10px;
  border: solid 1px #EEEEEE;
align-self: center;
}
