/*######################################################################
############################        Main       #########################
########################################################################*/
@import "fonts.css";


body, html {
height: 100%;
}
* {
    margin: 0;
    padding: 0;
   font-family: "Campton W00 Book", Helvetica, Arial, Verdana, sans-serif;
}



.wrapper {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    background: linear-gradient(148deg, #e4e8c3, #b1cce3);
background-size: 400% 400%;
box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:20px solid white;
  text-align: center;
   /* display: flex;
  flex-direction: column;
  justify-content: center;
    
    
    height:auto;
    bottom:0;
    min-height: 98%;
    top:0;
    left:0;
    right:0;
    */

-webkit-animation: AnimationName 10s ease infinite;
-moz-animation: AnimationName 10s ease infinite;
-o-animation: AnimationName 10s ease infinite;
animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@keyframes AnimationName { 
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}

article {
display: table-cell;
    vertical-align: middle;
}

section {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

 .img-circle {
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    border: solid 4px #FFFFFF;
    width: 100px;
}


h1 {
    text-transform: uppercase;
    font-family: "Campton W00 Medium";
    font-size: 25px;
    margin-top: 30px
}

h2 {
    text-transform: uppercase;
    font-family: "Campton W00 ExtraLight";
    font-size: 25px;
}

address {
    font-family: "Campton W00 Light";
    font-size: 18px;
    font-style: normal;
    display: block;
    margin-top: 30px
}



a {
    color: #FFFFFF;
    text-decoration: none;
     -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover {
    color: #787878;
}

ul {
    margin-top: 40px;
}

li {
    display: inline-block;
}

li a {
    padding: 5px;
}

@media only screen and (min-width: 760px) {
   .img-circle {
    height: 130px;
    width: 130px;
}


h1 {
    font-size: 35px;
}

h2 {
    font-size: 35px;
}

address {
    font-size: 25px;
}
}
