*, *::before, *::after {
    font-family: Sans-serif, Arial, Helvetica;
}

* {
    color: #777;
}

html, body {
    padding: 0;
    min-height: 100%;
}

li {
    font-size: 1rem;
    color: #111;
}

ol{
    font-size: 1rem;
    list-style-type: lower-alpha;
}
ul {
    font-size: 1rem;
    list-style-type: square;
}

p {
    font-size: 1rem;
    color: #111;
}

.navgtn ul {
    margin: 0;
}

.navgtn li {
    display: inline;
}

.navgtn a {
    display: inline-block;
    padding: .5rem;
    color: white;
    text-decoration: none;
}

.main-navgtn {
    text-align: center;
    font-size: 2rem;
    font-weight: lighter;
    color: white;
}

.main-navgtn li {
    padding: 0 2%;
}

.navgtn a:hover {
    background-color: rgba(255, 255, 255, .3)
}

.main-header {
    background-color: #161;
    background-size: cover;
    padding-bottom: 10px;
    font-weight: bold;
}
.e-mail {
    color: black;
}
.e-mail:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}
.navbar-band
{
  color:white;
  font-size: larger;
  margin: 0px;
}

.course-name {
    background-color: #161;
    text-align: center;
    margin: 0;
    font-size: 2rem;
    font-weight: normal;
    color: white;
}

.course-name-large {
    font-size: 3rem;
}

.content-section {
    margin: 1rem;
}

.container {
    max-width: 900px;
    margin: auto;
    padding: 0.2 1.25rem;
    margin-right: 2rem;
    margin-left: 1rem;
}

.section-header {
    font-weight: normal;
    color: #111;
    text-align: center;
    font-size: 2.5rem;
}

.about-band-image {
    float: left;
    height: 200px;
    width: 200px;
    margin: 15px;
    border-radius: 50%;
}

.main-footer {
    background-color: #161;
    height: 40px;
    color: white;
    padding: .25rem 0;
}

.main-footer-container {
    display: flex;
    align-items: center;
}

.main-footer-container ul {
    flex-grow: 1;
    text-align: end;
}

.footer-nav li {
    padding: 0 .5rem;
}

.footer-nav img {
    width: 30px;
    height: 30px;
}

.btn {
    text-align: center;
    vertical-align: middle;
    padding: .5em .5rem;
    cursor: pointer;
}

.btn-header {
    margin: .5em 15% 2em 15%;
    color: white;
    border: 2px solid #2D9CDB;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: lighter;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-header:hover {
    background-color: rgba(255, 255, 255, .3);
}

.btn-play {
    display: block;
    margin: 0 auto;
    color: #2D9CDB;
    font-size: 4rem;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 0;
    text-align: center;
}

.btn-primary {
    color: white;
    background-color: #56CCF2;
    border: none;
    border-radius: .3rem;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #2D9CDB;
}

.tour-row {
    border-bottom: 1px solid black;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.tour-row:last-child {
    border: none;
}

.tour-item {
    display: inline-block;
    padding-right: .5rem;
}

.tour-date {
    color: #555;
    width: 11%;
    font-weight: bold;
}

.tour-city {
    width: 24%;
}

.tour-arena {
    width: 42%;
}

.tour-btn {
    max-width: 19%;
}

.shop-item {
    border: 2px;
    margin: 20px;
    align-self: center;
    align-content: center;
}

.shop-item-title {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    color: #111;
    margin-bottom: 15px;
}

.shop-item-image {
    display:block;
    margin:auto;
    height: 75px;
    align-self: center;
}

.shop-item-details {
    display: flex;
    align-items: center;
    padding: 5px;
}

.shop-item-price {
    flex-grow: 1;
    color: #161;
    font-weight: bold;
    font-size: 1.1rem;
}

.shop-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cart-header {
    font-weight: bold;
    font-size: 1.25rem;
    color: #111;
}

.cart-column {
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    margin-right: 1.5rem;
    padding-bottom: 10px;
    margin-top: 10px;
}

.cart-row {
    display: flex;
}

.cart-item {
    width: 45%;
}

.cart-price {
    width: 20%;
    font-size: 1.2rem;
    color: #111;
}

.cart-quantity {
    width: 35%;
}

.cart-item-title {
    color: #111;
    margin-left: .5rem;
    font-size: 1.2rem;
}

.cart-item-image {
    width: 75px;
    height: auto;
    border-radius: 10px;
}

.btn-danger {
    color: white;
    background-color: #EB5757;
    border: none;
    border-radius: .3rem;
    font-weight: bold;
}

.btn-danger:hover {
    background-color: #CC4C4C;
}

.cart-quantity-input {
    height: 34px;
    width: 50px;
    border-radius: 5px;
    border: 1px solid #56CCF2;
    background-color: #eee;
    color: #111;
    padding: 0;
    text-align: center;
    font-size: 1.2rem;
    margin-right: 25px;
}

.cart-row:last-child {
    border-bottom: 1px solid black;
}

.cart-row:last-child .cart-column {
    border: none;
}

.cart-total {
    text-align: end;
    margin-top: 10px;
    margin-right: 10px;
}

strong, h1, h2, h3, h4 {
    color: #111;
}

.cart-total-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: black;
    margin-right: 20px;
}

