:root {
	--grey: #1b1b1b;
	--color1: #8C2318;
	--color2: #5E8C6A;
	--color3: #88A65E;
	--color4: #BFB35A;
	--color5: #F2C45A;
}
/* colors
#1b1b1b grey
#005F6B 1 blue
#008C9E 2 blue
#00B4CC 3 blue
#00DFFC 4 blue
*/
html {
  font-family: 'Ubuntu', serif;
  /*text-shadow: 1px 1px 1px #aaa;*/

}
body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    max-width: 1366px;
    font-family: 'Ubuntu', serif;
}
.portfolio-item {
    margin-bottom: 25px;
}
.featured_project {
	margin-bottom: 30px;
}
.workButton {
	width:400px;
	height:98px;
	border:1px solid #000;
	margin:10px auto 10px;
	border-top-left-radius: 5px 10px;
	border-top-right-radius:  5px 10px;
	border-bottom-right-radius:  5px 10px;
	border-bottom-left-radius: 5px 10px;
	-moz-border-radius-topleft: 5px 10px;
	-moz-border-radius-topright: 5px 10px;
	-moz-border-radius-bottomright: 5px 10px;
	-moz-border-radius-bottomleft: 5px 10px;
    background: var(--grey);
	position: relative;
	box-shadow: 10px 10px 5px #888888;
}
.workButtonText{
	position: relative;
	margin-left: 20px;
	top: 20%;
    width: 100%;
    text-align: left;
    font-size: 36px;
	color: var(--color3);



}
.workButtonImage{
	width:128px;
	height:96px;
	float:right;
	padding:0px;
	border-left:1px solid #000;

	border-top-right-radius:  5px 10px;
	border-bottom-right-radius:  5px 10px;


	-moz-border-radius-topright: 5px 10px;
	-moz-border-radius-bottomright: 5px 10px;



}

.project_collection{
	background-color:rgba(100,100,100,0.5);
	padding-bottom: 30px;

}

#featured_project_main_pic {
	max-height:700px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

footer {
    margin: 50px 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  width: 100%;
  height: auto;
  padding: 5px;
}

h2 {
  text-align: center;
  padding-bottom: 1em;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.main_pic_wrapper {

}

.main_pic_wrapper:after{
	padding-top: 56.25%;
	content: '';
}

.project_collection {
  margin-top: 30px;

}

.page_wrapper {
	background-color: #eeeeee;
}

.navbar {
	margin-bottom: 0px;
}

#additional_pics_row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: row dense;
  grid-gap: 5px;
}

#additional_pics_row img {
  border: 1px solid black;
  box-shadow: 2px 4px 4px rgba(0,0,0,0.2);
}

#additional_pics_row img.vertical {
  grid-row-end: span 2;
}
