@charset "UTF-8";
/* CSS Document */

body {
    background-image: url("images/background.jpg");
    background-repeat: repeat; /* Choose how to repeat */
    background-color: #cccccc; /* Fallback background color */
}


h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    background-color: #4CAF50;
	
	background: linear-gradient(to right, #00f, #0f0);
    padding: 20px 0;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #555;
    background-color: #E0E0E0;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #777;
    background-color: #F0F0F0;
	
    margin-bottom: 15px;
    margin-top: 10px;
    border-bottom: 2px solid #000; /* Border on the bottom */
}

p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-left: 20px;
    line-height: 1.6;
}

li {
    margin-bottom: 10px;
}

footer {
    text-align: center;
}

.emphasis {
    color: #FF6347;
    font-weight: bold;
}

main p {
    color: #333;
    font-size: 18px;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.highlight {
    color: #FF6347;
    font-weight: bold;
}

/* Paragraph */
p {
    margin-bottom: 20px; /* Adjust as needed */
}

/* Heading 1 */
h1 {
    padding: 20px 0;
}

/* Heading 2 */
h2 {
    padding: 20px 0 0 20px;
    margin-bottom: 10px;
}

/* Heading 3 */
h3 {
    margin-bottom: 15px;
    margin-top: 10px;
}

/* Unordered List Items */
ul li {
    list-style-type: square;
    list-style-position: inside;
    margin-left: 20px;
}

/* Navigation */
nav {
    padding: 10px 0;
    text-align: center;
}

nav a {
    padding-right: 10px;
}

/* Ordered List Items */
ol li {
    list-style-type: decimal;
    margin-left: 40px;
}

#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #000; /* Adjust the border style and color */
    background-color: #f5f5f5; /* Adjust the background color */
    padding: 20px;
}

.feature-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e0e0e0; /* Adjust the background color */
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #000; /* Adjust border style */
    border-radius: 10px; /* Round the corners */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* Drop shadow */
}
.gallery {
    margin: 10px;
}


img {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #165b62;
}
