@charset "UTF-8";
@import url("home.css");
/* CSS Document */

/* Fonts */
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2em;
    color: #000;
}

/* Reset */
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Headings */
h1, h2 {
    color: #524876;
}

/* Images */
img {
    display: block;
    margin: 0 auto;
}

/* ================= NAVIGATION ================= */
#mainNav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #524876;
    height: 50px;
    font-family: "Roboto", sans-serif;
    z-index: 1000;
}

#mainNav a {
    float: left;
    color: #B4A2F5;
    padding: 14px 16px;
    text-decoration: none;
}

#mainNav a:hover {
    background-color: #DC6511;
    color: #fff;
    font-weight: 700;
}

#mainNav-right {
    float: right;
}

/* Prevent content hiding under fixed nav */
body {
    padding-top: 60px;
}

/* ================= HEADER ================= */
.start_bg {
    background: url("../shahadat-osman-MYLgGtYdB0M-unsplash.jpg")center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start_bg h1 {
    font-size: 4em;
    color: #524876;
    text-align: center;
}

/* ================= FLEXBOX ================= */
.container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background-color: #00519E;
    flex-wrap: wrap; /* makes it responsive */
}

.element {
    flex: 1 1 400px;
    margin: 1em;
    padding: 1em;
    background: #fff;
    border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Section headings */
.element h2 {
    text-align: center;
    font-size: 2em;
    font-weight: 900;
    color: #524876;
}

/* Background images */
.firststart_bg {
    background: #94B695 url("../kenny-eliason-zFSo6bnZJTw-unsplash.jpg");
    background-size: cover;
    height: 200px;
    border-radius: 8px;
	align-content: center;
}

.secondstart_bg {
    background: #94B695 url("../images/mimzy-ai-generated-8489717_1280.png")no-repeat center;
    background-size: cover;
    height: 200px;
    border-radius: 8px;
	align-content: center;
}

/* ================= FOOTER ================= */
footer {
    background-color: #19191F;
    color: #FFEEE0;
    text-align: center;
    padding: 20px;
}
