
@keyframes breath {
  0% { 
    opacity: 0.7;
    transform: scale(1,1);
  }

  50% { 
    opacity: 1;
    transform: scale(1.3,1.3);
  }

  100% { 
    opacity: 0.7;
    transform: scale(1,1);
  }
}

@font-face {
font-family: 'Montserrat-Bold';
src: url('Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'CrimsonText-Regular';
    src: url('CrimsonText-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'CrimsonText-Bold';
    src: url('CrimsonText-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Montserrat-Regular';
src: url('Montserrat-Regular.ttf') format('truetype');
}
/*------------------------- Global -------------------------*/

body{
  background-color: #eee;

}

h1{  font-family: 'Montserrat-Bold';}

h2{    font-family: 'CrimsonText-Bold';
    font-weight: bold;
}

p{  font-family: 'CrimsonText-Regular';}


.wrapper{

}

.pageWrap{
  width: 100%;
  line-height: 1.5;
  margin:95px; 
}



.page{
  width: 100%;
  min-height:100vh;
    display: flex;
    align-items: center;
  justify-content:center;
  align-items:center;

}





/*------------------------- Global End -------------------------*/


/*------------------------- Nav  -------------------------*/
#nav a{
    text-decoration: none;
    font-size: 1.0em;
    color: #eee;
    font-family: "Montserrat-Bold", serif;
    transition: .5s ease; 
  display: list-item;
  list-style-type: none;
  width: 100%;
  height: 100%;
    opacity: 0;
    

}






#nav{
  position: relative;
  top: 50%;

  transform: translateY(-50%);




}

.navWrap{
  position: fixed;
  width: 90px;
  height: 100%;
  right: 0px;
    transition: .5s ease; 

}
.navWrap:hover #nav a{  
        opacity: 1;

}
.navWrap:hover {  
    background-color: rgba(200,53,57,0.75);

}

.navWrap:hover .current{
  background-color: #eee !important;
    height:60px !important;
  width: 60px !important;
}

.current{
  height:40px !important;
  width: 40px !important;
  transition: .5s ease; 
}



.navWrap:hover  #nav > li{  
  transition: .5s ease; 
  height:60px;
  width: 60px;
  transform: scale(1,1);
  background-color:#eee;
  border: solid 0px #eee;
    animation: none;

}

#nav li a{

  font-size: 1.1em;
  line-height: 155px;
  color: #eee;
  font-family: "Montserrat-Bold", serif;
  text-align: center;

}



#nav > li{  

  transition: .5s ease; 
  height:16px;
  width: 16px;
 background-color:#c83539;
  margin: 45px auto;
  border-radius: 100px;
  border: solid 2px #eee;
  animation: breath 4.5s infinite ;
  animation-timing-function: ease;

}


#nav li a{

  text-align: center;
  margin: 0 auto;
  align-self: center;
  }

  .navWrap:hover .bubble a{
  opacity: 1;
  }


/*------------------------- Nav End  -------------------------*/

.fontSwitch{    font-family: 'Montserrat-Bold';}

.row{


    display: flex;
    justify-content: center;

}
.column{
padding: 0 25px 0 25px;
}



.forBlackText{
  color: #454545;
}



.two, .four{
   background-color:#c83539;
    color: #ff797d !important; 
}

.four li{   font-size: 1.1em;}

.two h2, .four h2{
  color: #eee !important; 
  font-size: 2.5em;
  margin-bottom: 0.65em;

}

.three  h2{
    text-align: center;
     font-family: 'Montserrat-Regular';

}

.three h1{
    font-size: 5em;
  text-align: center;
  margin-top: 0.75em;  
  margin-bottom: 0.65em;
}

.contactTitle{
  font-size: 5.1vw;
  text-align: center;
}


#contact-form{
  text-align: center;
  font-size: 1.5em;
  font-family: 'Montserrat-Regular';
}

.redText{color:#c83539;}

.two p, .four p{font-size: 1.2em;}

.two{  flex-direction: row ;}

.headerTitle{
  text-align: center;
  font-size: 5em;

}

.socials{
  display: flex;
  justify-content: space-between;
}

.socials li {
  
    border: solid 3px #c83539;
    height: 75px;
    width: 75px;
    border-radius: 50px;


}

.socials li i{
  color: #c83539;
  line-height: 75px;
  padding-left: 20px;
}

.tab { padding-left: 3em; }

.headerImg{ 
  text-align: center;
}

.img-circle{  
  border: 2px solid rgba(238,238,239,1);
/*  box-shadow: 0 0 10px #111;*/
}   


.headerText{
  text-align: center;
    font-size: 1.2em;

}

.workTitle{
      color: #eee;
      margin-bottom: 0.65em;
      font-size: 5em;
}

.pageWrap h1{



}
.pageWrap p{
  
  font-size: 1.2em;

}

.form-control{ background-color: #eee;}

.form-control:focus {
    border-color: #c83539;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(200,53,57,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(200,53,57,.6);
}
.form-control { border: 3px solid #454545;}

.btn.focus, .btn:focus, .btn:hover {
    color: #eee;
    text-decoration: none;
    background-color: #c83539;
}

.btn {
    color: #eee;
    text-decoration: none;
    background-color: #454545;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    background-color: rgba(200,53,57,0.75);

}
 
::-webkit-scrollbar-thumb {

 background-color:#eee;
}