
@import url(http://www.google.com/cse/api/branding.css);
@import url(http://fonts.googleapis.com/css?family=Stalemate);
@import url(http://fonts.googleapis.com/css?family=Orienta);

body {}

#bg {max-width:100%;
    margin-left:auto; margin-right:auto;
border-style:ridge;
border-width:3px;
border-color:#006e8c;
padding:12px;
background-repeat: no-repeat;
  background-attachment: fixed;
background-image:url('/page-bg-dim.png'); 
}



#bg2 {max-width:100%;
    margin-left:auto; margin-right:auto;
border-style:ridge;
border-width:3px;
border-color:#006e8c;
padding:12px;
height: 675px;
background-position: center;
  background-repeat: no-repeat;
    position: relative;
  background-image:url('/page-bg-dim.png'); 
  background-size: cover;
  position: relative;
}

#bg3 {
  background-image: url("/page-bg-dim.png");
  background-color: #ffffff;
  height: 675px;
  background-position: center;
  background-repeat: no-repeat;
  
  position: relative;
}

#container-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* color: white; */
}


h1, h2{width:100%; text-align:center; color:#006e8c;}

.center{margin-left:auto; margin-right:auto;}

.fluid {max-width:100%; height:auto;}
.btn {
    width:690px;
    height:90px;
    max-width:100%;
    display:inline; 
    /* float:left; */
    background-color:#006e8c;
    margin:15px 5px 15px 5px;
    padding:5px 10px 5px 10px;
    text-align:center;
    font-family: arial;
    font-weight:bold;
    color:#ffffff;
}

.button {
    display:inline-block; margin-top:8px ; margin-left:auto; margin-right:auto; vertical-align:top; /* height:60px;*/
        max-width:100%;
     background-color:#006e8c;
    margin:15px 5px 15px 5px;
    padding:5px 10px 5px 10px;
    text-align:center;
    font-family: arial;
    font-weight:bold;
    color:#ffffff;
}
    
