summaryrefslogtreecommitdiff
path: root/css/style-mobile.css
blob: bd57cf5fdc0008f6d8fb9ed1c1cc69baca2c64fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/*
	Prologue by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		font-size: 14pt;
	}

	h2
	{
		font-size: 1.5em;
		letter-spacing: 0;
		font-weight: 300;
	}

	.container
	{
		padding: 0 15px 0 15px;
	}


	/* List */

		ul
		{
		}

			ul.icons
			{
			}	
			
				ul.icons li
				{
				}
				
					ul.icons a
					{
						width: 1.75em;
						font-size: 1.5em;
					}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}

		#main > section
		{
			padding: 2em 0;
		}

		#main section.cover
		{
			padding: 4em 0em;
		}
		
			#main section.cover header
			{
				padding: 0 1em;
			}
			
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
	}

		#footer .copyright
		{
		}
			
			#footer .copyright li
			{
				display: block;
				line-height: 1.25em;
				border: 0;
				padding: 0;
				margin: 1em 0 0 0;
			}
			
			#footer .copyright li:first-child
			{
				margin-top: 0;
			}