html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

.container {
  display: -webkit-box;
  justify-content: left;
  max-width: 900px; 
  margin: 0 auto; 
  margin-top:50px;
}

.container img {
    float: left;
    max-width: 25%;
    max-height:15%;
 
}

figcaption {
  position: absolute;
  bottom: 0em;
  
  background-color:rgb(100, 200, 200) ;
  max-width: 100%;
  padding-left: 59px;
  padding-right: 59px;
}
.container  p {
  float: left;
  background-color: white; 
  padding-left: 10px;
  max-width: 75%; 
 }
 
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
  position:relative;
}

h2 a {
  position:absolute;
  top:-300px; 

}

h2 {
  background-color:rgb(100, 200, 200) ;
  font-family: 'Copperplate Gothic';
}

h1 {
  background-color:rgb(100, 200, 200) ;
}

h4 {
  background-color:rgb(100, 200, 200) ;
  font-family: 'Copperplate Gothic';
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.icon-facebook {
  width: 0.53em;
  height: 1em;
  fill: #000;
}

body {
  font-family: 'Karla', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  background-color: white;
  margin:0;

}

button,
input {
  font-family: 'Karla', Helvetica, Arial, sans-serif;
}

p {
  text-align: justify;
  text-justify: inter-word;  
  background-color: white;
}

 
a {
  color: blue;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  text-align: justify;
  text-justify: inter-word;  
}

a:hover {
  opacity: .7;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  /*min-height: 100vh;*/
  padding: 250px 15px 10px;
  /*background: url(../img/bg.jpg) no-repeat;*/
  /*background-position: top;*/

  color: rgb(255, 255, 100);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
}

.page__top {
  /*display: flex;
  flex-direction: row-reverse;
  position: fixed;
  width: 100%;*/
 
  background-color:rgb(100, 200, 200);
}

 

 

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.socials__link {
  margin-left: 8px;
}

.socials__pic {
  display: block;
}

.logo {
  
  font-size: 0;
  text-align: center;
  
 
}

.center {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-top:50px;
  
}

#title {
  margin-bottom: 52px;
  font-family: 'Alegreya', Helvetica, Arial, serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.16667;  
  background-position: right  ;
}

h1 {
  margin-bottom: 52px;
  font-family: 'Copperplate Gothic';
  font-weight: 700;
  font-size: 60px;
  line-height: 1.16667;  
  background-position: right  ;
}


/*
#services:after {
  margin-right: 10px;
  float: right;
  content: url(../img/favicon-16x16.png)
}

 
#references:after {
  margin-right: 10px;
  float: right;
  content: url(../img/favicon-16x16.png)
}

 
#about:after {
  margin-right: 10px;
  float: right;
   content: url(../img/favicon-16x16.png)
}


#contact:after {
  margin-right: 10px;
  float: right;
  content: url(../img/favicon-16x16.png);
 
}
*/
 


.btn {
  display: inline-block;
  position: relative;
  min-width: 234px;
  border-radius: 2px;
  border: 2px solid white;
  font-size: 20px;
  font-weight: 700;
  color: black;
  letter-spacing: -0.3px;
  text-align: center;
  text-decoration: none;
  -webkit-perspective: 100;
  perspective: 100;
  z-index: 2;
}



.btn__label {
  display: block;
  padding: 10px 20px;
  background: white;
  border-radius: 2px;
  -webkit-transform: translate3d(0, -10px, 10px);
  transform: translate3d(0, -10px, 10px);
  -webkit-transition: border-radius .2s, -webkit-transform .2s;
  transition: border-radius .2s, -webkit-transform .2s;
  -o-transition: transform .2s, border-radius .2s;
  transition: transform .2s, border-radius .2s;
  transition: transform .2s, border-radius .2s, -webkit-transform .2s;
  pointer-events: none;
  z-index: -2;
}

.btn:hover {
  opacity: 1;
}

.btn:hover .btn__label {
  border-radius: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.progress {
  max-width: 900px;
  margin: 0 auto 10px;
  
}



.about {
  text-align: right;
}

.about a {
  font-weight: 700;
}

@media only screen and (max-width: 900px) {
  .page {
    padding: 15px 10px 20px;
  }
  .page__middle {
    margin-bottom: 68px;
    padding: 0;
    position: relative;
    background-color:rgb(100, 200, 200);
  }
  .socials {
    margin-bottom: 48px;
    padding-right: 5px;
  }
  .logo {
    margin-bottom: 48px;
  }
  .title {
    margin-bottom: 34px;
    font-size: 43px;
  }
  .progress {
    margin-bottom: 50px;
  }
  .about {
    text-align: center;
  }
}
/*.topnav {
  overflow: hidden;
  width: 100%;
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
  top: 0;
  z-index: 99; 
 }

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: rgb(100, 200, 200);
  color: white;
}
*/
.button a{
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: blue;
  background: red;
  padding: 7px 12px;;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:rgb(100, 200, 200);
  position: fixed;
  top: 0;
  width: 100%;
  height: 20em;
 
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
 
  z-index: 99; 
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: rgb(100, 200, 300);
}

.active {
  background-color: #04AA6D;
}

/*
.anchor {
  display: block;
  position: relative;
  top: -280px;
  visibility: hidden;
} */

/*# sourceMappingURL=app.css.map */
