body
{
    font-family: "Lato", sans-serif;
}

select
{
    background-color: #E42277;
}

nav
{
    position: absolute;
    right: 100px;
    top: 75px;
}

b
{
	font-weight: 700;
	border-bottom: 1px solid white;
}

nav a
{
    margin-left: 2em;
    color: #ffffff;
    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
    opacity: 0.5;
    transition: 0.5s ease;
    padding-bottom: 0.5em;
}

nav a:hover
{
    opacity: 1;
    border-bottom: 1px dotted white;
}

a {
  color: #ffffff;
}

iframe {
  width: 100%;
  height: 337px;
}

.hero-tutorial
{
    width: 100%;
    min-height: 100vh;
    background-color: #ff5abc;
    /*background-image: url("../images/background.png");
    background-size: cover;*/
}

.hero-tutorial span
{
	display: block;
	padding-top: 25vh;
	padding-bottom: 25vh;
	width: 80%;
	max-width: 600px;
	margin: auto;
	color: white;
}

.shortcut {
  display: inline;
  color: #ff5abc;
  border-bottom: none;
  background-color: #ffbfe5;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.hero-tutorial h1
{
	padding-bottom: 1.5em;
    padding-top: 1.5em;
	text-decoration: none;
    text-transform: uppercase;
	text-align: center;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 1px;
    color: white;
    /*border-bottom: 1px solid white;*/
    transition: 0.5s ease;
	line-height: 1.5em;
}

.hero-tutorial p
{
	line-height: 2em;
}

.hero-tutorial h2
{
	padding-bottom: 1.5em;
    padding-top: 3em;
	text-decoration: none;
    text-transform: uppercase;
	text-align: left;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 1px;
    color: white;
    /*border-bottom: 1px solid white;*/
    transition: 0.5s ease;
}

.hero-tutorial img
{
	padding-top: 3em;
	width: 100%;
}

.hero-tutorial video
{
	padding-top: 3em;
	width: 100%;
}


.hero
{
    width: 100%;
    height: 100vh;
    background-color: #ff5abc;
    background-image: url("../images/background.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo
{
    display: block;
    margin: auto;
    margin-top: 5em;
    width: 70%;
    max-width: 500px;
}

.download
{
    display: block;
    margin: auto;
    margin-top: 5em;
    width: 70%;
    max-width: 500px;
    text-align: center;
}

.download a
{
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 1px;
    color: white;
    border-bottom: 1px solid white;
    transition: 0.5s ease;
}

.download a:hover
{
    /*border-bottom: 1px dotted white;*/
    padding-left: 0em;
    padding-right: 0em;
}

.download a img
{
    vertical-align: middle;
    margin-right: 1em;
    height: 1.5em;
}

@media (max-width: 600px)
{
    .download a img
    {
        display: none;
    }

    .download
    {
        width: 100%;
    }

    nav
    {
        left: 0;
        right: 0;
    }

    nav a
    {
        display: block;
        margin-bottom: 0.5em;
        text-align: center;
    }

    nav a:hover
    {
        border-bottom: none;
    }
}
