@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Open+Sans&display=swap');

body{
    margin:0;
    background: url("Bilder/bakgrund2.jpg") no-repeat;
    background-size: cover;
    font-family: 'Lato ', sans-serif;
    color:#013220;   
    max-width: 1920px;
}
p{
    font-size: 17px;
}
*{
    box-sizing: border-box;
}
h1,h2,h3,h4, a{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
header{
    display: flex;
    flex-flow: row wrap;
    background-color: rgba(53,181,53, 0.3);
    margin-bottom: 3px;
    box-shadow: 0 0 5px 5px rgba(128, 128, 128, 0.8);
}

.navBackground{
    background: url("Logotyp/webbutvecklingv3.svg") no-repeat;
    background-size: 200px;
    background-position: 60% 50%;
    width: 40%;
}

nav{
    width: 60%;
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
}
nav a{
    color:#013220;
    margin-right: 70px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 21px;
}
.active{
    color: white;
}
nav a:hover{
    color: white;
}

.indexbakgrund
{
    background: url("Bilder/programmering.jpg") no-repeat;
    background-size: cover;
} 
.index{
    width: 60%;
}
main{
    width: 70%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    box-shadow:0 0 5px 5px rgba(128, 128, 128, 0.8) ;

}
.homemaincontent{
    border: 1px solid #267355;
}
#mainrubrik{
    text-align: center;
    background: linear-gradient(to right, rgba(53,181,53, 0.6),rgba(53,181,53, 0.3),rgba(53,181,53, 0.6));

}

.mainsect{
    background-color: rgba(53,181,53, 0.4);
    padding: 15px;
    text-align: center;
    width: 50%;
    border-right: 1px solid #013220;
    border-top: 1px solid #013220;
}
.mainsect h2{
    font-size: 24px;
    border-bottom: 2px solid #013220;    
    color:#013220;
    display: inline-block;
}
.mainsect p{
    text-align: left;
}
/*col2 no border right*/
.mainsect2{
    border-right: none;
}



/*Footer*/
footer{
    
    border-top: 1px solid #013220;
    margin-top:50px;
    background:rgba(53,181,53, 0.5);
}
footer p{
    font-size: 18px;
    line-height: 1.3;
}
.footercontainer{
    height: inherit;
    margin: auto;
    max-width: 70%;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    background: linear-gradient(rgba(255,255,255, 0.7),rgba(255,255,255, 0.5));
    box-shadow: 0 0 5px 5px rgba(128, 128, 128, 0.8);

}
.footercol1{
    width: 50%;
    border-right: 1px solid #013220;
    padding: 10px;
}
.footercol2{
    width: 50%;
    padding: 10px;
}
.container{
    min-height: 100vh;
}

.mail{
    color:inherit;
}
.mail:hover{
    color:#006B3C;
}
.link{
    color: #155F4B;
}
h2 a.link {
    color: inherit;
}
.link:hover{
    color:#35B535;
}
h2 a.link{
    text-decoration: none;
}
.border{
    width: 100%;
    height: 1px;
    border-top: 1px solid #013220;
    padding-bottom: 10px; 
}


.sidbakgrund{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    text-align: center; 
    margin-bottom: 50px;     
}
.sidbakgrund h1{
    margin: auto;
    color: white; 
    font-size: 64px; 
    justify-content: center; 
    align-items: center;
    display: inline-block;
    text-shadow: 2px 2px 2px rgba(63, 60, 60, 0.8);
}

/*Kontakt bubbla och kontakt formulär*/

/* Kontakt Bubbla*/
.kontaktBubbla{
    position: fixed;
    bottom: 20px;
    right: 25px;
    border-radius: 60%;
    background-color: #35B535;
    padding: 15px;
    text-align: center;
    font-size: 12px;
}
.kontaktBubbla a{
    color: white;
    text-decoration: none;
}

/*Formulär*/
.kontakt{
    padding:5px 15px 0;
    margin: 50px auto 0;
    width: 60%;
    background:rgba(53,181,53,0.9);   
}
.kontakt form{
    width: 700px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
}
.kontakt p{
    font-weight: bold;
}
.kontakttext{
    text-align: center;
}
.kontakt label, .kontakt input{
    padding: 5px;
    padding-right: 20px;
    margin-bottom: 9px;
    display: block;
}
.kontakt textarea{
    padding: 5px;
    width: 350px;
    max-width: 350px;
    height: 120px;
    max-height: 120px;
}
.kontakt section{
    flex-flow: row wrap;
    display: flex;
    width: 50%;
}
.kontakt button{
    float:right;
    padding: 5px;
}

