/*
Theme Name: TA Marketing & Events under construction page
Version: 1.0
Author: Fanatiek media
Author URI: https://fanatiekmedia.nl/
*/

@font-face {font-family: 'CenturyGothicRegular';src: url('assets/fonts/CenturyGothicRegular.eot');src: url('assets/fonts/CenturyGothicRegular.eot?#iefix') format('embedded-opentype'),url('assets/fonts/CenturyGothicRegular.woff2') format('woff2'),url('assets/fonts/CenturyGothicRegular.woff') format('woff'),url('assets/fonts/CenturyGothicRegular.ttf') format('truetype');}
@font-face {font-family: 'CenturyGothicRegular'; font-weight: bold;src: url('assets/fonts/CenturyGothicBold.eot');src: url('assets/fonts/CenturyGothicBold.eot?#iefix') format('embedded-opentype'),url('assets/fonts/CenturyGothicBold.woff2') format('woff2'),url('assets/fonts/CenturyGothicBold.woff') format('woff'),url('assets/fonts/CenturyGothicBold.ttf') format('truetype');}


/***************************
          GENERAL
***************************/

body {
	width: 100%;
	font-family: 'CenturyGothicRegular', sans-serif;
	letter-spacing: 2px;
	font-size: 15px;
}

html {
	font-size: 100%;
	width: 100%;
}

p {
	line-height: 120%;
}


a {
	color: #0159a4;
	text-decoration: none;
}

a:hover {
	color: #fb9403;
}

h1 {
	text-transform: uppercase;
	font-size: 20px;
}

h2 {
	text-transform: uppercase;
	font-weight: 300; 
	font-size: 20px;
}

/* use box-sizing: border-box */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
	max-width: 70em;
	margin: 0 auto;
    padding: 0 15px;	
}

@media only screen and (min-width:24em) {

h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
}

}

@media only screen and (min-width:64em) {

h1 {
	font-size: 28px;
}

h2 {
	font-size: 28px;
}

}

/***************************
          HEADER
***************************/

.header {
	text-align: center;
	padding: 5px 0 0 0;
}

@media only screen and (min-width:40em) {

.header {
	padding: 30px 0 0 0;
}

}

/***************************
          PAGE
***************************/

.logo {
	text-align: center;
	position: absolute;
	top: 38%;
	margin: 0;
	width: 100%;
	padding: 0 20px;
}

.logo img {
	width: 250px;
	max-width: 100%;
}

@media only screen and (min-width:24em) {

.logo img {
	width: 300px;
}

}

@media only screen and (min-width:40em) {

.logo img {
	width: 350px;
}

}

@media only screen and (min-width:64em) {

.logo {
	top: 30%;
}

.logo img {
	width: 380px;
}

}

/***************************
          FOOTER
***************************/

.footer {
	background: #231f20;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px 0 20px;
}

.footer p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 13px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}

.footer img {
	width: 26px;
	position: absolute;
	right: 15px;
	top: 15px;
}

@media only screen and (min-width:40em) {

.footer {
	padding: 15px 0 5px;
}

.footer p {
	margin: 0 0 15px;
	font-size: 15px;
}

.footer img {
	width: 32px;
	position: relative;
	right: 0;
	top: 0;
}

}