

@media (max-width:768px)
{

}


 

@media (max-width:500px)
{
    .navbar .nav-link {
    color: white;
     padding-left: 0px; 
}
 

.onlyphone 
{
  display: block;
} 
.ml-5, .mx-5 {
    margin-left: 0rem!important;
}
    .pb-100 
    {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .paddedabout 
    {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .paddedcontact 
    {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    
    .col-carousel {
    margin: 20px 0px 70px 0px;
}
.teaser {
    padding: 50px;
    text-align: left;
    color: #fff;
    padding-top: 150px;
}

.teaser h2 {
    font-family: Poppins;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 200;
    color: #fff;
}


footer 
{
  background: #0B0907;
  width: 100%;
  padding: 10px 20px 10px 20px;
  position: fixed;
  bottom: 0px;
      z-index: 99999;
}
footer p 
{
font-size: 10px;
}

footer img 
{
    width: 20px;
    margin-right: 5px;
}
.padedtop {
padding-top: 150px;

}

.teaser2 {
    text-align: right;
    color: #fff;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 150px;
}
.my-float {
    margin-top: 7px;
}
.float {
    border: 1px solid white;
    position: fixed;
    position: fixed;
    width: 35px;
    height: 35px;
    top: 40px !important;
    /* bottom: 0%; */
    right: 35%;
    background-color: #33A3D0;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    box-shadow: 2px 2px 3px #999;
    z-index: 2000;}

.title {
    position: relative;
    top: 10px;
    left: 15px;
    color: white;
    color: orange;
    font-size: 15px;
    height: 80px;
    font-weight: bolder !important;
}
}


