@import url(https://fonts.googleapis.com/css?family=Felipa|Playfair+Display|Allerta+Stencil|Artifika|Sacramento|Cinzel+Decorative|Fanwood+Text|Fredericka+the+Great|Fugaz+One|Germania+One|Graduate|Grand+Hotel|IM+Fell+Double+Pica|Montserrat|Slabo+27px|Source+Sans+Pro);

body {
	position: relative;
	margin: 0 auto;
	padding: 0% 0%;
}

.full-height {
	min-height: 100vh;
}

.hide {
    visibility: hidden;
    display: none;
}

.navbar {
    background-color: transparent;
}

.scrolling-navbar {
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse {
    background-color: #4285f4;
}

.position-right {
    right: 0px;
}

.position-left {
    left: 0px;
}

.position-top {
    top: 0px;
}

.position-bottom {
    bottom: 0px;
}

.coolText1 {
    font-family: 'Fredericka the Great', cursive;
}

.coolText2{
    font-family: 'Cinzel Decorative', cursive;
}

.coolText3{
    font-family: 'Allerta Stencil', cursive;
}

.coolText4{
    font-family: 'Fanwood Text', cursive;
}

.coolText5{
    font-family: 'Germania One', cursive;
}

.coolText6{
    font-family: 'Sacramento', cursive;
}

.coolText7{
    font-family: 'Felipa', cursive;
}

.coolText8{
    font-family: 'Playfair Display', cursive;
}

.showTrip {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
}

.return_messages {
    position: fixed;
	display: none;
    z-index: 3;
    right: 35%;
    top: 10%;
    width: 25%;
    background: green;
    color: whitesmoke;
    border-radius: 5px;
}

.return_messages h2 {
	text-align: -webkit-center;
    text-align: center;
    padding: 2% 0%;
	background: darkgreen;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.loader {
	border-top: 16px solid blue;
	border-bottom: 16px solid blue;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: 100px auto;
}

.loadingSpinner p {
	font-size: 300%;
}

.webHeader {
    text-shadow: 2px 2px #4f4f4f;
    background: -webkit-linear-gradient(#eee, #33130a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.return_messages span {
	text-align: justify;
    padding: 5%;
    display: block;
}
.pastVacations {
        background: linear-gradient(white, #868686 3%, #868686, whitesmoke);
	margin-top: 75px;
}
#mobile_action_btns {
	display: none;
}
.maine_modal_videos {
    position: fixed;
    max-height: 500px;
    width: 90%;
    top: 15%;
    left: 0;
    z-index: 10;
    margin: 0% 5%;
    overflow-y: auto;
}

.videos_modal_content {
    position: relative;
}

.indVideo {
    position: relative;
    display: -webkit-inline-box;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 300px;
    height: 300px;
    border: solid;
    border-radius: 10px;
    background: whitesmoke;
}
.indVideo video {
    max-width: 100%;
    height: 300px;
    width: 300px;
}
.message {
    background: rgba(0,100,0,0.75);
    color: white;
    border-radius: 10px;
    border: solid 2px dimgray;
    box-shadow: 0px 0px 10px green;
    margin: 2% 0%;
}
.errors {
    background: rgba(139, 0, 0, 0.75);
    color: white;
    border-radius: 10px;
    border: solid 2px dimgray;
    box-shadow: 0px 0px 10px red;
    margin: 2% 0%;
}
.message ul, .errors ul {
    padding: 0% 3%;
    list-style: none;
    text-align: -webkit-center;
    text-align: center;
}

.divider {
	width: 70%;
    padding: 0px;
    margin: 50px auto;
    border: solid #c7c7c7 2px;
}

.custom-file {
    max-width: 100%;
}

#location_page_header h1 {
    margin: 2% 1%;
}

#navi {
	position: fixed;
	max-height: 100%;
	min-height: 100%;
	width: 20%;
	max-width: 20%;
	left: 0px;
	top: 0px;
	background: url("../images/disney_world2.gif");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

ul#navi_list {
    font-size: 150%;
    position: relative;
    margin: 0% 5%;
    padding: 10% 0% 10% 5%;
}

ul#navi_list::after {content: "";background: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: -1;border-radius: 10px;}
ul#navi_list > li {
    list-style: none;
    color: white;
    margin: 3% 0%;
}

ul#navi_list > li > ul {
    color: white;
}

