/* 
Project Name: alexwyrick.com
Client: Perso proj.
Author: Alex Wyrick
*/

.typer{
  font-size: 2.25rem;
}

.minus{
  margin-left: -15px;
}

.added{
  margin-left: 15px;
}

.tried{
  position: relative;
  margin-top: 200px;
}

a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

a:hover
{
  color: tomato;
  text-decoration: none;
}

.skip-link{
    left:-100%;
    position: absolute;
    z-index:100;
    background-color:#fff;
}

.skip-link:focus{
    left:10%;
}

/*      N A V   START  */
/*      N A V   START  */
#home{
    color: #767676;
    padding: 24px 0px 8px 0px;
    margin: 0px 20px 12px 20px;
    letter-spacing: .1em;
    border-bottom: 6px solid #216FF3;
    text-decoration: none;
}
@media (max-width: 880px) {
#home{
  padding: 20px 20px 5px 20px;
}}
#home:hover{
    color: rgba(140, 140, 140, 1);
    padding: 24px 0px 8px 0px;
    margin: 0px 20px 12px 20px;
    letter-spacing: .1em;
    border-bottom: 6px solid #216FF3;
}

.mb--2{
  margin-bottom: -20px;
}

.mobileNavBar {
  max-width: 960px;
  margin: auto;
  width: 100%;
  height: 88px;
  display: inline-block;
  background-color: #fff;
  z-index: 2;
  padding-top: 13px;
  padding-bottom: 10px;
  margin-top: -48px;
}

@media (min-width: 880px) {
.mobileNavBar {
  display: none;

 }}
  
.logoWrap{
  width: 400px;
  display: inline-block;
  float: left;
  padding-left: 2%;
  margin-top: 4px;
  text-decoration: none;
  margin-top: 36px;
}

.logoWrap:hover{
  text-decoration: none;
}

@media (max-width: 880px) {
.logoWrap {
  display:none;
}}

.logo {
  width: 50px;
  display: inline-block;
}
@media (max-width: 880px) {
  .logo {
  width: 20px;
  margin-top: 10px;
}}

.logoMobile{

}
@media (max-width: 880px) {
  .logoMobile {
  width: 35px;
  margin-left: 15px;
  margin-top: 28px;
  margin-bottom: -7px;
  display: inline-block;
}}

@media (max-width: 880px) {
  .a11yMobileLogo {
  width: 150px;
  margin-left: 15px;
  margin-top: 28px;
  margin-bottom: -7px;
  display: inline-block;
}}

.a11yDeskLogo{
    width: 100px;
    margin-bottom: -80px;
}

@media (max-width: 880px) {
  .a11yDeskLogo {
  width: 100px;
  margin-left: 15px;
  margin-top: 28px;
  margin-bottom: -7px;
  display: inline-block;
}}

.lettering{
  display: inline;
  color: #fff;
  font-size: 1.35em;
  letter-spacing: .2em;
  word-spacing: .05em;
  margin-top: 18px;
}

.logoWrap .lettering{
  z-index: 100;
}
@media (max-width: 880px) {
  .lettering{
    float: left;
    margin-left: 5px;
    margin-top: 26px;
}}

.letteringMobile{
  display: none;
}
@media (max-width: 880px) {
  .letteringMobile{
  display: inline;
  color: #fff;
  color: color: RGBA(39, 40, 34, .70);
  letter-spacing: .2em;
  word-spacing: .1em;
  font-size: 1.5rem;
  width: 200px;
  display: block;
  float: left;
  margin-top: 1px;
}}

.bridge{
  font-size: 2.5rem;
  display:inline;
  width: 48px;
}


.alex{
  display: inline-block;
  font-weight: 700;
  margin-left: 10px;
}
@media (max-width: 880px) {
.alex{
  display: none;
}}
.alexMobile{
  display: none;
}
@media (max-width: 880px) {
.alexMobile{
  display: inline-block;
  margin-left: 5px;
  margin-top: 25px;
  letter-spacing: .12em;
  font-weight: 700;
}}
.w{
  display: inline-block;
  font-weight: 300;
  margin-left: -10px;
}
@media (max-width: 880px) {
.w{
  display: none;
}}

