/*   
Theme Name: SMk BS
Theme URI: smk-bs
Description: A Theme for WordPress with Bootstrap for styling.
Author: SMK
Author URI: 
Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:700);

body {
	padding-top: 4.5rem;
	font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;	  
   	color: #001A33;
	position: relative;
}

/* WS BUTTON FIXED*/
.contact-ws-form {
	display: block;
    position: fixed;
    bottom: 50px;
    right: 22px;
    z-index: 10000;
}


.contact-ws-form:hover {
	cursor: pointer;
}
/* WS BUTTON FIXED*/