/*
Theme Name: TheIcon
Theme URI: https://theicon.co.nz/theicontheme
Author: the Icon 
Author URI: https://theicon.co.nz/theicontheme
Description: The icon theme is built using bootstrap. version 1 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theiconnz
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html {
	height: 100%;
	font-family: 'Libre Franklin', sans-serif !important;
}

body {
	min-height: 100%;
	background-size: cover;
	background-position: center;
	font-family: 'Libre Franklin', sans-serif !important;
}

.sliding-menu *,.sliding-menu a:visited, .sliding-menu a:hover{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size:100%;
}

h1 {
	color: white;
	font-weight: 300;
	font-size: 60px;
	margin: 0;
	padding: 0 20px;
}

h2 {
	color: white;
	font-weight: 300;
	font-size: 32px;
	margin: 10px auto 30px auto;
	max-width: 800px;
	padding: 20px 0;
}

.flex-center-wrapper {
	display: flex;
	display: -webkit-flex;
	align-content: center;
	align-items: center;
	-webkit-align-content: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
}

.flex-row {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.slider-toggle {
	display: block;
	margin: 10px 15px 10px 15px;
	color: white;
	font-size: 18px;
	border: none;
	letter-spacing: 1px;
	width: 50px;
	height: 20px;
	border-radius: 100px;
	text-align: center;
	background-color: rgb(43, 57, 69);
	transition: background-color 0.5s;
}

.buttons-container span {
	color: white;
	font-size: 18px;
	letter-spacing: 1.2px;
}

.selected {
	background-color: rgb(18, 209, 234);
}

.sliding-menu {
	background-color: rgb(40, 38, 38);
	visibility: hidden;
	position: fixed;
	overflow: hidden;
}

.sliding-menu a, .sliding-menu p {
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 18px;
	text-decoration: none;
	margin: 0 20px;
}

.sliding-menu ul {
	list-style: none;
	text-align: center;
	padding: 0;
}

.sliding-menu li {
	margin: 40px auto 40px auto;
}

.sliding-menu hr {
	width: 50%;
	min-width: 100px;
	border-color: rgb(18, 209, 234);
}

.exit {
	position: absolute;
	font-size: 150px;
    line-height: 100px;
	color: white;
	cursor: pointer;
}

.left-exit, .top-exit, .bottom-exit {
	top: 20px;
	right: 40px;
}

.right-exit {
	top: 20px;
	left: 40px;
}

.buttons-container {
	max-width: 700px;
	margin: 0 auto 0 auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.note {
	position: absolute;
	width: 250px;
}

.left-note {
	bottom: 3%;
	left: 5%;
}

.right-note {
	bottom: 10%;
	right: 5%;
}

.top-note {
	top: 3%;
	right: 5%;
}

.topleft-note {
	position: fixed;
	top: 75px;
	left: 45px;
}

.bottom-note {
	bottom: 5%;
	right: 3%;
}

#demo-note p {
	text-align: left;
	font-size: 18px;
	color: white;
	margin: 5px 15px;
}

.note p {
	font-size: 18px;
	color: white;
	margin: 20px;
	width: 200px;
	position: static;
	display: inline-block;
}

.arrow {
	fill: white;
	height: 25px;
	width: 25px;
	margin: 0 auto 0 auto;
	display: inline-block;
}

.top-arrow {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.topleft-arrow {
	-webkit-transform: rotateZ(205deg);
	-ms-transform: rotateZ(205deg);
	transform: rotateZ(205deg);
}

.right-arrow {
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.bottom-arrow {
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
}

.left-menu, .right-menu {
	width: 300px;
}

.top-menu {
	height: 100%;
}

.bottom-menu {
	height: 100px;
}

.rotate {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.display-off {
	display: none;
}

.newsletter-signup span {
	margin: 10px 20px;
	font-weight: 300;
	color: white;
	letter-spacing: 0.5px;
}

.newsletter-signup input {
	padding: 10px 20px;
	border: 0;
}

.cta {
	background-color: rgb(18, 209, 234);
	color: white;
	padding: 10px 20px;
	border: 0;
	margin: 0 10px;
}

.social {
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	width: 80px;
}

.social:hover {
	background-color: rgb(67, 118, 129)
}

html{height: 100% !important;}
body{display:flex;}

@media only screen and (max-width: 600px) {
	.bottom-menu {
		height: 200px
	}
	.newsletter-signup input {
		display: block;
		width: 150px;
		margin: 15px auto;
		padding: 10px 0;
	}
	.newsletter-signup button {
		width: 150px;
		margin: auto;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 20px;
	}
	.buttons-container span {
		font-size: 14px;
	}
	.note p, #demo-note p {
		font-size: 14px;
	}
	.left-menu, .right-menu {
		width: 270px
	}
}


#theiconhomelogo{
	display:flex; align-items:center;
}

@media only screen and (max-width: 320px) {
	.mascot-icon{
		width: 50% !important;
	}
	.logo-icon{
		height: auto !important;
		margin:0 auto;
	}
	.sliding-menu a:parent{
		padding-top: 15px;
		padding-bottom:15px;
	}
}

.footer{
   bottom: 0;
    height: 15px; /* forces #testmenu to the bottom */
    margin: 0 auto;
    position: fixed !important;
    width: 100%;
}

.footer .column{
	width:100%; font-size:65%;
}

.sliding-menu *{
	color:#fff;
}