
/* Om man vill importera typsnitt 
@import url( http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800 );
*/

@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');

/* font-family: 'Courgette', cursive; */



@import url('https://fonts.googleapis.com/css?family=Petit+Formal+Script&display=swap');
/*font-family: 'Petit Formal Script', cursive;*/



*{
    box-sizing: border-box;
}

/*html{height:90%; margin:0; padding:0}*/

body {
   /*background: #444 url(../_img/wood-bg.jpg) left top repeat;*/
   background: #030102 url(../_img/sommarkvall.jpg) left top no-repeat;
   background-size:100%;  
   padding:0;
   margin:0;
}
a, a:hover {
    text-decoration: none;
}

img{
    margin:0;
}

main{
    margin:auto;
    max-width: 800px;
    width:100%;
	text-align:center;
    background-color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    border-radius:20px;
    padding:12px;
  
}

fieldset{
margin:12px;
    text-align:left;
}
legend{
    color:white;
    font-size:3.5rem;
}

.page-header {
    border: 0px;
    text-align: center !important;
    padding: 0px;
    margin-top: 10px;
    /*background-color: #551c06;*/
    overflow: hidden;
}
textarea, input, button {
    width: 100%;
    max-width: 560px;
}
.btn-lg {
    background-color: #d19154;
    border-color: #fff;

}
    .btn-lg:hover, .btn-lg:active {
        background-color: #ebbe93;
        border-color: #d19154;
    }

.page-header h1 {
    font-family: 'Petit Formal Script', cursive;
    font-size: 6.8rem;
    color: white;
    padding: 12px 0;
    font-weight:bold;
}
.page-header h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4.8rem;
    color: #def51b;
    padding: 8px 0;
    font-weight: bold;
}

.products{
    text-align:left;

}
/*
.img-responsive{
    margin:auto !important;
    width:100%;
    max-width:611px;
}
    */
@media screen and (max-width: 660px) {
    main {
            width: 100%;
        }

            .header_loggo {
            width: 200%;
            min-width: 800px;
           
        }

 

        .page-header h1 {
            font-size: 3.8rem;
        }
    }

    footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #2c190a;
        color: white;
        text-align: center;
        padding: 12px;
    }

    