.wMobile{
  display: none;
}
@media (max-width: 880px) {
.wMobile{
  display: inline-block;
  font-weight: 300;
  margin-left: -10px;
}}

#desk{
  color: RGBA(39, 40, 34, .70);
  width: 80%;
  margin-left: 15px;
  line-height: 2rem;
}

#logoList{
    display: inline-block;
    color: #585858;
    width: 80%;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 2rem;
}


@media (max-width: 880px) {
#phoneTable{
    display: inline-block;
    color: #757575;
    width: 80%;
    margin-left: 9%;
    margin-bottom: 61px;
    line-height: 2rem;
}}


#nav{
    font-size: .9em;
    display: inline;
    font-weight: 400;
    margin-left: 450px;
    margin-top: -42px;
}

@media (max-width: 1100px){
#nav{
    margin-left: 52%;
}}

@media (max-width: 880px){
#nav{
    display: none;
}}

.deskNav{
    margin-top: -20px;
    padding-top: 40px;
    padding-bottom: 90px;
    padding-left: 15px;
    width: 900px;
    background: #fff;
    z-index: 1;
    opacity: .97;
}

@media (max-width: 1100px){
.deskNav{
    width: 90%;
}}


@media (max-width: 880px){
.deskNav{
    display: none;
}}

#menuToggle
{
  display: block;
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

@media (min-width: 880px) {
  #menuToggle{
    display: none;
}}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -8px;
  left: -7px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}



/*
 * Just a quick hamburger
 */
#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2){
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu{
  position: absolute;
  width: 300px;
  margin: -50px 80px 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  min-height: 600px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(0, -100%);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  margin-bottom: 30px;
}
/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul{
  transform: scale(1.0, 1.0);
  opacity: 1;
}


#about{
  color: #616161;
  padding: 24px 0px 17px 0px;
  margin: 0px 20px 12px 20px;
  letter-spacing: .1em;
  border-bottom: 6px solid transparent;
  text-decoration: underline;
}
@media (max-width: 880px) {
#about{
  padding: 20px 20px 20px 20px;
}}

#about:hover{
  border-bottom: 6px solid #F36D21;
  color: rgba(140, 140, 140, 1);
  text-decoration: none;
  padding: 24px 0px 7px 0px;
}

.navButton {
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 880px){
  .navButton {
    font-size: .8em;
    padding-top:12px;
    margin-bottom: 0px;
    background-color: white;
}}

.navButton:hover {
    text-decoration: none;
}

.notCurrent{
  padding-bottom: 0px;
}

.current {
  padding-bottom: 5px;
  margin-top: -4px;
  border-bottom: 3px solid #32f0ff;
}

@media (max-width: 880px){
        .current {
          
}}

.current:hover {
    text-decoration: none;
    color: #ddd;
}

#contact{
  color: #fff;
  margin: 15px 15px;
  display: inline-block;
}
@media (max-width: 880px) {
  #contact{
  margin: 15px 5px 15px 10px;
}}
#contact:hover {
  color: RGBA(37, 119, 182, 1);
}

.centerpiece{
  padding-left: 10%;
  margin-top: 7px;
  margin-bottom: -35px;
}

@media (min-width: 880px) {
.centerpiece{
  display: none;
}}

.mobileLogo{
  width: 65px;
  margin-top: 34px;
  margin-left: 13px;
  opacity: 1;
}

.myLogo{
    margin-left: 16px;
    vertical-align: text-top;
}

/* * * *   H A M B U R G E R    M E N U   E N D  * * * */
/* * * *   H A M B U R G E R    M E N U   E N D  * * * */

/*      N A V   END  */
/*      N A V   END  */

.contact-me{
  width: 194px
}
@media (max-width: 780px) {
  .contact-me{
    width: 80%;
}}

.view-resu{
  width: 194px
}
@media (max-width: 780px) {
.view-resu{
    width: 80%;
}}

