body {
    margin: 0;
    padding: 0;
    background-color: #ADADAD;
    font-family: 'Raleway', sans-serif;
}

h1 {
    padding-top: 0px;
    margin-top: 0px;
}

.section, .footer, .topimage {
    margin: auto;
}

.topimage.small {
    display: none;
}

.section.container.header {
    background-color: #fff;
}

.section.container.header .content.infobar, .small .content{
    border-top: 0px !important;
}

.section.container.header.small {
    padding-top: 0px;
}

.section > * {
    padding: 2rem;
}

.footer > * {
    color: #fff;
    padding-top: 0 !important;;
    text-align: center;
}

.topimage {
    background-color: #fff;
    background-image: url(/images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 629px;
}

.topimagefrontpage {
    background-color: #fff;
    background-image: url(/images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 629px;
}

.topimagefrontpage.admin {
	height: 180px;
}

.topimagefrontpage.admin .sportiganlogo {
	padding-top: 0px;
}

.topimagefrontpage .toptext {
	text-align: center;
	background-color: rgba(255,255,255,0.75);
	height: 100%;
	width: 100%;
	padding: 0;
}


.topimage .toptext {
	text-align: center;
	width: 80%;
	height: 200px;
	top: 100px;
	background-color: rgba(255,255,255,0.75);
	margin: auto;
}

.topimage .toptext2 {
	text-align: center;
	width: 80%;
	height: 50px;
	top: 100px;
	background-color: rgba(255,255,255,0.75);
	margin: auto;
}

.topimage .topplaceholder {
	height: 50px;
}

.topimage .topplaceholder2 {
	padding: 0;
	height: 50px;
}

.hand {
    cursor: pointer;
}

.button {
    background-color: #106504; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    
}

.smallbutton {
    padding: 5px;
}

.loginform {
    font-size: 20px;
}

.loginform .username, .loginform .password {
    width: 100%;
    height:26px;
    padding-left: 10px;
    font-size: 24px;
}

.loginform .row > div {
    margin-bottom: 10px;
}

.infobar {
    font-size: 22px;
    line-height: 48px;
}

.infobar .button {
    color: #ffffff;
}

.backbar {
    background-color: #eee;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

th {
    text-align: left;
}
table {
    width: 100%;
    border-collapse: collapse;
}

table tbody tr:nth-child(odd) {
    background-color: #eee;
}

.error {
    background-color: #D46A6A;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

small {
    font-size: 12px;
}

.hidden {
    display:none;
}


.topimage .sportiganlogo {
	margin-top: 50px; 
}

.topimagefrontpage .sportiganlogo {
	margin-top: 50px; 
	padding-top: 100px; 
	padding-bottom: 50px;
}

@media only screen and (max-width: 62em) {
    
    .sportiganlogo {
		width: 80%;
	}
	
	.topimagefrontpage * {
		font-size: 20px !important;
	}
	
	.topimagefrontpage input {
		max-width: 80%;
	}	
	
	.topimage .toptext .line1 {
		font-size: 24px !important;
	}
	.topimage .toptext .line2 {
		font-size: 16px !important;
	}
	
	.infobar {
		font-size: 16px;
	}
	
	.toptext2 {
		padding-top: 10px !important;
		padding-bottom: 70px;
	}
	
	.infobar {
 	   	font-size: 18px;
	    line-height: 18px !important;
	}
	
	.infobar .button {
		margin-top: 15px !important;
		margin-bottom: 30px;
	}
}