ul#navi_list li a {
    color: inherit;
    text-shadow: 0px 2px 3px black;
}

h1#admin_page_header {
	position: fixed;
	top:0px;
	left: 0px;
	padding: 1% 8% 1.6%;
	margin: 0% 0% 0%;
	color: whitesmoke;
	background: linear-gradient(to right, #8a8aff, #ff8787);
	max-width: 100%;
	width: 100%;
	font-size: 250%;
	z-index: 2;
}

.panel-body {
    background: midnightblue;
	color: whitesmoke;
	font-size: 115%;
}

p.noValueMessage {
    padding: 0% 0% 0% 3%;
}

footer {
	font-family: 'Lobster', cursive;
}

a {
	display: inline-block;
	text-decoration: none !important;
}

button:focus {
	outline:0 !important;
}

button:hover {
	cursor: pointer;
}

.maine_overlay, .maine_modal, .maine_modal_confirmation_box, #terms_and_conditions, #loading_image, #home_content {
	display: none;
}

.md-v-line {
    position: absolute;
    border-left: 1px solid rgba(0,0,0,.125);
    height: 50px;
    top:0px;
    left:54px;
}

#header {
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 450%;
	text-shadow: 5px 5px 5px darkslategray;	
}

#header p {
	text-shadow: 5px 5px 5px darkslategray;	
	margin: 2% 0% 0% 0%;
}

.payPalBtnDiv {
    width: 30%;
    margin: 0% 35%;
    font-size: 125%;
}

.payPalBtnDiv select {
    color: black;
}

.payPalDiv .signedUpContent {
    background: rgba(64, 60, 56, 0.5);
    padding: 2%;
    margin: 0% 15% 1.5%;
    border: solid 1.5px;
    border-radius: 5px;
    font-size: 115%;
    text-align: -webkit-center;
    text-align: center;
}
.payPalDiv .signedUpContent .signedUpBio {
    font-weight: 600;
    font-style: italic;
}
.orDivider {
    text-align: -webkit-center;
    text-align: center;
}
.payPalDiv p {
    width: 50%;
    margin: 1% 25% 3%;
    text-align: -webkit-auto;
    text-align: justify;
}
.addInput {
	margin-left: 35.4%;
	transition: .5s;
}
input[type="image"] {
    width: 35%;
    border: none;
    margin: 0 auto;
    display: block;
}

button.inclusionsBtn {
    background: brown;
    max-width: 65%;
}

ul.termsInclusions {
    max-width: 100%;
    text-align: -webkit-left;
    text-align: left;
    font-size: 150%;
	font-family: 'Trocchi', serif;
}
input#other_location2 {
    margin: 0% 2%;
}

.trip_edit_div {
    margin-top: 2.5em;
}

.trip_location_div:nth-of-type(odd) {
    background: antiquewhite;
    border-left: double;
}

.trip_location_header, .trip_location_header h3 {
    padding: 1% 1%;
    color: whitesmoke;
	z-index: 1;
    font-size: 175%;
	position: relative;
}

.trip_location_header h2 {
    margin: 0%;
}

.side-nav .logo-wrapper, .side-nav .logo-wrapper a {
    height: 150px;
}

.allPicturesDiv {
    display: inline-block;
    position: relative;
    width: 17.7%;
    border-radius: 10px;
    margin: 0.5% 1%;
    padding: 0%;
}
.allPicturesDiv img {
    max-width: 100%;
    max-height: 200px;
    height: 100%;
    border-radius: 10px;
    margin: 0% 0% -1%;
    border: solid 1.5px;
    box-shadow: 0px 0px 10px gray;
}

.allPicturesDiv .pictureCaption {
    width: 98%;
    margin: 0% 0%;
    position: absolute;
    left: 0.5%;
    bottom: 1%;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: white;
}

.newActivities {
	padding: 0% 10% 0%;
}

.editAdminInput span {
    min-width: 35%;
    display: -webkit-inline-box;
}

.editAdminInput input {
    min-width: 61%;
}
.editAdminInput select {
    min-width: 63.8%;
}
.newActivities .newIndActivity input {
	padding: 0.5% 1%;
	border-radius: 5px;
	width: 30.3%;
}

span.phone_par_span {
    width: 1%;
    display: -webkit-inline-box;
}

.newActivities .newIndActivity input[type="date"] {
	padding: 0% 1%;
	border-radius: 5px;
}

