/*
Theme Name: SEARCH WITH TIME THEME
Theme URI: 
Author: OCME 
Author URI: 
Description: Custom Theme
Version: 1.0
Text Domain: searchwithtime
*****************************
/**
* #.# RESET
*
* !!--Do not edit--!!
*/

@charset "UTF-8";
/* CSS Document */

body{ font-family: 'Roboto', sans-serif; margin: 0; padding:0; text-align: center; }

.search-bar {
    margin: 100px auto 30px auto;
    width: auto;
    display: inline-block;
    height: auto;
    box-shadow: 0 1px 5px #9e9e9e;

}
.search-input{  float: left; width: 515px; font-size: 18px; padding: 10px; border: 2px solid #FFF; }
.search-submit-button {
    float: left;
    background-color: #3b7de6;
    width: 66px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 10px;
    font-size: 25px;
    color: #FFF;
    text-align: center;
    width: 100px;
    cursor: pointer;
	border: 1px solid #3b7de6;
}

.quicklinks{ border-top: 1px solid #CCC; width: 700px; margin: 0 auto; }
.colapse{ text-align: right; cursor: pointer; position: relative; top: 20px; }
.colapse a{ text-decoration: none; color: #555; cursor: pointer; }
.colapse a:hover{ text-decoration: underline; cursor: pointer; }

.btn {
    width: 290px;
    height: 190px;
    display: block;
    background-size: cover;
    border: 0;
    float: left;
    margin: 10px;
    text-decoration: none;
    color: #000;
}

.btn span{ 
    display: block;
    text-align: right;
    padding: 20px;
    text-decoration: none; 
    color: #000;

}

a.btn:hover{ text-decoration: underline; }
.topdf{ background-image: url(https://www.pdfconvertpro.com/wp-content/uploads/2018/04/pdf_image.jpg);  }
.todoc{ background-image: url(images/convertdoc.jpg);  }

.time{ font-size: 34px; color: #666; margin-top: 100px; display: block; }






/*****************************************/
/**************** FOOTER! ****************/
/*****************************************/ 

section#footer {
    background: #eaeaea;
    padding: 20px;
    display: flex;
    position:relative;
    bottom: -300px;
    width: 98%;
}
	section#footer > div {
		flex: 1;
	}
		
	section#footer .footermenu {
		text-align: left;
	}

	section#footer .footermenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	section#footer .footermenu ul li {
		list-style-type: none;
		display: inline-block;
		margin: 0 0 0 10px;
	}

	section#footer .copyright {
		text-align: right;
	}

	section#footer a {
    color:#000;
    text-decoration:none;
	}
	
	section#footer a:hover {
	}
