@charset "utf-8";


/*ids*/
#accountmessage{
    text-align:center;
    color:red;
    font-weight:bold;
}

#form_heading{
    text-align:center;
    font-size:18pt;
}

#google_ad{
    width:90%;
    text-align:center;
    display:block;
    margin:auto;
    justify-content:center;
    border:2px solid black;
    margin-top:20px;
    margin-bottom:10px;
    overflow:hidden;
}

#navigation {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    background-image:linear-gradient(gray,black,gray);
	text-align: center;
	width: 100%;
	margin:auto;
	z-index:10;
}

#navigation a {
    flex-shrink:0;
	font-size: 14pt;
	padding: 8px 8px;
	color: black;
	text-decoration: none;
	background-color: lightgray;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

#navigation a:hover {
	background-color: darkgray;
	color: white;
}

#navigation a:active {
	visibility: visible;
	background-color: #04AA6D;
  	color: white;
}

/*citation for clock*/
#footer, #citation1 {
	background-color: lightgray;
	text-align: center;
	margin: 20px;
	padding: 40px;
	border: 3px solid rgb(42, 186, 72);
	z-index:100;
}

#content{
	text-align: center;
}
#scores{
    display:block;
    margin:1em;
    font-weight:bold;
    font-size:14pt;
    text-align:center;
}

#scores table{
    margin:auto;
}

#share{
    position:static;
    border:5px ridge #2aba48;
    margin: 5%;
    padding: 1%;
    border-radius: 20px;
}

#trademark{
    display:flex;
    justify-content:center;
    padding:1px;
    /*background-color:black;*/
}

#trademark img{
    height:100px;
}

#aboutbutton { 
    position:relative;
    left:50%;
    font-size:12pt;
}

#close{
    position:absolute;
    right:0;
    color:black;
}

#close:hover{
    color:white;
}

.cookie_consent{
    display:block;
    margin:auto;
    height:100%;
    width:100%;
    background-color:white;
    position:fixed;   
    z-index:100;
}

/*tags*/

table {
    border:2px;
    width: 25%;
}

body {
	margin: 0;
	font-size: 12pt;
	font-family: Airal, Helvetica, sans-serif;
}


/*classes*/
.about {
    display:none;
}
.about p {
    font-size:8pt;
}

.active {
    visibility : visible;
    background-color: deepskyblue !Important;
    color:white !Important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.content {
	padding: 16px;
}



.cookie_consent_container{
    position: relative;
    top:40%;
    text-align:center;
    padding-top:3em;
    background-color:#2aba48;
    align-items: center; 
    height:60%;
    width:100%;
    text-justify:auto;
}

.cookie_consent input, a{
    margin-top:20px;
}

.cookie_consent_chbx {
    height:1.5em;
    width:1.5em;
}

.cookie_consent i{
    margin-right:20px;
}

.cookie_consent i:hover{
    color:white;    
}

.cookie_consent span{
    display:none;
    margin:20px;
    padding:20px;
    width:60%;
    position:absolute;
    left:20%;
    top:30%;
    background-color:lightgray;
    line-height:1.5;
    letter-spacing:1px;
    text-align:justify;
    text-justify:auto;
}


.page_content{
    padding-top:40px;
}

.sticky + .content {
  padding-top: 16px;
}

.gameTab {
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    margin: 5%;
	padding: 1%;
	border: 5px ridge rgb(42, 186, 72);
	border-radius: 20px;
}

.advertisement {
   text-align:center; 
   margin:20px;
   border:2px solid black;
}
.advertisement a{
    color: blue;
    text-decoration: none;
    font-size:18pt;
    font-weight:bolder;

}

.advertisement a:hover{
    color: orange;
}

.link_container{
    width:200px;
    margin:10px;
    background-color: rgba(213, 221, 245, 0.6);
}

.game_link{
    height:200px;
    width:200px;
}

.link_container:hover {
    border:2px solid black;
}

.link_desc{
    text-align:center;
    padding:10px;
    font-size:1.25em;
    color:darkblue;
}

.link_desc:hover{
    text-align:center;
    padding:10px;
    font-size:1.25em;
    color:deepskyblue;
}

.citationlist a{
    display:block;
    background-color:white;
}

.toplabel{
    display:block;
}

.preview-card {
  border: 3px solid #2aba48;
  border-radius: 20px;
  margin: auto;
  padding: 12px;
  padding-right:30px;
  max-width: 80%;
  height: 350px;
  font-size: 1.5em;
  color: black;
  background-color: #E8E8E8;
}

.preview-card a{
    text-decoration: none;
}
.preview-card img {
  width: 340px;
  max-height: 340px;
  margin-right: 30px;
  float:left;
}

.preview-card img:hover {
    color:blue;
}
.preview-card h3 {
  padding: 30px;
  margin: 10px; /*8px 0 4px;*/
  color: blue;
  text-decoration: underline;
}

.preview-card h3:hover {
    color: #2aba48;
}
.preview-card p {
  color: #333;
}

.preview-card p:hover {
    color: blue;
}



body {
	background-image: url(https://www.rtopferman.com/images/thumbnails/tn_dscn1390.png);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

article {
	margin: 5%;
	padding: 1%;
	border: 5px ridge rgb(42, 186, 72);
	border-radius: 20px;
}

h2 {
	text-align: left;
	margin-top: 4em;
}
h1 {
	font-size: 3em;
}

article p {
	text-indent: 5%;
	font-size: 20pt;
	line-height: 2em;
	background-color: lightgray;
	background-color: rgba(213, 221, 245, 0.4);
}

article section{
    background-color: lightgray;
	background-color: rgba(213, 221, 245, 0.4);
}


.externalLink {
	display: block;
	font-size: 2em;
	color: darkblue;
	text-decoration: underline;
	font-style: italic;
}

.externalLink:hover {
    color:blue;
}

.recommendedLink {
	list-style-type: none;
}

#associate{
    text-align:center;
    margin:10px;
    border:2px solid rgb(42, 186, 72);
    padding:5%;
}
			
#comingSoon {
	text-align: center;
	font-size: 3em;
}

#dice {
    text-align: center;
}