form.addActivity input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 6% 11% 0% 0%;
    padding: 0.5%;
    border-radius: 5px;
    border: outset 2px;
}

form.addUser input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5% 16% 0% 0%;
    padding: 1%;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: outset 2px;
}

form.addUser, form.addActivity {
    position: relative;
}

.tripUsers .editUser {
	position: relative;
}

.tripUsers .editUser table, .tripUsers .editUser tr, .tripUsers .editUser th, .tripUsers .editUser td {
    border: solid 1px black;
    border-collapse: collapse;
    position: relative;
}
.firstTableRow th:first-of-type {
    border-top-left-radius: 10px;
}
.firstTableRow th:last-of-type {
    border-top-right-radius: 10px;
}
.tripUsers .editUser table input {
    max-width: 97%;
    border: none;
    padding: 1% 0%;
    text-overflow: ellipsis;
}
.tripUsers .editUser table textarea {
    max-width: 95%;
    border: none;
    padding: 1% 0%;
    vertical-align: middle;
}

.tripUsers .editUser input[type="submit"] {
    position: absolute;
    top: -1%;
    left: -14%;
    max-width: 13%;
    width: 13%;
    white-space: normal;
}

.tripEvents, .tripUsers {
    margin: 2% 0% 2%;
    padding: 2% 10%;
}

.tripEvents .editActivity input {
    text-align: -webkit-center;
    text-align: center;
    max-width: 90%;
    padding: 1.5% 0%;
    border: solid 1px;
}

#pictures_page_header input[type="submit"] {
    position: absolute;
    top: 48%;
    right: 10%;
}

#pictures_page_header {
    position: relative;
}

.tripEvents table {
    width: 100%;
    table-layout: fixed;
    text-align: -webkit-center;
    text-align: center;
    margin: 0% 0% 0%;
    font-size: 125%;
}
.tripUsers table {
    width: 100%;
    table-layout: fixed;
    text-align: -webkit-center;
    text-align: center;
    margin: 0% 0% 0%;
    font-size: 125%;
}
.tripUsers .editUser table {
    border-radius: 10px;
}

button.cancelSave {
	border-radius: 5px;
	border: outset 2px;
	width: 98%;
	background-color: crimson;
	color: white;
	border-color: darkred;
}

.closeBtn {
    position: absolute;
    right: 0%;
    top: 0%;
    min-height: 20px;
	max-height: 25px;
    width: 5%;
    z-index: 12;
    font-size: 130%;
    background-color: initial;
    border: none;
    color: white;
}
.closeBtn:hover {
	text-shadow: 2px 2px 2px red;
}

.errorBorder {
	border: solid 2px darkred;
}

div#suggestion_form ul {
    list-style: none;
}

#payment_plan, #terms_and_conditions {
	background-color: darkred;
	opacity: 0.8;
	font-size: 130%;
	padding: 1% 0% 0% 2%;
	color: whitesmoke;
}
#terms_and_conditions p {
	margin: 0.2% 0% 0% 0%;
}

.terms {
	text-align: center;
    white-space: initial;
}

#contact {
	padding: 1%;
	position: relative;
}
.contact_div {
  margin: 3% 0%;
  width: 100%;
  display: inline-block;
}
div#contact2_content img, div#contact1_content img {
    width: 100%;
}
div#contact2_content p:last-of-type {
    margin: 0;
    background-color: #59777F;
    border-left: solid 1px #374043;
    border-right: solid 1px #BCC8CC;
    border-bottom: solid 1px #374043;
    color: white;
    font-size: 120%;
}
div#contact2_content p:first-of-type {
    margin: -1.2% 0% 0%;
    background-color: #59777F;
    color: white;
    border-top: solid 1px #485E65;
    border-left: solid 1px #374043;
    border-right: solid 1px #BCC8CC;
    font-size: 150%;
}
div#contact1_content p:last-of-type {
    margin: 0;
    background-color: #A7896F;
    border-left: solid 1px #BE906C;
    border-right: solid 1px #79715E;
    border-bottom: solid 1px #827668;
    color: white;
    font-size: 120%;
}
div#contact1_content p:first-of-type {
    margin: -1% 0% 0%;
    background-color: #A7896F;
    border-left: solid 1px #BE906C;
    border-right: solid 1px #807464;
    border-top: solid 1px #7B7261;
    color: white;
    font-size: 150%;
}

