
/*
 *  CSS Template
 */
 body {
	
	font-family: Arial, Helvetica, sans-serif;
	
}
.header {
  width: 100vw;
  background-color: #374b73;
  padding: 20px;
  text-align: center;
  
}

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

.colorh1{
	color: #fff1ed;
}
.colorh1b{
	color: #374b73;
	text-align: center;
}

body {
  background-color: #fff1ed;
  
}
.writ {
	color: #374b73;
	font-weight: bold;
	
	padding: 0.5vw;
}
.writs {
	color: #374b73;
	font-weight: bold;
	padding: 0.5vw;
}
a:link {
  text-decoration: none;
}
.container1 {
border: .5vw solid #374b73;
border-radius: 5px;
margin-top: 15px;
margin-bottom: 15px;
}
.container2 {
border: .5vw solid #ffffff;
border-radius: 5px;
margin-top: 15px;
margin-bottom: 15px;
}

.footer {
	width: 100vw;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	padding: 70px 0;
	box-sizing: border-box;
	background-color: #374b73;
	margin-top: 80px;
}
.inner_footer {
	display: block;
	margin: auto;
	width: 1100px;
	height: 100%;
	
}
.inner_footer .logo_container{
	width: 35%;
	float: left;
	height: 100%;
	display: flex;
}


.inner_footer .logo_container img{
	Width: 10vw;
	height: auto;
	margin: 0px 20px 0px 20px;
	
}

.inner_footer .footer_third{
	width: calc(21.6666666667% - 20px);
	margin-right: 10px;
	float: left;
	height: 100%;
}
.inner_footer .footer_third:last-child{
	margin-right: 0;
}


.inner_footer .footer_third h1{
	font-family: 'arial';
	font-size: 1.2vw;
	color: white;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.inner_footer .footer_third a{
	font-family: 'arial';
	font-size: 1.2vw;
	color: white;
	display: flex;
	font-weight: 200;
	width: 100%;
	padding-bottom: 5px;
}

.colorp{
	color: #374b73;
    margin: 20px 20px 20px 20px;
}

/*follow us ul styling*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #374b73;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #ff8197;
}


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

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

input[type=reset] {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #374b73;
}

input[type=reset]:hover {
  background-color: green;
}


/* Create two columns that float next to eachother */
.column {

  width: 60%;
  margin-top: 6px;
  padding: 20px;
}

Clear floats after the columns 
.row:after {
  content: "";
  display: table;
  clear: both;
}


  
img {
	max-width: 100%;
	height: auto;
	margin: 15px;
}
