/*
 Theme Name:   eekim.com 2019
 Theme URI:    http://eekim.com/
 Description:  Eugene Eric Kim's theme.
 Author:       Eugene Eric Kim
 Author URI:   http://eekim.com/
 Template:     coblocks
 Version:      1.0.0
 License:      GNU General Public License v3.0 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  eekim-2019
*/

.homehero {
    margin: 0;
    padding: 3em;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(http://eekim.com/wp-content/uploads/sites/2/2019/01/eekim-reflection-mobile.jpg);
}

.homequote {
    text-align: top;
    font-size: smaller;
    color: white;
    text-shadow: 0px 1px 14px rgba(0,0,0,1.0);
    line-height: 150%;
    width: 100%;
}

@media only screen and (min-width: 600px) {
    .homequote {
	width: 50%;
    }
}

@media only screen and (min-width: 700px) {
    .homehero {
	background-image: url(http://eekim.com/wp-content/uploads/sites/2/2019/01/eekim-reflection-small.jpg);
    }
}

@media only screen and (min-width: 1100px) {
    .homehero {
	background-image: url(http://eekim.com/wp-content/uploads/sites/2/2019/01/eekim-reflection.jpg);
    }
}

a.nid {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: x-small;
    text-decoration: none;
    color: #C8A8FF;  /* light purple */
}
