
body {
    font-family: sans-serif;
    color: #1a1a1a;
    line-height: 1.5;
}

h2, h3, .copyleft {
    color: rgb(134, 134, 134);
}


.screen {
    width: 256px;
    height: 526px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px;
}

.maxwidth {
	max-width: 900px;
}
#badges {
    display: flex;
    flex-direction: row;
    padding-left: 0px;
}


#logo img {
    width: 600px;
    height: 247px;
}

#badges li {
    list-style: none;
    padding-right: 10px;
}

nav {
    display: flex;
    flex-direction: column;
}


#menu {
    display: flex;
    flex-wrap: wrap;
	text-align:left;
    padding-left: 0px;
    
}


@media screen and (max-width: 600px) 
{
    #logo img {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 300px) 
{
    #logo img {
        width: 100px;
        height: 100px;
    }
}


#menu li {
    display:inline; 
    margin: 1em 0.5em;    
}

#menu li a {
    font-size:1.125em;
    padding: 0.4em 0 0.4em 0;
    border-style: dotted none dotted none;
}


#menu li a:hover {
    border-style: solid none solid none;	
    text-decoration: none;
}


#menu li a.active {
	border-style: solid none solid none;	
}



a {
    text-decoration: none;
    color: #e7590b;
}

a.outside {
    border-color: #e7590b;
}

.dotlink a:hover {
    border-bottom-style: solid;
    border-width: 2px;
}

.dotlink a {
    border-bottom-style: dotted;
    border-width: 2px;
}

main {
    display: flex;
    flex-direction: column;
    
}


#info {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 900px) 
{
    #info {
        display: flex;
        flex-direction: column;
    }
}    



.title, #pitch, .leftspace {
    margin-left: 30px;
    
}

.section {
    margin: 30px;
}


#download {
    justify-self: flex-end;
}

