@charset "UTF-8";
/* CSS Document */


/* Body Formatting */

body {
	background-color: #191312;
	background-opacity: .4;
}

p1 {
	font-family: 'Hind', sans-serif;
	color: #DFD9AB;
	font-size: 20px;
	font-weight: bold;
	
}

p2{
	font-family: 'Hind', sans-serif;
	color: #DFD9AB;
	font-size: 14px;
	font-weight: bold;
	
}

p3{
	font-family: 'Hind', sans-serif;
	color: #DFD9AB;
	font-size: 12px;
	
}

p4{
	font-family: 'Hind', sans-serif;
	color: #DFD9AB;
	text-align: center;
	font-size: 18px;
}


h2 {
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	color: #DFD9AB;
	font-size: 24px;
	text-align: center;
}

h3 {
	font-family: 'Hind', sans-serif;
	color: #DFD9AB;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}

/* Change the link color to #41393d on hover */
li a:hover {
    background-color: #883E24;
	color: #DFD9AB;
}


/* Form Formatting */
h {
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	color: #491000;
	font-size: 24px;
	text-align: center;
}

form {
	background-color: #DFD9AB;
	color: #491000;
	font-family: 'Hind', sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 34px;
	border-radius: 8px;
	
}

input {
	padding-top: 5px;
	padding-bottom: 5px;
}


.col-centered{
    float: none;
    margin: 0 auto;
}

/* Image Formatting */
img {
    border-radius: 8px;
}

/* Formats Responsive Navigation */


.topnav {
    background-color: #DFD9AB;
    overflow: hidden;
	font-family: 'Hind', sans-serif;
	margin: 0 0 .5% 0;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #191312;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    color: #491000;
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
	text-decoration: none;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #883E24;
    color: #DFD9AB;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #DFD9AB;
    color: #883E24;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Formats landing images */

.position {
	position: relative; 
	left: 0; 
	top: 0;
}


/* Media Queries */

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
    float: right;
    display: block;
  }




@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

}