#suggestion_form {
	text-align: webkit-left;
	text-align: left;
}
#suggestion_form  span {
	margin: 0% 0% 0% 2%;
}

#home_content{
	opacity: 0.9;
	margin: 2% 0%;
	padding: 1%;
}

.confirmation_form {
	min-height: 100px;
	width: 83%;
	overflow: auto;
	opacity: 0.8;
	background-color: white;
	border-radius: 10px;
	margin: 9% 0% 0% 8%;
	padding: 1%;
}
.pictureButton {
	font-family: 'Lobster', cursive;
    background: -moz-linear-gradient(whitesmoke, cadetblue);
    background: -o-linear-gradient(whitesmoke, cadetblue);
    background: -webkit-linear-gradient(whitesmoke, cadetblue);
    background: linear-gradient(whitesmoke, cadetblue);
    position: relative;
    overflow: hidden;
	padding: 10% 1%;
    margin: 1% 0%;
	width: 100%;
    max-width: 100%;
	font-size: 250%;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: -webkit-center;
	text-align: center;
    display: -webkit-inline-box;
    display: inline-block;
    border: solid 2px;
    border-radius: 15px;
}

.pictures_east_and_west_btns {
	display: list-item;
	overflow: auto;
	width: 16%;
	float: left;
	margin: 0%;
	background: cadetblue;
	opacity: 0.9;
	padding: 0% 0.5%;
	font-family: "Lobster", cursive;
	position: relative;
}
.pictures_east_and_west_btns p {
	font-size: 131%;
	text-align: center;
}

.eventDiv {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 100% 75% !important;
    border-radius: 10px;
    position: relative;
    -webkit-animation-name: individualDivExit; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: individualDivExit;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
.eventDiv:hover {
	-webkit-animation-name: individualDivEnter; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: individualDivEnter;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
/*Standard syntax*/
@keyframes individualDivEnter {
	from {background-position: 100% 75%;}
	to {background-position: 100% 50%;}
}
/*Standard syntax*/
@keyframes individualDivExit {
	from {background-position: 100% 50%;}
	to {background-position: 100% 75%;}
}
.eventDiv::after {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
	z-index: 0;
}
.west_calendar {
	color: white;
	border-radius: 15px;
	opacity: 0.9;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	font-size: 125%;
	z-index: 1;
	position: relative;
	padding: 0% 0% 2% 0%;
	margin: 0% 0% 0% 0%;
}
.west_calendar th, .east_calendar th {
	min-width: 25%;
	text-align: center;
	font-size: 155%;
}
th#date_data, th#event_data {
	width: 25%;
}
.middle_data {
	border-right:solid 2px;
	border-left:solid 2px;
}
.header_data {
	border-bottom:solid 2px;
}
.form_tables {
	position: absolute;
	max-width: 30%;
	top: 26%;
	right: 14.5%;
	background-color: floralwhite;
	opacity: 0.99;
	border-radius: 12px;
}
#submit_question, #submit_suggestion {
}

