@font-face {
font-family: 'Raleway';
src: url('https://learn.dashofcolor.net/fonts/raleway-light.eot');
src: url('https://learn.dashofcolor.net/fonts/raleway-light.svg') format('svg');
     url('https://learn.dashofcolor.net/fonts/raleway-light.eot?#iefix') format('embedded-opentype'),
     url('https://learn.dashofcolor.net/fonts/raleway-light.woff') format('woff'),
     url('https://learn.dashofcolor.net/fonts/raleway-light.ttf') format('truetype'),
font-weight: normal;
font-style: normal;
}

html, body, div {
    background: #f0f0f0;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
}

.splash {
    text-align: left;
    width: 65%;
    color: #848484;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    margin: auto;
    font-weight: 300;
    text-shadow: 1px 1px 1px #e5e5e5;
    line-height: 70px;
    font-size: 1.9vw;
    line-height: 3.5vw;
    margin-top: 80px;
	-webkit-text-stroke: .51px #848484;
}

.splash a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
    font-weight: 700;
	-webkit-text-stroke: .51px #000;
    border-bottom: 3px solid #fff;
    -webkit-transition: all .2s ease-in-out;  
	-moz-transition: all .2s ease-in-out;  
	-o-transition: all .2s ease-in-out;  
	transition:  all .2s ease-in-out; 
}

.splash a:hover {
    color: #75b4c3;
	-webkit-text-stroke: .51px #75b4c3;
    text-decoration: none;
    border-bottom: 2px solid #f0f0f0;
    cursor: help;
}

.name {
    font-size: 35px;
    letter-spacing: -2px;
    color: #9fb739;
    font-size: 3vw;
	-webkit-text-stroke: 0px;
    padding: 0px 1px 0px 10px;
    text-shadow: 1px 1px 1px #e8e8e8;
    font-family: 'Satisfy', serif;
}

input[type=text] {
    height: 50px;
    height: 3.1vw;
    width: 96%;
    font-size: 36px;
    font-size: 1.9vw;
	-webkit-text-stroke: .32px #ed9160;
    color: #ed9160;
    text-transform: none;
    border: none;
    font-family: 'Raleway', sans-serif;
    padding: 10px 10px 10px 20px;
    border-radius: 35px;
    background-color: #f8f8f8;
    opacity: 20%;
    -webkit-transition: all .25s ease-in-out;  
	-moz-transition: all .25s ease-in-out;  
	-o-transition: all .25s ease-in-out;  
	transition:  all .25s ease-in-out; 
}

input[type=text]:hover {
    color: #62afd1;
    background-color: #fff;
	-webkit-text-stroke: .32px #62afd1;
}

input[type=submit] {
	display: none;
}

@media screen and (max-width: 760px) {
.splash {
    font-size: 20px;
    width: 600px;
    padding: 5px;
    line-height: 34px;
}
.name {
    font-size: 29px;
    margin: 0px 2px 0px -3px;
}
input[type=text] {
    height: 30px;
    width: 87%;
    font-size: 20px;
    color: #ed9160;
    text-transform: none;
    border: none;
    font-family: 'Raleway', sans-serif;
    padding: 10px 10px 10px 20px;
    border-radius: 20px;
    background-color: #f8f8f8;
    opacity: 20%;
    -webkit-transition: all .2s ease-in-out;  
	-moz-transition: all .2s ease-in-out;  
	-o-transition: all .2s ease-in-out;  
	transition:  all .2s ease-in-out; 
}
}
}