@charset "utf-8";

@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

/* Nav Menu */
.header {
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    line-height: 22.5px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	transform: .5s;
}
nav.black{
	background: rgba(0,0,0,0.8);
}
.header a {
	font-family: "San Francisco";
	text-transform: uppercase;
    color: inherit;
    text-decoration: none;
}
header ul li a.active{
	
	border-bottom: 3px solid;
}
.header a:hover {
    opacity: 0.5;
    transition: 0.2s;
}
.header ul {
    padding: 0;
    margin: 0;
}
.header ul li {
    display: inline-block;
    padding: 10px 34px;
    margin: 0 auto;
}
.header ul li i {
    font-size: 20px;
}
/* footer */
.footer{
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	height: 370px;
	background-color: #F2F2F2;
	margin-top: calc(100vh - 45px);
}
.column_container{
	width: 1000px;
	height: 250px;
	display: block;
	margin: 0 auto;
}
.footer_column{
	height: 100%;
	width: 20%;
	float: left;
}
.column_title{
	color: rgb(51, 51, 51);
	font-size: 1em;
	width: 100%;
	padding-bottom: 5px;
	font-family:'San Francisco';
	font-weight: bold;
	
}
.footer_item{
	color: rgb(102, 102, 102);
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	cursor: pointer;
	font-family:'San Francisco';
}
.footer_item:hover{
	text-decoration: underline;
	text-decoration-color: rgb(51, 51, 51);
	cursor: rgb(51, 51, 51);
	cursor: pointer;
}
.link:hover{
	text-decoration: underline;
	cursor: pointer;
}
.link{
	color: rgb(0, 112, 201);
}
.bottom_content{
	width: 1000px;
	display: block;
	margin: 0 auto;
}
.more_ways{
	width: 1000px;
	display: block;
	margin: 0 auto;
	padding:  10px 0;
	font-size: 12px;
	border-bottom:  solid 1px #e3e3e3;
	color: rgb(153, 153, 153);
	font-family:'San Francisco';
}
.copyright{
	padding: 10px 0;
	font-size: 12px;
	float: left;
	color: rgb(153, 153, 153);
	font-family:'San Francisco';
}
.other_stuff{
	float: left;
	font-size: 12px;
	color: rgb(102, 102, 102);
	border-right:  solid 1px rgb(214, 214, 214);
	width: 150px;
	margin: 10px 0;
	text-align: center;
	font-family:'San Francisco';
}
.other_stuffr{
	float: left;
	font-size: 12px;
	color: rgb(102, 102, 102);
	margin: 10px 0;
	width: 150px;
	text-align: center;
	font-family:'San Francisco';
}
.other_stuff:hover, .other_stuffr:hover{
	text-decoration: underline;
	text-decoration-color: rgb(102, 102, 102);
	cursor: pointer;
	color: rgb(102, 102, 102);
}
.other_stuff:nth-child(6){
	border-width: 0;
}