html 
{ 
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
    background: linear-gradient(to bottom, #ffcc33 1%,#d6802a 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.centerDiv{
    width: 100%;
    text-align: center;
}

div{
    border-style: none;
}

#hrLine{
    margin-top: 20px;
}

.logoImageClass{
    padding:0;
    margin-left: auto;
    margin-right: auto;
}

#topBar{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;    
    background-color: #FFFFFF;
}


#textTypeTitle{
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
	font-size: 3.0vmax; 
    padding: 20px;
}


#textBlock{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);  
    font-family: 'Inconsolata', monospace;
    color: #999999;
    padding: 16px;
    margin:auto;
    background-color: white;
}

.colorLetter{
    color: #0000FF;
}

#wordBtnsHolder{
    margin-top: 15px;
    padding:0px;
}

.circBtnResp{
    display: inline-block;
    cursor: pointer;
    filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.5));
}

#circBtnSpacer{
    display: inline-block;
}

#makeWordsBtn{
    margin-left: 40px;
}

#menuBtn{
    margin-left: -10px;
}


#bottomBar{
}

#versionInfo{
    font-family: 'Open Sans', sans-serif;
	font-size: 1.25vmax; 
    color: #363636;
}

/* The Modal (background) */
#modalTitle{
    font-family: 'Droid Serif', serif;
	font-size: 3vmax; 
    color: #333333;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
    text-align: center;
}

.modalChoiceItem{
    font-family: 'Open Sans', sans-serif;
	font-size: 2.8vmax;
    line-height: 100%;
    cursor: pointer;
}

.modalChoiceItem:hover { color: #666666;}
.modalChoiceItem:active { color: #0000FF;}


/* Modal Content */
#modalContent {
    background-color: #FFFFFF;
    display:inline-block;
    padding: 20px;
    border: 1px solid #888;
    width: auto;
}

/* The Close Button */
#closeX {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#closeX:hover,
#closeX:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* RESPONSIVENESS =========================================================== */
@media screen and (min-width: 980px) /* Desktop */ {
    .logoImageClass{
        width: 300px;
        height: 55px;
    }
    
    #textBlock{
        font-size: 5vmax; 
        width:60%;
    }

    #textTypeTitle{
        font-size: 5vmax; 
    }

    .textTypeTitleResp{
        font-size: 4.0vmax; 
    }
    
    
    .circBtnResp{
        width: 60px;
        height: 60px;
    }
}

@media screen  and (max-width: 979px) /* Tablet */ {
    .logoImageClass{
        width: 200px;
        height: 36px;
    }
    
    #textBlock{
        font-size: 66px; 
        width:80%;
    }

    #textTypeTitle{
        font-size: 5vmax; 
    }

    .circBtnResp{
        width: 80px;
        height: 80px;
    }

}

@media screen and (max-width: 500px) /* Mobile */ {
    .logoImageClass{
        width: 200px;
        height: 36px;
    }
    
    #textBlock{
        font-size: 5vmax; 
        width:80%;
    }


    #textTypeTitle{
        font-size: 5vmax; 
    }

    .circBtnResp{
        width: 100px;
        height: 100px;
    }
}


#bottomBottomBar{
    position:fixed;
    bottom:0px;
    height=30px;
    width: 100%;
    background-color: #003598 ;
    align-content: center;
    text-align: center;
}

.bottomBottomBarBtns{
    background-color: White;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
	font-size: 2vmax; 
    color: #363636;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 3px;
    color: #215aad;
    margin-left:4px;
    margin-right:4px;
    cursor: pointer;
}




/* SHARING ------------------------------------------------- */

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}


.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}


#shareBtn-LI{
    display:none;
}