/******************************************
/* COLOR PALLET

Elements:
Box BG - RGBA(240, 240, 240, 1.00)
Button hover - RGBA(220, 220, 220, 1.00)
Green action - RGBA(200, 255, 200, 1.00)
Red action - RGBA(255, 200, 200, 1.00)

fonts:
black - RGBA(0, 0, 0, 1.00)
hyperlinks - RGBA(79, 0, 210, 1.00)
charcoal - RGBA(60,rr 60, 60, 1.00)
Gray - RGBA(100, 100, 100, 1.00)
lightGray - RGBA(150, 150, 150, 1.00)
faded - RGBA(200, 200, 200, 1.00)

/*******************************************/

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.darkBG {
  background-color: #fbfbfb;
}
.darkerBG {
  background-color: RGBA(150, 150, 150, 1.00);
}
.darkestBG {
  background-color: RGB(60, 60, 60);
}

.name{
  font-size: 1.15em;
  letter-spacing: .3rem;
  text-align: center;
}
.alex{
  font-weight: 800;
}
.wyrick{
  font-weight: 200;
}

.logo{
  width: 40px;
  height: 40px;
}

.navbar.navbar-default{
  min-height: 63px;
}

.navbar-nav.li.a {
    padding-top: 21px;
    padding-bottom: 20px;
}

.icon .row{
  height: 50px;
}

.perfect{
  font-size: 1.35rem;
  margin-top: 20px;
  line-height: 2.25rem;
  color: RGBA(50, 50, 50, 1);
}

@media (max-width: 800px) {
.perfect{
  font-size: 1.25rem;
}}

.lefty{
  width: 80%;
  max-width: 900px;
  margin: auto;
}

@media (max-width: 800px) {
.lefty{
  width: 100%;
  margin-left: 0 !important;
}}

.abouts{
  width: 100%;
  max-width: 900px;
  margin-left: 15px;}

@media (max-width: 800px) {
  .abouts{
  margin-top: -50px;
}}

.aboutLeft{
  top: 136px;
  left: 75%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 800px) {
.aboutLeft{
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}}

.aboutRight{
  width: 60%;
  display: inline-block;
}

@media (max-width: 800px) {
.aboutRight{
  width: 100%;
}}

.personalitx{
width: 100%;
margin-top: 30px;
 } 
@media (min-width: 800px){
.personalitx{
display: none;
}}
.personality{
width: 100%;
 } 
@media (max-width: 800px){
.personality{
display: none;
}}

.brands{
width: 100%;
 } 
@media (min-width: 800px){
.brands{
display: none;
}}
.brands-mobile{
width: 100%;
 } 
@media (max-width: 800px){
.brands-mobile{
display: none;
}}

.colleagues{
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #212529;
}
@media (max-width: 800px) {
.colleagues{
  width: 60%;
  margin-left: 20%;
}}

.quote-img{
  width: 120%;
}

.quotes{
  width: 40%;
  margin-left: 30%;
}

@media (max-width: 800px) {
.quotes{
  width: 100%;
  margin-left: 0;
}}

.card{
  width: 90%;
  margin-left: 5%;
  max-width: 450px;
  font-size: .85rem;
  color: #333;
}

@media (max-width: 576px) {
  .card {
    width: 100%;
  }
}

.toolbox{
}

@import "compass/css3";

* {
     box-sizing: border-box;
}


/******************************************
/* TYPOGRAPHY

Font-families:
Monserrat
Sans-serif
Font-sizes:
2rem
1rem

/*******************************************/

.letspace{
  letter-spacing: .22rem;
}

.logoTetris{
  width: 80%;
  margin: 10%;
}

.btn-brutal{
    color: #000;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .9);
    padding: 10px 30px;
    margin-right: 30px;
    margin-left: 0;
    border-radius: 0;
}

/*.btn-brutal:hover{
    background-color: rgba(0, 0, 0, 1);
    color: #fff;

}*/

.btn-brutalist{
    color: #fff;
    background-color: rgba(0, 0, 0, .9);
    border: 2px solid #fff;
    padding: 11px 31px;
    margin-right: 10px;
    border-radius: 0;
}

.btn-brutalist:hover{
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 5px #aaaaaa;
    color: #fff;
    text-decoration: underline;
}

/*      B O U N C E   B U T T O N   S T A R T     */
/*      B O U N C E   B U T T O N   S T A R T     */

/* Bounce To Right 2 */

