@charset "UTF-8";
/* Body */
body {
font-family: "kensington", sans-serif;
font-weight: 400;
font-style: normal;
    background-color: #000;
background-image: url(wood.png);
    background-repeat: repeat;
margin: 0px 0 0 0;
    

}

html {
  scroll-behavior: smooth;
}


h1
{
margin-top: 0px;
padding-top:25px;
padding-left: 4%;
padding-right: 25px;
font-family: "kensington", sans-serif;
 font-size:  70px;
line-height: 90%;  
   color: #EEE;
   text-shadow:
       3px 3px 0 #a14b00,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;

}

h2
{
color:#000;
font-family:bebas-neue,sans-serif;
font-size: 36px;
font-weight: normal;     
}

h3
{
margin-top: 30px;
font-size: 26px;
font-family:bebas-neue,sans-serif;
font-weight: normal; 
width:100%;
padding-top: 3px;
padding-bottom: 13px;
text-indent: 4px;
border-bottom: 1px Solid #a14b00;
border-top: 0px Solid #666;
 color: #EEE;
   text-shadow:
       1px 1px 0 #a14b00,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

h4
{
color:#EEE;
margin-top:0px;
    margin-bottom:0px;
font-size: 36px;
    line-height: normal;
font-family: "kensington", sans-serif;
    text-transform: uppercase;
padding-top: 40px;
width:100%;
padding-bottom: 0px;
padding-left:10px;

}


h5
{
color:#EEE;
margin-top:0px;
margin-bottom:0px;
font-size: 30px;
line-height: normal;
font-family: "kensington", sans-serif;
    text-transform: uppercase;
padding-top: 10px;
width:100%;
padding-bottom: 0px;
padding-left:10px;
    text-indent: 20px;
   text-shadow:
       2px 2px 0 #a14b00,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}



.toppic
{
  width: 100%;
  height: auto;
}

.glowd
{
    
    height:20px;
    width:100%;
    background-image: url(glowd.png);
    background-repeat: repeat-x;
    

}


/* Header */
.header {
float:left;
width: 60%;
height:auto;
overflow: hidden;
text-align: left;
padding-top: 0px;
padding-bottom: 0;
margin-top: 10px;
margin-bottom: 10px;
    margin-left: 10px;

}


/* Container */


.topcontainer {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top:0px;
margin-bottom:0px;   
overflow:auto;
    background-color: #000;
    background-image: url(topic.jpg);
        background-attachment: fixed;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    

    
}
.container {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top:0px;
margin-bottom:0px;   
overflow:auto;

    
}


.ftitler {
margin-left:auto;
margin-right:auto;
margin-top:30px;
color: #EEE;
text-shadow:
       1px 1px 0 #a14b00,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
text-transform: uppercase;
font-family: "kensington", sans-serif;
font-size: 36px;
width: 93%;
padding-top: 20px;
    padding-bottom: 20px;
text-align:justify;
line-height: 25px;
font-weight: 800;
border-bottom: 0px solid #a14b00;

}



.titler {
margin-left:auto;
margin-right:auto;
margin-top:30px;
color: #EEE;
text-shadow:
       2px 2px 2px #a14b00,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
text-transform: uppercase;
font-family: "kensington", sans-serif;
font-size: 36px;
width: 93%;
padding: 20px;
text-align:justify;
line-height: 25px;
font-weight: 800;
border-bottom: 0px solid #a14b00;

}
    
    









.logo
{
float:right;
width:170px;
    height:170px;
margin-left: 1px;
margin-right: 25px;
margin-top:10px;
margin-bottom:0px;  
    background-image: url("logo.png");
    background-size: contain;
}


.nav {
width :100%;
height : 56px;
padding-top : 0;
text-align : center;
z-index: 10;
margin-left: auto;
margin-right: auto;  	
margin-top: 0px;
margin-bottom: 0px;

    
  

}

.aboutbox {
float:left;
width: 40%;
margin-top:30px;
margin-bottom:5px;   
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);

}

.abouttextbox {
float:left;
width: 50%;
margin-top:0px;
margin-bottom:5px;
    margin-left:5%;

}




.vidbox {
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
width :100%;
height:auto;
overflow: hidden;
text-align: center;
    background-color: #000; 
box-shadow:  5px 5px 5px rgba(0, 0, 0, 0.8) ;
z-index: -1;
}

#background-video {
width: 100%;
height:100%;
object-fit: cover;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
overflow: hidden;
}

