@charset "UTF-8";
/* CSS Document */

/*
html {
	height: 100%;
}
*/

body {
	height: 100%;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	color: #333;
	font-size: 18px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: darkcyan;
}

.small-text {
	font-size: 14px;
}

.text-with-padding {
	padding-left: 30px;
	padding-right: 30px;
}

.ips-logo {
    max-width: 70%;
	height: auto;
}

.parallex-bg {
	background-image: url("../images/background 1080px blur 3.jpg");
	background-color: hsla(352,75%,8%,1.00);
	
	/* Set to full height */
    height: 100%; 
	width:100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallex-bg-blue {
	background-image: url("../images/background 1080px blur blue.jpg");
	background-color: hsla(352,75%,8%,1.00);
	
	/* Set to full height */
    height: 100%; 
	width:100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Container */
.container {
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	border-radius: 10px;
}

.large-text {
	font-size: 28px;
}

.letter-backing {
	background-color: hsla(60,24%,98%,1.00);
	border-radius: 10px;
	box-shadow: 5px 5px 0 0 hsla(0,0%,0%,0.2);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.handwriting {
	font-family: handlee;
	font-style: normal;
	font-weight: 400;
}

.background-white {
	background-color: white;
	border-radius: 10px;
	margin-left: 3px;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: 3px 3px 0px 0px hsla(0,0%,0%,0.2);
}

.background-blue {
	background-color: hsla(190,100%,90%,1.00);
	border-radius: 10px;
	margin-left: 3px;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	box-shadow: 3px 3px 0px 0px hsla(0,0%,0%,0.2);
}

.background-gold {
	background-color: hsla(60,100%,90%,1.00);
	border-radius: 10px;
	margin-left: 3px;
	margin-right: 7px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	box-shadow: 3px 3px 0px 0px hsla(0,0%,0%,0.2);
}

/* The ability to split into two sides */

.allow-columns {
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	
/*
	padding-top: 3px;
	padding-bottom: 3px;
*/
}

.float-middle {
	float: inherit;
	width: 98%;
}

.left-50 {
	float: left;
	width: 48%;
}

.right-50 {
	float: right;
	width: 48%;
}

.left-30 {
	float: left;
	width: 28%;
}

.right-30 {
	float: right;
	width: 28%;
}


.left-70 {
	float: left;
	width: 68%;
}

.right-70 {
	float: right;
	width: 68%;
}

.left-20 {
	float: left;
	width: 20%;
}

.heading-menu {
	font-size: 22px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.white-padding {
	color: white;
}

.padded-text {
	padding-left: 10px;
	padding-right: 10px;
}

/* --- YOUTUBE --- */

.videoWrapper {
	position: relative;
	padding-bottom: 52%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	
}
.videoWrapper iframe {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 96%;
	height: 96%;
}

/* ------ MEDIA CALLS - (variations on screen size) -------- */

/* Mobile */
@media (max-width: 320px) {
	.left-50 {
		float: none;
		width: inherit;
	}
	
	.right-50 {
		float: none;
		width: inherit;
	}
	
	.left-30 {
		float: none;
		width: inherit;
	}
	
	.right-30 {
		float: none;
		width: inherit;
	}
	
	.left-70 {
		float: none;
		width: inherit;
	}
	
	.right-70 {
		float: none;
		width: inherit;
	}
	
	.body {
		font-size: 24px;
	}
	
	.heading-menu {
		font-size: 28px;
	}
	
	.large-text {
		font-size: 32px;
	}
}



/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	.left-50 {
		float: none;
		width: inherit;
	}
	
	.right-50 {
		float: none;
		width: inherit;
	}
	
	.left-30 {
		float: none;
		width: inherit;
	}
	
	.right-30 {
		float: none;
		width: inherit;
	}
	
	.left-70 {
		float: none;
		width: inherit;
	}
	
	.right-70 {
		float: none;
		width: inherit;
	}
}
