* { margin: 0; padding: 0; outline: 0; transition: 0.5s; }

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
@font-face { font-family: Champagne; src: url(Champagne.ttf)  }
@font-face { font-family: ChampagneBold; src: url(ChampagneBold.ttf)  }

body { font-family: Minion Pro, sans-serif; font-size: 24px; color: #4b4b4b; background: url(images/paw_background.png); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

::selection { background-color: rgba(122, 192, 0, 0.2); }
::-moz-selection { background-color: rgba(122, 192, 0, 0.2); border: 10px solid red; }

.logo { color: #fff; font-size: 20px; margin-top:-10px; background-color: #003333; padding: 5px 25px 10px 25px; width: 180px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #99ccff),
	    color-stop(0.62, #3399ff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #003333 62%
	);
}

.logo:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); padding-bottom: 10px; background-color: #669999;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #99ffff),
	    color-stop(0.62, #66cccc)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #99ffff 23%,
	    #66cccc 62%
	);
}

h2 { padding-left: 125px; font-size: 2.5rem; color: #003333; height: 105px; }
h2 span.sub { font-size: 48px; float: left; color: #4b4b4b; } 

h2.rendelo { background: url(images/dog.png) no-repeat -10px -10px; }
h2.work { background: url(images/bone.png) no-repeat -10px -10px; }
h2.rendeles { background: url(images/paw.png) no-repeat -10px -10px; }
h2.arak { background: url(images/bowl.png) no-repeat -10px -10px; }
h2.elerhetoseg { background: url(images/collar.png) no-repeat -10px -10px; }

a { color: #669999; text-decoration: none; padding-bottom: 2px; }
a:hover { color: #003333; text-decoration: none; padding-bottom: 2px; }
a:active { color: #003333; text-decoration: none; padding-bottom: 2px; position: relative; top: 1px; }

p { font-size: 24px; margin-bottom: 15px; line-height: 36px; }
p.rendelesTime { font-size: 50px; margin-bottom: 15px; line-height: 36px; }
strong { font-family: ChampagneBold, Arial; }

header { padding: 5px 0; width: 100%; background-color: #fff; margin-bottom: 25px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); position: fixed; z-index: 10; float: left; }
#headercontainer {display: flex; gap: 15px; align-items: center; }
#headercontainer, #contentcontainer { max-width: 960px; margin: 0 auto; position: relative; }
#contentcontainer { float: none; padding-top: 0px; }

nav { width: auto; float: left; }
nav ul { position: absolute; right: 0; display: block; margin-top: -37px; }
nav ul li { display: inline; margin-left: 50px; }
nav ul li a { font-size: 24px; border-bottom: none; }

section:nth-of-type(1) { margin-bottom: 200px; padding-top: 220px; float: left; }
section { margin-bottom: 200px; float: left; }

#rendelo h2 a { padding-bottom: 0px; }
#rendelo a.featured { padding-bottom: 0px; border-bottom: none; }
#rendelo a img { border: 5px solid rgba(122, 192, 0, 0.15); -webkit-border-radius: 5px; margin-top: 40px; margin-bottom: 5px; }
#rendelo a img:hover, #szolgaltatasok .work a img:hover, input:hover, textarea:hover { border: 5px solid rgba(122, 192, 0, 1); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
#rendelo a img:active, #szolgaltatasok .work a img:active { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

#szolgaltatasok ul.work a { border-bottom: none; }
#szolgaltatasok ul.work a img { border: 5px solid rgba(122, 192, 0, 0.15); -webkit-border-radius: 5px; }
#szolgaltatasok ul.work { float: left; margin-left: -15px; width: 975px;  }
#szolgaltatasok ul.work li { list-style: none; float: left; margin-left: 15px; margin-bottom: 15px; }

#elerhetoseg { margin-bottom: 0px; }

input[type="text"] { width: 400px; }
textarea { width: 750px; height: 275px; }
label { color: #003333; }
input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 5px solid rgba(122, 192, 0, 0.15); padding: 10px; font-family: Champagne, Arial; color: #4b4b4b; font-size: 24px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px; }
input:focus, textarea:focus { border: 5px solid #003333; background-color: rgba(255, 255, 255, 1); }

input[type="submit"] { border: none; cursor: pointer; color: #fff; font-size: 24px; background-color: #669999; padding: 5px 36px 8px 36px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #66cccc),
	    color-stop(0.62, #669999)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #66cccc 23%,
	    #669999 62%
	);
}

input[type="submit"]:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); background-color: #003333;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #c34000),
	    color-stop(0.62, #003333)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #003333 62%
	);
}

input[type="submit"]:active { position: relative; top: 1px; }

footer { float: left; margin-top: 50px; }
footer ul { margin-bottom: 150px; }
footer ul li { display: inline; margin-right: 50px; }
footer ul li a { font-size: 24px; margin-left: 10px; }
footer ul li img { vertical-align: bottom; position: relative; top: 2px; }

.clear{
  clear:both;
} 