@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');

a { 
    color: #0e315d; 
}

a:hover { 
    text-decoration: none; 
}

body {
    margin-top: 50px;
    background: #0e315d;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    overflow: auto;
    background-image: url('https://spur.mylittlesimpony.site/public/images/background_waves.svg');
}

.logo {
    height: 200px;
}

.triangle {
    background-image:url('https://spur.mylittlesimpony.site/public/images/triangleNegative.svg');
    background-repeat: no-repeat;
}

.sitetitle {
    font-size: 65pt;
    font-family: 'Julius Sans One';
    font-weight: normal;
    color: white;
}

.nav, .nav-tabs, .nav-link, .nav-item {
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 110%;
    color: #838EA8;
}

.nav-item {
    background: #0e315d;
}

.nav-link:hover {
    color: #ffffff;
}

.jump-bar {
    width: 100%;
    height: 15px;
    margin-bottom: 10px;
    background-color: #0e315d;
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,1) 50%);
    background-size: 50% 5px;
    background-position: -25%;
}

.footer a { 
    color: #838EA8; 
}

.footer a:hover { 
    text-decoration: none; 
}

hr {
    border-color: #0e315d;
}

li.nav-item > .disabled {
    color: #838EA8;
    opacity: 0.3;
}
