@import url('https://fonts.googleapis.com/css?family=Reem+Kufi');
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');

body {
	font-family: roboto, sans-serif;
	color: #545454;
    font-size: 1rem;
}

::-webkit-selection {
    background-color: #fcd369;
    color: #fff;
}

::-moz-selection {
    background-color: #fcd369;
    color: #fff;
}

::selection {
    background-color: #fcd369;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	color: #545454;
    font-weight: 600;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.25rem;
}

.button {
	font-family: brandon-grotesque, sans-serif;
    font-size: .875rem;
	text-transform: uppercase;	
	background-color: #65ABA8;
    font-weight: 600;
}

.button:focus, 
.button:hover {
	color: #253549;
    background-color: #fcd369;
}

.top-bar, .top-bar ul {
	background-color: #65ABA8;
	color: #545454;
}

.top-bar a {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
	color: #FFF;
	text-transform: uppercase;
}

.top-bar .button {
	background-color: #545454;
	white-space: nowrap;
}

.top-bar .button:hover {
    background-color: #fcd369
}

.top-bar .menu-text {
	padding: 1px 1rem;
}

.top-bar .menu-text img {
	height: 35px;
}

.section {
    padding: 1rem 0;
}

@media print, screen and (min-width:40em) {
	.top-bar .menu-text {
		padding: .7rem 1rem;
	}
	
	.top-bar .menu-text img {
		height: 50px;
	}
	
	.top-bar .float-right {
		padding: 17px 0;
	}
    
    .section {
        padding: 2rem 1rem;
    }
    
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}

.top-bar .menu-text a {
	padding: 0;
}

footer {
	background: #253549;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #FFF;
}