a:hover {
	color: #E0E0E0;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


@media screen and (min-width: 600px) {
	.main-menu__bg {
		width: 100%;
		border-bottom: 2px solid white;
		position: absolute;
		bottom: 22%;
		z-index: 0;
	}
}

.index_txt {
	font-family: monospace;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
	order: 2;
}

@media screen and (min-width: 600px) {
	.index_txt {
		font-family: monospace;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 150%;
		position: absolute;
	}
}

.me {
	position: fixed;
	bottom: 0;
}

.me__link {
	display: block;
	margin: 55px auto 50px;
}
.main-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

@media screen and (min-width: 600px) {
	.main-menu {
		display: flex;
		align-items: baseline;
		position: relative;
	}
}

@media screen and (min-width: 600px) {
	.main-menu__bg {
		width: 100%;
		border-bottom: 2px solid white;
		position: absolute;
		bottom: 22%;
		z-index: 0;
	}
}

.main-menu__link {
	display: block;
	flex: 50%;
}

@media screen and (min-width: 600px) {
	.main-menu__link {
		display: block;
		flex: 1;
		z-index: 1;
	}
}

.main-menu__link--girl {
	order: 1;
	flex: 0.6;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 600px) {
	.main-menu__link--girl {
		flex: 1.7;
	}
}

.main-menu__link--camera {
	order: 4;
	flex: 15%;
}

@media screen and (min-width: 600px) {
	.main-menu__link--camera {
		flex: 0.6;
	}
}

.main-menu__link--coffee {
	order: 3;
	flex: 35%;
}

@media screen and (min-width: 600px) {
	.main-menu__link--coffee {
		flex: 1;
	}
}

.main-menu__link--tech {
	order: 5;
	flex: 30%;
}

@media screen and (min-width: 600px) {
	.main-menu__link--tech {
		flex: 1;
	}
}

@media screen and (min-width: 600px) {
	.main-menu__link {
		order: unset;
	}
}

.main-menu__link img {
	max-width: 100%;
}

.blog_centered_width {
	margin-left: unset;
	margin-right: unset;
}

@media screen and (min-width: 600px) {
	.blog_centered_width {
	margin-left: 20%;
	margin-right: 20%;
	}
}

.coffee_menu ul {
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0;
	justify-content: center;
	margin-bottom: 30px;
	color: #3D3C3A;
	font-family: monospace;
	font-size: 14px;
	color: #3D3C3A;
	line-height: 150%;
}

.coffee_menu li { 
	padding: 8px;
	font-weight: normal;
}

.coffee_menu a:hover {
	color: #E0E0E0;
}

.blog_index {
	letter-spacing: 3px;
	font-family: monospace, sans-serif;
	font-size: 13px;
}

.blog_index ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	text-align: center;
	letter-spacing: 3px;
	font-family: monospace, sans-serif;
	font-size: 13px;
	padding-left: 0;
}

@media screen and (min-width: 600px) {
	.blog_index ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		list-style: none;
		text-align: center;
		letter-spacing: 3px;
		font-family: monospace, sans-serif;
		font-size: 13px;
	}
}

.thumbnail {
	display: block;
	position: relative;
}

.thumbnail__img {
	opacity: 50%;
}

.thumbnail__img img{
	border-radius: 50%;
}

.thumbnail__img:hover {
	opacity: 100%;
}

.thumbnail__listitem {
	margin-bottom: 5%;
}

.thumbnail__listitem  a{
	margin-bottom: 5%;
}

@media screen and (min-width: 600px) {
	.thumbnail__listitem  a{
		margin-bottom: auto;
	}
}
@media screen and (min-width: 600px) {
	.thumbnail__listitem {
		display: flex;
		margin-right: 10px;
	}
}

.thumbnail__summary {
	line-height: 1.2rem;
	font-family: monospace, sans-serif;
	text-align: justify;
	padding-right: 30px;
	padding-left: 30px;
}

.thumbnail__title {
	text-transform: uppercase;
	font-weight: bold;
}

.blog_content {
	display: block;
}

.blog_content {
	line-height: 1.5rem;
	font-family: monospace, sans-serif;
	text-align: justify;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom:10px;
	color: #3D3C3A;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.blog_content li {
	font-weight: normal;
	color: #3D3C3A; 
}