.hvr-bounce-to-right {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Right 2 */

.hvr-bounce-to-right2 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(255, 255, 255, 1);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right2:hover, .hvr-bounce-to-right2:focus, .hvr-bounce-to-right2:active {
  color: black; 
  border: 2px solid rgba(0, 0, 0, .9);
}
.hvr-bounce-to-right2:hover:before, .hvr-bounce-to-right2:focus:before, .hvr-bounce-to-right2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3635F2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*      B O U N C E   B U T T O N   E N D     */
/*      B O U N C E   B U T T O N   E N D     */

.leftists{
  margin-left: none;
}
@media (max-width: 780px) {
.leftists{
  margin-left: 0;
  margin-bottom: 25px;
}}

.btn-bruts{
  color: #000;
  background-color: #fff;
  border: 2px solid rgba(90, 90, 90, .9);
  padding: 8px 30px;
  margin-right: 10px;
  border-radius: 0;
}

.btn-bruts:hover{
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}

.btn-brus{
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
  padding: 4px 30px;
  margin-right: 10px;
  border-radius: 0;
}

.mid80s{
    width: 80%;
    margin-left: 10%;
    padding-bottom: 50px;
}

.line{
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.hero{
  width: 100%;
  height: 440px;
  margin-top: -100;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8a00+0,ffd46e+100 */
  background: #ff8a00; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff8a00 0%, #ffd46e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff8a00 0%,#ffd46e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff8a00 0%,#ffd46e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a00', endColorstr='#ffd46e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media (max-width: 1000px) {
.hero{
border-top: 150px solid white;

}}

.hero-left{

}

.hero-text{
  color: #fff;
  word-spacing: .2rem;
  letter-spacing: .12rem;
  font-weight: 100;
  line-height: 1.5rem;
  margin-left: 100px;
  margin-top: 140px;
  font-size: .85rem;
}

.bold{
  font-weight: 500;
}

.hero-icon{
  width: 170px;
  margin: 150px;
  margin-left: 50%;
}

/*METRONAUT EXAMPLE PAGE*/
/*METRONAUT EXAMPLE PAGE*/
.projectLogo{
  height: 140px;
  width: 140px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightGray;
}
.projectLogo2{
  width: 30%;
  margin-left: 35%;
  padding-bottom: 20px;
  border-bottom: 1px solid lightGray;
}
@media (max-width: 880px) {
.projectLogo2{
  width: 70%;
  margin-left: 15%;
}}

.project{
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 25px;
  margin-bottom: -50px;
}

@media (max-width: 880px) {
.project{
  font-weight: 500;
  font-size: 1.75rem;
  color: #5F5F5F;
}}

.slogan{
  font-weight: 200;
  font-size: 2rem;
  margin-top: 10px;
}

@media (max-width: 880px) {
.slogan{
  font-size: 1.5rem;
  color: #5F5F5F;
  padding-top: 20px;
}}

.challenge{
  margin-top: 50px;
  color: RGBA(50, 50, 50, 1);
  display: inline-block;
}
.solutions{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.linker{
  display: inline;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}

.linker:hover {
  display: inline;
  border-bottom: 2px solid tomato;
  padding-bottom: 2px;
}

/*     A B O U T    P A G E      */
/*     A B O U T    P A G E      */

.aboutImg{
  width: 250px;
  overflow: hidden;
  margin-left: 15px;
}

@media (max-width: 800px) {
.aboutImg{
  display: block;
  width: 60%;
  margin-left: 18%;
}}

/*       P R O C E S S   P A G E         */
/*       P R O C E S S   P A G E         */

#infograph{
  width: 84%;
  padding-left: 15px;
}

.third{
  width: 30%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 880px) {
  .third{
  width: 90%;
  margin: auto;
}}

/***     C O N T A C T   F O R M    S T A R T     ***/
/***     C O N T A C T   F O R M    S T A R T     ***/


#contact-area {
  margin-top: 25px;
}

@media (max-width: 880px) {
  #contact-area {
  width: 300px;
}}

#contact-area input, #contact-area textarea {
  width: 100%;
  margin: 4px 0px 10px 0px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media (max-width: 880px) {
textarea{
width:40px;
}}

#contact-area textarea {
  height: 80px;
}

#contact-area textarea:focus, #contact-area input:focus {
  border: 2px solid #900;
}

