/*

	Author: Mark Pearson
	Date: 03/01/2022

*/

/* Set font styles */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@300&display=swap');

/* Global styles */
body { font-family: 'Lato', sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: 'Bebas Neue', cursive; }
p { margin-bottom: 20px; }

/* Main styles */
.vr { border-color: yellow; }
.btn { border-color: #333; font-family: 'Bebas Neue', cursive; color: #333; background: transparent; cursor: pointer; }
strong { text-transform: uppercase; }

/* Carousel styles */
#carousel .btn { border-color: yellow; font-family: 'Bebas Neue', cursive; color: yellow; margin-top: 20px; }

/* Header styles */
.logo { width: 120px; height: 140px; background-size: 120px; background-position: left top; margin-top: 20px; }

/* Form styles */
input[type="text"], textarea, select { border-color: #333; font-family: 'Bebas Neue', cursive; letter-spacing: 0.3em; }
.checkbox { margin-top: 25px; }
.checkmark { border-color: #333; }
select { width: auto; }
.list li { padding: 10px 0 10px 0; }

/* Footer styles */
.cancer-research { width: 200px; height: 100px; background: url('../svg/cancer-research.svg') center center / 200px no-repeat; margin: auto; }

/* Media queries */
@media (max-width: 64em) 
{



}