@font-face {
  font-family: 'League Gothic Regular';
  src: local('League Gothic Regular'), local('LeagueGothic-Regular'), url('LeagueGothic-Regular.otf') format('opentype');
}

html {
   height: 100%;
}

body {
   font-family: 'League Gothic Regular', Helvetica, Arial;
   letter-spacing: 1px;
   color: white;
   font-size: 110%;
   font-weight: 100;
   background: url(images/BG.jpg);
   background-size: cover; 
   background-repeat: no-repeat;
   height: 100%;
}

#header {
   display: block;
   margin-left: auto;
   margin-right: auto;
   height: 40%;
   min-height: 220px;
}

#logo {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#nav {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 10px;
   margin-bottom: 20px;
}

#menu ul, #menu li {
   display: inline;
   list-style-type: none;
   margin: 0;
   padding-left: 5px;
   padding-right: 5px;
}

#menu-nm, #menu-si, #menu-dt, #phone, #street, #loc1 {
   border-right: 3px solid #15ade4;
}

#content {
   text-shadow: 1px 1px #CCCCCC;
   height: 40%;
   margin-left: auto;
   margin-right: auto;
   text-align: center
}

#oldcontent {
   height: 40%;
   /*margin-left: auto;
   margin-right: auto;
   text-align: center;*/
   /*min-height: 10px;*/
}

.location {
   display: inline-block;
   margin: 20px;
   /*float: left;*/
}

.schedulebutton {
  width: 150px;
  height: 33px;
}
#schedule {
   position: relative;
   top: 50%;
   left: 50%; 
   width: 200px;
   margin-left: -100px;
   height: 44px;
   margin-top: -22px;
}



#footer {
   /*height: 20%*/
   min-height: 20px;
   text-align: center;
}

.contact {
   display: inline;
   list-style-type: none;
   margin: 0;
   padding-left: 5px;
   padding-right: 5px;
}

#name {
   font-size: 120%;
   letter-spacing: 1px;
}

.cw {
   margin-top: 40px;
   font-size: 90%;
}

a {
   color: white;
   text-decoration: none;
}