#contact-area input.submit-button {
  width: 50%;
  padding: 5px;
  height: 50px;
  margin-top: 15px;
  background-color: RGBA(125, 201, 214, .20);
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  color: #646464;
}

#contact-area input.submit-button:hover {
  background-color: #c1c1c1;
  color: #fff;
  border: 1px solid #fff;
  transition: .2s;
}

label {
    float: left;
    text-align: left;
    margin-right: 15px;
    width: 150px;
    padding-top: 5px;
    font-weight: 200;
    line-height: 2.25rem;
    letter-spacing: .19rem;
    color: RGBA(95, 95, 95, .90);
}

/*-----  C O N T A C T   F O R M    E N D     -----*/
/*-----  C O N T A C T   F O R M    E N D     -----*/

/*     FOOTER ICONS START     */
/*     FOOTER ICONS START     */


.footer{
  padding: 10px 10%;
  background-color: #000;
  margin-top: auto;
  border:1px solid #ccc;
  text-align: center;
}
@media (max-width: 800px) {
.footer{
  margin-top: auto;
}}

.plus{
    margin-top: 400px;
}

.copyright{
  display: inline-block;
  color: rgba(140, 140, 140, 1);
  letter-spacing: .22;
  margin-right: 50px;
  padding-left: 50px;
}

@media (max-width: 800px) {
.copyright{
  margin-right: 0px;
  padding-left: 20px;
  padding-top: 15px;
}}  

.linkedIn{
  display:inline-block; 
  padding: .5rem 2rem;
  font-size: 1.5em;
  color: #efefef;
}
@media (max-width: 880px) {
.linkedIn{
  padding: 0 1rem;
}}
.linkedIn:hover{
  color:#21A7F3;
}

.twitter{
  display:inline-block; 
  padding: .5rem 1.5rem;
  font-size:1.5em; 
  color:#efefef;
}
@media (max-width: 880px) {
.twitter{
  padding: 0 1rem;
}}
.twitter:hover{
  color:#1dcaff;
}

.dribbble{
  display:inline-block; 
  padding: 0 2rem;
  font-size:1.4em; 
  color:#efefef;
}
@media (max-width: 880px) {
.dribbble{
  padding: 0 1rem;
}}
.dribbble:hover{
  color:#ea4c89;
}

.medium{
  display:inline-block; 
  padding: 0 2rem;
  font-size:1.4em; 
  color:#efefef;
}
@media (max-width: 880px) {
.medium{
  padding: 0 1rem;
}}
.medium:hover{
  color:#1CCD78;
}

.envelope{
  display:inline-block; 
  padding: 0 2rem;
  font-size:1.5em; 
  color:#efefef;
}
@media (max-width: 880px) {
.envelope{
  padding: 0 1rem;
}}
.envelope:hover{
  color:#fd7e14;
}


/*     FOOTER ICONS END     */
/*     FOOTER ICONS END     */

/*     S P A C E R S     */
/*     S P A C E R S     */

@media (max-width: 900px) {
.basic{
  width: 95%
}}

.basic{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    display: inline-block;
}

.splash{
    width: 150px;
    height: 12px;
    background: rgba(254, 236, 96, 0.5);
    margin-bottom: -5px;
    margin-left: 235px;
    border-radius: 31px;
}
.splash2{
    width: 178px;
    height: 13px;
    background: rgba(199, 254, 96, 0.36);
    margin-bottom: -25px;
    margin-left: 214px;
    border-radius: 31px;
}

.intro{
    margin-top: 2px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    display: inline-block;
}

@media (max-width: 800px) {
.desky{
  display: none;
}}

@media (min-width: 800px) {
.moby{
  display: none;
}}

.mpt-5{
  padding-top: 3rem;
}

@media (max-width: 800px) {
.mpt-5{
  padding-top: 0rem;
}}

.base-head{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    display: inline-block;
    margin-top: 30px;
    margin-left: 15px;
}

.align{
  margin-left: 15px;
}

.fail{
  font-weight: 500;
}
.win{
  font-weight: 500;
}

.fully{
  width: 100%;
}

.fullish{
  width: 70%;
}

@media (max-width: 992px) {
.fullish{
  width: 100%;
}}

