/*
Coder: klp 
Date: 11/29/22
Site: MG-Stage2 11/28
File: mGameStyles.css

*/

html{
    background-color: #bbb;
}

body{
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-color: #CCE5CC;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    box-shadow: 0px 10px 31px -15px black;

    background-image: linear-gradient(140deg, #EADEDB 10%,  rgba(0, 116, 53, .5) 25%,  #CCE5CC 55%, rgba(0, 116, 53, .9) 90%);
}

/*----- navbar with piggyback areas -----*/
nav{
    background-color: white;
    padding-top: 20px;
}

.stripe-0 {
    color: white;
    background: repeating-linear-gradient(
      -45deg,
      white,
      white 10px,
      #f7fff7 10px,
      #e1f7e1 20px
    )
  }
  
img#mastheadIcon{
    width: 60px;
    height: auto;
    float:left;
    margin-right: 20px;
    margin-left: 20px;
}

nav, div#jumbotron{
    margin-bottom: 0px;
    border-bottom: 2px solid green;
    margin-left: -20px;
    margin-right: -20px;
}

div#navbarLinks ul li a:hover, footer ul li a:hover{
    text-decoration: underline;
}

a#majorLink{
    font-size: 1.5em;
    margin-bottom: 0px; 
}

p#tntGamesLink{
    margin-top: 5px;
    font-style: italic;
}

p#tntGamesLink a{
    color: #aaa !important;
}

/*----- masthead -----*/
div#masthead a, footer a, div#jumbotron{
    text-decoration: none;
    color:#007435;
}

div#masthead ul{
    margin-top: 10px;
}

div#masthead ul li, footer ul li{
    list-style: none;
    display: inline;
    margin-right: 20px;
}

/*----- main -----*/
main{
    margin-top: 0px;
}

/*----- jumbotron -----*/
div#jumbotron{
    text-align: center;
    background-image: url("../images/faintGreenMemoryIcons.png");
    background-position: top;
    margin-top: 0px;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 130px;
}

div#jt-text{
    margin-bottom: 25px;
    padding-bottom: 5px;
}

div#jt-text h1, div#jt-text h4{
    margin-top: 0px;
    margin-bottom: 3px;
    color: #007435;
}

/*only on index page*/
a#playLink.button, a#guestLink.button{
	background-color: #007435;
	color: white !important;
	font-size: 1em;
	border-radius: 20px;
	padding: 15px;
	text-decoration: none;
	
	
}

div#jumbotron.thin{
    height: 80px;
}

div#cardHolder{
    box-shadow: 0px 0px 20px black ;
}


/*----- footer-----*/

footer{
    text-align: center;
    border-top: 1px solid green;
    font-size: .9em;
    background-color: lightgrey;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 10px;
}

/*----- general styles -----*/
    h1, .fancyFont{
    font-family: 'Fredoka One', cursive;
}

.fancyFont2{
    font-family: 'Handlee', cursive;
}

.hide{
    display: none;
}

a.active{
    font-weight: bold;
    text-decoration: underline !important;
}

.stickyFooter{
    min-height: calc(60vh);
}

.danger{
    color: red;
    font-weight: bold;
    font-style: italic;
}

