/*
 * Globals
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');


/* Custom default button */


/*
 * Base structure
 */

html{
  height: 100%;
}

body {
  background: rgb(234,114,8);
  background: radial-gradient(circle, rgba(234,114,8,1) 0%, rgba(233,93,16,1) 100%);
  color: #3c3c3a;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 21px;
}

img{
  max-width: 100%;
  height: auto;
}

.lead{
  font-weight: unset;
  font-size: 1.5rem;
}

.contact{
  font-weight: bold;
}

.bullet{
  color: white;
  font-size: 2rem;
  vertical-align: middle;
}

a{
  color: #3c3c3a;
}

a:hover{
  color: white;
}