/*License information for Animated Header
Copyright (c) 2020 by Niti_n_n_itiN (https://codepen.io/nk095291/pen/mNezYV)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

/*License Information for Animated Buttons
Copyright (c) 2020 by Magda (https://codepen.io/woolandcotton/pen/mBmLwq)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/





////// font citations below
Font used - Balsamiq Sans
Licensing information: "You can use them freely in your products & projects - print or digital, commercial or otherwise. However, you can't sell the fonts on their own."
https://fonts.google.com/specimen/Balsamiq+Sans?sidebar.open=true&selection.family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700#license
*/

@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap');

body {
 /* background: #123;*/
	color: #333;
	font-size: 14px;
	height: auto;
	padding-bottom: 20px;
	font-family: 'Overpass', sans-serif;
}

nav {
	height: 60px;
	padding-top: 30px;
	padding-bottom: 50px;
	width: 1260px;
}

nav ul{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

nav li{
	height: 60px;
	display: inline-block;
	margin-right: -4px;
}

nav a{
	text-decoration: none;
	color:black;
	display: block;
}

nav a:hover{
/*	background-color: green;*/
	text-decoration: none;
}


h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

h3 {
  padding-top: 20px;
  text-align: center;
  font-weight: 700;
}

p {
  border: 6px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.container_16 {
/*  background-color: #fff;
  background-image: url(../img/12_col.gif);
  background-repeat: repeat;
  margin-bottom: 20px;*/
}

.example_grid .grid_1 p,
.example_grid .grid_5 p,
.example_grid .grid_9 p,
.example_grid .grid_13 p {
	background-color: #c266d3;
}

.example_grid .grid_2 p,
.example_grid .grid_6 p,
.example_grid .grid_10 p,
.example_grid .grid_14 p{
	background-color: #73875b;
}

.example_grid .grid_3 p,
.example_grid .grid_7 p,
.example_grid .grid_11 p,
.example_grid .grid_15 p {
	background-color: #7b3387;
}

.example_grid .grid_4 p,
.example_grid .grid_8 p,
.example_grid .grid_12 p,
.example_grid .grid_16 p{
	background-color: #cfcfcf;
}

.column_name {
  border: none;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}

.titlepanel1{
	font-size: 120px;
	color: white;
	margin-top: 50px;
	font-family: 'Balsamiq Sans', cursive;
}

.titlepanel2{
	/*background-color:brown;*/
	font-size: 50px;
	color: white;
	font-family: 'Balsamiq Sans', cursive;
}

pre {
	background-color: white;
	border: 3px solid black;
	padding: 0px 0 0px 15px;
}


.showgrid {
  background-image:url("../img/12_col.gif");
  background-repeat: repeat;
  margin-bottom: 20px;
}

.boxtext{
	font-size: 20px;
}


.download p {
  border: 0px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  font-size: 26px;
}


.frustration{background-color:#9C0002;}

.misery {background: #6D0001;}

.boxpadding {
	padding: 20px;
}

.boxcolor {
	background-color: #c266d3;
}


/* Button code came from: https://codepen.io/woolandcotton/pen/mBmLwq */

.button {
  width: 170px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  display: inline-block;
}

.button-1 {
  color: #fff;
  border: 3px solid #c266d3;
  background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-image: linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button-1:hover {
  background-position: 100%;
  color: #c266d3;
}

/*End button code*/


/* Header code came from: https://codepen.io */

.header{
    position: relative;
    height: 40vh;
	margin-top: 50px;
	background-image: linear-gradient(to right bottom , blue, #ff00ff);
    clip-path: polygon(0 0,100% 0 ,100% 100%,0 100%);
}
.text-box{
    position: absolute;
    top: 40%;
    left:50%;
    transform: translate(-50%,-50%);
}

.heading{
    color: white;
    backface-visibility: hidden;
    text-align: center;
}

.primary_heading{
    display: block;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 40px;
    animation: left 1s ease-in-out 0.2s;
}

.sub_heading{
    display: block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 8px;
    animation: right 1s ease-in-out 0.2s;
    margin-bottom: 60px;
}

@keyframes left{
    0%{
        transform: translateX(-40%);
        opacity: 0;
    }
    80%{
        transform: translateX(5%);
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes right{
    0%{
        transform: translateX(40%);
        opacity: 0;
    }
    80%{
        transform: translateX(-5%);
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bottom{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

