html {}
    
body {
    background-color: #fff;
    /*background-color: #eee;*/
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
}
body.dark {
    background-color: #202020;
    color: #eee;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-width: 0;
    border-top: 1px solid #f0f0f0;
}

a {
    color: #8000ff;
    text-decoration: none;
}
a:hover {
    color: #ff0080;
    text-decoration: underline;
}


/* Skeleton overrides */
.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
@media (min-width: 550px) {
    .container {
        width: 90%;
    }
}



/* Hero
 * ---------------------------------------------------------------------------*/

header {
    margin: 0;
    padding: 0;
    height: 240px;
    overflow: hidden;
    background-image: url("../images/Miley.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
}
@media (min-width: 550px) {
    header {
        height: 480px;
    }
}

/* Dark Mode Switch */

#dark-mode-button {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
#dark-mode-button img {
    width: 16px;
}
@media (min-width: 550px) {
    #dark-mode-button a {
        opacity: 0.8;
        transition: opacity .20s ease-in-out;
        -moz-transition: opacity .20s ease-in-out;
        -webkit-transition: opacity .20s ease-in-out;
    }
    #dark-mode-button a:hover {
        opacity: 1;
    }
}
@media (min-width: 550px) {
    #dark-mode-button {
        right: 24px;
        top: 24px;
    }
    #dark-mode-button img {
        width: 24px;
    }
}

/* Title */

header .hero-title {
    margin-top: 8rem;
}
@media (min-width: 550px) {
    header .hero-title {
        margin-top: 14rem;
    }
}

header .hero-title img {
    width: 90%;
}
@media (min-width: 550px) {
    header .hero-title img {
        /*width: 80%;*/
        max-width: 800px;
    }
}

/* Links */

header .links {
    margin-top: 2.5rem;
}
header .links a {
    display: inline-block;
    margin: 0 6px;
    opacity: 0.8;
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
}
header .links a img {
    height: 20px;
    vertical-align: middle;
}
header .links a span {
    vertical-align: middle;
    display: inline-block;
}

@media (min-width: 550px) {
    header .links {
        margin-top: 6rem;
    }
    header .links a {
        font-size: 1.4rem;
        margin: 0 1.7rem;
        transition: opacity .20s ease-in-out;
        -moz-transition: opacity .20s ease-in-out;
        -webkit-transition: opacity .20s ease-in-out;
    }
    header .links a:hover {
        opacity: 1;
    }
    header .links a img {
        height: 40px;
    }
}



/* Sections ------------------------------------------------------------------*/

section {
    /*background-color: #0f0;*/
    /*margin: 4rem 0 2rem 0;*/
    padding: 4rem 1rem 2rem 1rem;
    font-size: 1.8rem;
    font-weight: 300;
    border-bottom: 1px solid #f0f0f0;
}
body.dark section {
    border-bottom: 1px solid #1c1c1c;
}

section .title {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
}
@media (min-width: 550px) {
    section {
        /*margin: 4rem 0 4rem 0;*/
        padding: 6rem 0 4rem 0;
    }
    section .title {
        font-size: 3.6rem;
    }
}


/* Tweaks */

#tweaks {
    /*background: #0f0;*/
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    /*border-bottom: none;*/
}
    
#tweaks .tweak {
    /*margin-top: 48px;*/
    /*min-height: 240px;*/
    padding: 0;
    padding-top: 4rem;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 33%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #fff 33%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 33%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f0f0f0',GradientType=0 );
}
@media (min-width: 550px) {
    #tweaks .tweak {
        padding-top: 6rem;
    }
}
body.dark #tweaks .tweak {
    background: #1c1c1c;
    background: -moz-linear-gradient(top, #202020 33%, #1c1c1c 100%);
    background: -webkit-linear-gradient(top, #202020 33%, #1c1c1c 100%);
    background: linear-gradient(to bottom, #202020 33%, #1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#1c1c1c',GradientType=0 );
}

#tweaks .header {
    margin-bottom: 1rem;
}
#tweaks .header .icon {
    width: 29px;
    vertical-align: middle;
}
#tweaks .header .name {
    /*background-color: #0ff;*/
    margin-left: 5px;
    font-size: 2.8rem;
    font-weight: 500;
    vertical-align: middle;
}

#tweaks .tags {
    /*background-color: #0ff;*/
    margin-top: 1rem;
    margin-bottom: 2rem;
}
#tweaks .tags span {
    /*background-color: #ff0;*/
    border: 1px solid #999;
    border-radius: 4px;
    padding: 1px 6px 0;
    padding: 1px 12px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #999;
    margin-left: 2px;
    margin-right: 2px;
}

#tweaks .row p {
    margin: 0.5rem 0rem;
    font-size: 1.6rem;
}

.screenshot {
    /*background-color: red;*/
    display: table-cell;
    vertical-align: bottom;
    /*min-height: 600px;*/
}
.screenshot img {
    /*background-color: yellow;*/
    vertical-align: bottom;
    width: 100%;
    /*max-width: 400px;*/
}

#tweaks ul {
    margin-top: 1.5rem;
}
#tweaks li {
    list-style: disc inside;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}



/* About */

#about {
    /*padding-bottom: 2rem;*/
}



/* Footer */

footer {
    text-align: center;
    font-size: 1.4rem;
    color: #ccc;
    font-weight: 300;
    margin: 0;
    padding: 2rem 0 0 0;
}



/*
 * Gradient Fills
 */

/*.gradient-fill {
    background: #8000ff;
    background: -moz-linear-gradient(top, #8000ff 0%, #ff0080 100%);
    background: -webkit-linear-gradient(top, #8000ff 0%,#ff0080 100%);
    background: linear-gradient(to bottom, #8000ff 0%,#ff0080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000ff', endColorstr='#ff0080',GradientType=0 );
}*/
.gradient-fill {
    background: #8000ff;
    background: linear-gradient(to bottom right, #aa33ff 0%, #8000ff 67%);
}



/*
 * CSS Fade In Effect
 */

.fadein {
-webkit-animation: fadein ease-in 1s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein ease-in 1s; /* Firefox < 16 */
    -ms-animation: fadein ease-in 1s; /* Internet Explorer */
     -o-animation: fadein ease-in 1s; /* Opera < 12.1 */
        animation: fadein ease-in 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