.halfer{
  width: 47%;
  margin-right: 1%;
  display: inline-block;
}

.screens{
    width: 100%;
    max-width: 300px;
}

.headline{
  padding-top: none !important;
  font-weight: 500;
font-size: 2.75rem;
}

@media (max-width: 800px) {
.headline{
}}

@media (max-width: 880px) {
.halfer{
  width: 98%;
  margin-right: 1%;
  display: inline-block;
}}

.borderline{
  box-shadow: 0px 0px 7px 3px #dadada;
}

.proto{
  width: 300px;
  margin-bottom: 25px;
}

@media (max-width: 880px) {
.proto{
  width: 100%;
  margin-bottom: 25px;
}}

.bord{
  box-shadow: 3px 3px 3px 3px #ccc;
}

.Skype{
  width: 80%;
  text-align: center;
}

@media (max-width: 800px) {
.Skype{
  width: 100%;
}}

.t50{margin-top: 50px;}
.t60{margin-top: 75px;}
.t100{margin-top: 100px;}
.t200{margin-top: 200px;}
.t300{margin-top: 300px;}
.t400{margin-top: 400px;}

.r50{margin-right: 50px;}
.r100{margin-right: 100px;}
.r200{margin-right: 200px;}
.r300{margin-right: 300px;}
.r400{margin-right: 400px;}

.b50{margin-bottom: 50px;}
.b100{margin-bottom: 100px;}
.b200{margin-bottom: 200px;}
.b300{margin-bottom: 300px;}
.b400{margin-bottom: 400px;}

.l15{margin-left: 15px;}
.l30{margin-left: 30px;}
.l50{margin-left: 50px;}
.l100{margin-left: 100px;}
.l200{margin-left: 200px;}
.l300{margin-left: 300px;}
.l400{margin-left: 400px;}

.t-50{margin-top: 50px;}
.t-60{margin-top: -75px;}
.t-100{margin-top: -100px;}
.t-200{margin-top: -200px;}
.t-300{margin-top: -300px;}
.t-400{margin-top: -400px;}

.r-50{margin-right: 50px;}
.r-100{margin-right: -100px;}
.r-200{margin-right: -200px;}
.r-300{margin-right: -300px;}
.r-400{margin-right: -400px;}

.b-50{margin-bottom: -50px;}
.b-100{margin-bottom: -100px;}
.b-200{margin-bottom: -200px;}
.b-300{margin-bottom: -300px;}
.b-400{margin-bottom: -400px;}

.l-100{margin-left: -100px;}
.l-200{margin-left: -200px;}
.l-300{margin-left: -300px;}
.l-400{margin-left: -400px;}


.container {
    position: relative;
    background-color:#fff;
    display: inline-block;
    width: 24.5%;
    border: 10px solid transparent;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

@media (max-width: 1050px) {
  .container {
    width: 40%;
}}  

@media (max-width: 880px) {
  .container {
    width: 100%;
    margin: -80px 0 0 0;
    height: 550px;
    z-index: -100;
}}  

@media (max-width: 430px) {
  .container {
    width: 90%;
    height: 260px;
    margin: 0;
    margin-left: 5%;
}}  

@media (max-width: 380px) {
.container {
    height: 240px;
}}

@media (max-width: 330px) {
.container {
    height: 220px;
    width: 100%;
    border: 0;
}}

.container:hover .middle {
  opacity: 1;
}

.container:focus .middle {
  opacity: 1;
}

.image {
  opacity: 1;
  display: block;
  width: 92%;
  height: auto;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

@media (max-width: 880px) {
.middle {
  opacity: 1;
}}
 .small-text{
  font-size: 1rem;
  margin-bottom: -5px;
  margin-left: -20px;
 }

.text {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  padding: 16px 32px;
}

@media (max-width: 880px) {
.text {
    margin-top: 65px;
    font-size: 1.5em;
    z-index: 100;
}}

@media (max-width: 430px) {
.text {
    margin-top: 265px;
    font-size: 2em;
}}

@media (max-width: 380px) {
.text {
    margin-top: 170px;
    font-size: 1.8em;
}}

@media (max-width: 330px) {
.text {
    margin-top: 130px;
}}
