﻿@font-face
	{
		font-family: customFont;
		src: url(../fonts/segoeui.ttf);
	}
@font-face
{
    font-family: fancyFont;
    src: url(../fonts/FrederickatheGreat-Regular.ttf);
}
*{
    font-family:customFont, 'Segoe UI';
}
html
{
    height: 100%;
}
.wrap
{
    min-height: 100%;
}
.main
{
    overflow: auto;
    padding-bottom: 50px;
}
.topText
{
    color:#53e26e; /*greenish color*/
    font-size: 80px;
    font-weight: bolder;
    margin-top: 20px;
    /*font-family:fancyFont;*/
}
body 
{
    text-align: center;
    vertical-align:middle;
    background-color: whitesmoke;
    font-size: 20px;
    color:darkgray;
    height: 100%;
    margin: 0px;
}
.header
{
    width: 100%;
    background-color: #0769CA;/*light blue*/
    color: white;
    padding: 5px 0px 5px 0px;
    font-size: 20px;
}
.leftHeader
{
    float:left;
    width: 50%;
    background-color: inherit;
    text-align: left;
    padding: 0px 0px 10px 0px;
}
.rightHeader
{
    float:left;
    width: 50%;
    background-color: inherit;
    text-align: right;
    padding: 0px 0px 10px 0px;
}
.topText
{
    margin: 2% 0px 2% 0px;
    font-size: 10px;
}
.questionText
{
    color: black;
    /*height: 20%;*/
    padding: 0px 10% 0px 10%;
    font-size: 20px;
}
.bigPlayLink
{
    width:0%;
    max-width: 800px;
    display: block;
    margin:auto;
    font-size: 70px;
    font-family: fancyFont;
    background-color: #0769CA;/*light blue color*/
    color: black;
    border: 0px solid white;
    text-decoration: none;
    border-radius:30px 10px 60px;
    box-shadow: 5px 5px 5px gray;
    height: 0px;
    padding: 10px 0px 10px 0px;
    
}
.bigPlayLink:hover
{
    color:#0769CA;
    background-color: darkgray;
    
}
.levelIndicator
{
    display:none;

}
.answerBlock
{
    display:none;

}

.mainIcons
{
    height: 30px;
    display: inline;

}
@keyframes imageLargeAnimation
{
    from {width: 0px;}
    to {width: 90%;}
}


.mainImageLarge
{
    width: 90%;
    max-width: 600px;
    border-radius:30px 10px 30px;
    /*box-shadow: 5px 5px 5px gray;*/
    /*border: 5px solid red;*/
    animation-name: imageLargeAnimation;
    animation-duration: 2s;
    animation-timing-function: ease-out;

}



.bigIcons
{
    border: 0px solid black;
    height: 80px;
    border-radius: 15px 15px 15px 15px;
    margin: 0px 20px 0px 20px;
    background-color: none;
    
}
.bigIcons.settings
{
    transition: transform .8s ease-in-out;
}
.bigIcons.settings:hover
{
     transform: rotate(360deg);
}
.answer
{
    background-color: white;
    color: black;
    margin: 0px;
    border: 1px solid lightblue;
    /*background-color: white;*/
    padding: 1% 5% 1% 5%;
    min-width: 400px;
    width: auto;
    font-size: large;   
    border-radius:15px 5px 30px;
    box-shadow: 5px 5px 5px gray;
}
.answer:hover
{
    /*background-color: darkgray;*/
    color: gray;
    /*border: 0px solid darkgray;*/
}

.answerContainer
{   
    
}
#continueButton
{
    width: 90%;
    max-width: 800px;
    height: 100px;
    margin: 0px auto;
    border-radius: 20px;
    font-size:30px;
    background-color: #0769CA;
    color:white;
    /*max-width:*/
    
}
.nextQuestion, .bottomNavButton
{
    color:white;
    font-size: 30px;
    /*width: auto;*/
    min-width: 20%;
    /*height: 100%;*/
    border: none;
    background-color:darkgray;
    text-decoration:none;
    display:inline-block;
    
}
.nextQuestion:hover
{
    cursor:pointer;
    /*cursor:hand;*/
}
.footer
{
    /*height: 5%;*/
    background-color: darkgray;
    /*position: absolute;
    bottom: 0;*/
    /*height: 100px;*/

    position: relative;
    margin-top: -50px;
    height: 50px;
    clear:both;


    width: 100%;
    display: block;
    /*padding: 10px 5px 10px 5px;*/
}
.levelButton
{
    background-color: white;
    border: 0px solid white;
    height: 50px;
    margin:0px 3px 0px 3px;
    width: 70px;
    /*border-radius: 10px;*/
    transition: width .5s, height .5s;
    border-radius:15px 5px 30px;
    color: #0769CA;
    font-size: 20px;
}
.levelButton:hover,.levelButton.Selected:hover
{
    width: 90px;
    background-color: darkgray;
    color: #0769CA;/*light blue color*/    
}
.levelButton.Selected
{
    background-color: #0769CA;/*light blue color*/
    border: 0px solid white;
    height: 50px;
    margin:0px 3px 0px 3px;
    width: 70px;
    /*border-radius: 10px;
    border-radius: 10px;*/
    transition: width .5s, height .5s;
    border-radius:15px 5px 30px;
    color: white;
    font-size: 20px;
}
.levelButton.Time:hover,.levelButton.Time.Selected:hover
{
    width: 220px;
    background-color: darkgray;
    color: #0769CA;/*light blue color*/    
}
.levelButton.Time.Selected
{
    background-color: #0769CA;/*light blue color*/
    width: 200px;
}
.levelButton.Time
{
    width: 200px;
    height: 60px;
}
.levelButton.History.General:hover,.levelButton.History.General.Selected:hover
{
    width: 220px;
    background-color: darkgray;
    color: #0769CA;/*light blue color*/    
}
.levelButton.History.General.Selected
{
    background-color: #0769CA;/*light blue color*/
    width: 200px;
}
.levelButton.History.General
{
    width: 200px;
}
.settingsLabels.History
{
    display: initial;
}
.resetScore
{
    background-color: white;
    border: none;
    height: 40px;
    font-size: 20px;
    color: #0769CA;
    padding: 0px 15px 0px 15px;
}
.resetScore:hover
{
    background-color: #0769CA;
    color: white;
}
.gamePageImage
{
    height: 60px;
    margin-top: 10px;
}
@keyframes questionImagesAnimation
{
    from {width: 0px;}
    to {width: 400px;}
}
.questionImages
{
    width: 90%;
    max-width: 400px;
    border-radius:30px 10px 30px;
    /*box-shadow: 5px 5px 5px gray;*/
    /*border: 5px solid red;*/
    animation-name: questionImagesAnimation;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}