@charset "UTF-8";

@fontface {
    font-family: mina, serif;
    font-weight: 400;
    font-style: normal;
    @import url("https://use.typekit.net/xcr2hvl.css");
}

html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0px;
}

wrapper {
    width: 960px;
}

h1 {
    font-size: 50px;
    font-family: mina, serif;
    text-align: center;
    margin-bottom: 0px;
    color: rgb(194, 30, 98);
}

h2 {
    font-size: 35px;
    font-family: mina, serif;
    text-align: center;
    margin-bottom: 0px;
    color: rgb(194, 30, 98);
}

h4 {
    font-size: 20px;
    font-style: normal;
}

p {
    font-size: 17px;
    text-align: justify;
}

/*--------------------------------------------Nav--*/

nav {
    text-align: center;
}

nav ol {
    margin: 0px;
}

nav ol li {
    display: inline-block;
    padding: 10px;
}

nav ol li a {
    text-decoration:none;
    color: black;
}

nav ol li a:hover {
    text-decoration: underline;
}

/*------------------------------------------Header--*/

header {
    margin: 0px;
    padding: 0px;
    max-height: 300px;
}

.hero-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 100% 70%;
    margin-bottom: 0px;
}

.hero-text {
    color: white;
    position: absolute;
    right: 29.5%;
    left: 29.5%;
    top: 37%;
}

/*-------------------------------------------Main--*/

main {
    margin-left: 125px;
    margin-right: 125px;
}

/*-------------------------------------------Grid--*/

grid {
    margin: 0px;
    justify-content: center;
    display: flex;
}

.actual_grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5px;
}

.grid-pic {
    width: 450px;
    height: 250px;
    object-fit: cover;
    object-position: 100% 70%;
}

/*----------------------------------------Footer--*/

footer {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.footer-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    margin-bottom: 0px;
    font-family: cursive;
}



