/* 

reskin notes

accent font: baloo
font-family: 'Baloo 2', monospace;

background: black
containers: 
accent containers: #131d2a
main font colour: #c4c4c4
header colour:
link: white
link hover: #9bb8fa
commission menu colour: #2cb4ff


*/


.container {
    max-width:1500px;
    margin:0 auto;
    padding:0px;
}

.inner-container {
    width:950px;
    margin:0 auto;
    color:#c4c4c4;
    font-family:sans-serif;
}

.accent-container {
    margin:0px;
    padding:5px 20px 20px 30px;
    width:500px;
    background-color:#131d2a;
    border-top-right-radius:50px;
    border-bottom-left-radius:50px;
}

body {
    background-color:black;
}

a {
    color:white;
    text-decoration:none;
    font-weight:300;
}

a:hover {
    color: #9bb8fa;
    text-decoration:none;
    font-weight:500;
}

h1 {
    font-family: 'Baloo 2', monospace;
    font-size: 36px;
    font-weight: bold;
    color:#998EFF;
    margin:10px 0px 10px 0px;
    padding:0px;
}

h2 {
    font-family: 'Baloo 2', monospace;
    font-size: 25px;
    font-weight: bold;
    color:#998EFF;
    margin:10px 0px 10px 0px;
    padding:0px;
}

li {
    padding-bottom:10px;
}

.newline {
    border-top:1px solid;
    border-color:#2c3241;
}

.bottomtext {
    font-size:10px;
    opacity:50%;
    text-align:center;
}



/*topnav section*/

.topnav {
    background-color: black;
    overflow: hidden;
  }
  
  .topnav a {
    color: #9bb8fa;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Baloo 2', monospace;
    font-size:18px;
  }

  .topnav a:hover {
    color: white;
  }
  
  .topnav a.active {
    color: white;
  }

  

  .topnav2 {
    background-color: black;
    overflow: hidden;
  }
  
  .topnav2 a {
    color: #2cb4ff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Baloo 2', monospace;
    font-size:18px;
  }

  .topnav2 a:hover {
    color: white;
  }
  
  .topnav2 a.active {
    color: white;
  }

  .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}