body{
  background-color: #FFFFFF;
  margin: 0 auto;
  font-family: Helvetica,Arial,sans-serif;
  background-image: url("images/white-tiles.png");
  line-height: 1.5;
}

@font-face {
font-family: "Arsenal";
src: url("fonts/Arsenal/Arsenal-Bold.ttf");
}

.f1{
  font-family: Arsenal, serif;
}

@font-face {
font-family: "breeserif";
src: url("fonts/Bree_Serif/BreeSerif-Regular.ttf");
}

.f2{
  font-family: breeserif, serif;
}

ul {
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

a{
  text-decoration: none;
  color: #000;
}

a:hover{
  text-decoration: underline;
}

h1{
  font-variant: small-caps;
  padding: 0;
  margin: 0;
  color: #4a4a4a;
}

h2{
  color: #db6165;
}

h3{
  color: #000;
  font-size: 30px;
  margin-top: 5px;
  padding-top: 5px;
  font-family: Arsenal, serif;
  font-weight: bolder;
}

.title p{
  color: #000;
  text-shadow: 0 0 50px white;
}

.title p{
  margin: -15px 0 5px 0;
  font-size: 26px;
}

.title{
  grid-area: title;
  text-align: center;
  text-shadow: 0 0 50px white;
}

.titlecontact{
padding: 5px 20px 5px;
text-align: center;
font-size: 24px;
color: #db6165;
}

p {
  color: #000;
  word-wrap: break-word;
  padding: 0 10px;
  font-size: 16px;
}

.justify{
  text-align: justify;
}

.rentals {
  display: grid;
  margin: 0px 0px;
  padding: 0px 0px;
  grid-template-areas: "a b"
                        "c d";
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 15px;
}

.socialicon{
  padding: 0px 15px 15px 15px;
}

form{
  padding: 10px 10px;
}

.messagebox{
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.textarea{
  resize: none;
}

.goldbg{
  background-color: #dfcb5f;
}

.redbg{
  background-color: #dd6365;
}

.redtext .p{
  color: #dd6365;
}

.whitebg{
  background-color: #fff;
}

.logo{
  grid-area: logo;
  padding-left: 5px;
  min-width: 125px;
  max-width: 250px;
}

.italic{
    font-style: italic;
}

.banner{
  display: grid;
  grid-template-areas: "logo title";
  background-image: url("images/skyline.png");
  background-repeat: repeat-x;
  background-position: center;
  border-bottom: 2px;
  border-style: solid none solid none;
}

.content{
  display: grid;
  margin: 0px 0px;
  padding: 0px 0px;
  grid-template-areas: "one two";
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.content p{
padding: 0 5px 0 5px;
}

.info{
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
background-color: #ffffff;
}


.navigation{
  border-bottom: groove 1px;
}

.navigation ul {
  list-style-type: none;
  background-color: ghostwhite;
  text-align: center;
}

.navigation li {
  color: #000;
  font-size: 22px;
  font-variant: small-caps;
  padding: 0 2rem 2px 2rem;
}

.navigation li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.navigation li a:hover {
  color: #db6165;
}

.navigation li a:active {
  text-decoration: underline;
}

.photo{
  width: 100%;
}

.pageframe {
  margin: 0 auto;
  width: 80%;
  padding-top: 10px;
  background-color: white;
  padding-bottom: 2rem;
}

.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.fullborder{
  border: 1px solid #000;
}

.bottomnav{
  padding: 1rem 0;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 11px;
  font-weight: 500;
}

.bottomnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
}

.bottomnav li {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 7px 15px 2px 15px;
}

.bottomnav li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.bottomnav li a:hover {
  color: #fff;
}

.bottomnav li a:active {
  text-decoration: underline;
}

.footer{
  padding: 15px 0 25px 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-date{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: 20px;
  }


.form-phone{
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: 20px;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.btn-block {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}

input[type=text], input[type=tel], input[type="number"], textarea[type=text] {
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

input[type=date] {
  padding: 6px 10px;
  margin: 8px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 650px){
  .smalltext{
    display: none
  }

}

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

  h1{
    font-size: 22px;
  }

    h3{
      color: #000;
      font-size: 28px;
      margin: 7px 0px 30px 0px;
      padding-top: 10px;
    }

    .title p{
      margin: 0px 0px -20px 0px;
      font-size: 14px;
    }

    .banner{
      display: grid;
      grid-template-areas: "logo"
                          "title";
      background-image: url("images/skyline.png");
      background-repeat: repeat-x;
      background-position: center;
      border-bottom: 2px;
      border-style: solid none solid none;
    }

  .logo{
    width: 25%;
    padding: 0 105px;
  }

  .titlecontact{
    padding: 5px 20px 5px;
    font-size: 18px;
  }

  .smalltext{
    font-size: 12px;
  }

  .navigation li {
    font-size: 14px;
    padding: 7px 5px 2px 5px;
  }

  .logo{
    margin-left: 0;
  }

  .footer{
    padding: 10px 0 15px 0;
    font-size: 12px;
  }

}

@media screen and (min-width:800px){
  h3{
    color: #000;
    font-size: 40px;
    margin: 10px 0px 35px 0px;
    padding: 5px 15px 0px 0px;
  }

  .title p{
    margin: -20px 0px 5px 0px;
    font-size: 22px;
  }

  .logo{
    margin-left: 30px;
  }
}


@media screen and (min-width:1050px){
  h3{
    color: #000;
    font-size: 60px !important;
    margin: 15px 0px 30px 0px !important;
    padding-top: 10px !important;=
  }
}

@media screen and (min-width:1200px){
  h3{
    color: #000;
    font-size: 60px !important;
    margin: 15px 0px 30px 0px !important;
    padding-top: 10px !important;=
  }
}