
/*------- General -----------*/
body{ font-family: 'Century Gothic', Helvetica, Arial; font-size: 18px; background: #171717; color: #cccccc;}

.container{}
h1{ margin-bottom: 30px; color: #982016;}
h2,h3{color: #982016;}
a{ color:  #cccccc;}
a:hover{ color:#982016; text-decoration: none;}

/*---- Header & logo ------*/
#logo { margin: 40px 0px; }
#logo img { width: 200px; margin: 0 0 0 180px; }
#socials { margin-top: 60px ;  }
.logotext{ font-size: 38px; padding:50px 0 0 0; font-weight: bold; color: #982016; font-family: monospace; position: absolute; }

/*#logo a { text-decoration: none; color: #982016; }*/
/*#logo a:hover { text-decoration: none; color: #cccccc; }*/

/*---------- Main -----------*/
#main{  text-align: center; }
#location {text-align: center;}
#contact .col-md-5 {padding-left: 30px; }
#copyright { font-size: 14px; }
hr { margin: 20px 0; border: 0; border-top: 1px solid #333; border-bottom: 1px solid #000; }
#gmap { width: 650px; height: 450px; }


/*-------- form -------*/
input[type="text"] { width: 300px; display: block; margin-bottom: 10px; background-color: #3b3b3b; border: 1px solid #69777E; border-radius: 3px; color: #7A7A7A; padding: 6px; }


/*------ icons -------*/
#socials .fa-stack{ text-decoration: none; color: #982016; }
#socials .fa-stack:hover{ text-decoration: none; color: #F7F7F7; }
#socials .fa-facebook, #socials .fa-twitter, #socials .fa-instagram { color: #F7F7F7;}
#socials .fa-facebook:hover, #socials .fa-twitter:hover, #socials .fa-instagram:hover{ color: #982016;}
/*.fa-facebook:hover, .fa-twitter:hover, .fa-instagram:hover { color: #3A3A3A;}*/
/*#socials a:hover { text-decoration: none; color: #ccc; }*/
/*#socials .fa-stack{ text-decoration: none; color: #982016; }*/

i.fa-circle{ color: #FCFCFC;}
i.fa-ioxhost, i.fa-envelope, i.fa-coffee{ color: #3A3A3A; }
i.fa-circle-o{ color: #FCFCFC;}
i.fa-facebook, i.fa-twitter, i.fa-instagram { color: #3A3A3A;}

/*---- Map ---*/
/*#gmap { position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
}

#gmap canvas_map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
*/
/*---- well ----*/
.well-lg {
  padding: 10px;
  border-radius: 6px;
  color: #982016;
  font-size: 24px;
  background-color: #201F1F;
  border: 0px;
}
/*-- menu link ----*/
.myButton {
  -moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
  -webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
  box-shadow:inset 0px 39px 0px -24px #e67a73;
  background-color:#E64235;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:none;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:arial;
  font-size:15px;
  padding:6px 15px;
  text-decoration:none;
  text-shadow:0px 1px 0px #b23e35;
  width: 180px;
}
.myButton:hover, .myButton:active, .myButton:visited {
  background-color:#e4685d;
  text-decoration: none;
  color: white;
}
.myButton:active {
  position:relative;
  top:1px;
}


@media (max-width: 787px){
  #book-table{ padding-left: 30px;}
  #title { padding-left: 50px;}
}


@media (max-width: 530px){
  /*#clogo{ padding-left: 10px;}*/

}