/* Typography */

html {
	font-family: 'Roboto', sans-serif;
}


@media (min-width: 320px) {
	html {

		font-size: 11px;
//		flex-direction: column;
//		flex-direction: column;
//    		justify-content: center;
//    		align-items: center;
	}
	footer {
		flex-wrap: nowrap;
//		justify-content: center;
//		text-align: center;
//		align-items: center;
		color: #fff;
	}
	footer:visited {
//		flex-wrap: nowrap;
//		justify-content: center;
//		text-align: center
//		align-items: center;
		color: #fff;
	}
}
	.host {
		padding: 0% 1%;
	}
	.lang { 
		padding: 0% 1%;
	}
	.lang i
	{
		padding: 10px;
	}
.pytanie
{
    font-size:24px;
    color: #FAFAFA;
    
}
.odpowiedz 
{
    font-size: 11px;	
    color: #FAFAFA;
}
    .shop-content p
    {
	font-size: 14px;
    }
    .shop-content input
    {
	margin: 2%;
    }
    .shop-content form
    {
	font-size: 14px;
    }
    .shop-items 
    {
	font-size: 10px;
    }
    .tagline2 
    {
	font-size: 10px;
    }
}

@media (min-width: 400px) {
	html {
		font-size: 12px;
	}
	footer {
		flex-wrap: nowrap;
	}
	.host {
		padding: 0% 1%;
	}
	.lang { 
		padding: 0% 1%;
	}
	.lang i 
	{
		padding: 10px;
	}
.pytanie
{
    font-size:24px;
    color: #FAFAFA;
    
}
.odpowiedz 
{
    font-size: 12px;
    color: #FAFAFA;
}
    .shop-content p
    {
	font-size: 14px;
    }
    .shop-content input
    {
	margin: 2%;
    }
    .shop-content form
    {
	font-size: 14px;
    }
    .shop-items 
    {
	font-size: 10px;
    }
    .tagline2 
    {
	font-size: 10px;
    }
}


@media (min-width: 500px) {
	html {
		font-size: 14px;
	}
	footer {
		flex-wrap: nowrap;
	}
	.host {
		padding: 0% 1%;
	}
	.lang { 
		padding: 0% 1%;
	}
.pytanie
{
    font-size:29px;
    color: #FAFAFA;
    
}
.odpowiedz 
{
    font-size: 14px;	
    color: #FAFAFA;
}
}

@media (min-width: 768px) {
	html {
		font-size: 14px;
	}
	footer {
		flex-wrap: nowrap;
	}
	.host {
		padding: 0% 1%;
	}
	.lang { 
		padding: 0% 1%;
	}
	.lang i 
	{
		padding: 2px;
	}
.pytanie
{
    font-size:48px;
    color: #FAFAFA;
    
}
.odpowiedz 
{
    font-size: 32px;	
    color: #FAFAFA;
}
    .shop-content p
    {
	font-size: 24px;
    }
    .shop-content input
    {
	margin: 1%;
    }
    .shop-content form
    {
	font-size: 24px;
    }
    .shop-items 
    {
	font-size: 16px;
    }
    .tagline2 
    {
	font-size: 16px;
    }
}
@media (min-height: 150px) {
	html {
		font-size: 11px;
	}
	footer {
		flex-wrap: nowrap;
	}
	.host {
		padding: 0% 1%;
	}
	.lang { 
		padding: 0% 1%;
	}

	.lang i
	{
		padding: 10px;
	}
}
@media (min-height: 461px) {
	html {
		font-size: 14px;
	}
	footer {
		flex-wrap: nowrap;
	}
	.host {
		padding: 0% 1%;
	}
	.lang { 
		padding: 0% 1%;
	}

	.lang i
	{
		padding: 10px;
	}
}


.icons-social i {
	font-size: 3em;
}

.icons-social svg {
	font-size: 3em;
}
/* Custom Styles */

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	padding: 0 30px;
	text-align: center;
}

main > .intro {
	font-family: 'Roboto', sans-serif;
	font-size: 3.75em;
	font-weight: 600;
}

main > .tagline {
	font-size: 1.5rem;
	margin: 1.5rem 0;
	font-weight: 100;
}

.icons-social i {
	padding: 10px;
}

.icons-social svg {
	padding: 10px;
}

.icons-social a {
  text-decoration: none;
}

.devto {
	margin-bottom: -0.20rem;
}

.devto svg {
	margin-bottom: -0.20rem;
	margin-left: 0.675rem;;
	width: 2.65rem;
	height: 2.65rem;
}


.host a {color:#fff;text-decoration:underline;}


/* Media Query for Smaller Screens */
@media (max-width: 600px) {
    .tor-button {
        padding: 2px 1px 2px 1px;
        font-size: 5px;
	margin: 0px;
    }
    .tor-button i {
	display: none;
    }
    footer {
        align-items: center;
	font-size: 5px;
    }
    footer div, footer p {
        margin: 5px 0px;
    }
}