footer {
    background-color: #091834;
    color: white;
}
footer p {
    margin: 0;
    padding: 0.2% 0%;
    font-size: 125%;
    text-align: -webkit-center;
    text-align: center;
}
footer span {
	margin: 0% 9%;
    max-width: 100%;
}
td.form_button_width {
	display: inline;
}
button#see_contacts_btn {
	width: 100%;
	opacity: 0.9;
	font-size: 138%;
}
#cruise_submit {
	display: none;
	width: 98%;
	border-radius: 7px;
	margin: 0% 0% 1% 1%;
	padding: 5px 0px;
	background: linear-gradient(snow, cadetblue);
}
#pay_cruise {
	display: none;
	width: 98%;
	border-radius: 7px;
	margin: 0% 0% 2% 1%;
	padding: 5px 0px;
	background: linear-gradient(snow, cadetblue);
}
video#price_is_right {
    width: 100%;
    padding: 0% 0% 0%;
	display: none;
}
button#delete_modal_no_btn {
    width: 20%;
    font-size: 115%;
    border: outset 3px;
    border-radius: 5px;
    margin: 1% 24% 1% 5%;
}
button#delete_modal_yes_btn {
    width: 20%;
    font-size: 115%;
    border: outset 3px;
    border-radius: 5px;
    margin: 1% 5% 0% 24%;
}
form#registration_form {
    margin: 2% 15%;
}
ul#rf_ul {
    list-style: none;
    padding: 0%;
    width: 100%;
    margin: 0%;
}
li.li_childAge {
    color: darkred;
}
div#disney_registration_form p {
    padding: 2% 3%;
    margin: 0%;
}
form#registration_form .labelRF, 
form#registration_form .rfInput {
    width: 49%;
    display: -webkit-inline-box;
	display: inline-block;
	text-align: left;
}
form#registration_form select {
    width: 49.7%;
    margin: 0% 0% 0% -1.2%;
}
button#confirm_registration {
    width: 50%;
    margin: 5% 25%;
    font-size: 110%;
    border-radius: 5px;
    border: outset 3px #2486B9;
}
div#bed_type_options {
    background-color: cornflowerblue;
    color: white;
    border-radius: 10px;
}
div#bed_type_options span {
    padding: 0% 2%;
}
div#confirmation_form p {
    margin: 0.5% 0%;
}
/*Admin Page*/
#admin_page_login {
    background: url("/e2w/public/images/travelBgrd2.jpg");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    position: initial;
    margin: initial;
    padding: initial;
}
div#admin_login {
    position: fixed;
    width: 35%;
    left: 31%;
    top: 25%;
    background-color: whitesmoke;
    border: solid 1px buttonface;
    border-radius: 10px;
    padding: 1% 2%;
    opacity: 0.9;
    box-shadow: 0px 0px 20px black;
}
h1#admin_header {
    text-align: -webkit-center;
    text-align: center;
    font-size: 275%;
    background: -webkit-linear-gradient(#111418, #565656);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin: 0;
    padding: 2% 0%;
}
div#admin_login input:not(#admin_login_btn) {
display: inline-block;
min-width: 25%;
text-align: -webkit-center;
text-align: center;
font-size: 95%;
margin: 0.5% 0%;
border-radius: 5px;
}
input.adminPin {
    font-size: 70%;
}
div#admin_login ul {
    list-style: none;
    padding: 0%;
    text-align: -webkit-center;
    text-align: center;
    font-size: 150%;
}
input#admin_login_btn {
    color: whitesmoke;
    width: 26%;
    border-radius: 5px;
    border: outset 2.5px #5D8493;
    background-color: #51565A;
    font-size: 110%;
    padding: 0.5% 0%;
    margin: 0% 37%;
}
h2#login_div_header {
    text-align: -webkit-center;
    text-align: center;
    font-size: 225%;
    margin: 0% 0% 0% 0%;
}
h1.confirmed_users_header {
    margin: 0% 0% 0%;
    padding: 3% 0%;
}
div#confirmed_users_status1 h1.confirmed_users_header {
    color: white;
}
div#confirmed_users_status2 h1.confirmed_users_header {
    color: white;
}
div#all_questions h1.confirmed_users_header {
    color: black;
}
table#suggestions_table {
    width: 35%;
    /* max-height: 800px; */
    /* overflow: auto; */
    margin: 0% 10% 0%;
    table-layout: fixed;
    text-align: -webkit-center;
    text-align: center;
    font-size: 115%;
}
div#suggestion_results_div {
    border: solid 2px;
    border-radius: 10px;
	background: linear-gradient(bisque, bisque 80%, black 92%);
}
div.indResult span.resultLocation {
    width: 50%;
    display: -webkit-inline-box;
    display: inline-block;
}
div.indResult span.resultPercent {
    width: 50%;
    display: -webkit-inline-box;
    display: inline-block;
    text-align: -webkit-right;
    text-align: right;
}
div#suggestion_results_header h2 {
    margin: 0% 0% 3%;
    padding: 1% 0%;
    background: bisque;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: solid 1.5px;
}
.suggestionResultsPercent {
    margin: 0% 20% 9%;
}
div.indResult {
    margin: 1% 0%;
    padding: 0% 0% 0%;
    font-size: 110%;
}
div#confirmed_users_status1 form, div#confirmed_users_status2 form {
    max-width: 90%;
    margin: 0% 5%;
}
.updates_table {
	font-size: 125%;
	display: -webkit-inline-box;
	display: inline-block;
	max-height: 800px;
	max-width: 100%;
	overflow: auto;
	padding: 0% 0% 1%;
}
.updates_table td, .updates_table th {
    padding: 0.4% 0%;
}
#all_questions, #all_suggestions {
	text-align: -webkit-center;
	text-align: center;
}
#confirmed_users_status1 {
	margin-left: 0%;
	background-color: gainsboro;
	background-image: url("/e2w/public/images/cruise_ship.jpg");
}
#confirmed_users_status2 {
    margin-left: 100%;
    background-color: darkgray;
    background-image: url("/e2w/public/images/disney-world2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
div#loading_image img {
    display: block;
    position: fixed;
    top: 20px;
    right: 225px;
    z-index: 11;
    border-radius: 100px;
}
/*Create new trip template*/
.content_info {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	padding: 0% 0% 1%;
}
.content_info * {
	position: relative;
	color: white;
	z-index: 1;
}