.play {
font-size: 13px;
background-color: #FFF; 
color: #000; 
padding: 3px; 
border: 1px solid #000; 
border-radius: 5px;
width: 80px;
height: auto;
margin-bottom: 5px;
box-shadow:  1px 1px 1px rgba(0, 0, 0, 0.3);

}


.play:active { 
background-color: black; 
color: #FFF; 
  } 

.pause {
font-size: 13px;

background-color: #FFF; 
color: #000; 
padding: 3px; 
border: 1px solid #000; 
border-radius: 5px;
width: 80px;
height: auto;
box-shadow:  1px 1px 1px rgba(0, 0, 0, 0.3);

}

.pause:active { 
    color:#FFF;
background-color: black; 
background-repeat: no-repeat;
background-position: left;
} 




.hero_header {
color: #000;
text-align: center;
margin: 0;
letter-spacing: 4px;
}



    
.column {
width: 50%;
text-align: justify;
margin-left:30px;
margin-bottom:30px;
z-index: 20;
background-image: url(socialtop.jpg);
background-size: contain;

}




.gallery {
margin-left:3% ;
margin-right:3% ;
width: 93%;
padding-bottom: 0px;
padding-top: 0px;
margin-top:  10px;
margin-bottom: 0px;
border: 0px solid #000;
display: flex;

}


.spacer {
height:5px;
background-color: #000;
margin-top:0px;

}

.new{
    position: absolute;
    top:0;
    right:0;
width: 20%;
    height:20%;
background-image:url("new.png");
    background-size: contain;
    background-repeat: no-repeat;
    


}
    
.thumbnail {

display:inline;
position:relative;
width: 33%;
overflow:auto;
float: left;
margin-top: 20px;
margin-bottom: 0px;
  background-image: linear-gradient(
    315deg,
    hsl(0deg 0% 7%) 0%,
    hsl(344deg 0% 8%) 8%,
    hsl(344deg 0% 9%) 17%,
    hsl(344deg 0% 10%) 25%,
    hsl(344deg 0% 10%) 33%,
    hsl(344deg 0% 11%) 42%,
    hsl(344deg 0% 12%) 50%,
    hsl(344deg 0% 13%) 58%,
    hsl(344deg 0% 14%) 67%,
    hsl(344deg 0% 15%) 75%,
    hsl(344deg 0% 16%) 83%,
    hsl(344deg 0% 17%) 92%,
    hsl(0deg 0% 18%) 100%
  );padding-bottom: 0px;
margin-left: 1%;
margin-right: 1%;
padding-top: 0;
border: 1px solid #000;
 box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
    
    border-top: 1px solid #333;

    
}


.thumbnailtitle
{
float: left;
margin-top:0px;
font-size: 26px;
font-family: "kensington", sans-serif;
padding-top: 10px;
padding-left:5%;
width:100%;
border-top: 0px solid #a14b00;
border-bottom: 1px solid #a14b00;;
font-weight: 600;
padding-bottom: 20px;
color: #EEE;
text-transform: uppercase;
text-shadow: 1px 1px 2px #a14b00;




}

.text_column {
    width: 100%;
padding-top:20px;
padding-bottom:50px;
font-size: 20px;
font-weight: normal;
line-height: 20px;
float: left;
padding-left: 3%;
color: #EEE;

}




