@charset "UTF-8";
@import url("Oswald_VariableFont_wght/stylesheet.css");
  
body {
	background-color: #000000;
}

h4 {
	margin: 10px;
}


a {
	color: #c5c508;
}

.menu {
	background-color: #7e0040;
	color: #FFFFFF;
	box-sizing: border-box;
}

.menu.container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.menu.item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16.66%;
}

.centre_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}


.bullets {
	padding-top: 10px;
	padding-bottom: 10px;
    font-family: "Oswald VariableFont wght", Gotham, Helvetica, "Helvetica Neue", sans-serif;
    font-weight: lighter;
    color: #ffffff;
	letter-spacing: 2px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bullet {
	width: 50px;
	height: 50px;
	background-color: #a98300;
	border-style: none;
	border-radius: 70px;
}

.bullet.about {
	background-color: #a98300;
}

.bullet.dry_hire {
	background-color: #007468;
}

.bullet.serviced_hire {
	background-color: #44a893;
}

.bullet.contact {
	background-color: #dab784;
}

.bullet.consulting {
	background-color: #cd4d88;
}

.bullet.design {
	background-color: #e2a703;
}


.bullet.current {
	border-style: solid;
}

.bullet:hover {
	width: 45px;
	height: 45px;
}

.page.container {
	display: flex;
	flex-direction: row;
}

.page.text {
	min-width: 60%;
	width: auto;
    float: left;
    font-family: "Oswald VariableFont wght", Gotham, Helvetica, "Helvetica Neue", sans-serif;
    font-weight: lighter;
    color: #ffffff;
    font-size: 20px;
	margin: 10px;
}

.page.image {
    padding-right: 10px;
    padding-left: 10px;
	padding-bottom: 10px;
	width: 700px;
}

.article.image {
    padding-right: 10px;
    padding-left: 10px;
	padding-bottom: 10px;
	width: 30%;
}

.thumbnail.image {
    padding-right: 10px;
    padding-left: 10px;
	padding-bottom: 10px;
	width: 200px;
}

.image.container {
    width: 60%;
    float: right;
    background-color: #7e0040;
}

.footer {
    background-color: #7e0040;
	color: #ffffff;
	font-style: normal;
	font-family: "Oswald VariableFont wght", Gotham, Helvetica, "Helvetica Neue", sans-serif;
    font-weight: lighter;
	text-align: center;
	letter-spacing: 3px;
	padding: 20px;
}

.landing.image {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
}

@media screen and (max-width: 900px){
	.bullets {
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: "Oswald VariableFont wght", Gotham, Helvetica, "Helvetica Neue", sans-serif;
		font-weight: lighter;
		color: #ffffff;
		letter-spacing: 2px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}

@media screen and (max-width: 700px){
	.menu.item {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50%;
	}
	.centre_image
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}


/* For portrait orientation */
@media (orientation: portrait) {
	.centre_image
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.article.image
	{
    padding-right: 10px;
    padding-left: 10px;
	padding-bottom: 10px;
	width: 100%;
	}
}