﻿  


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto',sans-serif;
}
nav{
  background: #fff;
  padding:0px 5px;
}
nav ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
nav ul li{
  padding: 15px 0;
  cursor: pointer;
}
nav ul li.items{
  position: relative;
  width: auto;
  margin: -5px 16px;
  text-align: center;
  order: 3;
}
nav ul li.items:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.2s linear;
}
nav ul li.items:hover:after{
  opacity: 1;
  bottom: 8px;
}
nav ul li.logo{
  flex: 1;
  color:#fff;
  font-weight: 500;
  cursor: default;
  user-select: none;
  margin-top:0px;
 
}
nav ul li a{
  color:#1A1A1A;
  font-size: 14px;
  text-decoration: none;
  transition: .4s;
}
nav ul li:hover a{
  color: #000;
  font-weight:600;
}
nav ul li i{
  font-size: 19px;
}
nav ul li.btn{
  display: none;
 
}
nav ul li.btn.hide i:before{
  content: '\f00d';
}





@media all and (max-width: 576px){
  nav{
    padding: 0px 15px;
  }
  nav ul li.items{
    width: 100%;
    display: none;
  }
  
  nav ul li.items.show{
    display: block;
  }
  nav ul li.btn{
    display: block;
    margin-top:-12px;
    padding-right:10px;
   
  }
  nav ul li.items:hover{
  }
  nav ul li.items:hover:after{
    opacity: 0;
  }
}

.icon-bar {
  position: fixed;
  top: 26%;
  right:0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 11px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}
.icon-bar a:hover {
  background-color: #ccc;
}







.facebook {
  background: #000;
  color: white;
  border-bottom:thin solid #ccc;
}
.twitter {
  background: #000;
  color: white;
  border-bottom:thin solid #ccc;

}
.google {
  background: #000;
  color: white;
  border-bottom:thin solid #ccc;
	
}
.linkedin {
  background: #000;
  color: white;
  border-bottom:thin solid #ccc; 
}
.youtube {
  background: #000;
  color: white;
  border-bottom:thin solid #ccc;

}
.content {
  margin-left: 75px;
  font-size: 30px;
}
  .copyright-footer
{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin-top:30px;
	font-size: 7pt;
	width: 175px;
	float:right;
	padding-right:30px;
}



    	
	.mission {
	font-family:Copperplate Gothic,serif; 
	color:#90909C;
	line-height:1.9;
	text-align:left;
	font-weight:600;
	padding-left:20px;
	padding-right:20px;
	max-width:750px;


 

	}
    
    h2 {
	font-weight:600;
	font-size:20px;
	text-align: left;
	padding-left:20px;
	padding-right:20px;

	} 
	
	
    .bodyText{
    margin-top:36px;
	font-family:Roboto, sans-serif; 
	color:#90909C;
	line-height:1.9;
	text-align:left;
	padding-left:18px;
	padding-right:18px;
	max-width:850px;

			}
  
 	
		/* Create two equal columns that floats next to each other */
	.column {
 	float: left;
  	width: 50%;
  	overflow-x:hidden;
  		}

	/* Clear floats after the columns */
	.row:after {
  	content: "";
  	overflow-x:hidden;
  	display: table;
  	clear: both;
	}
	}
 
 
 	* {box-sizing: border-box;}

  


body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x:hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 50.0%;
  
  }

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}
.container {
  padding: 10px 0;
}


.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}




    	
	.mission {
	font-family:Copperplate Gothic,serif; 
	color:#90909C;
	line-height:1.9;
	text-align:left;
	font-weight:600;
	padding-left:20px;
	padding-right:20px;
	max-width:750px;


 

	}
    
    h2 {
	font-weight:600;
	font-size:20px;
	text-align: left;
	padding-left:20px;
	padding-right:20px;

	} 
	
	
    .bodyText{
    margin-top:36px;
	font-family:Roboto, sans-serif; 
	color:#90909C;
	line-height:1.9;
	text-align:left;
	padding-left:18px;
	padding-right:18px;
	max-width:850px;

			}
  
 	
		/* Create two equal columns that floats next to each other */
	.column {
 	float: left;
  	width: 50%;
  	overflow-x:hidden;
  		}

	/* Clear floats after the columns */
	.row:after {
  	content: "";
  	overflow-x:hidden;
  	display: table;
  	clear: both;
	}
	}
 
 
 	* {box-sizing: border-box;}

  


body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x:hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 50.0%;
  
  }

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}
.container {
  padding: 10px 0;
}


.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

@media screen and (max-width: 600px) {
  .column {
    width:100%;
    display: block;
  }
}




















