@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* CSS Document */



html,body {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 20px;
}

body{
    font-family: 'Poppins', sans-serif;
    background: #000 !important;
    height: auto;
    width: 100%;
    overflow: hidden;
}

p{
    font-size: 20px;    
    font-family: 'Poppins', sans-serif;
}

a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

body{ width:100%; height:100vh; margin:0; background: #000;}
.body-image{ width:100%; height:100vh; overflow: hidden; float:left;}
.bg-desk{ width:100%; height:100vh; float:left; }
.bg-desk img{ width:90%; height:auto;}
.bg-desk-text {
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: 15%;
    font-size: 150%;
    text-align: left;
    color: #fff;    
    font-family: 'Poppins', sans-serif;
}

.bg-desk-text h2{
    margin-top: 30px;
    color:#BE9769;
}

.hours-title{
    color:#C0995D;
    margin: 10px 0px;
}

.bg-mobile{ width:100%; height:auto; float:left;}
.bg-mobile img{ width:100%; height:auto;}

.bg-mobile-text {
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: 5%;
    font-size: 150%;
    text-align: left;
    color: #000;    
    font-family: 'Poppins', sans-serif;
}

.bg-mobile{ display:none;}

a{
    color: #000;
    text-decoration: none;    
    font-family: 'Poppins', sans-serif;
}


  .parking-logo{
    position: absolute;
    top: 35%;
    left: 4%;
    z-index: 999;
  }

  .parking-logo img {
    width: 100%;
  }
  
@media (max-width: 1440px) {
    .bg-desk-text {
        bottom: 10%;
    }

    .parking-logo {
        top: 30%;
    }

    .bg-desk img{ width:85%; height:auto;}
}

@media (max-width: 680px) {
.bg-mobile{ display: block;}
.bg-desk{ display:none;}

.bg-mobile-text a{
    color: #183662;
    font-weight: 500;
}	

.bg-mobile-text h2{
    margin-top: 20px;
}

.bg-mobile-text p {
    font-size: 85%;
    color: #fff;
}

.bg-mobile-text h2{
    margin-top: 30px;
    color:#BE9769;
}

.bg-mobile-text p.hours-title{
    color:#C0995D !important;
    margin: 10px 0px;
}

.body-image{
    background: url(../images/parking-page-mobile_bg.jpg) repeat;
    height: 100vh;
    width: 100%;
}

a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:95%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}
	
	
	
}