.blog_image {
	max-width: 905px;
	margin: 0 auto;
}

.blog_image img {
	max-width: 100%
}

.blog_image_double {
	display: flex;
	flex-direction: column;
}

.blog_image_double img {
	margin-bottom: 5px;
	max-width: 100%;
}

.blog_video {
	max-width: 80%;
	margin-bottom: 0;
	margin-left: 10%;
	margin-right: 10%;

}

@media screen and (min-width: 600px) {
     .blog_video {
	max-width: 40%;
	margin-bottom: 0;
	margin-left: 30%;
	margin-right: 30%;
	}

}

@media screen and (min-width: 600px) {
    .blog_image_double {
        flex-direction: row;
        justify-content: space-between;
        max-width: 905px;
        margin: 0 auto;
    }

    .blog_image_double img {
        margin-bottom: 0px;
        max-width: calc(50% - 2.5px);
    }
}

.home_button a:hover {
	opacity: 0.5;
}

.category_logo {
	min-width: 20%;

}

@media screen and (min-width: 600px) {
	.category_logo {
		min-width: 9%;
	}
}

.category_header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.coffee_category_header {
	display: grid;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	grid-template-rows: 35vh 8vh 8vh 8vh;
}

@media screen and (min-width: 600px) {
	.coffee_category_header {
		margin-bottom: 50px;
		grid-template-rows: auto;
	}
}

.grid_element_1 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 2;
}

@media screen and (min-width: 600px) {
	.grid_element_1 {
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 2;
		grid-row-end: 2;
	}
}

.grid_element_2 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1;
}

@media screen and (min-width: 600px) {
	.grid_element_2 {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 2;
	}
}

.grid_element_3 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 3;
	grid-row-end: 3;
}

@media screen and (min-width: 600px) {
	.grid_element_3 {
		grid-column-start: 2;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 3;
	}
}


.grid_element_4 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 4;
	grid-row-end: 4;
}

@media screen and (min-width: 600px) {
	.grid_element_4 {
		grid-column-start: 3;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 2;
	}
}

.aboutme_centered_width {
	margin-left: 0;
	margin-right: 0;
}

.about_me_img {
	padding-right: 13px;
	padding-left: 13px;
}

.about_me {
	display: flex;
        flex-direction: column;
	margin-bottom: 50px;
	margin-top: 10%;
}

.about_me_txt {
	line-height: 150%;
	font-family: monospace;
	text-align: justify;
	font-size: 14px;
	padding-right: 13px;
	padding-left: 13px;
}

.about_me_txt p {
	margin: 0;
	color: #3D3C3A;
}

.about_me_txt li {
	font-weight: normal;
	color: #3D3C3A;
}

.about_me_img img {
	max-width: 100%;
}

@media screen and (min-width: 600px) {
    .about_me {
        flex-direction: row;
    }
    .about_me_img {
        width: 50%;
    }
    .about_me_txt {
        width: 50%;
    }
    .aboutme_centered_width {
	margin-left: 20%;
	margin-right: 20%;
    }
}


.carousel {
	display: none;
}

@media screen and (min-width: 600px) {
	.carousel {
		display: block;
		outline: none;
		overflow: hidden;
	}

	.carousel_img {
		height: 35.71429rem;
		display: block;
		height: 25rem;
		width: auto;
		margin-right: .42857rem;
	}
}

.pictures_column {
    display: block;
}

.pictures_column img {
    margin-bottom: 5px;
    width: 100%;
}
@media screen and (min-width: 600px) {
	    .pictures_column {
		display: none;
	    }
}

.coffee_setup_text_container {
	margin-top: 30px;
	line-height: 1.5rem;
	font-family: monospace;
	font-size: 14px;
	color: #3D3C3A;
	text-align: center;
	padding-right: 13px;
	padding-left: 13px;
}

footer {
	margin-top: auto;
}

footer ul{
	list-style: none;	
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: monospace;
	font-size: 8px;
	color: #3D3C3A;
}

footer li{
	display: inline;
	padding: 0 6px;
	font-weight: normal;
	font-size: 10px;
}

footer a:hover {
	color: #E0E0E0;
}

