@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

body 
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
}

.page-headings
{
    margin-top : 30px;
	font-family : 'Great Vibes', cursive;
	font-size : 4rem;
	text-align : center;
	color : #bcbcbc;
}

.centered-box
{
	width : 50%;
    margin : 0 auto;
    margin-top : 10%;	
    background-color : #0093d9;
    border : 0 1px grey;
    padding : 10px 10px 10px 10px;
    text-align : center;
}

.start-button
{
	width : 50%;
	background-color : #37882f;
	color : white;
	margin : 0 auto;
	padding : 10px 10px 10px 10px;
	text-align : center;
	border : none;
}

.start-button:hover
{
    cursor : pointer;
    background-color : #42a237;
}

.button-spinner-custom 
{
	display : none;
	color : white;
}

.button-spinner-custom.shown
{
	display : inline-block;
}

.button-text
{
	display : inline-block;
}


.download-button
{
	padding : 8px 8px 8px 8px;
    background-color : #a5bfe7;
    color : white;
    border : none;
    border-radius : 8px;
    outline : none;
    margin-top : 2px;
    transition : background-color .6s;
    vertical-align : top;
    
}

.download-button:hover
{
	cursor : pointer;
	background-color : #42a237;
}



.status-box
{
	width : 50%;
    margin : 0 auto;
    margin-top : 10%;	
    background-color : #f7f7f7;
    border : 0 1px grey;
    padding : 10px 10px 10px 10px;
	text-align : center;    
}

.sign-in-box 
{   
	width : 70%;
    margin : 0 auto;
    margin-top : 10%;	
    background-color : #f7f7f7;
    padding : 40px 10px 40px 10px;
    text-align : center;
    border-radius : 20px;
    border : 1px solid #dddddd;
}

.legend
{
	color : #808080;
}

.inputfield
{
    border : 1px solid #dddddd;
	border-radius : 8px;
	padding-left : 8px;
	padding-right : 8px;
	outline : none;
	
}


.submitbutton
{
	padding : 10px 50px 10px 50px;
    background-color : #37882f;
    color : white;
    border : none;
    border-radius : 8px;
    outline : none;
}

.submitbutton:hover
{
	cursor : pointer;
	background-color : #42a237;
}


.menu-image
{
	border-radius : 8px;
    transition : opacity .3s;
    opacity : 1;	
}

.menu-image:hover {
    opacity : .7;
    cursor : pointer;
}


.gallery-wrapper {
	border : 1px solid #f0f0f0; 
	border-radius : 5px; 
	padding : 20px;
	text-align : center;
	margin : 0 auto;
	width : 95%;
	background-color : #fbfbfb;
}


.gallery-image-wrapper {
	display : inline-block;
	border-radius : 5px;
	margin : 15px 15px 15px 15px;
	background-image : url('/images/zoom.jpg');
	background-size : contain;
	background-color : #f3f3f3;
	overflow : hidden;

}

.gallery-image {
	border-radius : 5px;
    max-height : 120px; 
    transition : opacity .4s;
    opacity : 1;
}

.gallery-image:hover {
    opacity : .6;
    cursor : pointer;
}


.navigation-wrapper 
{
	margin-top : 40px;
	margin-bottom : 40px;
	text-align :center;
}

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

.navigation-links
{
	font-size : 1.4rem;
	color : grey;
	text-align : center;
	text-decoration : none;
}