.vacationDescription {
    margin: 0% 13%;
}

.content_info h2.tripDescription {
    text-align: -webkit-center;
    text-align: center;
    font-size: 175%;
}

.content_info h1.vacation_header {
	margin: 0% 0%;
	padding: 1% 1%;
	font-size: 350%;
	color: white;
}
.vacationItenerary, .vacationCost, .vacationPayments, .vacationInclusions {
    /* padding: 0% 5%; */
    /* max-width: 25%; */
    /* font-size: 115%; */
}
.vacationCost {
    /* display: -webkit-inline-box; */
    /* display: inline-block; */
    /* vertical-align: top; */
}
#page_terms_and_conditions {
    padding: 1% 0%;
}
.paymentInstructions {
    /* margin: 0% 20%; */
}
.carouselTripDescription {
    padding: 5px 10px;
    margin: 20px 40px;
    background: rgba(135, 190, 222, 0.75);
    color: whitesmoke;
    border-radius: 10px;
}

.suggestionMobile {
	background: chocolate;
    padding: 10px 0px;
    border-radius: 10px;
    color: whitesmoke;
}

/*Smartphones portrait*/
@media only screen and (max-width:575px) {
    .display-2 {
        font-size: 4.0rem;
    }

    .suggestionResultsPercent {
        margin: 0% 5% 10%;
    }

    div#suggestion_results_div {
        border: solid 2px;
        border-radius: 10px;
        background: bisque;
    }

    .flashMessage {
        padding: 20px;
        left: 5%;
        width: 90%;
    }

    .vacationDescription {
        margin: 0% 0%;
    }

    .vacationDescription h2 {
        font-size: 100% !important;
    }

    .mobileLocationFlexShow {
        background: linear-gradient(transparent, whitesmoke, white, whitesmoke, transparent);
    }

    .custom-file {
        max-width: 100%;
    }

    .addPictures {
        margin: 2% 2%;
    }

    .addPictures input[type="submit"] {
        width: 50%;
    }

    .addInput {
        margin-left: 1%;
    }
}
/*Coverage between iPad and Smartphone*/
@media only screen and (min-width: 576px) {

    .card-deck .card {
        -ms-flex: initial;
        flex: initial;
    }

    .mobileLocationFlexShow {
        background: linear-gradient(transparent, whitesmoke, white, whitesmoke, transparent);
    }
}

/*Coverage for small screens but not devices*/
@media only screen and (min-width:768px) {

    #navi {
        max-width: 25%;
        min-height: 100%;
        width: 25%;
        margin: 8% 0% 0% 0%;
    }

    ul#navi_list {
        font-size: 120%;
        position: relative;
        margin: 0% 5%;
        padding: 10% 0% 10% 5%;
    }

    #location_page_header h1 {
        margin: 4% 0%;
    }

    .newActivities {
        padding: 0% 0% 0% 0%;
    }

    .newActivities .newIndActivity input {
        padding: 0.5% 1%;
        border-radius: 5px;
        max-width: 28%;
        width: 28%;
    }

    .newActivities .newIndActivity input[type="date"] {
        padding: 0% 0.5% 0% 0%;
        border-radius: 5px;
    }

    form.addActivity input[type="submit"], form.addUser input[type="submit"],
    #pictures_page_header input[type="submit"] {
        margin: 1% 3% 0% 0%;
        padding: 1%;
    }

    #pictures_page_header input[type="submit"] {
        position: absolute;
        top: 3%;
        right: 2%;
    }

    .allPicturesDiv {
        width: 45%;
    }

    .allPicturesDiv .pictureCaption {
        padding: 3% 1%;
    }

    .removeIndPicture {
        max-width: 45%;
        width: 43%;
        min-height: 200px;
    }

    .removeIndPicture h3 {
        max-width: 90%;
        width: 90%;
        display: inline-block;
        text-align: -webkit-left;
        text-align: left;
        padding: 0% 0% 0% 2%;
    }

    .removeIndPicture img {
        height: 200px;
        margin-bottom: -2%;
    }

    table#suggestions_table {
        max-width: 100%;
        width: 95%;
        margin: 0% 0% 0%;
    }

    table#questions_table {
        width: 95%;
        margin: 5% 5% 0% 0%;
    }

    th.question_email_data, #questions_table tr.name_data_rows_header th:last-of-type, #questions_table .name_data:last-of-type, .name_data:nth-of-type(4) {
        display: none;
    }

    tr.name_data_rows_header th:nth-of-type(3) {
        border-top-right-radius: 10px;
    }

    tr.name_data_rows_question:nth-of-type(3) td:last-of-type {
        border-bottom-right-radius: 10px;
    }

    h1#admin_page_header {
        padding: 1% 8% 2%;;
    }
}

