a.fa {
    text-decoration: none;
}

.fa {
  padding: 20px;
  padding-top: 15px;
  font-size: 50px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: white;
}

/*body {
	background-color: #F2F4F4;
}
.ph-menu {
	display: none;
}
.header::before {
	content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 80px;
	background-color: #94d4d3;
    top: 0;
    z-index: -1;
}
.header {
	font-family: 'Comfortaa', cursive;
	font-weight: 900;
	color: white;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    word-spacing: normal;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    height: 72px;
    margin: 0;
    padding: 0;
	max-width: 100%;
}

.header img {
    margin-left: 90px;
	height: 70px;
	width: 100px;
}

.inner-wrapper {
	height: 100%;
	max-width: 100%;
}

.inner-header {
    float: left;
	max-height: 100%;
}
.inner-header.logo {
    width: auto;
	max-height: 100%;
}

.links {
    margin-top: 30px;
    margin-right: 70px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
	cursor: pointer;
}

a.fa {
    font-size: 23px;
    text-decoration: none;
}

.fa {
  padding: 20px;
  padding-top: 25px;
  font-size: 50px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: white;
}

.header::after {
	border-bottom: 1px solid white;
}

.links a {
	color: white;
}

.btn-log-in {
	right: 2%;
	width: auto;
}

.btn-sm.btn-default {
	border-radius: 25px;
	min-width: 84px;
	font-size: 12px;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    line-height: 12px;
	color: white;
	background: 0 0;
	text-align: center;
	padding: 12px 15px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	top: 20px;
	left: 45px;
}

.btn-sm.btn-default:hover  {
	background: 0 0;
	color: white;
}
.drop-down-menu {
	display: none;
	width: 100%;
	height: 150px;
	background-color: #efcb10;
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
	color: white;
    font-size: 14px;
    font-style: normal;
}

.drop-down-menu ul {
	margin: 0;
	width: 100%;
	height: 60px;
	font-size: 14px;
	text-align: center;
    list-style-type: none;
	background-color: #efcb10;
}

.drop-down-menu li {
	float: left;
	padding-left: 5%;
	color: white;
}

.inner-header.menu ul {
	margin: 0;
	margin-left: 110px;
	font-size: 14px;
    list-style: none;
}

ul li a:hover  {
    text-decoration: none;
	color: #ef6e5b; 
}


.inner-header li i {
	color: black;
	padding-left: 5px;
}

.drop-down-menu a {
	color: white;
}

.drop-column {
	float: left;
	margin-top: 20px;
	padding-left: 50px;
	width: 20%;
	text-align: center;
}

.drop-column p {
	text-transform: none;
	font-size: 14px;
}

#line {
	height: 1px;
	background-color: white;
}

.drop-column a {
	text-decoration: none;
}

.drop-column a:hover {
	color: #986F18;
}

.drop-wrapper {
	margin-left: 20%;
}

.show {
	background-color: /*#efcb10*/#94d4d3;
}

@media only screen and (max-width: 1200px) {
	.header img {
		margin-left: 80px;
		height: 100%;
	}	

	.inner-header.menu ul {
		margin: 0;
		list-style-type: none;
		font-family: 'Comfortaa', cursive;
		font-size: 14px;
	}

}

@media only screen and (max-width: 830px) {
	.links {
    	margin-right: 30px;
	}
}

@media only screen and (max-width: 510px) {
	.inner-header.menu ul {
		font-size: 12px;
	}
	.header img {
		margin-left: 10px;
	}
	a.fa {
		font-size: 14px;
	}

	.fa {
	  padding: 10px;
	  padding-top: 25px;
	  font-size: 25px;
	  width: 25px;
	}
}*/