/**   Big Country Campground                **/
/**   Designed By RORAPH GRAPHICS ®         **/
/**   Code Hand Written By Wayne Roraph     **/
/**   100MileHouse.Ca - Copyright©2020      **/
/**   Updated - June-18-2020                **/

/* ---------------------------------------------------------------------------- */
/* ----------------------------------- body ----------------------------------- */
/* ---------------------------------------------------------------------------- */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family : arial;
    /* Verdana, Arial, Tahoma, Helvetica, Geneva, sans-serif */
    font-weight : normal;
    font-size : 20px;
    color: #000000;
    background-color: #b30000;
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------- borders --------------------------------- */
/* ---------------------------------------------------------------------------- */
.border {
    border-style: double;
    border-width: 6px;
    border-color: #b30000;
    padding: 20px;
    background-color: #ffffff;
}

.border1 {
    border-style: solid;
    border-width: 2px;
    border-color: #ff0000;
}

.border2 {
    border-style: solid;
    border-width: 2px;
    border-color: #00ff00;
}

.border3 {
    border-style: solid;
    border-width: 2px;
    border-color: #0000ff;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------- header-image ------------------------------- */
/* ---------------------------------------------------------------------------- */
.header {
    max-width: 100%;
    height: auto;
}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------- div ------------------------------------ */
/* ---------------------------------------------------------------------------- */
div#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

div#container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

div#height100 {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.spacer {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

div#left {
    display: block;
    float: left;
}

div#right {
    display: block;
    float: right;
}

/* ---------------------------------------------------------------------------- */
/* --------------------------------- background ------------------------------- */
/* ---------------------------------------------------------------------------- */
.bg {
    font-family: arial;
    font-size: 20px;
    color: #000000;
    font-weight:700;
   -webkit-text-fill-color: #000000;
   -webkit-text-stroke-color: #ffffff;
   -webkit-text-stroke-width: 0.25px; 
 /* text-shadow: 2px 2px 2px #000000; */
    margin-top: 0px;
    text-align:center;
    background-color: #c0c0c0;
}

