.mugshot {
	float:center;
	margin: auto;
	position:relative;
	align-items: right;
}

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: right;
    padding: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%; font-size:20px;}
.col-6 {width: 50%; font-size:20px}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
html {
    font-family: serif;
}
.header {
    background-color: #9933cc;
    color: #ffffff;
    padding: 15px;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.emailfield {
	margin-left: auto;
	margin-right: auto;
	border:medium;
	width:50px;
}

.topspace {
	padding-top: 25px; 
}

.pp {
	margin-left: 25%;
	margin-right: 25%;
	word-wrap: normal;
}
	
body {
	color: black
}

.button {
    background-color: #5a5250;
    border: none;
	align-content: center;
    color: white;
    padding: 5px 20px;
	width: 180px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    cursor: pointer;
}

#NavBar {
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
	display: inline-block;
}

.img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.rectangle{
	height: 299px;
	width: 100%;
	background-color: #9ead75;
	text-align: center;
	position: relative;
	display: inline-block;
}

.M1{
	margin-left: 20%;
	margin-right: 20%;
	text-indent: 15px;
}

.M2{
	margin-left: 20%;
	margin-right: 20%;
	font-size: 16px;
	text-indent: 15px;
}

* {
    box-sizing: border-box;
}

.columns {
	word-wrap: normal;
	text-indent: 15px;
	margin-left: 20%;
	float: center;
    width: 30%;
    padding: 2px;
    height: 300px;
}

.row {
	content: "";
	display: table;
	clear: both;
	text-indent: 15px;
	font-size: auto;
}

@media screen and (max-width: 600px) {
	.column {
		width: 100%
	}
}
.p{
	margin-left: 35%;
}

.L1{
	margin-left: 35%;
}

div.c {
	align-content: top;
	
} 

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"Helvetica, sans-serif;}
* {box-sizing: border-box;}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}