@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

h1 {
    font-size: 4rem;
    font: 'Roboto';
    color:#AB7EFB
  }
  p {
    font-size: 1.5rem;
  }
  body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
    background: white;
    overflow-x: hidden;
  }

  section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 400px;
  }

/* title name css */

.perspective-text {
    color: white;
    font-family: Arial;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    padding-top: 100px;
    padding-right: 150px;
  }
  .perspective-line {
    height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  
  .perspective-title {
    margin: 0;
    height: 60px;
    line-height: 50px;
    transition: all 0.5s ease-in-out;
  }
  
  .perspective-line:nth-child(odd) {
    transform: skew(60deg, -30deg) scaleY(0.667);
  }
  
  .perspective-line:nth-child(even) {
    transform: skew(0deg, -30deg) scaleY(1.337);
  }
  
  .perspective-text:hover .perspective-title {
    transform: translate(0, -60px);
  }
  
  .perspective-line:nth-child(1) {
    left: 29px;
  }
  
  .perspective-line:nth-child(2) {
    left: 58px;
    background: #f07e6e;
  }
  
  .perspective-line:nth-child(3) {
    left: 87px;
    background: #84cdfa;
  }
  
  .perspective-line:nth-child(4) {
    left: 116px;
    background: #5ad1cd;
  }
  
  .perspective-line:nth-child(5) {
    left: 145px;
  }
  






.hometop {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  min-height: 800px;
  padding-top: 100px;
  }

.aboutme{
    text-align: center;
    align:"left";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50% , -50%)
    
}

.custom-shape-divider-bottom-1630060685 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1630060685 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1630060685 .shape-fill {
    fill: #FFFFFF;
}



/* navbar */
#navbar {
    overflow: hidden;
    background-color: #333;
    z-index: 100;
  }
  
  #navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  #navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  #navbar a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  .content {
    padding: 16px;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 60px;
  }

  /* social buttons */

.socialbtns {
  padding-bottom: 2%;
    z-index: 1;
}

.fa-lg{
    font-size: 6rem;
}

a, a:hover {
	color: #000;
	text-decoration: none;
	padding: 10px;
}

.socialbtnsbtnsbtns, .socialbtnsbtnsbtns ul, .socialbtnsbtnsbtns li {
	margin: 0;
	padding: 5px;
}

.socialbtnsbtnsbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
	color: #FFF;
	text-shadow: 1px 1px 0px #000,
			1px -1px 0px #000,
			-1px 1px 0px #000,
			-1px -1px 0px #000;
	-webkit-text-shadow: 1px 1px 0px #000,
			1px -1px 0px #000,
			-1px 1px 0px #000,
			-1px -1px 0px #000;
	-moz-text-shadow: 1px 1px 0px #000,
			1px -1px 0px #000,
			-1px 1px 0px #000,
			-1px -1px 0px #000;
	-o-text-shadow: 1px 1px 0px #000,
			1px -1px 0px #000,
			-1px 1px 0px #000,
			-1px -1px 0px #000;
	transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
}

.socialbtns .fa:hover {
	color: #000;
	text-shadow: 1px 1px 0px #fff,
			1px -1px 0px #fff,
			-1px 1px 0px #fff,
			-1px -1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff,
			1px -1px 0px #fff,
			-1px 1px 0px #fff,
			-1px -1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff,
			1px -1px 0px #fff,
			-1px 1px 0px #fff,
			-1px -1px 0px #fff;
	-o-text-shadow: 1px 1px 0px #fff,
			1px -1px 0px #fff,
			-1px 1px 0px #fff,
			-1px -1px 0px #fff;
	transition: all ease 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
}

/* CSS for Content */


.ThingsTitle{
    font-size: 4rem;
    padding-bottom: 0%;
}

.TechHeader{
padding-top: 10%;
font-size: 3rem;
}

.BespokeHeader{
    font-size: 3rem;
}

.courselistheader{
    font-size: 3rem;
}

.TechInfo{
    font-size: 1.5rem;
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
}

.TechInfo .text:first-child::first-letter{
    color:#FE5F55;
    font-weight: bold;
    font-size: 70px;
    float: left;
    line-height: 60px;
    padding-right: 8px;
    margin-top: -3px;
}

.BespokeInfo {
    font-size: 1.5rem;
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
}
.BespokeInfo .text:first-child::first-letter{
    color:#FE5F55;
    font-weight: bold;
    font-size: 70px;
    float: left;
    line-height: 60px;
    padding-right: 8px;
    margin-top: -3px;
}

.courselisttext table {
    font-size: 1.5rem;
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
    align-content: center;
}

/* CSS for logos */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  justify-content: center;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 20px;
  align-items: left;
}

.column img {
  margin-top: 8px;
  vertical-align: left;
  width: 100%;
}

/* CSS for contact page*/


.contact {

    font-family: 'Courier New', monospace;
    align-content: center;
    margin: auto;
    font-size: 4rem;
}
.email {

  font-family: 'Courier New', monospace;
  align-content: center;
  margin: auto;
  font-size: 4rem;
}

.contact table {

    border-radius: 2px;
    justify-content: center;
    margin: auto;
    padding-top: 5%;
    
}

.emailmebutton{
    border-radius: 25px;
}
.emailmebutton a {
    padding: 8px 12px;
    font-family: 'Courier New', monospace;
    font-size: 3rem;
    color: #ffffff; 
    text-decoration: none;
    font-weight: bold;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
    border-radius: 25px;
     
}

