﻿/***********************FONT SIZES*****************************************/

/*
body {
}

/*****************NAVIGATION**********************************************/
.navbar
{ 
    background:#fff;  
}

.navbar .navbar-brand
{
                             background: url(../img-profile/ytterbygg.png);
							  background-color: #fff;
                                                          background-position:0 7px;
                                                          background-repeat:no-repeat;
                                                          color: #fff;
                                                          font-size: 24px;
                                                          text-shadow: none;
                                                          padding-top: 10px;
                                                          padding-bottom: 10px;
                                                          width:263px !important;
                                                          height:25px;
}