.cart-total-price {
    color: #111;
    font-size: 1.1rem;
}

.btn-purchase {
    display: block;
    margin: 40px auto 80px auto;
    font-size: 1.4rem;
}

.flexStyle {
    display: flex;
    margin:auto;
}

.gridStyle {
    display: grid;
    margin:auto;
}

.titleGreenBean{
font-size:16px;
color:#106010;
font-weight:bold;
}
.titleBlue{
font-size:16px;
color:#0c2c5a;
font-weight:bold;

}

.left {
    float: left;
    margin-right: 1.5rem;
}

.textGri{
    font:Tahoma, Verdana, Geneva, sans-serif;
    color:#111;
    font-size:1rem; 
    text-align: justify;
}
.textGri td {color:#111;}
.textGri th {color:#161; font-weight:bold;}

.textGri a { text-decoration: none; color:#00539e;}
.textGri a:hover { text-decoration: underline; color:#C00;}

.linkmenusiper{
    color:#5B7CB1;
}
.linkmenusiper1{
    color:#FFF;
    }
.linkmenusiper1:hover{
    color:#E6E6E6;
}
.menu1{
    width:380px;
    margin-bottom:12px;
}

.bluelabel{
	position: absolute;
	background-color:#109035;
	width:994px;
	top: 0px;
	margin-left:-21px;
	height:30px;
}

.darkGreenBack{
	position: relative;
    background-color:#161;
	height:50px;
}

.darkGreen{
	background-color:#05a;
}
.blu{
	width:708px;
	height:8px;
	background-color:#00539f;
}

.greenBean{
	width:708px;
	height:8px;
	background-color:#161;
}

.lightGreen{
	width:230px;
	height:8px;
	background-color:#F2FFF2;
}

.gray{
	width:230px;
	height:8px;
	background-color:#bdbec0;
}

.pic{
    box-shadow:  0 1px 23px #fff;;
    -moz-box-shadow: 0 1px 23px #fff;
    -webkit-box-shadow: 0 1px 23px #fff;
}

.titleGreenBean{
font-size:16px;
color:#161;
font-weight:bold;
}

.titleBlue{
font-size:16px;
color:#136;
font-weight:bold;
}

.textGri{
	color:#444;
}

.textGri a { text-decoration: none; color:#05a;}
.textGri a:hover { text-decoration: underline; color:#C00;}

.linkmenusiper{
	color:#5B7CB1;
}
.linkmenusiper1{
	color:#FFF;
	}
.linkmenusiper1:hover{
	color:#E6E6E6;
}
.menu1{
	width:380px;
	margin-bottom:12px;
}

:root {
    --primary-light-hsl: 200, 100%, 91%;
    --primary-hsl: 200, 100%, 50%;
    --primary-dark-hsl: 200, 100%, 6%;
    --success-hsl: 100, 60%, 50%;
    --error-hsl: 0, 60%, 50%;
}

.full-screen-container {
background-image: url("images/Login-background.png");
height: 100vh;
width: 100vw;
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}

.login-container {
--color: hsl(var(--primary-dark-hsl), .7);
background-color: var(--color);
box-shadow: 0 0 15px 0 var(--color);
padding: 40px 30px;
width: 80%;
max-width: 600px;
border-radius: 20px;
}

.login-title {
margin: 0;
color: white;
text-align: center;
font-size: 2rem;
font-weight: normal;
}

.form {
display: flex;
flex-direction: column;
gap: 20px;
margin-top: 40px;
}

.input-group {
display: flex;
flex-direction: column;
gap: 7px;
}

.input-group label {
color: white;
font-weight: lighter;
}

.input-group input {
font-size: 1.25rem;
padding: .5rem;
background-color: hsl(var(--primary-light-hsl), .3);
border: none;
outline: none;
border-radius: .25rem;
color: white;
font-weight: lighter;
}

.input-group.success input {
box-shadow: 0 0 0 1px hsl(var(--success-hsl));
}

.input-group.error input {
box-shadow: 0 0 0 1px hsl(var(--error-hsl));
}

.input-group input:focus {
box-shadow: 0 0 0 1px hsl(var(--primary-hsl));
}

.input-group .msg {
display: none;
font-size: .75rem;
}

.input-group.success .msg,
.input-group.error .msg {
display: block;
}

.input-group.error .msg {
color: hsl(var(--error-hsl));
}

.input-group.success .msg {
color: hsl(var(--success-hsl));
}

.login-button {
padding: .5em 1rem;
font-size: 1.5rem;
font-weight: lighter;
color: white;
background-color: hsl(var(--primary-hsl), .25);
border: 1px solid hsl(var(--primary-hsl));
border-radius: .25rem;
outline: none;
cursor: pointer;
}

.login-button:hover,
.login-button:focus {
background-color: hsl(var(--primary-hsl), .4);
}
