html {
	height: 100%;
	margin: 0;
	padding: 0;
	}


body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	background-color:#fff;
	border:0;
	margin:0;
	padding:0;
	min-height: 101%;
	min-width:100%;
	background-image:none;
	}

img	{
	max-width:100%;
	height:auto;
	}

img.logo {
	display:block;
	max-width:100%
	height:auto;
	margin:auto;
	}

.pavement {
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 }



ul	{
	margin-left:2em;
	}

li	{
	margin-top:1em;
	}


a:link {
	color: #999;
	text-decoration: none;
	}

a:visited {
	color: #999;
	text-decoration: none;
	}

a:hover {	
	color: #d9443f;
	text-decoration: none;
	}

a:active {
	color: #999;
	text-decoration: none;
	}

#header {
	padding: 0;
	position: relative;
	top: 0px;
	width: 100%;
	height: 20%;
	z-index: 999;
	background: #000;
	}

#menu {
	position:relative;
	float:left;
	width:100%;
	height: 40px;
	background-color:#000;
	font-weight:400;
	letter-spacing:1px;
	padding-top:1em;
	}

.topnav {
  overflow: hidden;
  background-color: black;
}

.topnav a {
  float: left;
  display: block;
  color: #05eee6;
  text-align: center;
 padding-right:20px;
	padding-left:20px;
  text-decoration: none;
  font-size: 17px;
}


.topnav a:hover {
  	color:#fff;
	text-decoration:none;
	}

.topnav a.active {
  	color: #05eee6;
	text-decoration:none;
	}

.topnav a.visited {
  	color: #05eee6;
	text-decoration:none;
	}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



h1 {
	color:#4d141a;
	font-size:50px;
	margin-top:100px;
	letter-spacing:normal;
	margin-left:0;
	margin-bottom:0;
	padding-bottom:0;
	display:block;
	}

h2	{
	color:#482f4f;
	}

h3	{
	color:#042548;
	}

	
.second	{
	margin-top:30px;
	}

.about-content {
	margin:auto;
	width:55%;
	padding-bottom:300px;
	}

p.about	{
	width:80%;
	line-height:1.6;
	margin-left:4em;
	margin-right:2em;
		}
	


#footer {
	clear:both;
	position:relative;
	width: 100%;
	z-index: 999;
	background-image:url("black.png");
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#999;
	bottom:0;
	padding-bottom:0;
	overflow:auto;
	} 


.center	{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
	}



.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 200;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
}


.side-container {
  display: flex;
  flex-wrap: wrap; /* Allows stacking on small screens */
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}

.side-image, .side-content {
  flex: 1 1 300px; /* Grow/shrink, but start at 300px width */
}

.side-image img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.side-content {border:1px solid black;
  padding: 10px;
}

