/*
Theme Name: Medicine Wind
Description: A custom WordPress theme for Medicine Wind Music
Version: 1.0
Author: Kelsey Hodge
Text Domain: medicine-wind
*/

/* Reset and Base Styles */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #fff;
}

/* Medicine Wind Specific Styles */
.medicine-wind-container {
    background: rgb(255, 255, 255) url('./images/GrassMat.jpg') repeat scroll top left;
    margin: 0;
    padding: 51px 0;
    text-align: center;
}

.medicine-wind-content {
    margin: 0 auto;
    width: 667px;
    position: relative;
    word-wrap: break-word;
    text-align: left;
    background: transparent url('./images/LayeredPaper_03-1.jpg') repeat scroll top left;
}
