/*All of this is a mess that I hardly understand
Have fun reading what the inside of my head looks like*/

body{
    background-color: #aeaecd;
    font-family: 'Equistrum-Regular';
    font-family: 'recharge_bd';
}
p{
  margin: 0;
}
a:visited { 
    color : #fff;
}
a:visited:hover{
    color: #000;
}

/*MAIN CONTAINTER STUFF + HEADER*/

#header-top{
    max-width: 1000px;
    margin: 0 auto;
}
#main-container{
    max-width: 1000px;
    margin: 0 auto;
}
#home-header{
    width: 750px;
    height: 150px;
    margin-bottom: 0px;
    background-image: url(Equistrum\ Logo.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#home-header:hover{
    background-image: url(Equistrum\ Logo\ Invert.png);
}

/*NAVBAR*/

#navbar{
    margin-bottom: 0px;
}
.nav{
    height: 30px;
    margin-left: 0;
    text-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
}
li, ul {
     margin: 0;
     padding : 0;
     text-decoration: none;
}
.nav li{
    font-family: Equistrum;
    font-size: xx-large;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
    background-color: #000;
    cursor: pointer;
    text-decoration: none;
}
.nav li:hover{
    background-color: #fff;
    color: #000;
}

/*MAIN CONTENT
Alright I'm gonna be honest with you, this is probably my worst code
I think I royally fucked this up but HEY it functions*/

.content-flexy{
    margin-top: 0px;
}
.flex{
    display: flex;
    margin-bottom: 0px;
}
.content-lol{
    height: 500px;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    background-color: #aeaecd;
    padding-top: 1em;
    padding-bottom: 1em;
}
.home-wrapper{
    font-family: Recharge;
    font-weight: lighter;
    height: 500px;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    background-color: #aeaecd;
    padding-top: 1em;
    padding-bottom: 1em;
}
.footer-wrap{
    height: 30px;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    background-color: #aeaecd;
    padding-top: 1em;
    padding-bottom: 2em;
}

/*ABOUT PAGE*/

.about-wrapper{
    font-family: Recharge;
    font-weight: lighter;
    height: 1000px;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    background-color: #aeaecd;
    padding-top: 1em;
    padding-bottom: 1em;
}

/*INTERESTS TABLE*/

.interests{
    margin-left: 1%;
    margin-right: 1%;
}
.interests-sec{
    font-family: Recharge;
    font-weight: lighter;
    padding: 10px;
}

/*CREATIONS PAGE*/

.creations-wrapper{
    height: 500px;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    background-color: #aeaecd;
    padding-top: 1em;
    padding-bottom: 1em;
}
.images{
    margin: auto;
    width: 750px;
    height: 750px;
}

/*RAMBLING PAGE*/

.rambling-wrapper{
    height: 1000px;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    background-color: #aeaecd;
    padding-top: 1em;
    padding-bottom: 1em;
}

/*SITE LOG PAGE*/

.sitelog-wrapper{
    height: 2000px;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    background-color: #aeaecd;
    padding-top: 1em;
    padding-bottom: 1em;
}
.sitelog-scroll{
    border: 2px solid #000;
    margin-left: 2%;
    margin-right: 2%;
    height: 850px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    background-color: #aeaecd;
    padding-top: 1em;
    padding-bottom: 1em;
}
.site-log{
    border: 2px solid #000;
    border-collapse: collapse;
    margin-left: 2%;
    margin-right: 2%;
}
.log-sec{
    border: 2px solid #000;
    padding: 10px;
}