   /* Very Large desktops */
@media (min-width: 1600px) {

}

   /* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {


}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

.navbar-nav {
    margin-left: -55px;
    background-color: #ffffffe8;
    padding: 20px;
}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
   

.navbar-nav {
    margin-left: -100px;
    background-color: #ffffffe8;
    padding: 20px;
    width: 200px;
    text-align: right;
}

.phone {
    position: absolute;
    top: 70px;
    left: 25px;
    font-size: 18px;
    text-align: left;
}

.slide {
    margin-top: 20px;
    padding: 20px;
}

.text-top {
    padding-right: 0;
}
.pic_1 {
	margin-bottom: 15px;
}

h4 {
    padding: 5px;
}

.contact img {
margin-top: 50px;
}

.contact h2 {
    margin-bottom: 0;
}

.left {
	order: 2;
	margin-top: 20px;
}

.center {
	order: 3;
	margin-top: 20px;
}

.slide {
	background-position: top right -780px;
}

}


