@charset "UTF-8";

/**
 * Theme Name:     tguE-theme
 * Theme URI:      http://www.bytheway.ch	
 * Description:    Child theme for the reveal. Realized for a small tutorial to child themes in WordPress.
 * Author:         Mitch Haussener
 * Author URI:     http://www.bytheway.ch
 * Template:       reveal
 * Version:        0.1.0
 */

@import url('mainstyle.css');


@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
#logo {
    display: inline-block;
    float: left;
    margin: 0 0 0 3%;
    padding: 0;
}
#lang_sel_list {
    float: right;
    font-family: verdana,arial,sans-serif;
    height: 32px;
    position: relative;
    width: 149px;
    z-index: 99;
}
}
#footer	p {
	font-size: 0.6em !important;
}