.smbutton {
    position: absolute;
            bottom: 0px;
    overflow:hidden;
width: 100%;
height:30px;
clear:both;
float: left;
padding-top: 1px;
padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
    font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s linear;
    background-color:#333;
    color:#a14b00;
    font-weight: bolder;

           
}
.smbutton:hover {
	background-color: #a14b00;
	color: #000;
    }





.gallery .thumbnail p {
    
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    font-style: normal;
	margin: 0 30px 20px 0;
    width:100%;
	color: #EEE;
	text-align: left;
	padding-left: 5%;
    padding-right: 5%;
        padding-bottom: 30px;
    line-height: normal;
    
}

.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 1;
    
}


.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #000;
	transition: all 0.3s linear;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    	background-color: #CCC;
    
   

}


.button:hover {
	background-color: #CCC;
	color: #FFFFFF;
}



.about {
float:left;
width: 100%;
padding-top: 30px;
padding-bottom: 20px;  
overflow: auto;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #F0F0F0;

}




.about h1 {
font-size:40px;
text-shadow: 1px 1px 4px #333;
text-align: left;
font-family: open-sans, sans-serif;
color: #000;


}


.abouttext {
float:left;
color: #000;
font-size: 16px;
width: 45%;
margin-left:5%;
height:100%;
padding-bottom: 25px;
text-align:justify;
line-height: 25px;
font-weight: normal;
text-shadow: 1px 1px 2px #CCC;

}


.abouttext1 {
float:right;
color: #000;
font-size: 16px;
width: 40%;
margin-left:5%;
margin-right:5%;
padding-bottom: 25px;
text-align:justify;
line-height: 20px;
font-weight: normal;
            text-shadow: 1px 1px 2px #CCC;

}


.prodlist {
    
margin-left:4% ;
margin-right:3% ;
width: 91%;
margin-top: 30px;
    margin-bottom: 5px;

background-color: #F0F0F0;	
padding-top: 1px;
padding-bottom: 1px;
    border: 1px solid #000;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);


}


.vidtext {

color: #CCC;
font-size: 26px;
    padding-top: 20px;
        padding-bottom: 20px;

width: 95%;
margin-left: 10px;
text-align:left;
line-height: 15px;
font-weight: normal;

}



.footer {
	background-color: #D8D8D8;
background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 40px;
    clear: both;
	width: 100%;
    margin-top: 0px;
border-top: 0px solid #FFF;
    margin-bottom: 0px;
    overflow: auto;


}

.spacer2 {
height:1px;
background-color: #a14b00;
margin-top:30px;
    margin-left: auto;
margin-right: auto;
    width:93%;

}

.buttonholder {
      display: flex;
  justify-content: center;
  align-items: center;
    	width: 100%;
    margin-top:10px;
        margin-bottom:10px;

}

.button {
  
	width: 80px;
	margin-top: 20px;
margin-bottom:20px ;
font-size:14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
vertical-align: middle;
border-radius: 5px;
text-transform: uppercase;
letter-spacing: 0px;
border: 1px solid #a14b00;;
transition: all 0.3s linear;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: #000;
color:#FFF;
    text-decoration: none;
}


.button:hover {
	background-color: #a14b00;;
	color: #FFFFFF;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9) inset;

}



.copyright {
    position:relative;
position: bottom 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
    font-size: 20px;
border-top: 1px solid #a14b00;
}








/* Container */
.biketainer {
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top:20px;
margin-bottom:10px;   
overflow:auto;

}

.biketainer2 {
width: 92%;
margin-left: auto;
margin-right: auto;
margin-top:0px;
margin-bottom:0px;   
overflow:auto;


}

.biketainerf {
width: 93%;
margin-left: auto;
margin-right: auto;
margin-top:30px;
margin-bottom:0px;   
overflow:auto;


}

.biketainer p {
    text-align: justify;
    width: 90%;
    padding: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: auto;
    color: #EEE;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    font-style: normal;
}

