/* Enter Your Custom CSS Here */

/* remove menu: */
.header-wrap .col-sm-4{
  display: none;
}

/* remove footer: */
.site-info.container {
    display: none;
}

/* logo position: */
.site-logo 
{ 
margin-top: 25px; 
max-height: 150px;
}

/* slider position: */
.slide-inner{
  top: 35% !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
} 

@media only screen and (min-width:1025px){
  .text-slider .subtitle{
   font-size: 37px;
   text-align: left;
   padding-left: 20px;
   }
  
  .text-slider{
    display: table;
    text-align: left;
    
    margin-left: 205px;
    margin-right: 500px;
    word-wrap: break-word;
  }
}

.contact {
  color: black;
}