body {
	font-family: 'Roboto', sans-serif;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.roundedBG {
	background-color:rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}

#logo{
   transform: scale(1);
   margin-left: 0px;
   display: inline;
}
#logo2{
   transform: scale(1);
   margin-left: 0px;
   display: none;
}

.textH1 {
	font-size:30px;
	font-weight: 100;
	color: #FFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);	
}
.clock{
	font-size:18px;
	font-weight: 300;
	color: #FFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);	
}
.clock2{
	font-size:16px;
	font-weight: 300;
	color: #757575;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0);	
}
.textH2 {
	font-size:36px;
	font-weight: 100;
	color: #2e2e2e;	
}
.textQuote {
	font-family: 'Amatic SC', cursive;
	font-size:36px;
	font-weight: 100;
	color: #757575;	
}
.textSubtitle {
	font-size:22px;
	font-weight: 300;
	color: #2e2e2e;		
}
.textNorm {
	font-size:16px;
	font-weight: 300;
	color: #2e2e2e;		
}

.textFooter {
	font-size:13px;
	font-weight: 300;
	color: #2e2e2e;		
}
.contentTitle {
	font-size:24px;
	font-weight: 300;
	color: #2e2e2e;	
}
#topsearch {
	position:fixed;
	top:0;
	width: 100%;
	min-width: 360px;
	left: 50%;
	margin-left: -50%;
	z-index: 100;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	display: inline;
	
}


.searchBar{
	position:absolute;
	top: 47vh;
	width: 100%;
	min-width: 360px;
	max-width: 650px;
	left: 50%;
	margin-left: -325px;
	z-index: 200;
}
.searchBarTop{
	position:fixed;
	top: 7px;
	width: 100%;
	min-width: 360px;
	max-width: 650px;
	left: 50%;
	margin-left: -325px;
	z-index: 200;
}


.searchTermRound {
    width: 100%;
	min-width: 360px;
	max-width: 650px;
    border: 0px solid #fff;
    padding-left: 45px;
	padding-right: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
    height: 40px;
    border-radius: 24px;
    outline: none;
    color: #757575;
	-webkit-text-fill-color: #757575;
    font-size: 16px;
    font-weight: 400;
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    background-color: rgba(255, 255, 255, 0.85);
}

.searchButton {
  position: absolute;  
  right: 30px;
  top: -6px;
  width: 25px;
  height: 25px;
  border: 0px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: #999;
  border-radius: 5px;
  cursor: pointer;
  font-size: 24px;
  outline: 0;
  transform: scale(1.5); 
  display: inline;
}
#searchG {
  position: absolute;  
  left: 10px;
  top: 9px;
  width: 22px;
  height: 22px;
  transform: scale(1); 
  display: inline;
}

.searchTermRound:focus {
	color: #757575;
	-webkit-text-fill-color: #757575;
    background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.searchTermRound:hover {
	color: #757575;
	-webkit-text-fill-color: #757575;
    background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.apps{
   position:fixed;
   top:50px;
   right:10px;
   background-color:rgba(255, 255, 255, 0.8);
   display: none;
   z-index: 1000;
}

#clockTime{
   position:fixed;
   bottom:5px;
   right:10px;
}

@media (max-width: 1345px) {
#clockTime{
   display: none;
}
	
}
@media (max-width: 1200px) {
.searchBarTop{
	position:fixed;
	top: 7px;
	width: 50%;
	min-width: 200px;
	max-width: 650px;
	left: 50%;
	margin-left: -300px;
	z-index: 200;
}
.searchTermRound {
    width: 100%;
	min-width: 200px;
	max-width: 650px;
    border: 0px solid #fff;
    padding-left: 45px;
	padding-right: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
    height: 40px;
    border-radius: 24px;
    outline: none;
    color: #757575;
	-webkit-text-fill-color: #757575;
    font-size: 16px;
    font-weight: 400;
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    background-color: rgba(255, 255, 255, 0.85);
}
}

@media (max-width: 1024px) {

.searchBar{
	position:absolute;
	top: 60vh;
	width: 80%;
	min-width: 360px;
	max-width: 650px;
	left: 50%;
	margin-left: -330px;
	z-index: 200;
}

.searchBarTop{
	position:fixed;
	top: 7px;
	width: 50%;
	min-width: 200px;
	max-width: 650px;
	left: 50%;
	margin-left: -300px;
	z-index: 200;
}
.searchTermRound {
    width: 100%;
	min-width: 200px;
	max-width: 650px;
    border: 0px solid #fff;
    padding-left: 45px;
	padding-right: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
    height: 40px;
    border-radius: 24px;
    outline: none;
    color: #757575;
	-webkit-text-fill-color: #757575;
    font-size: 16px;
    font-weight: 400;
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    background-color: rgba(255, 255, 255, 0.85);
}

}

@media (max-width: 992px) {
.searchBarTop{
	position:fixed;
	top: 7px;
	width: 50%;
	min-width: 200px;
	max-width: 650px;
	left: 50%;
	margin-left: -200px;
	z-index: 200;
}
.searchTermRound {
    width: 100%;
	min-width: 200px;
	max-width: 650px;
    border: 0px solid #fff;
    padding-left: 45px;
	padding-right: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
    height: 40px;
    border-radius: 24px;
    outline: none;
    color: #757575;
	-webkit-text-fill-color: #757575;
    font-size: 16px;
    font-weight: 400;
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    background-color: rgba(255, 255, 255, 0.85);
}
	
}
@media (max-width: 768px) {

.searchBar{
	position:absolute;
	top: 60vh;
	width: 60%;
	min-width: 360px;
	max-width: 650px;
	left: 50%;
	margin-left: -180px;
	z-index: 200;
}
.searchBarTop{
	position:fixed;
	top: 7px;
	width: 42%;
	min-width: 160px;
	max-width: 650px;
	left: 50%;
	margin-left: -138px;
	z-index: 200;
}
#logo{
   transform: scale(0.55);
   margin-left: -23px;
   display: none;
}
#logo2{
   transform: scale(1);
   margin-left: 0px;
   display: inline;
}

.searchTermRound {
    width: 100%;
	min-width: 195px;
	max-width: 650px;
    border: 0px solid #fff;
    padding-left: 45px;
	padding-right: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
    height: 40px;
    border-radius: 24px;
    outline: none;
    color: #757575;
	-webkit-text-fill-color: #757575;
    font-size: 16px;
    font-weight: 400;
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    background-color: rgba(255, 255, 255, 0.85);
}
.searchButton {
display: none;
}
}