.biketainerf p {
text-align: justify;
width: 90%;
padding:5%;
margin-left: auto;
margin-right: auto;
margin-top:0px;
margin-bottom:0px;   
overflow:auto;
color:#EEE;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 14px;

}



.biketainer ul {
text-align: justify;
width: 85%;
padding-left:15%;
margin-left: auto;
margin-right: auto;
margin-top:-10px;
margin-bottom:0px;   
overflow:auto;
color:#EEE;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 14px;
    line-height: 20px;
    list-style-image: url("tick.png");

}


.biketainerf ul {
text-align: justify;
width: 85%;
padding-left:15%;
margin-left: auto;
margin-right: auto;
margin-top:-10px;
margin-bottom:0px;   
overflow:auto;
color:#EEE;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 14px;
    line-height: 20px;
    list-style-image: url("tick.png");

}
.drop {
float: left;
width: 0.7em;
font-size: 600%;
line-height: 90%;
    color:#EEE;
    text-shadow: 3px 3px 0px #a14b00;


}


.mainpicbox {
    position: relative;
float:left;
width: 67%;
margin-top:0px;
margin-bottom:5px;   
    border: 1px solid #a14b00;
     box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.4);



}

.mainvidbox {
float:left;
    position:relative;
width: 50%;
margin-top:0px;
margin-bottom:5px;   
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);

}


.mainpic {
width: 100%;
height:auto;

}

.mainpiccaption {
width: 100%;
height:auto;
margin-top: -1px;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    
    background-image: linear-gradient(
    310deg,
    hsl(0deg 0% 7%) 0%,
    hsl(344deg 0% 7%) 8%,
    hsl(344deg 0% 8%) 17%,
    hsl(344deg 0% 8%) 25%,
    hsl(344deg 0% 9%) 33%,
    hsl(344deg 0% 9%) 42%,
    hsl(344deg 0% 10%) 50%,
    hsl(344deg 0% 10%) 58%,
    hsl(344deg 0% 11%) 67%,
    hsl(344deg 0% 11%) 75%,
    hsl(344deg 0% 12%) 83%,
    hsl(344deg 0% 12%) 92%,
    hsl(0deg 0% 13%) 100%
  );
    
    color:#CCC;
padding-top:5px;
padding-bottom: 5px;
text-align: center;
font-size: 14px;
font-style: italic;
    

}

.videobox1 {
float:left;
width: 67%;
margin-top:30px;
margin-bottom:5px;   
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);

}


.sidepicbox {
float:right;
    
width: 32%;
height:100%;
    line-height: 20px;
margin-bottom:10px;   
overflow:auto;
border-top: 1px solid  #a14b00;
border-bottom: 0px solid #EEE;
margin-top:-0px;

}

.sidepic {
width: 100%;
height:auto;

}



* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 0px;
    margin:1%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 23%;    
         box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.6);



}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
background-color: rgba(0,0,0,0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color:#a14b00;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 90px;
  font-weight: bold;
    z-index: 2;
}

.close:hover,
.close:focus {
  color: #a14b00;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 30px;
padding: 8px 3px;
position: absolute;
width:100%;
bottom: 0;
text-align:center;
background-color: rgba(0,0,0,0.5);
    
}

