@font-face {
    font-family: 'alegreya';
    src: url('alegreya-regular-webfont.woff2') format('woff2'),
         url('alegreya-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arvo';
    src: url('arvo-regular-webfont.woff2') format('woff2'),
         url('arvo-regular-webfont.woff') format('woff'),
	 url('arvo-bold-webfont.woff2') format('woff2'),
         url('arvo-bold-webfont.woff') format('woff');
}

body {
    font-family: 'Roboto', sans-serif!important;
    color: #282828!important;
    line-height: 2em!important;
}

a {
    color: #d19d00;
}

a:hover {
    color: #6c7274;
}

h1.mytitle {
text-align:center;
margin-top: 40px;
}

h1 {
	font-family:'Roboto Slab', serif;
	text-transform: none;
	color: #282828;
	font-weight:400;
	font-size:3em;
	margin-bottom:30px;
}

h2, h3, h4, h5 {
color: #d19d00;
font-family:'Roboto Slab', serif;
text-transform: none;
}

h2 {
	font-size:2em;
	margin-bottom:40px;
}

img.alignleft {
    float: left;
    margin: 10px 20px 0px 0px;
}

img.stayput {
    margin: 10px 0px;
    max-width:100%;
}

#swim .myheader {
    padding: 50px 0px 0px 0px;
        border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
}


.table thead th {
        border-bottom: 2px solid #868686;
	text-align:center;
}

.table td, .table th {
        border-top: 1px solid #868686;
}

.table td {
    text-align:center;
}


.clear {
    clear:both;
}

.myhr {
border-bottom: 2px solid #ccc;
width: 40px;
padding: 7px;
margin: 0 auto;
margin-bottom: 30px;
}

.btn1 {
    padding: 2px 7px;
    border: 1px solid #d19d00;
    border-radius: 2px;
    background-color: #d19d00;
    float: left;
    margin-right: 20px;
    font-size: .8em;
    text-transform: uppercase;
}

.btn2 a, .btn1 a {
    color: #fff;
}


.btn1:hover {
    border: 1px solid #d19d00;
}


.btn1 a:hover, .btn2 a:hover {
    text-decoration: none;
}

.topbtns {
     display: flex;
    justify-content: center;
     align-items: center;
}

.topbtns a {
 color: #fff;
 margin: 0px 10px;
}

.emph {
    text-transform: uppercase;
    font-color: #313131;
}

.mycol1 {
    width:25%;
    margin-right:1%;
    float:left;
    margin-bottom:30px;
}

.mycol2 {
    width:74%;
    float:left;
    margin-bottom:30px;
    padding-left: 20px;
}


.spacer1 {
    margin: 35px 0px;
}

.spacer2 {
    margin: 70px 0px;
}

footer.page-footer {
    padding: 30px 0px 0px 0px;
    margin-top:80px;
    color: #282828;
    background: #f7f7f7;
}


.footcols {
    text-transform: uppercase;
    text-align:center;
    margin-top:20px;
}

.container-fluid {
    padding: 0px!Important;
}

.sy-controls li.sy-prev, .sy-controls li.sy-next {
    display:none;
}


.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

table#travel td, table#travel th {
    padding: 5px 15px;
}

.sy-caption-wrap {
    padding-top: 34%!important;
}

.bc h1, .plist .item .pricebar, .bc .button-bar {
    color: #fff!important;
}


@media only screen and (max-width: 1120px) {
    .sy-caption-wrap {
	/*padding-top: 30%!important;*/
    }
}


@media only screen and (max-width: 767px) {
   
   footer .btn1 {
   margin-bottom: 20px; 
   }
      
    h5 {
	margin-top: 50px;
    }
    
    .topbtns {
     display: flex;
    justify-content: center;
     align-items: center;
}

    .btn2 {
	margin-right: 10px;
	min-width:100px;
    }
    
    .mobspace {
	padding-top:30px;
    }
}


 
 @media only screen and (min-width: 616px) and (max-width:900px){
    .sy-caption-wrap {
	/*padding-top: 26%!important;*/
    }
 }

 
@media only screen and (max-width: 400px) {
  h2 {
    font-size: 1.5em;
}

h1.mytitile {
        line-height: 1.2em!important;
}

.sy-caption-wrap .sy-caption {
	padding: 10px!important;
    }
    
    .topbtns {
    font-size: .8em;
    }
    
}