/*Coverage between iPad and Smartphone*/
@media only screen and (min-width: 992px) {

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    input.adminPin {
        right: 5%;
    }

    .form_tables {
        max-width: 30%;
        top: 31.5%;
        right: 0.5%;
    }

    p.contact_name {
        background-color: white;
        margin: 0px;
        text-align: center;
    }

    #navi {
        max-width: 25%;
        min-height: 100%;
        width: 25%;
        margin: 8% 0% 0% 0%;
    }

    ul#navi_list {
        font-size: 120%;
        position: relative;
        margin: 0% 5%;
        padding: 10% 0% 10% 5%;
    }

    #location_page_header h1 {
        margin: 4% 0%;
    }

    .newActivities {
        padding: 0% 0% 0% 0%;
    }

    .newActivities .newIndActivity input {
        padding: 0.5% 1%;
        border-radius: 5px;
        max-width: 28%;
        width: 28%;
    }

    .newActivities .newIndActivity input[type="date"] {
        padding: 0% 0.5% 0% 0%;
        border-radius: 5px;
    }

    form.addActivity input[type="submit"], form.addUser input[type="submit"],
    #pictures_page_header input[type="submit"] {
        margin: 1% 3% 0% 0%;
        padding: 1%;
    }

    #pictures_page_header input[type="submit"] {
        position: absolute;
        top: 3%;
        right: 2%;
    }

    .allPicturesDiv {
        width: 30.8%;
        max-width: 31%;
    }

    .allPicturesDiv .pictureCaption {
        padding: 3% 1%;
    }

    .removeIndPicture {
        max-width: 31%;
        width: 28.6%;
        min-height: 200px;
    }

    .removeIndPicture h3 {
        max-width: 85%;
        width: 85%;
        display: inline-block;
        text-align: -webkit-left;
        text-align: left;
        padding: 0% 0% 0% 2%;
    }

    .removeIndPicture img {
        height: 200px;
        margin-bottom: -2.5%;
    }

    table#suggestions_table {
        max-width: 100%;
        width: 95%;
        margin: 0% 0% 0%;
    }

    table#questions_table {
        width: 95%;
        margin: 5% 5% 0% 0%;
    }

    th.question_email_data, #questions_table tr.name_data_rows_header th:last-of-type, #questions_table .name_data:last-of-type, .name_data:nth-of-type(4) {
        display: none;
    }

    tr.name_data_rows_header th:nth-of-type(3) {
        border-top-right-radius: 10px;
    }

    tr.name_data_rows_question:nth-of-type(3) td:last-of-type {
        border-bottom-right-radius: 10px;
    }

    h1#admin_page_header {
        padding: 1% 8% 3%;
    }

    .trip_location_div input[type="submit"] {
        min-width: initial;
        right: 1%;
        padding: 3% 1%;
    }
}

@media only screen and (max-width:1199px) {

	div#app::after {
		content: "";
		position: initial;
		background-image: initial;
		background-size: initial;
		background-position: initial;
		background-repeat: initial;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
	}
	
	.mobileLocationFlexShow {
		background: linear-gradient(transparent, whitesmoke, white, whitesmoke, transparent);
	}
	
	#headingOne {
		background: cadetblue;
	}
	
	#headingTwo {
		background: #77c2c5;
	}
	
	#headingThree {
		background: #336062;
	}
	
	#headingFour{
		background: #33c1b4f5;
	}
	
	#headingOne a, #headingTwo a, #headingThree a, #headingFour a {
		color: whitesmoke;
		font-size: 165%;
	}
	
	.tripEvents, .tripUsers {
		margin: 0% 0%;
		padding: 0% 0%;
	}
	
	.tripEvents ul:nth-of-type(even), .tripUsers ul:nth-of-type(even) {
		background: #e4d2bb;
	}
	
	.trip_location_div input[type="submit"] {
		position: initial;
		min-width: 140px;
		top: 43.5%;
		right: 5%;
		z-index: 4;
	}
}

