/* General */


body {
    margin: 0;
    background: #fafafa;
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#divider {
    height: 200px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* Typography */

body { 
	font-family: "dinar", tahoma;
	color: #808080; 
	margin: 0; 
	font-size: 1em; 
	font-weight: 300;
}

h1 { 
	font-family: "dinar", tahoma;
	color: #21252b;
	font-weight: 500;
    font-size: 4em; 
} 


p { 
	font-size: 1.2em; 
	font-weight: 300;
	color: #808080;
}



/* Header */

header {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	
}


/* Nav */
.navbar {
text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    position: fixed;
    background-color: black;
    border-color: #8d8d8d;
    border-width: 1px;
    border-style: solid;
    padding: 7px 10px;
    border-radius: 7px;
    max-width: 100%;
    min-width: 94%;
  z-index: 9999;
}

.logo {
  display: inline-block;
  height: 50px;
}

.wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2%;
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
	 text-align:center;
}
    
nav a {
      color: #21252b;
      text-decoration: none;
}

nav a:hover {
    color: #e63347;
    text-decoration: none;        
}

  
nav li  {
    display: inline-block;
    text-align: center;
	padding: 2px 4px;
    margin: 2px 2px;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.9rem;
    background-color: #e5a419;
    text-align: center;
    border-radius: 8px;
    text-shadow: 0px 0px 2px #000;
  }

nav a:hover [class^="fa"] { 
    color: #e63347;
    -webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out; 
}
  
#menu-toggle {display: none;}
  
.label-toggle {display: none;}
  
.wrapper {
   
  }


.to-top {
    text-align: right;
}
  


/* Services */

#services {
    height: 800px;
    padding-bottom: 80px;
}

.centered {
    margin: 0 auto;
    padding: 0 1em;
}

/* About */

#about {
    height: 800px;
    padding-bottom: 80px;
}



/*Testimonials*/

#testimonials {
    height: 800px;
    padding-bottom: 80px;
}


/* Contact */

#contact {
    height: 1000px;
    padding-bottom: 80px;
}


/* Fixes */

.padd {
    padding-top: 1px;
}

.expand {
    padding-top: 100px;
}