html {
	scroll-behavior: smooth;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
}

.fanooceLogo {
	height:60px;
}

h1{
	font-size: 2.5em;
	font-weight: bold;
}

h2{
	font-size: 2em;
	font-weight: bold;
}

h3{
	font-size: 1.5em;
	font-weight: bold;
}

h4{
	font-size: 1.5em;
}

h5{
	font-size: 1em;
	font-weight: bold;
}

p{
	font-size: 1em;
}

a {
	color: #ff6f00;
	text-decoration: none;
}

a:hover {
	color: #ff6f00;
	text-decoration: underline;
}

a.gray {
	color: #999999;
	text-decoration: none;
}

a.gray:hover {
	color: #999999;
	text-decoration: none;
}

.btn {
    background-color: transparent;
    border: #cccccc 0px solid;
    color: #ff6f00;
    font-weight: bold;
    font-size: 1em;
}

.form-control {
    border: #cccccc 2px solid;
    color: #666666;
    font-size: 1em;
}
