/*
Theme Name: sport_insights
Description: Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sport-insights
*/
html {
    margin-top: 0 !important;
}
.team-vs p {
    padding: 0 !important;
}
.team-vs p::after {
	display: none !important;
}
#header {
    display: none;
}
.home hr {
    display: none;
}
body.home {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;  
    background-color: rgb(15, 82, 186);
}
.logo-fullscreen {
    display: flex;
    align-items: center;       
    justify-content: center;   
    height: 100vh;  
    width: 100vw;  
}
div#page hr {
    display: none;
}
.logo-fullscreen img {
    max-width: 90%;
    max-height: 90%; 
    height: auto;
    width: auto;
}
.logo-fullscreen {
    display: flex;
    align-items: center;     
    justify-content: center; 
    height: 100vh;  
    width: 100vw;    
    margin: 0;
    padding: 0;
    overflow: hidden;  
}
.logo-fullscreen img {
    max-width: 100%;  
    max-height: 100%; 
    height: auto;
}
.logo-fullscreen-in {
    display: flex;
    align-items: center;     
    justify-content: center; 
    height: 100vh;  
    width: 100vw;    
    margin: 0;
    padding: 0;
    overflow: hidden; 
    flex-wrap: wrap;
}
body.error404 .loglogo-fullscreen-in {
    /*display: block !important;*/
}
body.error404 {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(15, 82, 186);
}
body.error404 .logo-fullscreen-in h1, body.error404 .logo-fullscreen-in p {
    color: #FFFFFF;
    width: 100% !important;
}
body.error404 .logo-fullscreen-in a {
    color: #FFFFFF;
}
body.error404 .logo-fullscreen-in a {
    padding: 10px 25px;
    background-color: #000000;
}