body {
  padding-top: 0px;
  margin-bottom: 0px; /* Margin bottom by footer height */
}
.starter-template {
  /*padding: 20px 15px;
  text-align: center;*/
  margin-top:125px;
}
.navbar-inverse {
    background-color:#fff;
   /* border-color:#FFCC00;
    border-bottom-width:8px;*/
   background-image:url("../images/Top_BG2_75.png");
   min-height:75px;
   border:0px;
}
.navbar {
    border-radius:0px;
    margin-bottom:0px;
}
.containerMod {
    margin-top:10px;
}
.h1mod {
    float:left;
}
.welcomeinfo {
    font-size:22px;
}
.checkininstructions {
    font-size:22px;
}
.checkininstructions p{
    font-size:22px;
}
.searchinput {
    margin-top:30px;
    height:25px;
}
.searchbtn {
    background-color:#990000;
    color:#fff;
    font-weight:bold;
    border-color:#FFCC00;
    border-width:2.5px;
    padding:1px 16px;
}
.searchbtn:hover{
    background-color:#FFCC00;
    color:#990000;
    font-weight:bold;
    border-color:#990000;
}
.input-group .form-control:first-child {
    background-color:lightgrey;
    border-width:2.5px;
    border-color:#000;
    height:25px;
    font-size:14px;
    padding:0px 4px;
}
.h4mod {
    font-weight:bold;
}
.footercontent {
    margin-top:27px;
}
.footer-links {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color:lightgrey;
  height: 315px;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  border-color:#FFCC00;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-image:url("../images/Top_BG2_footer.png");
}
.footer p {
  font-weight:bolder;
  margin-top:25px;
}
.footercontent ul>li {
    list-style: none;
}
.SMLinks a{
    color:#000;
    font-weight:bold;
}
.socialicons {
    width:14%;
    margin-bottom:6px;
}
.footerdiv {
    border-left-width:2px;
    padding-left:35px;
}
#s4-bodyContainer {
    padding-bottom:0px;
}
.offset1 {
    margin-left: 115px;
}
.row {
    margin-top:80px;
    padding:80px 0px;
 }
@media screen and (max-width: 1024px)  {
    .containerMod {       
        width:1024px;
    }
    .container {
        width:1024px;
        margin-left:10px;
    }
    .row {
        margin-top:80px;
        padding:80px 0px;
    }
    .offset1 {
    margin-left: 100px;
    margin-top:0px;
    }
}
@media screen and (max-width: 480px)  {
    #USCLogo {
        display:none;
    }
    .container>.navbar-header, .container>.navbar-collapse {
        margin-right: 5px;
        margin-left: 5px;
    }
    .containerMod {
        margin-top:20px;
        width:480px;
    }
    .container {
    width:480px;
    margin-right:10px;
    }
    .row {
        margin-top:20px;
        padding:20px 0px;
    }
    .offset1 {
    margin-left: 0px;
    margin-top:40px;
    }
}
