/*  
Theme Name: Naudiz v1
Theme URI: http://naudiz.com
Description: Stylings for my personal site
Version: 1,0
Author: Naudiz
Author URI: http://naudiz.com

Copyright: (c) 2024 Naudiz

*/

@import url("css/reset.css");
@import url("css/grid.css");

/*--- 1.0 - Common Elements
----------------------------------------------------------------------------*/

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	background: url(mainbg.jpg);
}

img {
}

h1, h2, h3, h4 {font-family: 'Asap', sans-serif;}

h1 {color: #353535; font-size: 32px; padding-top: 50px;}

h2 {color: #353535; font-size: 26px; padding-bottom: 15px;}

h3 {color: #e50000; font-size: 22px; padding-bottom: 15px;}

h4 {font-size: 20px;}

h5 {font-size: 20px;}

a {color: #e50000; text-decoration: none;}
a:hover {border-bottom: 1px dashed #e50000;text-decoration: none;}
a:active {position:relative;top:1px;}

::selection {background:#000;color:#fff;}
::-moz-selection {background:#000;color:#fff;}


/*--- 2.0 - Logo and Navigation
----------------------------------------------------------------------------*/

#logo {
	margin-top: 50px;
	text-align: center;
	color:#fff;
}

#logo a:hover {
	border: none;
}

/*--- End
----------------------------------------------------------------------------*/