/*Larger screens*/
@media only screen and (min-width: 1200px) {

    .fixed-sn main, .fixed-sn .page-footer .container-fluid {
        margin-right: 0%;
        margin-left: 0%;
    }

    .panel-body {
        background: midnightblue;
    }

    #pictures_page_header input[type="submit"] {
        top: 50%;
        right: 5%;
    }

    .tripEvents .editActivity input[type="submit"] {
        left: 1%;
        top: 65px;
    }

    form.addUser input[type="submit"], form.addActivity input[type="submit"] {
        margin: 6.2% 10.2% 0% 0%;
        padding: 0.7% 1%;
    }

    .removeIndPicture {
        max-width: 30%;
        width: 28.7%;
        min-height: 250px;
        display: -webkit-inline-box;
        display: inline-block;
        position: relative;
        /* display: table; */
        padding: 0% 0%;
        margin: 1% 1.9%;
        border-radius: 10px;
        border: solid 2px;
        box-shadow: 0px 0px 10px black;
    }

    .removeIndPicture h3 {
        max-width: 90%;
        width: 90%;
        display: inline-block;
        text-align: -webkit-left;
        text-align: left;
        padding: 0% 0% 0% 2%;
    }

    .removeIndPicture img {
        max-width: 100%;
        max-height: 100%;
        width: 500px;
        height: 300px;
        margin-bottom: -1%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .removeIndPicture input {
        display: -webkit-inline-box;
    }

    #select_trip_for_new_activity, #select_trip_for_new_user, #select_trip_for_new_pictures, #select_trip_for_remove_pictures, #select_trip_for_pictures, #select_user_for_edit {
        padding: 0.2% 0%;
        width: 50%;
        margin: 0% 25%;
        border-radius: 5px;
        border: solid 2px;
        font-size: 140%;
    }

    .trip_location_month select,
    .trip_location_year select,
    .trip_completed_div select,
    .show_trip_div select {
        width: 41.5%;
        padding: 1% 0% 1% 3%;
        border: inset 2px;
    }

    .trip_location_header {
        padding: 2% 5%;
    }

    .trip_location_header h2 {
        margin: 0%;
    }

    .allPicturesDiv {
        display: inline-block;
        position: relative;
        width: 22%;
        border-radius: 10px;
        margin: 0.5% 1.33%;
        padding: 0% 0%;
    }

    .allPicturesDiv img {
        max-width: 100%;
        max-height: 200px;
        width: 275px;
        height: 100%;
        border-radius: 10px;
        margin: 0% 6% -1%;
        border: solid 1.5px;
        box-shadow: 0px 0px 10px gray;
    }

    .allPicturesDiv .pictureCaption {
        margin: 0% 6%;
        position: absolute;
        left: 0.5%;
        bottom: 1%;
        border: none;
        background: rgba(0, 0, 0, 0.5);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        color: white;
        max-width: 269px;
    }

    .newActivities {
        padding: 0% 10% 0%;
    }

    .newActivities .newIndActivity input {
        padding: 0.5% 1%;
        border-radius: 5px;
        width: 30.3%;
    }

    .newActivities .newIndActivity input[type="date"] {
        padding: 0% 1%;
        border-radius: 5px;
    }
}

/*Even Larger Screens*/
@media only screen and (min-width: 1400px) {
    .maine_modal {
        font-size: 120%;
    }
    .maine_modal_picture {
        width: 30%;
        top: 15%;
        margin: 0% 35%;
    }
    #all_questions tr.name_data_rows_header th.question_data {
        min-width: 750px;
    }
    #all_questions tr.name_data_rows_header th.question_email_data {
        min-width: 350px;
    }
    button#prevCategory {
        right: 250px;
    }
    button#nextCategory {
        right: 150px;
    }
    .addInput {
        margin-left: 35.5%;
    }
    .trip_location_div input[type="submit"] {
        top: 43.5%;
        right: 5%;
    }
}