@import url('https://fonts.googleapis.com/css2?family=Spicy+Rice&display=swap');

@font-face {
    font-family: 'black_jackregular';
    src: url('blackjack-webfont.eot');
    src: url('blackjack-webfont.eot?#iefix') format('embedded-opentype'),
         url('blackjack-webfont.woff2') format('woff2'),
         url('blackjack-webfont.woff') format('woff'),
         url('blackjack-webfont.ttf') format('truetype'),
         url('blackjack-webfont.svg#black_jackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    text-transform: uppercase;
    text-align: center;
    color: green;
    background-color: yellow;
    font-size: 42px;
    font-family: 'Spicy Rice', cursive;
    padding: 10px;
    margin: 20px 2%;
    box-shadow: 0px 0px 8px black;
}

h2 {
    font-family: 'black_jackregular', cursive;
    font-size: 30px;
}

p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.4;
}

span {
    font-weight: 700;
}

p.green {
    color: green;
}

p.space {
    margin-top: 5px;
    margin-bottom: 15px;
}

p.form-space {
    text-align: center;
    margin-bottom: 15px;
}

.large {
    font-size: large;
}

.faq-list li {
    list-style-image: url('images/leaf.gif');
    list-style-position: inside;
}

.right {
    float: right;
    margin-left: 15px;
}

.left {
    float: left;
    margin-right: 45px;
}

.up {
    margin-top: 15px;
}

.leftup {
    float: left;
    margin-right: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
}

input, select, textarea {
    color: gray;
    border-radius: 4px;
}

input[type=submit], input[type=reset] {
    background-color: green;
    color:yellow;
    padding: 10px 15px;
    border-radius: 5px;
    background-image: none;
    box-shadow: none;
    border: 1px solid black;
}

input[type=text], select, input[type=email], input[type=tel] {
    line-height: 1.5;
    padding: 4px;
}

textarea {
    min-width: 300px;
    height: 150px;
}

nav a {
    display: inline;
    padding: 6px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: lightgreen;
    border: 4px solid lightgreen;
    border-radius: 5px;
}

nav a:link, nav a:visited {
    color:green;
    text-decoration: none;
}

nav a:hover, nav a:focus {
    color:darkgreen;
    border: 4px solid yellow;
    text-decoration: underline;
}

.faqcontent h2 {
    column-span: all;
	margin-bottom: 15px;
    text-align: center;
}