@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');

body { font-family: 'Montserrat', sans-serif; color: #1C2020; }

#tinymce { padding: 20px !important; }

.nowrap { white-space: nowrap; }

h1 { font-size: 30px; text-transform: uppercase; color: #1C2020; margin-bottom: 20px; }
h3 {font-size: 24px; color: #750945; font-weight: 600; text-transform: none; }

a { color: #707070; }
a:hover { color: #000; text-decoration: none; }

a.button {display: inline-block; width: 160px; text-align: center;text-transform: uppercase; color: #fff !important; text-shadow: 0 0 1px rgba(0,0,0,0.2); font-size: 14px; font-weight: 600; padding: 10px 15px; background: rgb(184,184,184); background: linear-gradient(180deg, rgba(184,184,184,1) 0%, rgba(165,165,163,1) 50%, rgba(142,142,140,1) 50%, rgba(149,149,147,1) 100%);}
a.button:hover,
a.button:focus { outline: none; text-decoration: none; color: #fff; opacity: 0.9; }
a.button.purple { background: rgb(161,84,128); background: linear-gradient(180deg, rgba(161,84,128,1) 0%, rgba(138,39,94,1) 50%, rgba(113,10,66,1) 50%, rgba(118,8,69,1) 100%); color: white; }
a.button.green { background: rgb(197,220,132); background: linear-gradient(180deg, rgba(197,220,132,1) 0%, rgba(193,222,103,1) 50%, rgba(172,202,80,1) 50%, rgba(181,212,82,1) 100%); }
a.button.grey { background: rgb(120,102,100); background: linear-gradient(0deg, rgba(120,102,100,1) 0%,  rgba(120,102,100,1) 50%,  rgba(154,139,136,1) 50%, rgba(154,139,136,1) 100%); }
