@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
  padding: 0;
  margin: 0;
  background: #f1f1f1;
}

.ribbon {
  content: '';
  clear: both;
  width: 100%;
  background: #202020;
  display: table;
  font-family: 'Montserrat', sans-serif;
}

.ribbon h1 {
  float: left;
  width: 20%;
  font-size: 30px;
  color: white;
  display: flex;
  justify-content: center;
}

nav {
  width: 100vh;
  float: right;
  display: flex;
  justify-content: center;
  text-align: center;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav ul li {
  list-style: none;
  float: left;
  margin: 30px 20px;
}

nav ul li a {
  transition: .2s;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 17px;
}

nav a:hover {
  border-bottom: solid white 2px;
  letter-spacing: 3px;
  transition: .2s;
}

.introwrap {
  background-image: url('../images/pp.jpg');
  background-size: cover;
  font-family: 'Raleway', sans-serif;
  display: table;
  width: 100%;
  height: 400px;
  padding: 0;
  text-align: center;
}

.text1 {
  margin-top: 100px;
  font-size: 70px;
  color: white;
}

.text2 {
  font-size: 30px;
  color: white;
}

.introbot {
  width: 100%;
  height: 30px;
  background: #202020;
}

.p {
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 200px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.p p {
  font-size: 25px;
  margin-top: 50px;
  margin-left: 15%;
  width: 70%;
}

.wrap {
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  float: right;
}

.proInner {
  margin: auto;
  overflow: hidden;
  padding-bottom: 40px;
  background: #202020;
}

.proInner h1 {
  color: white;
  font-size: 40px;
  background-image: url(../images/gradient.jpg);
  background-repeat: no-repeat;
  background-position: 53% 20px;
  background-size: 700px 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col {
  flex: 20%;
  max-width: 20%;
  box-sizing: border-box;
  padding: 15px;
}

.lesson {
  background: #3f3f3f;
  padding: 30px;
  margin: 10px;
}

.img {
  width: 100px;
  height: 100px;
}

.special {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #202020;
}

.img2x {
  height: 200px;
  width: 200px;
}

.name {
  font-size: 20px;
  margin-top: 10px;
  color: white;
}

.pslink {
  background-image: url(../images/gradient.jpg);
  background-repeat: no-repeat;
  background-position: 25px 15px;
  background-size: 350px;
}

.pslink a {
  font-size: 30px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.pslink a:hover {
  letter-spacing: .5px;
}

.row p {
  color: white;
}

.unityadobeinner {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0;
}

.unityadobeinner h1 {
  margin-left: 30%;
  width: 40%;
  font-size: 40px;
  border-bottom: solid 5px black;
}

.uacol {
  flex: 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 15px;
  background: white;
}

.uacontent {
  padding: 30px;
}

.uacontent p {
  margin: 20px;
  font-size: 20px;
  color: black;
}

.uanames {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

.uacontent a {
  text-decoration: none;
  color: black;
  font-size: 15px;
}

.uacontent a:hover {
  letter-spacing: 1px;
}

.uabot {
  width: 100%;
  height: 50px;
}

.contactinner {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0;
}

.contactcol {
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
  background: #282828;
}

.contactinfo {
  padding: 10px;
}

.contactlink a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  color: white;
}

.contactlink a:hover {
  letter-spacing: 1px;
}

footer {
  height: 25px;
  background: #202020;
  display: table;
  width: 100%;
  text-align: center;
  padding-top: 7.5px;
  color: white;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
