@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Cinzel:300,400,500');

html {
  min-height:100%;
}

bdi222 {
  background: #002E5F;
}

body {
  font-family: 'Cinzel', 'Arial', 'Helvetica', sans-serif;
}

.bg {
    background-image: url("images/westface.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.ctr {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.ctr2 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btm2 {
  position:absolute;
  top:auto;
  bottom:0;
  right: 0;
  left: 0;
  padding-bottom:0;
  padding: 1rem;
  text-align: center;
}

a {
text-decoration: none;
}

a:link {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

.text_logo {
  font-size: 3.5em;
  text-align:center;
  font-weight: 900;
  color: #FFFFFF;
}

.text_normal {
  font-size: 1.15em;
  text-align:center;
  font-weight: 300;
  color: #FFFFFF;
}

.text_contact {
  font-size: 1.0em;
  text-align:center;
  font-weight: 300;
  color: #FFFFFF;
}
