/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ 
	width:100%;
	height:100%;
	background:#fff;
  background-size:cotain;
  font-family: arial;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
  vertical-align: bottom;
}




.panel {
  text-align:center;
  font-family: Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 4px;
    width:800px;
    margin: 10px auto;
    box-sizing: border-box;
    z-index: 100;
}

.panel h1 {
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-top: -4px;
}

.logo{
  width:250px;
  height:auto;
}
.title{
font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size:1.8em;
  color:#898483;
  letter-spacing: .1em;
  line-height:1.6em;
}
.address{
  font-weight:300;
  font-size:1em;
  color:#898483;
  line-height:1em;
  margin-top:10px;
}
.map{
  max-width:100%;
  height:auto;
  margin-top:20px;
}

  @media(max-width:767px){
    .panel{
      width:350px;
      padding:30px 10px;

    }
    .slogan,.date{
      font-size:2.4em;
    }
    .logo{
      width:150px;
    }
  }
  @media(max-width:468px){
    
    #particles-js {
    background-size: auto 100%;
    background-position: -100px center;
    }
  }