.bg2{
    background-image: url("../images/bg2.jpg");
 /* height: 100%; */
    background-position: center;
    background-repeat: repeat;
 /* background-size: cover; */
}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------- font ----------------------------------- */
/* ---------------------------------------------------------------------------- */
.bcc { font-family : Arial, Helvetica, sans-serif;
           font-size : 16px;
           font-weight : normal;
}
.bcc a:link { font-size: 16px; color: #b30000; font: bold; text-decoration: none;}
.bcc a:visited { font-size: 16px; color: #b30000; font: bold; text-decoration: none}
.bcc a:hover { font-size: 16px; color: #ff0000; font: bold; text-decoration: none}
.bcc a:active { font-size: 16px; color: #ff0000; font: bold; text-decoration: none;}

.bcc-phone {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 24px;
    color: #000000;
    font-weight : normal;
    text-decoration: none;
}
.bcc-phone a:link {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 36px;
    color: #b30000;
    font-weight : bold;
    text-decoration: none;
}
.bcc-phone a:visited {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 36px;
    color: #b30000;
    font-weight : bold;
    text-decoration: none;
}
.bcc-phone a:hover {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 36px;
    color: #ff0000;
    font-weight : bold;
    text-decoration: none;
}
.bcc-phone a:active {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 36px;
    color: #00ff00;
    font-weight : bold;
    text-decoration: none;
}

.town{
    font-family: arial;
    font-size: 26px;
    color: #b30000;
    font-weight:700;
   -webkit-text-fill-color: #b30000;
   -webkit-text-stroke-color: #000000;
   -webkit-text-stroke-width: 1.00px; 
    text-shadow: 2px 5px 4px #000000;
    margin-top: 0px;
    text-align:center;
}

/* ---------------------------------------------------------------------------- */
/* --------------------------------- center ----------------------------------- */
/* ---------------------------------------------------------------------------- */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------ text-alignment ------------------------------ */
/* ---------------------------------------------------------------------------- */
.tcenter {
    text-align: center;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------- hr-colors --------------------------------- */
/* ---------------------------------------------------------------------------- */
/*** black ***/
hr.line1 {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #000000;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-left:auto; 
    margin-right:auto;
}
/*** white ***/
hr.line2 {
    display: block;
    height: 0px;
    border: 0;
    border-top: 2px solid #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-left:auto; 
    margin-right:auto;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------ google-button ------------------------------- */
/* ---------------------------------------------------------------------------- */
.google {
    width:105px;
    height: 30px;              
    line-height: 15px;
    padding-bottom: 0px;
    vertical-align: middle;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration:  none;
    text-transform: none;
    border:2px solid;
    background: #b30000;
    color: #ffffff;
    text-shadow: 2px 2px 7px #000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
}
.google:hover {
    background-color:#ffffff;
    border:2px solid;
    font-weight: bold;
    color: #b30000;
    text-shadow: 2px 2px 7px #000000;
    text-decoration:  none;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------- contact-form ------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact-form h1 {
	margin-top: 150px;
    display: block;
    font-family: 'Open Sans';
	font-size: 28px;
	font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.contact-form label {
    display: block;
    margin: 0px 0px 5px;
}

/*
.contact-form label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 15px;
    margin-top: 10px;
    font-weight: bold;
}
*/

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    color: #000000;
    width:100%;
    padding-left: 5px;
    border-radius:5px;
    border:2px solid #b30000;
    background-color: #efefef;
    outline: 0;
    -webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    font: 200 15px/30px arial;
    height: 30px;
    line-height:15px;
    margin-top: 0px;
    margin-bottom: 1px;
}

.contact-form input[type=text]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    border-color: #66ABD9;
    background-color: #ffffff;
}

.contact-form textarea {
    margin-bottom: 1px;
    margin-top: 0px;
    width:100%;
    padding-left: 5px;
    padding-top: 5px;
    border-radius:5px;
    border:2px solid #b30000;
    background-color: #efefef;
    resize:none;
}

.contact-form textarea {
  /*min-width: 370px;*/
    min-height: 180px;
  /*max-width: 370px;*/
    max-height: 180px;
}

.contact-form .button {
    width:80px;
    height: 30px;              
    line-height: 15px;
    padding-bottom: 0px;
    vertical-align: middle;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    border:2px solid;
    background: #b30000;
    color: #ffffff;
    text-shadow: 2px 2px 7px #000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    display: block;
}
.contact-form .button:hover {
    background-color:#ffffff;
    border:2px solid;
    font-weight: bold;
    color: #b30000;
    text-shadow: 2px 2px 7px #000000;
}

/* ---------------------------------------------------------------------------- */
/* --------------------------------- captcha ---------------------------------- */
/* ---------------------------------------------------------------------------- */
.captcha {
width: 100px;
height: 46px;
border: 1px solid #b14e4e;
border-width: 2px 2px 2px 2px;
font-family: arial, helvetica, sans-serif;
font-size: 25px;
background: #;
padding: 2px 2px 2px 2px;
color:#b14e4e;
margin: 0px auto;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------ photo-gallery ------------------------------- */
/* ---------------------------------------------------------------------------- */
.photo-row {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-color: #b30000;
  border-style: solid;
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns that sits next to each other */
.photo-column {
  flex: 50%;
  max-width: 50%;
}

.photo-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a one column-layout instead of two columns */
@media screen and (max-width: 900px) {
  .photo-column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .photo-column {
    flex: 100%;
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------------------- */
/* --------------------------------- footer ----------------------------------- */
/* ---------------------------------------------------------------------------- */
.footer {
    font-family: arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 0 0 1px #000000;
    margin-bottom: 0px;
    height: 50px;
    line-height: 50px;
    text-align:center;
    background-color: #b30000;
}
.footer a:link {
    color: #ffffff;
    text-decoration: none;
}
.footer a:visited {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    color: #999999;
    text-decoration: none;
}
.footer a:active {
    color: #b30000;
    text-decoration: none;
}

.bc-flag {
    margin-top: 10px;
    margin-bottom: 0px;
    height: 40px;
    line-height: 52px;
    padding-left: 13px;
    text-align: left;
    background-color: #b30000;
}

.rg-copyright {
    font-family: arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 5px 5px 5px #000000;
    margin-top: 10px;
    margin-bottom: 0px;
    height: 40px;
    line-height: 18px;
    text-align:center;
    background-color: #b30000;
}

.ca-flag {
    margin-top: 10px;
    margin-bottom: 0px;
    height: 40px;
    line-height: 52px;
    padding-right: 13px;
    text-align: right;
    background-color: #b30000;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.column-2 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.column-3 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3;
}
.column-4 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 4;
}
.column-5 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 5;
}
.column-6 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 6;
}
.column-7 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 7;
}
.column-8 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 8;
}
.column-9 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 9;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------- mobile-tablet ------------------------------ */
/* ---------------------------------------------------------------------------- */
@media all and (max-width: 900px) {

div#container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------- mobile-phone ------------------------------ */
/* ---------------------------------------------------------------------------- */
@media all and (max-width: 700px) {
div#container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
}