/* Justerar texten i Big Intro */
.intro-text {
	text-transform: none;  
}

/* Justerar rubrikerna för varje sektion */
.section-header h2 {
 	text-transform: none; 
}

.about-us .big-intro {
	font-weight: 100;  
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Roboto', 'sans-serif';
}

h1,h2 {
	font-weight: 100;
}

::selection {
	background:#ffc107;
}

/*
LÄNKFÄRGER
*/
a {
	color: #edb819;
}
a:visited {
	color: #edb819;
}
a:hover,
a:focus,
a:active {
	color: #ffc107;
}

/*
FÄRGINSTÄLLNINGAR FÖR TEAMSEKTIONEN
*/
.team-member .social-icons ul li a:hover {
	color: #ffc107;
}
.our-team .row > div:nth-child(4n+1) .red-border-bottom:before{
    background: #ffc107;
}
.our-team .row > div:nth-child(4n+2) .red-border-bottom:before{
    background: #dd9933;
}
.our-team .row > div:nth-child(4n+3) .red-border-bottom:before{
    background: #ffc107;
}
.our-team .row > div:nth-child(4n+4) .red-border-bottom:before{
    background: #dd9933;
}

/*
GÖR SÅ ATT VITA TEXTEN ÄR !IMPORTANT
*/
.white-text {
  	color: #FFFFFF !important;
}


/* 
MENYN I TOPPEN
*/
/*----  SECTION:  HOME > TOP BAR   ----*/
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a {
	color:#dd9933;
}	
.navbar-inverse .navbar-nav>li>a:hover {
	color: #ffc107;
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a {
color: #ffc107 !important; /* maroon ish */
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #ffc107;
}
.navbar-toggle.active{
    background-color: #ffc107 !important;
}
.navbar-toggle.collapsed{
    background-color: #808080 !important;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus {
	color: #ffc107;
}
.navbar-inverse .navbar-nav>li.current>a {
	color: #ffc107;
}
li.current>a:before {
	background: #ffc107;
}
ul.nav > li.current_page_item > a:before {
	background: #ffc107;
}
ul.nav > li.current_page_item.current > a:before {
	background: #ffc107;
}
