/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
#logo img{
	height: 75px;
	width: 92px;
}/*
#logo img{
	height: 40px;
	width: 140px;
}
*/
.align-center{
	margin-left: 60px;
}
.mob{
display: none;	
}
  @media (max-width: 767px) {
        .desk {
          display: none;
        }
		.mob{
			display: inline;
		}
      }