#dice p {
	background-color: lightskyblue;
	display: inline-block;
	width:125px;
	font-size: 2em;
}
#multidice {
    width:125px;
}
.dice {
    height:70px;
    width:70px;
}

button {
	font-size: 1.5em;
	padding: .5em;
	border-radius: 20px;
}

form button {
    font-size:1em;
    border-radius:0;
}

form a{
    padding:6px;
    background-color:#2f7cf7;
    text-decoration:none;
    color:black;
    border:1px solid black;
}

form a:hover{
    background-color:blue;
    color:white;
}

/*Menu Icon*/
.menuicon {
  position:relative;     
  left:50%;
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  transition: 0.2s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
/*End Menu Icon*/

.light{
    background-color: rgb(213, 221, 245);
    background-color: rgba(213, 221, 245, 0.4);
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px){
    
     #dice{
        text-align: center;
    }
    
    #pf {
    position:absolute;
    bottom:0;
    background-color: lightgray;
    text-align:center;
    border:3px solid rgb(42, 186, 72);
    height:40px;
    width:80%;
    margin: 20px;
	padding: 40px;
    }
    
    .cookie_consent_container{
    position: relative;
    top:10%;
    text-align:center;
    padding-top:3em;
    background-color:#2aba48;
    align-items: center; 
    height:90%;
    width:100%;
    text-justify:auto;
}
    
    .dice {
        height: 50px;
        width: 50px;
    }

    
    .page_content{
        margin-top:40px;
    }
    
    table {
        border: 2px;
        width:50%;
    }
    
    .organizations, .businesses{
        font-size:2.5em;
    }
    
    #associate{
        text-align:center;
        margin:10px;
        border:2px solid rgb(42, 186, 72);
        padding:5%;
    }
    
}

/* External Website Preview */
@media only screen and (max-device-width: 375px){
        .preview-card {
        border: 3px solid #2aba48;
        margin: auto;
        padding: 12px;
        max-width: 80%;
        height:auto;
        min-height:340px;
        font-size: 1.5em;
        color: black;
        background-color: #E8E8E8;
    }
    
    .preview-card a{
        text-decoration: none;
    }
    
    .preview-card img {
        width: 100%;
    }
    
    .preview-card img:hover {
        color:blue;
    }
    
    .preview-card h3 {
        padding: 30px;
        margin: 10px; /*8px 0 4px;*/
        color: blue;
        font-size: 1em;
        text-decoration: underline;
        text-align: center;
    }
    
    .preview-card h3:hover {
        color: #2aba48;
    }
    
    .preview-card p {
        text-align: justify;
        font-size: .6em;        
        color: #333;
        padding: 30px;
    }
    
    .preview-card p:hover {
        color: blue;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px){
    .preview-card {
        border: 3px solid #2aba48;
        border-radius: 20px;
        margin: auto;
        padding: 12px;
        max-width: 80%;
        height: auto;
        /*height:600px;*/
        font-size: 1.5em;
        color: black;
        background-color: #E8E8E8;
    }
    
    .preview-card a{
        text-decoration: none;
    }
    
    .preview-card img {
        display: block;
        object-fit:contain;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    
    .preview-card img:hover {
        color:blue;
    }
    
    .preview-card h3 {
        padding: 30px;
        margin: 10px; /*8px 0 4px;*/
        color: blue;
        font-size: 1em;
        text-decoration: underline;
        text-align: center;
    }
    
    .preview-card h3:hover {
        color: #2aba48;
    }
    
    .preview-card p {
        text-align: justify;
        font-size: .6em;        
        color: #333;
        padding: 30px;
    }
    
    .preview-card p:hover {
        color: blue;
    }
}


@media only screen and (min-device-width: 668px) and (max-device-width: 884px){
    .preview-card {
        border: 3px solid #2aba48;
        border-radius: 20px;
        margin: auto;
        padding: 12px;
        max-width: 80%;
        height:340px;
        font-size: 1.5em;
        color: black;
        background-color: #E8E8E8;
    }
    
    .preview-card a{
        text-decoration: none;
    }
    
    .preview-card img {
        width: 50%;
    }
    
    .preview-card img:hover {
        color:blue;
    }
    
    .preview-card h3 {
        padding: 30px;
        margin: 10px; 
        color: blue;
        font-size: 1em;
        text-decoration: underline;
        text-align: center;
    }
    
    .preview-card h3:hover {
        color: #2aba48;
    }
    
    .preview-card p {
        text-align: justify;
        font-size: .6em;        
        color: #333;
        padding-right: 30px;
    }
    
    .preview-card p:hover {
        color: blue;
    }

}


