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

body {
    overflow-x: hidden;
    margin: 0;
  font-family: "didact gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  
}

.row {

margin-right: 15px;
}



a.ondark {
  color: #ffffff;
  text-decoration: none;
}
a.ondark:hover,
a.ondark:focus {
  color: #fff000;
  text-decoration: underline;
}

p {
    font-size: 20px;
}

/* p.small {
    font-size: 16px;
} */

p.center {
    
    text-align: center;
    
}

a
a:hover,
a:focus,
a:active,
a:active {
    outline: 0;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    
    font-family: 'didact gothic', Helvetica, Arial, sans-serif;
    
}

.articles-item.h1,
.articles-item.h2,
.articles-item.h3,
.articles-item.h4,
.articles-item.h5,
.articles-item.h6 {
    
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

figcaption {
    
    font-size: 1.7em;
    margin-bottom: 3%;
}



.articles-more {
    
    color: #00904a;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 a.article-link {
    position: relative;
    color: #00904a;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
}

a.article-link:hover {
    color: #00904a;
    text-decoration: none;
}

a.article-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: -15%;
  left: 0;
  background-color: #00904a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.article-link:hover:before {
    
    visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

h3.game {
    
    padding: 0 0 15px 0 ;
}

hr {
  
  border: 0;
  border-top: 1px solid #ecf0f1;
}
 

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #00904a;
}

hr.star-primary:after {
    color: #00904a;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.greenspace {
    
    color: #fff;
    background: #18bc9c;
    padding: 1% 1% 1% 1%;
   
}

header {
    text-align: center;
    color: #fff;
    background: #18bc9c;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    font-family: didact gothic,Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

.more-margin-bottom {
    margin-bottom: 6%;
    
}



@media(min-width:768px) {
    header .container {
        padding-top: 10%;
        padding-bottom: 5%;
    }

    header .smallercontainer {
        
         padding-top: 100px;
        padding-bottom: 50px;
    }
    
    
    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(max-width: 768px) {
    header .container {
        padding-top: 15%;
        padding-bottom: 5%;
    }

    header .smallercontainer {
        
         padding-top: 70px;
        padding-bottom: 8%;
    }
    
    
    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}



.navbar {
    padding: 1% 1% 1% 1%;
    font-family: didact gothic, Helvetica, Arial,sans-serif;
    font-size: 1.5em;
     z-index:999;

}



.navbar a:focus {
    outline: 0;
}



.navbar-nav > li > a {
  
  padding-bottom: 15px;
  background-color: whitesmoke;
}

@media (max-width: 768px){
    
    
    .navbar-nav > li > a {
  padding-top: 2%;
  padding-bottom:2%;
  background-color: whitesmoke;
}
}


.navbar .navbar-nav li a:focus {
    outline: 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 1%;
  padding: 1% 1%;
  margin-top: 1%;
  margin-bottom: 1%;
  background-color: #00904a;
  border-radius: 4px;
}



.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #00904a;
}


.navbar-default .navbar-toggle {
  border-color: #00904a;
}


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #00904a;
    opacity: 0.8;
}


.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}


.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 3% 0 0 3%;
}

section h2 {
    margin: 0;
    font-size: 3em;
    padding-bottom: 2%;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

section.downloads {
    color: #fff;
    background: #6f9ad9;
}

section.downloads a,
section.downloads a:hover,
section.downloads a:focus,
section.downloads a:active,
section.downloads a.active {
    outline: 0;
    color: #0c4dab;
}

section.downloadswhite {
    color: #000000;
    background: #fff;
}

section.downloadswhite a,
section.downloadswhite a:hover,
section.downloadswhite a:focus,
section.downloadswhite a:active,
section.downloadswhite a.active {
    outline: 0;
    color: #000000;
}

@media(max-width:767px) {
    section {
        padding: 75px 0 75px;
        
    }

    section.first {
        padding-top: 5px;
        height:50px;
    }
}

.articles-item {
    
    display: block;
    position: relative;
    margin: 2% auto;
    max-width: 400px;
    padding: 2%;
    opacity:1;
    color:black;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all .5s ease-in-out;
    
} 



.article {
color:black;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; 
padding-top: 2%;   
}

p.articletext {
 color:black;
 font-size: 1.5em; 
 font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
   
}

li.articletext {
 font-size: 1.5em; 
font-weight: bold;
 
    
    list-style-position: inside;
 }

.article-header {
color:black;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;   
background-color: #65b32e;
padding: 2%;

}

.article-header small {
    color: lightgray;
}

.article-header-light {
color:black;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;   
background-color: #a3f966;
    text-align: center;
padding: 1%;

}

.articles-item{
font-size: 14px;
color:black;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;  
 
}


.img-articles-item {
  
    padding-bottom: 3%;
  
}

.article-image-main {
    
    padding:1%;
    border: 1% white;
}

.downloads-item {
    
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    opacity:1;
    margin-top: 2%;
    
    font-size: 3em;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
} 

.downloads-item-btn-outline a{
    margin-top: 2%;
    border: solid 2px #fff;
    font-size: 200px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.downloads-item-btn-outline:hover,
.downloads-item-btn-outline:focus,
.downloads-item-btn-outline:active,
.downloads-item-btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
   
}



#games .games-item {
    right: 0;
    margin: 0 0 15px;
} 

#games .games-item .games-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#games .games-item .games-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#games .games-item .games-link .caption:hover {
    opacity: 1;
}

#games .games-item .games-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#games .games-item .games-link .caption .caption-content i {
    margin-top: -12px;
}





@media(min-width:767px) {
    #games .games-item {
        margin: 0 0 30px;
    }
}



.btn-info {
  color: #ffffff;
  background-color: #18bc9c;
  border-color: #3498db;
    padding: 1%;
}


.btn-info:hover {
  color: #ffffff;
  background-color: #65b32e;
  border-color: #65b32e;
}


.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.btn-outline-green {
    margin-top: 15px;
    border: solid 2px #18bc9c;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green:active,
.btn-outline-green.active {
    border: solid 2px #18bc9c;
    color: #18bc9c;
    background: #fff;
}


.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.shadow {
    
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .25);
   
    
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 1.9em;
    line-height: 1.5em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;\
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer a {
    color: #fff;
}

footer li {
    color: #fff;
}

footer p {
    color: #fff;
}
footer h3 {
    margin-bottom: 5px;
    color: #fff;
}

footer .footer-above {
    margin-top: 2% ;
    padding-top: 50% 50%;
    background-color: #9e2972;
    
    }



footer .footer-col {
    margin-bottom: 5px;
}

footer .footer-below {
    padding: 2% 0;
    background-color: #663554;
    color:white;
}

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 1.5em;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 15%;
    bottom: 5%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 1.6em;
    line-height: 30px;
    
}

.scroll-top .btn:focus {
    outline: 0;
}

.card {
    margin: 1% 2% 5%;
    padding-top: 2%;
    background-color: #eee;
    border: solid 2px #18bc9c ;
    border-radius: 5px;
    
  }