@charset "UTF-8";

body {
    background-color:#white;
}

ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
   background-color: #3232E1;
}

li {
    display: inline-block;
    color: white;
    font-size: 2.5vw;
    font-family: "Cambria"
    align: center;
}

li a {
    display: block;
    padding: 2vw;
    color: white;
}

li a:hover {
    box-shadow: 10px 5px 5px #E0D43A;
}

aside {
    float:left;
    padding: 20px;
    width: 40%;
    font-size:130%;
}

hr {
    width: 100%;
}

.pslogo {
    max-width:10%;
    height:auto;
    float:left;
}

.top {
    background-color:#FDDD00;
    color: #25230C;
    font-size: 5.5vw;
    text-align: center;
    box-sizing: border-box;
    font-family: Cambria;
}

.ehdokaskuva {
    max-width: 40%;
    height: auto;
    float: left;
}

.etusivu {
    font-family:cambria;
    font-size:1.6vw;
}

.twitterlogo {
    width:4.2vw;
    height:auto;
    position:relative;
    right:-1.2vw;
    top:1.4vw;
}

.youtubelogo {
    width:auto;
    height:4.2vw;
    position:relative;
    right:-3vw;
    top:1.4vw;
}

.esittely {
    font-size:1.6vw;
    font-family:Cambria;
    float:left;
}

.kuva2 {
    height:40%;
    width:40%;
    float:right;
}

.teemaO {
    float:left;font-family:Cambria; font-size: 1.6vw;width:70%
}

.teemaT {
    font-family:Cambria;
    font-size:1.5vw
}

.otayhteytta {
    float:left;font-family:Cambria; font-size: 1.6vw;width:70%
}

@media screen and (max-width: 481px) {

.top {
    background-color:#FDDD00;
    color: #25230C;
    font-size: 7vw;
    text-align: center;
    box-sizing: border-box;
    font-family: Cambria;
}

.pslogo {
    max-width:14%;
    height:auto;
    float:left;
}

.twitterlogo {
    width:6vw;
    height:auto;
    position:relative;
    left:4vw;
}

.youtubelogo {
    width:6vw;
    height:auto;
    position:relative;
    left:4vw;
}

li {
    display: inline-block;
    color: white;
    font-size: 4vw;
    font-family: "Cambria"
    align: center;
    position:relative;
    right:-5vw;
}

.ehdokaskuva {
    max-width: 100%;
    height: auto;
    float: left;
}

aside {
    float:left;
    padding: 20px;
    width: 100%;
    font-size:200%;
    float:left
}

.etusivu {
    font-family:cambria;
    font-size:3vw;
    width:100%;
}

.esittely {
    font-size:2.7vw;
    font-family:Cambria;
    align:center;
    width:100%;
}

.kuva2 {
    height:40%;
    width:100%;
    float:left;
}

.otayhteytta {
    float:left;font-family:Cambria; font-size: 4.8vw;
}

}

