.logo {
    height: 45px;
    max-width: 100%;
}


footer {
    color: #fff;
    width: 100%;
    background-color: dimgrey;
}

.footer-disclaimer {
    font-size: .7rem;
}
.follow-title {
    font-size: 1rem;
}

.follow-links > a {
    color: #2a53d0;
}

.wrap {
    position: relative;
    min-height: 100vh;
}

nav {
    background-color: dimgrey;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #4d8cd2;
}

a {
    color: #4d8cd2;
}

@media (min-width: 768px) {
    .index-header {
		margin-top: 16px;
		margin-bottom: 16px;
		text-align: center;
    }
	
	.index-header > div {
        padding-left: 12px;
		padding-right: 12px
    }
}

@media (min-width: 1000px) {
    .index-header {
		margin-top: 24px;
		margin-bottom: 21px;
		text-align: center;
    }
	
	.index-header > div {
        padding-left: 24px;
		padding-right: 24px
    }
}

@media (min-width: 1400px) {
    .index-header {
		margin-top: 48px;
		margin-bottom: 64px;
		text-align: center;
    }
	
	.index-header > div {
        padding-left: 64px;
		padding-right: 64px
    }
}

.index-header h3 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.index-header img {
    margin-top: 16px;
}

.card .card-header{
    background: #6468d4;
    color: #fff;
}


.profile .profile-pic{
    width: 300px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.profile .flag{
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.profile .profile-links{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.profile .profile-links a{
    padding-right: 20px;
    color: #6468d4;
}

.card-header{
    background: #6468d4;
    color: #fff;
}

.card-header-title {
    font-size: 1.313rem;
}

.percentage-graph{
    background-color: #8D97EC;
    position: relative;
    display: inline-block;
    height: 14px;
    margin-right: 10px;
}

.table-predictor-tool {
    text-align: center;
}

.table-predictor-tool td:first-child {
    text-align: left;
    font-weight: bold
}

.table-predictor-tool input[type=number] {
    width: 50px;
}

.table-predictor-tool th:nth-child(1) {
    background-color: black;
    color: white;
}

.table-predictor-tool th:nth-child(2) {
    background-color: #6468d4;
    color: white;
}

.table-predictor-tool th:nth-child(3) {
    background-color: #17ccda;
    color: white;
}

.dot {
    height: 8px;
    width: 8px;
    margin-left: 10px;
    background-color: #26800c;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.dot.red {
    background-color: red;
}

.home-landing {
    background-image: url("/img/homepage.jpg");
    height: 100%;
    max-height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-landing img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
    width: auto;
    margin: auto;
    max-width: 80%
}

.search-player {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 580px;
    margin: 10px auto 20px auto;
    padding-left: 15px;
    padding-right: 15px;
}

.search-player input {
    border: 0;
}

.search-player button{
    background-color: #6468d4;
}

.magnifying {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 8px;
    width: 35px;
    height: calc(1.54em + .876rem + 2px);
    background-color: white;
    fill: gray;
}

.card-header h4 {
    margin-bottom: 0 !important;
}