@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

.toplogo {
	width: auto;
	max-height: 400px;
    margin-bottom:300px;
    margin-left: 50px;
}

.caption {line-height: normal;}


body {font-family: 'Poppins', sans-serif;}
h1.homename {
	font-weight: lighter;
	letter-spacing: 10px;
	color: rgba(255,255,255,1.00);
	font-size: 6rem;
	font-family: 'Poppins', sans-serif;
	line-height: normal;
	text-shadow: 0px 0px 15px rgba(0,0,0,1.00);
    visibility: visible;
}

.arrow-right-rey{padding-bottom: 7px;}
.arrow-left-rey{padding-bottom: 5px;}

h1.menuname {
	font-weight: lighter;
	letter-spacing: 10px;
	color: rgba(14,131,1,1.00);
	font-size: 2rem;
	font-family: 'Poppins', sans-serif;
	line-height: normal;
	text-shadow: 0px 0px;
	visibility: visible;
}

.win {
	font-weight: normal;
    font-family: 'Poppins', sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 1.3rem;
	text-transform: uppercase;
    line-height: 1rem;
}

.boarname {
	font-weight: 700;
    font-family: 'Noto Serif Display', serif;
	color: rgba(0,0,0,1.00);
	font-size: 2rem;
	text-transform: uppercase;
    margin-top: 10px;
}

.show {
	font-weight: normal;
	color: rgba(14,131,1,1.00);
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
 
}
.green {
	background-color: rgba(7,39,6,1.00);
}

.winnerpic {
	max-height: 350px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid rgba(1,91,3,1.00);
	background-color: rgba(24,128,41,1.00);
    margin-top: 3px;
    margin-bottom: 5px;
}


.support {
	max-height: 150px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: thin solid rgba(1,91,3,1.00);
	background-color: rgba(24,128,41,1.00);
margin-bottom: 10px;
	display: inline;
}


.boarpic {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid rgba(1,91,3,1.00);
	background-color: rgba(24,128,41,1.00);
    margin-top: 3px;
    margin-bottom: 5px;
}



.whitetext {
	color: rgba(239,239,239,1.00);
}

.shownby {
	color: rgba(62,62,62,1.00);
	font-size: 80%;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}

h1.menuname a{
	font-weight: lighter;
	letter-spacing: 10px;
	color: rgba(14,131,1,1.00);
	font-size: 2rem;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0px 0px;
	visibility: visible;
	text-decoration: none;
	margin-bottom: 0px;
	margin-left: 15px;
}
li {
	font-weight: normal;
	letter-spacing: 5px;
	color: rgba(14,131,1,1.00);
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	line-height: normal;
	font-variant: normal;
}


@media only screen and (max-width: 600px){
    
    .toplogo {
	width: auto;
	max-height: 150px;
        margin-bottom: 100px;
         margin-left: 0px;
}
    
    h1.homename {
	visibility: hidden;
}
    
    h1.menuname a{
	font-weight: lighter;
	letter-spacing: 10px;
	color: rgba(14,131,1,1.00);
	font-size: 50%;
        text-align: center;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0px 0px;
	visibility: visible;
	text-decoration: none;
	margin-bottom: 0px;
	margin-left: 15px;
}
    
    
    
    html,body{
    overflow-x: hidden;
}

    
}