img {
  margin-bottom: 0px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Small Tablets */
@media (max-width: 1000px) {
    
 .mainpicbox {
float:left;
width: 100%;
margin-top:0px;
margin-bottom:0px;   
overflow:auto;

}
   
.sidepicbox {
float:left;
width: 100%;
height:100%;
margin-top:0px;
margin-bottom:10px;   
overflow:auto;
border-top: 1px solid #000;

}
    
    
    
}




/* Small Desktops */
@media (min-width: 768px) and (max-width: 1000px) {
    
h1
{
 font-size: 50px;
    padding-left: 20px;

}
    
    
        .responsive {
  width: 100%;
  height: auto;
}
    
    
    /* Header */
.header {
float:left;
width: 50%;
height:auto;
overflow: hidden;
text-align: left;
padding-top: 20px;
padding-bottom: 0;
margin-top: 20px;
margin-bottom: 10px;
            margin-left: 10px;


}




.logo

{
width:150px;
    height:150px;
margin-left: 1px;
margin-right: 25px;
margin-top:15px;
margin-bottom:0px;  
}
    


.gallery {
display: flex;
}
    
.thumbnail {
position:relative;
width: 48%;
    }

    
.text_column {
	width: 99%;
    text-align: justify;
}
.thumbnail {
	width: 48%;
    margin-top:20px;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 5%;
}
.intro .column p {
	width: 90%;

}
    
.column {
width: 60%;

}
    
.column2 {
width: 50%;

}
    


    

    
        .abouttext {
        float:left;
    color: #000;
    font-size: 16px;
		width: 90%;
	margin-left:5%;
    margin-right:5%;


}


.abouttext1 {
    float:right;
    color: #000;
    font-size: 16px;
	width: 90%;
	margin-left:5%;
    margin-right:5%;

}
    
    .appstext {
    font-size: 13px;

}
    
    
    

    
   } 





/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
    
    
    
    
    
    h1
{

 font-size:  35px;
    padding-left: 20px;



}


    header {
 height:auto;
        overflow: hidden;
        padding-top:1px;
        margin-left: 10px;

}
    
.logo

{
width:75px;
    height:75px;
margin-left: 1px;
margin-right: 25px;
margin-top:25px;
margin-bottom:0px;  
}
    
    
    .info {
z-index: 1;
    height: 20vh;
        
    }
    
.gallery {
     

display: inline-block;
                

}
    

    

.text_column {

   padding-left: 20px;
	padding-right: 20px;
	width: 80%;

}
    
    .text_column h2{
    padding-left: 20px;
	padding-right: 20px;
	width: 80%;
}
    
   .abouttext {
	width: 80%;
          padding-left: 20px;
	padding-right: 20px;
    }
        
        .abouttext1 {
	width: 80%;
              padding-left: 20px;
	padding-right: 20px;
    
    }


    
.thumbnail {
	width: 98%;
min-height:auto;
    overflow:auto;
    margin-bottom:20px;
      margin-top:20px;
}

.column {

	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
    
 

.profile {
	width: 100%;
}
    
    
    
.intro {
	
    height: 250px

}
    

    .intro .column h2 {
	width: 90%;
        font-size: 30px;
	text-align: left;
	padding-left: 0px;
}
    

    
    .footcol {
	width: 100%;
	text-align: center;
	padding-top: 30px;
    	padding-bottom: 0px;
	float: left;

}
    .appstext {
    font-size: 13px;

}

}








    /* Mobile */
@media (max-width: 375px) {
    
    header {
 height:auto;
        overflow: hidden;
width:100%;
margin-left: 10px;

   

}
    
        h1
{

 font-size:  20px;
    padding-left: 20px;

}
    
    .logo

{
display: none;
}
    
    
    
.responsive {
width: 300px;
margin-left:15px;
}
    
    
.callnow {
 font-size:  20px;
line-height: 20px;
float:left;
margin-left: 20px;
margin-top:0px;
margin-bottom:0px;   
text-align: left;

    
}
    
    .vidbox {
display: none;
}
    
    
    
    .gallery {
     
        display: inline-block;

 
}
    
    
    .abouttext {
        float:left;
    color: #000;
    font-size: 16px;
		width: 90%;
	margin-left:5%;
    margin-right:5%;


}


.abouttext1 {
    float:right;
    color: #000;
    font-size: 16px;
	width: 90%;
	margin-left:5%;
    margin-right:5%;

}


.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 50%;
	margin-top: 0px;
    	margin-bottom: 20px;
    
}
.hero_header {
	padding-left: 20px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
    
.appstext {
    font-size: 13px;

}

}
