
body{
    background-color: #000;
    font-family:'Neuton';
    margin: 0;
}

.container-book{
    margin: auto;
    background-color: #000;
    /*border: 2px solid #ffd700;*/
    border-radius: .3rem;
    /*height: 42rem;*/
}

@media screen and (max-width: 499px) {
    .container-book{
        width: 100%;
    }
}

@media screen and (min-width: 500px) {
    .container-book{
        width: 380px;
    }
}


@font-face {
    font-family: 'Neuton';
    src: url('Neuton-Regular.ttf');
  }

div{
    font-family:'Neuton';
}

.information{
    color: #ECECEC;
}

.row{
    padding-bottom: 13rem;;
}

.bookInfo{
    height: 4rem;
}

label {
    display: block;
    font-weight: 500;
    padding: 2rem 0 0.5rem;
}

h1,h2,h3,h4,h5{
    color:#ECECEC;
}

#pickTimeText{
    color:#ECECEC;
}

.select-group {
position: relative;
padding: 0.5rem 0 0.5rem;
}

.button-title {
    font-family: 'Neuton';
    font-size: 1.5rem;
    /*display: flex;*/
    padding: 1rem;
    justify-content: space-between;
    border-radius: .3rem;
    /*height: 3.2rem;*/
    width: 100%;
    background-color: #ffd700;
    border: 1px solid #B87333;
    position: relative;
}

.arrow {
border: solid black;
border-width: 0 2px 2px 0;
padding: 4px;
transform: rotate(45deg);
}

.dropdown {
position: absolute;
width: 100%;
top: 0.5rem;
box-sizing: border-box;
border: 1px solid #BBBBBB;
border-radius: .3rem;
overflow: hidden;
}

.option {
display: none;
}

.select-item {
display: block;
padding: 1rem;
font-weight: 400;
font-size: 1.5em;
background-color: #ffd700;
color: black;
border-bottom: 1px solid #BBBBBB;
}

.select-item:hover {
background-color: #fff3b0;
}

.hidden {
display: none;
}

.input-book{
    font-family: 'Neuton';
    font-size: 1rem;
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    border-radius: .3rem;
    height: 3.2rem;
    width: 100%;
    background-color: white;
    border: 1px solid #BBBBBB;
    position: relative;
}

.col-datepicker{
    /*float:left;*/
    padding-right: 0;
}

.datepicker table{
    width: 100%;
    
}

.datepicker table tfoot{
    display:none;
}

.datepicker tr{
    height: 52px;
}

.datepicker-switch{
    padding:10px;
}

.col-datepicker .datepicker .active{
    background-image: linear-gradient(to bottom, #ffd700, #b87333);
}
/*
.col-datepicker td.active{
    background-color: pink !important;
}
*/
.col-timeSlots{
    /*float: right;*/
        height: 100px;
    padding: 10px;
}

#timeSlots div{
    display:inline;
}

.form-group{
    padding: 0.5rem 0 0.5rem;
}

.btnRegular{
    font-family: 'Neuton';
    font-size: 1.1rem;
    border-radius: .3rem;
    padding: 1rem;
    background-color: #000;
    border: 2px solid #ffd700;
    color: #ffd700;
    position: relative;
    transition: 0.2s;
    text-decoration: none;
}

.btnRegular:hover {
    background-color: #ffd700 !important;
    color: #000 !important;
  }

.btnBook{
    /*display: inline-flex;*/
	padding: 0.5rem;
	border-radius: .3rem;
	background-color: #000;
	width:44%;
	margin-left:10px;

	margin-top:10px;
	border: 2px solid #ffd700;
    color: #ffd700;
    transition: 0.2s;
}



.btnBook:hover {
    background-color: #ffd700 !important;
    color: #000 !important;
  }


.btnVaraa{
    font-family: 'Neuton';
    font-size: 1.1rem;
    border-radius: .3rem;
    width: 6rem;
    height: 3.2rem;
    background-color: #000;
    border: 2px solid #ffd700;
    color: #ffd700;
    position: relative;
    transition: 0.2s;
}

.btnVaraa:hover {
    background-color: #ffd700 !important;
    color: #000 !important;
  }

textarea{
    font-family: 'Neuton';
    font-size: 1rem;
}

.addInfo { padding: 1rem; }