@charset "utf-8";

/* CSS Document */
/*
 Theme Name:   Pertinkulma Child Theme
 Theme URI:    http://www.hyvaihme.com
 Description:  A Divi child theme
 Author:       Minna Hölttä
 Author URI:   http://www.hyvaihme.com
 Template:     Divi
 Version:      1.0.0
*/


@import url("../Divi/style.css");

.mytop {

		font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
	font-size:24px;
	color:#FFFFFF;
}


@media only screen and (min-width: 981px) {
.et_header_style_centered #logo {
    max-height: 80%;
    float: left;
	margin-top:20px;
}
.logo_container img {
	margin-right: 100px;
}
.mytop {
	    display: inline-block;
	    float: left;
    margin-top: 100px;
    text-align: center;
}
}



#text-3.fwidget {
	float:right;
}

#main-header, #main-footer {
	background-image: url(images/tausta.jpg);
	background-repeat:repeat-x;
	background-position:center top;	
}

.current_page_item a {
	color:#000000 !important;
}

@media only screen and (max-width: 980px) {

.mytop {
	    display: inline-block;
	    float: none;
    margin-top: 10px;
    text-align: center;
}
}