
@media only screen and (max-width: 400px){
.wine_tasting > *:not(h2){
	font-size: 10px;
}
.wine_cellar_entry > *:not(h2){
	font-size: 12px;
}
}

html, body {
    max-width: 100%;
    overflow-x: hidden;

}

.navbar_icons a img{
    height: 30px;
}
.navbar_icons{
	position: absolute;
	right: 100px;
	top: 10px;
}
.welcome_message{
	text-align: center;
	background-color: #DF7F7F;
	border-top: 2px solid #C61919;
	border-bottom: 2px solid #C61919;
}
.add_tasting{
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid black;
}
.add_tasting a{
	color: black;
}
.add_tasting a:hover{
	text-decoration: none;
	color: black;
}
.add_tasting:hover{
	background-color: #CDCDCD;
}
.wine_tasting_heading{
	text-align: center;
	background-color: #DF7F7F;
	border-top: 2px solid #C61919;
	border-bottom: 2px solid #C61919;
	padding-right: 5%;
	padding-left: 5%;
}

.wine_tasting{
	padding-right: 10%;
	padding-left: 3%;
	padding-top: 10px;
	padding-bottom: 10px;

	border: 1px solid #CDCDCD;
	margin-top: 30px;
	margin-bottom: 30px;



}
.wine_tasting div .wine_image{
	/*width: 100px;*/
	width: 95%;
}

#add_tasting_icon{
	height: 50px;
}

#no_wine_tastings{
	color: white;
}
.red_text{
	color: red;
	font-weight: bold;
}





.tasting_tab{
	border: 2px solid #C61919;
	border-radius: 20px;
	margin-top: 20px;
	padding-bottom: 50px;
}
.wine_tasting_tab_heading h3{
	text-align: center;
}

.tasting_tab div div ul{
	list-style-type: none;
}
.tasting_tab div div ul li{
	display: inline-block;
	color: grey;
	/*border: 2px solid grey;*/
	border:none;
	border-radius: 5px;
	/*padding: 10px;*/
	padding: 0;
	margin-top: 20px;
}

.tasting_tab div div ul .heading{
	display: inline-block;
	background-color: #DF7F7F;
	color: black;
	margin-right: 20px;
	border: 2px solid grey;
	border-radius: 5px;
	padding: 10px;
}


.input_80{
	width: 80%;
}


@media only screen and (max-width: 400px) {
  .input_80{
	width: 75%;
	}
}




/* Feed Comment sections*/
.comment_section > .comment{
	margin: 5px;
	border: 1px solid black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment > .col-3{
	font-weight: bold;
}
#comment_input_section{
	margin-top: 20px;
	margin-bottom: 20px;
}
.comment_section{
	margin-top: 20px;
}




#see_color_input li{
	border: 1px solid black;
	margin-right: 10px;
}
#see_aspect_input li{
	border: 1px solid black;
	margin-right: 10px;
}

#summary_finish_input li{
	border: 1px solid black;
}

#share_wine_tasting_image{
	border: 1px solid red;
}

/*
.wine_cellar_entry{
	min-width: 356px;
}

#wine_tasting_entries{
	min-width: 409px;
}
.wine_tasting{
	min-width: 335px;
}*/



.selected_for_deletion{
	background-color: rgba(255, 0, 0, 0.3);

}



.bottom_bar{
	background-color: white;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom:0px;
	border-top: 3px solid red;
}

.bottom_bar_icon > img{
	height: 60px;
	margin-top: 20px;
}
.search_bar{
	position: fixed;
	bottom: 100px;
	width: 100%;
	text-align: center;
	background-color: white;
	border-top: 3px solid red;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;

}


.deletion_mode_on{
	background-color: #959595;
}



.sidebar_cover{
	background-color: rgba(255, 255, 255, 0.3);
	height: 100vh;
	width: 100vw;
	position: fixed;
	left: 0px;
	top: 50px;
}


.next_previous_button{
	background: none;
	border: none;
}


.navbar-brand{
	color: red !important;
}

.wine_cellar_inputs > .row{
	margin: 10px;
	margin-top: 10px;
}

#add_first_tasting_prompt{

	width: 40vw;

	border: 2px solid red;
	border-radius: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -10vh;
	margin-left: -20vw;

	color: red;
	text-align: center;
}


#add_first_tasting_prompt h3{
	text-align: center;
}

#add_first_tasting_prompt img{
	width:50%;
}