/*
Theme Name: outinsivut
Author: Olli Nokkonen
Description: Outi Nokkosen kotisivut
Version: 1.1
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
Text Domain: outinsivut
*/

html {
    font-family: 'Inter', sans-serif;
    overflow-y: scroll;
}
body {
    display: flex;
    justify-content: center;
}
#container {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    min-width: 50%;
}
#hampurilainen {
    display: none;
}

.w-70 {
    min-width: 70%;
    max-width: 70%;
}
.w-60 {
    min-width: 60%;
    max-width: 60%;
}
.w-50 {
    min-width: 50%;
    max-width: 50%;
}

.center-align {
    align-items: center;
}

.padding-top {
    padding-top: 20px;
}
.padding-bottom {
    padding-bottom: 30px;
}
.padding-left {
    padding-left: 10px;
}
.padding-right {
	padding-right: 10px;
}
.no-margin-bot {
    margin-bottom: 0px;
}

ul {
    list-style: none;
    padding: 0px;
}

/* Header */
#ylapalkki {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-style: none none solid none;
}
#nav-bar-mobile {
    display: none;
}

.navigaatiolinkit {
    float: right;
    padding: 15px 10px 5px 10px;
}
.navigaatiolinkit:hover {
    text-decoration: underline;
    background-color: #b39ddb;
    border-radius: 4px;
}
.navigaatiolinkit:active {
    background-color: #866bb7;
}

#otsikko {
	font-size: 2.4em;
}


/* Tekstit */
a {
    text-decoration: none;
    color: black;
	outline: none;
}
a:visited {
    color:black;
}
a:focus {
	outline: none;
	box-shadow: none;
}

.black {
    background-color: black;
    color: white;
}

.bold {
    font-weight: bold;
    font-size: 1.2em;
}

.valiosuus {
    height: 300px;
    display: flex;
    align-items: center;
}
.tekstiosuus {
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
.kuvaosuus {
    display: flex;
    justify-content: center;
    align-items: center;
}

.montatekstia {
    display: flex;
    justify-content: center;
    max-width: 100%;
}
.tekstiblokki {
    max-width: 28%;
    padding: 20px;
}

.tekstijakuva {
    display: flex;
    justify-content: flex-start;
}

.huomio-boxi {
    border-style: solid;
    border-radius: 3px;
    align-self: center;
    text-align: center;
    padding: 20px 10px 20px 10px;
    font-weight: bold;
    background-color: lightgray;
}

.pieni-teksti {
    /* font-size: 0.9em; */
}
.iso-teksti {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.5em;
    padding: 20px;
}
.tekstiosuus>p {
    padding: 0px 10px 0px 10px;
}

.button {
    background-color: #b39ddb;
    width: fit-content;
    border-radius: 25px;
    border-width: 0px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    border-style: solid;
    border-color: black;
}
.button:hover {
    background-color: #866bb7;
    cursor: pointer;
}

.wbutton {
    background-color: white;
    color: black;
    width: fit-content;
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
}
.wbutton:hover {
    background-color: #b39ddb;
    cursor: pointer;
}

.quotes {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.singlequote {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	
    width: 30%;
    padding: 20px;
	margin-bottom: 30px;
    background-color: #e6e6e6;
    border-radius: 10px;
    font-style: italic;
}
#spotifylinkki {
    padding: 0px 10px 0px 10px;
}

/* Kuvat */
.pyoristetty {
    border-radius: 50%;
    border-style: solid;
}

#profiilikuva {
    max-width: 90%;
}

#kokokuva {
    max-width: 90%;
}

#linkedinlogo {
    max-width: 50px;
}

/* Footer */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tiedot {
    padding: 20px 20px 0px 20px;
    font-style: normal;
}

#tunnus-somet {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 0.8em;
    min-width: 100%;
    padding: 10px;
}

.yhteystieto-linkit {
    line-height: 40px;
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    /* Etusivu quotet */
    .quotes {
        flex-direction: column;
        align-items: center;
    }
    .singlequote {
        width: 80%;
    }
}
@media only screen and (max-width: 992px) {
    #container {
        max-width: 100%;
    }
    #ylapalkki {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
    #otsikko-puri {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #hampurilainen {
        display: block;
        background-color: black;
        border-style: solid;
        border-radius: 10px 10px 0px 0px;
        padding: 10px 15px 10px 15px;
    }
    #hampurilainen a {
        color: white;
    }
    #otsikko {
        margin-top: 0px;
    }
    /* Navi */
    #nav-bar {
        display: none;
        /* background-color: black;
        border-style: solid;
        border-width: 1px;
        width: calc(100% - 2px); */
    }
    #nav-bar-mobile {
        background-color: black;
        border-style: solid;
        border-width: 1px;
        width: calc(100% - 2px);
    }
	#nav-bar-mobile>div>ul>li>a {
        display: block;
        width: 100%;
        height: 100%;
    }

    ul.menu {
        margin: 0px;
    }
    .navigaatiolinkit {
        float: none;
        padding: 10px 10px 10px 10px;
        /* border-style: solid; */
    }
    .navigaatiolinkit a {
        color: white;
    }
    .navigaatiolinkit:hover {
        text-decoration: none;
    }

    /* Etusivu */
    .valiosuus {
        height: auto;
    }
    .self-align {
        align-self: center; /* Ekalle napille etusivulla */
    }
    /* Outi */
    .tekstijakuva {
        flex-direction: column;
    }
    .tekstijakuva>.tekstiosuus {
        max-width: 100%;
    }
    #podcast>p {
        max-width: 100%;
    }
    #spotifylinkki {
        width: calc(100% - 20px);
    }
    /* Palvelut */
    .montatekstia {
        flex-direction: column;
    }
    .montatekstia>.tekstiblokki {
        max-width: 100%;
    }

    /* Tekstit */
    .iso-teksti {
        font-size: 2em;
        padding: 20px 10px 10px 10px;
    }

}
/*
@media only screen and (max-width: 1400px) {
	#container {
		max-width: 70%;
	}
}*/