
/*************************
*******Typography******
**************************/

@import url(https://fonts.googleapis.com/css?family=Montserrat);


body {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
/*  background-image: url(../images/CPModern2.jpg); */
  background-image: url(../images/field.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom; 
  position: relative;
  font-weight:400px;
}

.navbar {
  font-size: 1.2rem;
  font-family: 'Montserrat', cursive;
}


.wiz-images {
	text-align: center;
}

.wiz-para {
	text-align: center;
}

.nicetable {
	width: 98%; 
	margin-left: auto; 
	margin-right: auto;
}

.nicetable th, .nicetable td {  
	border: 1px solid #000;
	border-collapse: collapse;
}

.nicetable tr:nth-child(even) {
    background-color: #eee;
}
.nicetable tr:nth-child(odd) {
    background-color: #fff;
}

.nicetable th {
    color: white;
    background-color: black;
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Montserrat', serif;
  text-align: center;
}
.classtitle {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Montserrat', serif;
  text-align: center;
  font-size: 24px;
  margin-left: 10px;
  margin-bottom: -30px;
}

.twitter-share-button { 
	vertical-align: text-bottom !important;
	max-height: 20px;
}

.fb-share-button { 
	vertical-align: text-bottom !important;
	max-height: 20px;
}

img {
	max-width: 95%;
	height: auto;
	padding: 3px;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #000;
}



/*************************
*******Header CSS******
**************************/

.header_top {
  background: none repeat scroll 0 0 #Ffffff;
  /*background-image: url(../images16/topbkg.jpg);*/
}

.logotext{
  font-family: 'Montserrat', cursive;
  text-shadow: 2px 3px 2px #fff;
	font-size: 32px;
	font-weight: 600;
}
.contactinfo ul li:first-child{
    margin-left: -15px;
}

.contactinfo ul li a{
  font-size: 12px;
  color: #696763;
  font-family: 'Montserrat', sans-serif;
}


.contactinfo ul li a:hover{
	background:inherit;
}


.header-middle .container .row {
  
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;

}

.header-middle  {
/*background-image: url(../images16/topbkg.jpg);
background-size:cover;*/

}

.header-middle .container .row .col-sm-4{
  padding-left: 0;

}

.header-middle .container .row .col-sm-8 {
	padding-right:0;
}


.header-bottom {
  /*padding-bottom: 12px;
  padding-top: 12px;    */
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 2px solid #33ff66;
  border-top: 2px solid #33ff66;
}

.navbar-collapse.collapse{
  padding-left: 0;
}


.PageBody  {  
  
  padding-bottom: 6px;
  padding-top: 10px;
  margin-right: 6px;
  margin-left: 6px;
  
  
}

.PageBody ul li {
  list-style: disc;
  margin-bottom: 6px;
}

.PageBody .container {  
  border: 3px solid #33ff66;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.9);
}

.PageBody .container .row {  
  padding: 6px;
}

.FooterBody  {  
  
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 6px;
  padding-top: 10px;
  margin-right: 6px;
  margin-left: 6px;
}

.FooterBody .container { 
  border-radius: 25px; 
  border: 2px solid #33ff66;
  background: #fff;
  text-align: center;
}

.FooterBody .container .row {  
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 15x;
  padding-top: 10px;
}


  
/*************************
*******Footer CSS******
**************************/

#footer {
  
}


.footer-top .container {
  border-bottom: 1px solid #E0E0DA;
  padding-bottom: 20px;
}


.footer-top .col-sm-3{
  overflow: hidden;
}



.footer-bottom {
  background: #D6D6D0;
  padding-top: 10px;
}

.footer-bottom p {
  color: #363432;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}

.footer-bottom p span a {
  color: #FE980F;
  font-style: italic;
  text-decoration: underline;
}




.int_boxes {  
  border: 1px solid #888;
  border-radius: 15px;
  margin-top: 10px;
  width: 100%;
  /*background: #fff;*/
}


