/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.18.1478663375
Updated: 2016-11-09 14:49:35

*/

/* Logo*/

/* Footer */
#main-footer {
position: fixed;
bottom: 0;
width: 100%;
}
/* Logo */
#logo {display: inline-block;
	float: none;
	max-height: 125%;
	margin-bottom: 0;
	vertical-align: top;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
}

.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.et_pb_contact_captcha_question{
	color: #ffffff;
	font-size: 24px;
}

/*Menu Display*/   
#remenu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 93%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    margin: 10 auto;
}


#retest {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 93%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    margin: 10 auto;
    /*position: fixed;*/ 
}

.menutext{
    color: #000000;
    background-color: rgba(255,255,255,0.75);
}

.sidemenutext{
    color:#FFFFFF;
    text-shadow: 1px 1px #000000;
    background-color: rgba(255,255,255,0.25);
}

