
*
{
    font-family: 'Nunito', sans-serif;
}

html
{
    position: relative;

    min-width: 300px;
    min-height: 100%;
}
body
{
    min-height: 100%;
    margin-bottom: 60px; /* Margin bottom by footer height */
    /*background-image: url('../images/bakgrundsbild.jpg') ;*/
}
.footer
{
    /* height: 45px; /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */

    position: absolute;
    bottom: 0;

    width: 100%;
    /*background-color: #f5f5f5;*/

    background-color: rgba(62, 117, 157, 1);
}


.navbar#navnav
{
    font-family: 'Nunito', sans-serif !important;
    background-color: white !important;
}
/*a:link {
    text-decoration: none !important;
    color: black;
}

a:visited {
    text-decoration: none !important;
    color: black;
}*/
a{
   text-decoration:none; 
   color: black; 
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: black;
}



.addShadow{
  -webkit-box-shadow: 0px 3px 5px 0px rgba(62, 117, 157,0.30);
-moz-box-shadow: 0px 3px 5px 0px rgba(62, 117, 157,0.30);
box-shadow: 0px 3px 5px 0px rgba(62, 117, 157,0.30);
}

.space{
  width: 100%;
  height: 50px;
}

.bg
{
    height: 100%;

    background-image: url('../images/bakgrundsbild.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-projects
{
    /*background-image: url("../images/bakgrundsbild.jpg");*/
    height: 100%;

    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-about
{
    /*background-image: url("../images/bakgrundsbild.jpg");*/
    height: 100%;

    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-contact
{
    /*background-image: url("../images/bakgrundsbild.jpg");*/
    height: 100%;

    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}




@media (max-width: 992px)
{
    .darkArea
    {
        padding: 20px 40px !important;

        color: rgb(255, 255, 255);
    }
    h3
    {
        margin-bottom: 20px;

        text-align: center;
    }
    .contain
    {
        margin-top: 30px;
        padding: 0 40px;
        text-align: center;
    }
}
@media (min-width: 992px)
{
    #navnav
    {
        padding-right: 100px;
        padding-left: 100px;
    }
    .icons
    {
        font-size: 35px !important;

        margin: 10px 5px;

        color: #fff;
        background-color: transparent;
    }

    .darkArea
    {
        padding: 30px 100px;

        color: rgb(255, 255, 255);
    }
    .contain
    {
        margin-top: 50px;
        text-align: center;
        /* padding: 20px 100px; */
    }
    h3
    {
        margin-bottom: 20px;
    }
}


.icons
{
    font-size: 30px  !important;

    margin: 10px 5px;

    color: #fff;
    background-color: transparent;
    /*margin-top: px;*/
}
.img-fluid{
  margin-bottom: 20px;
}


#blueLine
{
    width: 100%;
    height: 8px;

    background-color: rgba(62, 117, 157, 1);
    /*background-color: #137CC9;*/
}
.navbar-toggler
{
    border: none;
}

.logo
{
    width: 20px;
}
.darkArea
{
    width: 100%;
    /*height: 150px;*/

    background-color: rgba(0, 0, 0, .4);
}

.card
{
    width: 30%;
    min-width: 250px;
    height: 50%;
    min-height: 500px;
    margin: 0 auto;

    background-color: white;
}

p.paraSize{
    font-size: 11px !important;
}