body {
    background-color: #C1D0D9;
    text-align: center;
    color: white;
    font-family: 'Gayathri', sans-serif;
    min-width: 630px;
}

a {
    text-decoration: none;
    color: white;
    font-family: 'Gayathri', sans-serif;
    font-size: 32px;
}

h1 {
    font-size: 78px;
    margin-bottom: 0px;
    padding-top: 35px;
}
h2 {
    margin-top: 0px;
    padding: 0px 20px 20px 20px;
    font-size: 30px;
}
.headline {
    background-color: #BF214B;
    position: relative;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    max-width: 1000px;
}

img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 50%;
}

nav li {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px 5px;
    background-color: #0E6973;
    max-height: 100px;
    max-width: 300px;
    border-radius: 50px;    
}

nav a {
    font-size: 25px;
    color: white;
    text-decoration: none;
}

nav li:hover {
    opacity: .7;
    background-color: #0E7373;
}

.sticky {
    position: fixed;
    background-color: #C1D0D9;
    top: 0;	
	margin-top: 0px; 
    width: 100%;
}

button {
	align-content: center;
	background-color: #F26D85;
	text-decoration: none;
  	outline: none;
	margin-top: 10px;
    margin-bottom: 0px;
    font-size: 50px;
	color: white;
    font-family: 'Gayathri', sans-serif;
	border: none;
}

button:hover {
	color: #C1D0D9;
}

p {
    color: white;
    font-size: 32px;
    padding: 0px 10% 10px 10%;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
}

.resume {
	margin-left: 5%;
}

.responsibilities {
	list-style-type: circle;
	margin-left: 22%;
	font-size: 28px;
}

p a {
	color: #0E7373
}

.about {
	margin-left: 0px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 50px 0px 50px;
    font-size: 70px;
}


h4 {
	margin-top: 10px;
    margin-bottom: 0px;
    font-size: 50px;
}

h5 {
	font-weight: 700;
	font-size: 40px;
	margin: 25px 15% 15px 10%;
	text-align: left;
}


.block {
    background-color: #F26D85;
    margin: 5px 2% 5px;
    border-radius: 50px;
}
.title {
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
    list-style-type: none;
	text-align: left;
	margin-left: 12%;
	margin-right: 10%;
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.panel {
	display: none;
	overflow: hidden;
}


ul {
	margin-bottom: 10px;
}
.column img {
    max-width: 600px;
    padding: 30px 0px;
}

.responsive {
    width: 100%;
    height: auto;
}

figcaption {
    font-size: 28px;
}

/* Clyde Photo Grid*/

.row {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 45%;
    padding: 0 5px;
}

.row img {
    width: 100%;
    border-radius: 40px;
    padding: 0px;
}
