
/*
Theme Name: ProAm Events Theme
Author: Custom Build
Version: 1.0
*/

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #E8DCC2;
    color: #1E3A56;
}

h1,h2,h3 {
    font-family: 'Playfair Display', serif;
}

a {
    text-decoration: none;
    color: #426F6D;
}

.header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
    background:#1E3A56;
}

.header img {
    height:50px;
}

.hero {
    height:80vh;
    background-size:cover;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    text-align:center;
}

.btn {
    background:#426F6D;
    color:white;
    padding:12px 24px;
    margin:10px;
    display:inline-block;
}