#kontaktID{
    width: 100%;
    text-align: center;
}


/*Kursplan*/
.kursplanbakgrund{
    background: url("Bilder/kursplan2.svg") no-repeat;
    /*Bugg och fix för det*/
    background-size: cover;
    background-position: center;
}

.kursplan{
    padding: 15px 20px;
    line-height: 1.3;
}
.kursplan h2{
    text-align: center;
    text-decoration: underline #013220;
    padding-bottom: 5px;
}
.kursplancontent{
    width: 50%;
    padding: 0 5px 0 10px;
}
.kursplan ul{
    line-height: 1.4;
}
.kursplan li{
    padding: 5px;
}
.kunskapskrav{
    width: 100%;
    padding: 10px 0;
    text-align: justify;
}
.kunskapskrav h3{
    text-align: center;
    text-decoration: underline #013220;

}
/*Om kursen */
.ombakgrund{
    background: url("Bilder/om.jpg") no-repeat;
}

.om{
    padding: 10px 15px;
}
.om section{
    width: 50%;
    padding: 10px 20px 10px 15px;

}
.om h2{
    border-bottom: 2px solid #013220;    
    display: inline-block;
}
.om p{
    line-height: 1.3;
    text-align:justify ;
}
.om ul{
    font-size: 18px;
    line-height: 1.4;
}
.om li{
    padding:5px
}

#tips{
    width: 100px;
    display:block;
    float: right;
}
#frågetecken{
    width: 100px;
    display:block;
    float: right;
    padding-left: 10px;
}

/*exempel sidan*/
.exempel{
    width: 70%;
    padding-top: 50px;
    background: none;
    box-shadow: none;
}
.exempel section{
    background: rgba(53,181,53, 0.5);
    padding: 10px 20%;
    text-align: center;
    border:1px  solid #013220;
}
.exempel section h3{
    font-size: 20px;
    font-weight: normal;
}
.exempel a{
    width: 33%;
}
.exempel a.sistabild{
    width: 34%;
}

.exempel img{
    width: 100%;
    display:block;
}
.exempelrubrik{
    width: 99%;
    margin-bottom: 50px;
}
.boxshadow{
    box-shadow:0 0 5px 5px rgba(128, 128, 128, 0.8);
}
.vitbakgrund{
    background: rgba(255, 255, 255, 0.6);
}


/*Synpunkt sidan*/
.synpunktbakgrund{
    background: url("Bilder/synpunkt.jpg") no-repeat;

}
.synpunkt{
    padding: 10px 5px;
    /* box-shadow:0 0 5px 5px rgba(128, 128, 128, 0.8) ; */
}
.synpunkt h2{
    text-align: center;
}
.synpunkt li{
    padding-top:10px;
    font-size: larger;
    line-height: 1.4;
    text-align: justify;
}
.synpunkt li li{
    font-size: inherit;
}
.synpunktnostyle{
    list-style: none;
}
.synpunktcol{
    width: 50%;
    padding: 5px 25px 5px 20px;
    border-right: 1px solid #013220;
}
.synpunktFullCol{
    width: 70%;
    margin: auto;
}
.synpunktFullCol h3{
    text-align: center;
    width: 100%;
}
.synpunktFullCol ul{
    width: 50%;
    text-align: justify;
}
.synpunktFullCol ul ul{
    width: 100%;
}
.synpunktBorder{
    border-bottom: 1px solid #013220;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
#svårt{
    width: 200px;
    display: block;
    float: right;
    padding-left: 10px;
}

.flex{
    display: flex;
    flex-flow: row wrap;
}
.fullWidth{
    width: 100%;
}
.noborder{
    border:none;
}
.linostyle{
    list-style: none;
    display: block;
}
/* Colors
Dark green
#013220

Light dark green
#00563F

Ligther dark green
#006B3C

Green
#35B535

Light green
#12E772
*/