/*************************
** GLOBAL STYLES *********
*************************/

/*Defaults*/
html {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #232323;
    color: white;
    font-family: sans-serif;
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

div.center {
    display: block;
    margin: auto;
}

div.section {
    padding: 20px;
}

div.section.dark {
    background-color: #191919;
}

a.clickyBlock {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

a {
    color: white;
}

a:visited {
    color: #ddd;
}

a.head-link {
    background-color: #197ebd;
    color: white;
    padding: 10px;
    display: block;
    margin: 10px auto 0px auto;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    width: 100%;
    max-width: 100px;
}

a.head-link:hover {
    background-color: #1da1f2;
}

/*Footers*/
div#footer {
    background-color: #101010;
    width: 100%;
    padding: 20px 0px 20px 0px;
}

div.footer-icons {
    display: inline-block;
}

div.footer-icons > a {
    color: white;
    text-decoration: none;
    font-size: larger;
    letter-spacing: 10px;
}

div.footer-c {
    background-color: #333333;
    display: inline;
}

/*Profile pictures*/
div.propic {
    background-image: url(Images/skybot_cover.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #333333;
}

div.propic-main {
    min-width: 50px;
    min-height: 50px;
    max-width: 300px;
    max-height: 300px;
    height: 20vh;
    width: 20vh;
    border-radius: 10vh;
    border: 2px solid white;
}

/********************************
** PAGE: ThatSkyBot root ********
*********************************/

article {
    display: block;
    margin: auto;
    max-width: 700px;
    padding-bottom: 20px;
}

article > p,
article > ul {
    text-align: left;
}