body {
	background-color: #d9d5cc;
	font-family: "Montserrat", sans-serif;
	margin: 0 auto;
	color: #000;
	overflow-x: hidden;
	width: 100%;
}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

header {
	margin: 0 auto;
	width: 100%;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header h2 {
	font-size: 1.2em;
	font-weight: 500;
	color: #000;
	padding-bottom: 2%;
	border-bottom: #000 solid 1px;
	width: 80%;
}

/* Main */

main {
	text-align: center;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

main section {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-bottom: 4%;
}

.images {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	max-width: 80%;
	gap: 30px;
}

.hero-container {
	display: flex;
	flex-direction: rox;
	gap: 40px;
	width: 80%;
	height: fit-content;
	margin-bottom: 40px;
}

.screenshot-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 80%;
	height: fit-content;
	align-items: center;
}

.screenshot-each-div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.margin-top {
	margin-top: -40px;
}

.screenshots {
	max-width: 100%;
}

.left-align {
	text-align: left;
}

.center-align {
	text-align: center;
}

.right-align {
	text-align: right;
}

.hero-text-width {
	width: 60%;
}

h2 {
	font-size: 2em;
}

a {
	text-decoration: none;
}

.margintop {
	margin-top: 10px;
}

/* Displaying the photos */
#imgViewer,
#control {
	width: 100%;
	text-align: center;
}
#imgViewer img {
	border: 6px ridge #f90;
	width: 380px;
	max-width: 100%;
}
#imgViewer figcaption {
	font-style: italic;
}
#control button {
	background-color: #fff;
	margin: 0 20px;
	font-size: 1em;
	border: 1px solid rgb(139, 139, 139);
}

/* Footer */

footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	padding: 0% 0% 4% 0%;
	margin-top: 20px;
}

footer h2 {
	border-top: #000 solid 1px;
	padding-top: 1%;
	width: 119%;
}

.placeholder {
	width: 90%;
	border-radius: 50%;
}

.row {
	display: flex;
	flex-direction: row;
}
/*
@media screen and (max-width: 800px) {

    .modes {
        height: 250px;
    }


    .placeholder {
        width: 40%;
    }

    h2 {
        font-size: 1.5em;
    }

    .extra {
        display: inline-block;
    }

    .images {
        display: flex;
        flex-direction: column;
    }

    .images .col {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-bottom: 5%;
    }

    .col img {
        margin-right: 10%;
    }

    .name {
        text-align: left;
    }

    html, body {
        overflow-x: hidden;
    }

    body {
    position: relative
    }

    .logo {
        background-color: red;
    }
	*/
