html, body {   
 height: 100%;
 width: 100%;

}

.text-top {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {

  .text-top h1{
    font-size: 2.5em;
    color: #003591;
  }

  .text-top h2{
    font-size: 2em;
    color: #003591;
  }

  .text-top h3 {
    font-size: 1.5em;
    color: #003591;
    margin-top: -10px;
  }

  .text-top > .btn{
    margin-bottom: 20px;
  }

   #warap {
    background: url(../img/back.png) no-repeat;
	background-color: #c3d71e;
    display: table;
    width: 100%;
    height: auto;
    position: relative;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

   #warap2 {
    background: url(../img/262.JPG) no-repeat;
	background-color: #c3d71e;
    display: table;
    width: 100%;
    height: auto;
    position: relative;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

}
@media (min-width: 768px) {

  .text-top h1{
    font-size: 4em;
    color: #003591;
  }

  .text-top h2{
    font-size: 3em;
    color: #003591;
  }

  .text-top h3 {
    font-size: 2.5em;
    color: #003591;
    margin-top: -10px;
  }

  #warap {
    background: url(../img/back.png) no-repeat fixed;
	background-color: #c3d71e;
    display: table;
    height: 100%;
    position: relative;

    width:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


  #warap2 {
    background: url(../img/262.JPG) no-repeat fixed;
	background-color: #c3d71e;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

}


/* Bootstrap Navigation styles
-------------------------------------------------- */
/*
.navbar-default .navbar-nav > .active{
    color: #003591;
   background: #cccc00;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
      color: #003591;
      background: #cccc00;
}

.navbar-brand {
  background: url("../img/CTVlogo_150_50.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 250px;
}
*/
/* Sticky footer styles
-------------------------------------------------- */

.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #c3d71e;
  color: #003591;
  padding: 20px 0;
}


/* Content styles
-------------------------------------------------- */
/* Products */
#products {
  background-color: #cccc00;
  color: #003591;
  padding-bottom: 20px;
}

#warap2 .panel {
  /*margin-top: 50px;
  margin-bottom: 50px;*/
  opacity: 0.85;
}

a{
text-decoration: none;
color: #003591;
}

a:hover {
text-decoration: underline;
color: #E48E00;
}

h1{
font-size: 4em;
}

h3 ,h2,.p-center{
text-align: center;
}

.service > p{
text-align: center;
}

.enimg{
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:200px;
}

.section{
  margin-top: 50px;
  margin-bottom: 50px;
}

.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.video{
  margin-top: 50px;
}

.content-img{
  width:80%;
  height:auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.map_wrapper {
  max-width: 640px;
  min-width: 280px;
  margin: 20px auto;
  padding: 4px;
  border: 1px solid #CCC;  
}
 
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}