@import '../fonts/Palatino Linotype.ttf';

body {
    background-color: #00017f;
    font-family: 'Palatino Linotype', 'Tahoma';
}

.outdoor-logo {
    width: 417px;
    margin-top:38px; 
    margin-left:32px;
}

.outdoor-form-heading {
    margin-top: 195px;
    /*color: #00017F;*/
	color: white;
    font-weight: normal;
    font-size: 52px;
    margin-left: 65px;
}
.outdoor-form-sub-heading {
    margin-top: 20px;
    /*color: #00017F;*/
	color: white;
    font-weight: normal;
    font-size: 24px;
    margin-left: 80px;
}


.outdoor-form {
    margin-top: 5%;
}

.form-row {
    margin-top: 6%;
    margin-left: 10.5%;
    margin-right: 11.5%;
}

.second-row {
    margin-top: 55px;
}

.first-col {
    padding-right: 6% !important;
}
.second-col {
    padding-left: 6% !important;
}

.form-control {
    border: 1px solid #000;
    font-size: 26px;
    border-radius: 0px;
}

.select-time {
    height: auto!important;
}

form > td {
    height: 75px;
}
label {
    font-size: 24px;
	/*color: #00017F;*/
	color: white;
    font-style: normal;
    font-weight: bold;
}

.txt-qty, .txt-people, .txt-amt, .txt-people, .label-total {
    font-size: 30px;
    margin-bottom: 15px;
    /*color: #00017F;*/
	color: white;
    font-style: normal;
    font-weight: 400;
}

.txt-qty {
    text-align: center;
}

.txt-people, .txt-amt {
    font-weight: 700;
    text-align:right;
}

.peopleCount{
    width: 90px;
    margin-left: 3px;
}

.label-total{
    width: 95px;
    background-color: white;
    border: 1px solid #000;
    border-radius: 0px;
    padding-left: 2%;
    padding-bottom: 2%;
    margin-top: 15%;
    margin-left: 10px;
}

.label-note{
    font-weight: bold;
    font-style: normal;
    font-size: 37px;
    /*color: #00017F;*/
	color: white;
    margin-bottom: 5px;
}

.form-check {
    margin-bottom: -20%;
}

.formCheckBox {
    height: 50px;
    width: 75px;
}

.popup-section {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
    padding-left: 3% !important;
    padding-right: 2% !important;
    /*background-color: rgba(0, 0, 0, 0.05);*/
}

.submit-button {
    text-align:center;
}

.btn-submit {
    font-family: 'Tahoma';
    font-weight: bold;
    font-style: normal;
    font-size: 31px;
}
.form-check-label {
    margin-left: 4%;
}

.message-box {
    font-size: 30px;
    color: rgb(255, 78, 78);
    font-weight: bold;
    margin-left: 1rem;
    padding: 1rem;
    text-decoration: underline;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}

@media (max-width: 1292px) {
    .outdoor-logo {
        width: 90%;
        margin-top:38px; 
        margin-left:32px;
    }
    .outdoor-form-heading {
        margin-top: 115px;
        font-size: 30px;
        margin-left: 0px;
    }
	
	.outdoor-form-sub-heading {
		font-size: 16px;
		margin-left: 0px;
	}
	
    .form-check {
        margin-bottom: -8%;
    }
    .formCheckBox {
        height: 30px;
        width: 55px;
    }
    td {
        height: 35px;
    }
    .txt-qty, .txt-people, .txt-amt, .txt-people, .label-total {
        font-size: 14px;
    }
.message-box {
    font-size: 24px;
}

}

@media (max-width: 812.98px) {
    .outdoor-logo {
        width: 150px;
        margin-top:10px; 
        margin-left:5px;
    }
    .outdoor-form-heading {
        margin-top: 75px;
        font-size: 15px;
        margin-left: 0px;
    }
	
	.outdoor-form-sub-heading {
		font-size: 14px;
	}
	
    .form-row {
        margin-left: 4%;
        margin-right: 5%;
    }
    .second-row {
        margin-top: 15px;
    }
    .first-col {
        padding-right: 0% !important;
    }
    .second-col {
        padding-left: 4% !important;
    }
    .form-control {
        border: 1px solid #000;
        font-size: 16px;
        border-radius: 0px;
    }
    label {
        font-size: 12px;
    }
    .label-note{
        font-size: 25px;
    }
    .formCheckBox {
        height: 20px;
        width: 35px;
    }
    .txt-qty, .txt-people, .txt-amt, .txt-people, .label-total {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .txt-qty {
        text-align: left;
    }
    .btn-submit {
        font-size: 30px;
    }
    .message-box {
        font-size: 18px;
    }
}

@media (max-width: 652px) {
    td {
        height: 25px;
    }
    .txt-people {
        font-size: 10px;
    }
    .label-note {
        font-size: 18px;
    }
    .btn-submit {
        font-size: 25px;
    }
	.days-notice {
        font-size: 14px;
		margin-bottom: 20px!important;
    }
}

@media (max-width: 575.98px) {
    .outdoor-logo {
        width: 115px;
        margin-top:10px; 
        margin-left:5px;
    }
    .outdoor-form-heading {
        margin-top: 55px;
        /*font-size: 11px;*/
        margin-left: 0px;
    }
    .form-row {
        margin-left: 2%;
        margin-right: 2.5%;
    }
    .second-row {
        margin-top: 5px;
    }
    .first-col {
        padding-right: 0% !important;
    }
    .second-col {
        padding-left: 2% !important;
    }
    .form-control {
        border: 1px solid #000;
        font-size: 12px;
        border-radius: 0px;
        padding: 3px;
    }
    tr {
        height: 25px;
    }
    td {
        height: 15px;
    }
    label {
        font-size: 12px;
    }
    .txt-qty, .txt-amt, .txt-people, .label-total {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .btn-submit {
        font-size: 20px;
    }
}



@media (max-width: 325px) {
    .outdoor-form-heading {
        margin-top: 65px;
        font-size: 8px;
        margin-left: 0px;
    }
    .second-row {
        margin-top: 0px;
    }
    .form-control {
        padding: 1px;
    }
    .formCheckBox {
        height: 15px;
        width: 25px;
    }
    .label-note {
        font-size: 14px;
    }
    td {
        height: 5px;
    }
    .txt-qty, .txt-people, .txt-amt, .txt-people, .label-total {
        font-size: 11px;
        margin-bottom: 2px;
    }
    .btn-submit {
        font-size: 18px;
    }
    .message-box {
        font-size: 14px;
    }

}
