@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,400';
@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,700';
@import 'components.css';
@import 'timeline.css';

/*GENERAL*/

body,
html {
    font-family: 'Ubuntu';
    margin: 0;
    padding: 0;
}

body p {
    font-weight: 300;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway';
}

.uk-navbar-nav>li>a {
    font-family: 'Ubuntu';
    font-size: 1.2em;
    color: white;
}

.uk-nav-navbar ul a {
    color: white;
}

a,
a:hover {
    color: #00918c;
}

h1,
h2,
h3,
h4
{
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
    color: #7e0000;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3.5em;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 2.5em;
    line-height: 1.7em;
}

h5 {
    font-size: 2em;
}

h6 {
    font-size: 1.5em;
}

p {
    font-size: 1.1em;
    line-height: 1.3em;
}

ol,
ul {
    padding: 0!important;
}

ul li {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.3em;
}

.padding1 {
    padding-top: 0px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
}

.padding2 {
    padding-top: 50px;
    padding-right: 70px;
    padding-bottom: 50px;
    padding-left: 70px;
}

.logoicon {
    color: #006864;
    position: relative;
}

.kristel {
   border: 15px solid #98B984;
}

.uk-navbar {
    background: #98B984;
    height: 70px;
    position: relative;
    width: 100%;
}

.uk-navbar .uk-navbar-nav > li > a {
    color: #ffffff!important;
    height: 70px!important;
    padding: 5px 15px!important;
}

.uk-navbar .uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a:focus,
.uk-navbar .uk-navbar-nav > li.uk-active > a {
    background: rgba(0, 0, 0, 0);
    color: #7e0000!important;
}

.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    background: rgba(0, 0, 0, 0)!important;
    /* 3 */
    outline: none;
}

.intro-logo {
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
}

.uk-icon-button {
    background: #7e0000;
    color: #000;
    transition: all 0.5s ease;
}

.uk-icon-button:hover {
    background: #7e2222;
    color: #fff;
}


/*NAV BAR*/


/*SECTIONS*/

section {
  position:relative;
}

#navigashow h3 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto;
    display: table;
    padding: 15px 0px;
}

#navigashow p {
    font-size: 3em;
    line-height: 1em;
}

ul.social li {
    display: inline-block;
    margin: 2px;
}

footer {
    background-color: #013334;
    color: #98B984;
}


/*SECTIONS*/

.root-bg {
    background: #013334;
}

.blanc-bg {
    background: #ffffff;
}

.vertclair-bg {
    background: #98B984;
}

.uk-position-bottom {
    bottom: 120px!important;
}

.go-down {
    bottom: 120px!important;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
