body{
    margin:0;
    padding:0;
    background-color: #1e1e1e;
} 
.wrapper{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.thelogo{
    width:200px;
}
p.textWhite{
    color:#fff;
    font-size: .9em;
}
.monserrat{
    font-family: 'Montserrat', sans-serif;
}
p a{
    color:red;
}
.lineHt{
    line-height:2em;
}
.titleHead{
    font-family: 'Baloo', cursive;
    font-size:2.1em;
    color:red;  
}
.titleHeadB{
    font-family: 'Baloo', cursive;
    font-size:1.8em;
    color:lime;  
}
.titleHeadC{
    font-family: 'Montserrat', sans-serif;
    font-size:1.5em;
    color:skyblue;  
}
.subHead{
    font-family: 'Montserrat', sans-serif;
    font-size:1.8em;
    color:#fff;
}

.galleryBar{
    width:100%;
    padding:10px 0;
    text-align: center;
    background:transparent !important;
    margin:0;
}

.packageSet h3{
      margin:0;
      display: inline-block !important;
      padding:10px 5px;
      color:#fff;
      font-family: 'Baloo', cursive;
      font-size:1.8em;
  }
  .packageSet h3 a{
      color:lime;
      text-decoration: none;
  }
  
.footerBox{
    font-family: 'Montserrat', sans-serif;
    padding:5px;
    background-color: #0a0a0a;
    color:#fff;
}
.footerBox a{
    color:lime;
}

/*------PADDING------------*/
.padSet5{
    padding:5px !important;
}
.padTopBot5{
    padding:5px 0 !important;
}
.padLtRt5{
    padding:0 5px !important;
}
.padSet10{
    padding:10px !important;
}
.padTopBot10{
    padding:10px 0 !important;
}
.padLtRt10{
    padding:0 10px !important;
}

/*------MARGIN------------*/
.margSet5{
    margin:5px !important;
}
.margTopBot5{
    margin:5px 0 !important;
}
.margLtRt5{
    margin:0 5px !important;
}
.margSet10{
    margin:10px !important;
}
.margTopBot10{
    margin:10px 0 !important;
}
.margLtRt10{
    margin:0 10px !important;
}

/*------COLUMN--------------*/
.leftColMain{
    width:58%;
    display: inline-block;
    vertical-align: top;
}
.rightColMain{
    width:38%;
    display: inline-block;
    vertical-align: top;
}


/*------RESPONSIVENESS------*/
.img-responsive{
    width:100%;
}
.warningSet{
		display:inline-block;
		max-width:48%;
		margin: 0;
	}

@media screen and (max-width:1024px){
    .centerText{
        margin:5% auto;
    }
    .thelogo{
        width:200px;
    }
    .bottomBoxText h2{
        width:38%;
    }
}
@media screen and (max-width:980px){

}
@media screen and (max-width:900px){

}
@media screen and (max-width:800px){

    .bottomBoxText h2{
        width:38%;
    }
    p.textWhite{
        font-size: .75em;
    }
	
}
@media screen and (max-width:640px){
    .bottomBoxText h2{
        font-size:1.8em;
    }
    .thelogo{
        width:150px;
    }
	.warningSet{
		max-width:98%;
		margin: 0 auto;
	}
}
@media screen and (max-width:600px){
    
}
@media screen and (max-width:480px){
    .centerText{
        margin:20% auto;
    }
    .thelogo{
        width:150px;
    }
    
    .bottomBox{
        height:80px;
    }
    .bottomBoxText h3{
        font-size:1.4em;
        padding:0;
        width:100%;
    }
    .bottomBoxText h2{
        font-size:2em;
        padding:0 5px 7px;
        width:100%;
    }
    .leftColMain{
        width:96%;
        display: inline-block;
        vertical-align: top;
    }
    .rightColMain{
        width:96%;
        display: inline-block;
        vertical-align: top;
    }
    .topBoxText p{
      font-size:.85em;
  }
  .topBoxText p a{
      margin:2px 15px;
  }
}
@media screen and (max-width:360px){
    .bottomBox{
        height:90px;
    }
    .bottomBoxText h3{
        font-size:1.4em;
        padding:0 5px 2px;
    }
    .bottomBoxText h2{
        font-size:2em;
        padding:0 5px 7px;
    }
}
@media screen and (max-width:320px){

}