/************************************************************
 * Styles for Standard Template
************************************************************/


    body {
    	margin: 0px 0 30px 0;
 			background-image: url("https://amsrmstest.resortplanet.com/assets/rmsapi/images/backgroundAMSRMS.jpg");    			  
			-webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
    }

    .container {
        max-width: 900px;
    }

	.container-fluid {
	}

	div.span12.mainPage_container {
		min-height: 450px;
		margin-top: 50px !important;
		margin-bottom: 50px !important;
		background-color: #ffffff;
		  ;
	}
	
    .top-banner {
        padding: 20px 0 20px 0;
        background-color: #3a5a8d;
    }    

    .banner-phone {
      display: inline;
      color: #ffffff;
      font-size: 1.5em;
    }

	div.type-listing {
    display: inline-block;
    width: 40%;
    padding: 45px;

}

	div.widget-wrap {
			background-color: #f5f5f5;
			padding: 10px;
	}
	
div.listing-wrap {
    margin: 10px;
    text-align: center;
}	
	
		.px-0 {
			padding-left: 0px;
			padding-right: 0px;
		}

		.pl-20 {
			padding-left: 20px;
		}

		.btn {
			padding: 4px 4px;
		}


		.bg-footer {
			background-color: #3a5a8d;
			padding-top: 15px;
			color: #ffffff;
		}		

      .footer-logo {
          padding-top: 30px;          
      } 		

/************************************************************
 * responsive breakpoints bootstrap 2.3.2
 * https://getbootstrap.com/2.3.2/scaffolding.html#responsive
************************************************************/

/* Large desktop */
@media (min-width: 1200px) { ... }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { ... }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

      .banner-logo {
          text-align: center;
          padding-bottom: 20px;
      }

      .banner-phone {
          text-align: center;
          padding-bottom: 20px;
      }

      .banner-social {
          text-align: center;
          padding-top: 10px;
      }

      .footer-logo {
          text-align: center;
          padding-bottom: 20px;          
      }      

      .footer-links {
          text-align: center;
          padding-bottom: 20px;
      }

      .footer-social {
          text-align: center;
          padding-bottom: 20px;
      }

      address {
          text-align: center;
          padding-bottom: 0px;
      }
 }
 
/************************************************************
 * nstyle font awesome icons
************************************************************/

  i.fas,
  i.fab {
    color: #ffffff;
  }


/************************************************************
 * navigation menu
************************************************************/


/* Add a black background color to the top navigation */
.topnav {
  background-color: #262626;
  overflow: hidden;
z-index: 100;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* dropdown-links container - needed to position the dropdown-links content */
.dropdown-links {
  float: left;
  overflow: hidden;
}

/* Style the dropdown-links button to fit inside the topnav */
.dropdown-links .dropbtn {
  font-size: 17px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown-links content (hidden by default) */
.dropdown-links-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown-links */
.dropdown-links-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown-links button on hover */
.topnav a:hover, .dropdown-links:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown-links links on hover */
.dropdown-links-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown-links menu when the user moves the mouse over the dropdown-links button */
.dropdown-links:hover .dropdown-links-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown-links .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown-links {float: none;}
  .topnav.responsive .dropdown-links-content {position: relative;}
  .topnav.responsive .dropdown-links .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

</style>
