.u-full-width {
  width: 90%;
  box-sizing: border-box;
}
  .u-max-full-width {
  max-width: 90%;
  box-sizing: border-box;
}
html {
    background-image: url(../images/beach.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e9dbce;
}
body {
    font-family: "Hind Vadodara";
    font-weight: 300;
}
.maxWidthImg {
    max-width: 100%;
    border: 6px solid #fff;
    box-shadow: 3px 3px 13px #666;
    margin-bottom: 6px;
}
.clearfix {
    clear: both;
}

.form-textbox, .form-textarea {
    font-family : "Nothing you could do" !important;
}

/* /\/\/\/\/\/\/\/\/HEADER/\/\/\/\/\/\/\/\/ */
#parent {
    text-align: center;
}
#phoneNum {
    float: left;
    font-size: 1.3em;
    font-family: "Nothing You Could Do", sans-serif;
    margin: 48px 0 0 15px;
    color: #fff;
    display: none;
}
#centeredLogo {
    display: inline-block;
    margin: 0 20px 0 0;
}
#inputAlignedRight {
    border-radius: 18px;
    height: 28px;
    margin: 15px 0 8px 0;
    display: none;
    width: 86%;
}
#menuIcon {
  margin: 18px 16px 0 0;
}
#searchIcon {
  margin: 18px 0 0 16px;
}

/* /\/\/\/\/\/\/\/\/NAVBAR/\/\/\/\/\/\/\/\/ */

li {
    font-size: 1.45em;

    padding: 2em 0;
    font-family: "Hind", sans-serif;
    margin-top: 22px;
}


/* -------------Full screen Overlay Nav----------------- */

@media screen and (max-width: 599px) {
#overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #cfc2b6;
  overflow-x: hidden;
  display: none;
}

#overlay li {
    list-style-type: none;
    padding: 2px 0 0 0;
    text-align: center;
}
#overlay a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-family: "Nothing you could do", serif;
    position: inherit;
    top: 3%;
    left: 47%;
}
#overlay .closeBtn {
    max-width: 10%;
    border: none;
}
li a:first-child {		
		margin-top: 40px;
}
	h2 {
		font-size: 3.1rem;
	}
}
/* /\/\/\/\/\/\/\/\/TEXT CONTENT/\/\/\/\/\/\/\/\/ */
h2 {
  font-family: "Skranji", sans-serif;
  text-align: center;
  line-height: 1em;
  color: #095353;
  margin-top: 12px;
  padding: 0 15px;
}
h5 {
  font-family: "Skranji", sans-serif;
  color: #095353;
  line-height: 1em;
  margin: 0 0 4px 0;
  text-align: center;
}
p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.links {
    font-family: "Hind Vadodara", sans-serif;
    font-size: 1em;
    color: #fff;
    background-color: #ffa600;
    padding: 5px;
    width: 119px;
    margin: 0 auto 28px auto;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 3px;
}
a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 7px #000;
}
a:hover.links {
    color: #a36a00;
}
/* /\/\/\/\/\/\/\/\/MISC/\/\/\/\/\/\/\/\/ */

#ship, #hotel {
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
}
#couple {
    transform: rotate(2deg);
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
}

/* /\/\/\/\/\/\/\/\/FOOTER/\/\/\/\/\/\/\/\/ */

.u-full-widthFooter {
  width: 100%;
  box-sizing: border-box;
}
  .u-max-full-widthFooter {
  max-width: 100%;
  box-sizing: border-box;
}
footer {
  background-color: rgba(255, 255, 255, .5);
}
.footerText {
  font-size: .65em;
  padding: 22px;
  margin: 0;
}

/* /\/\/\/\/\/\/\/\/MIN WIDTH 600PX/\/\/\/\/\/\/\/\/ */

@media screen and (min-width: 600px) {
#phoneNum {
    float: left;
    font-size: 1.45em;
    font-family: "Nothing You Could Do", sans-serif;
    margin: 48px 0 0 0;
    color: #fff;
    display: block;
}
#inputAlignedRight {
    border-radius: 18px;
    height: 28px;
    margin: 15px 0 8px 0;
    display: none;
    width: 86%;
}
.clearfix {
  display: none;
}
#group {
  float: right;
  margin-top: 20px;
}
h2 {
  font-family: "Skranji", sans-serif;
  text-align: center;
  line-height: 1em;
  color: #095353;
  margin: 42px 0;
  padding: 0 15px;
}
#parent {
    text-align: center;
    margin-top: 42px;
}
#menuIcon {
  display: none;
}
#pipeChar {
  display: none;
}
nav {
  text-align: center;
}
li {
    font-size: 1.12em;
    display: inline-block;
    padding: 0 9px;
    font-family: "Hind", sans-serif;
    /*text-shadow: 1px 1px 6px rgb(0,0,0);*/
}
a, nav {
	font-family: "nothing you could do";
  color: #fff;
  text-decoration: none;
}
#overlay .closeBtn {
  display: none;
}
}