@charset "UTF-8";

#contact{

}

/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){

}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){

}
