/*--------------------------------------------
  DEFAULT VALUES:
  
  {https://fonts.google.com/}
  Font family:    Robo Condensed (all)

  {http://www.color-blindness.com/color-name-hue}
  Colors:         Greenish blue           #FFCC00       (buttons, icons, links, lines & backgrounds)
                  Steel Gray              #41464b       (Headings)
                  Blue Bayoux             #64707b       (Paragraphs)
                  White:                  #ffffff       (Text with black background)
                  Black:                  #000000

----------------------------------------------*/



/*  General CSS   */

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
}

h3 {
  color: #41464b;
  text-transform: uppercase;
}

p {
  color: #64707b;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

p.ar {
  text-align: right;
}

.cb {
  clear: both;
  width: 100%;
  height: 0.1px;
  font-size: 0.1px;
}

a {
  color: #008CFF;
}

a:hover {
  text-decoration: none;
  color: #303030;
}


/*  Buttons  */

.btn-general {
  border-width: 2px;
  border-radius: 0;
  padding: 12px 26px 12px 26px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-white:hover,
.btn-white:focus {
  color: #41464b;
  background-color: #ffffff;
}

.btn-greenish {
  border-color: #FFCC00;
  color: #FFCC00;
}

.btn-greenish:hover,
.btn-greenish:focus {
  color: #ffffff;
  background-color: #FFCC00;
}

.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  padding: 3px 15px;
  border-radius: 0;
  display: none;
}

/*   Parallax effect    */

.bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


/*    Animations     */

.an-delay-01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.an-delay-05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.an-delay-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.an-duration-05 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.an-duration-1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}


/*--------------------------------------------
              Navigation
----------------------------------------------*/

.navbar {
  padding: 20px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bg-own {
  background: rgba(0, 0, 0, 0.9);
}

.nav-link {
  color: #ffffff !important;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.nav-link:hover,
.nav-link.active {
  color: #FFCC00 !important;
}

.navbar-toggler {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff !important;
  border-radius: 0;
}

.navbar-toggler-icon {
  background: none !important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.navbar-toggler-icon i {
  color: #ffffff;
  display: block;
}






/*--------------------------------------------
              Home section
----------------------------------------------*/

#home {
  height: 100%;
}

#home-cover {
  height: 100%;
  background-image: url("../imgs/home-bg.jpg");
}

#home-content-box {
  width: 100%;
  height: 100%;
  display: table;
}

#home-content-box-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#home-heading h3 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  margin: 20px 0 20px 0;
}

#home-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 40px 0;
}

/*--------------------------------------------
              Generic section
----------------------------------------------*/

.content-box {
  padding: 60px 0 60px 0;
}

.content-title h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
  text-transform: none;
}

.content-title-underline {
  width: 60px;
  height: 3px;
  background-color: #FFCC00;
  margin: 0 auto 40px auto;
}

.row.no-gutters [class*=col-] {
  padding: 0;
}

/*--------------------------------------------
              Goals
----------------------------------------------*/

ul.goals {
  font-size: 20px;
  font-weight: 300;
}


/*--------------------------------------------
              Members
----------------------------------------------*/

table.members-head {
  border:0;
  margin:20px 0;
  width: auto;
}

table.members-head th{
  margin: 0;
  padding: 3px 10px 3px 0; 
}
table.members-head td{
  margin: 0;
  padding: 3px 10px 3px 0; 
  font-weight: 300;
}

table.members {
  border:0;
  margin:20px 0;
  width: 100%;
}

table.members th{
  margin: 0;
  padding: 3px 10px 3px 0; 
  width: 30%;
}
table.members td{
  margin: 0;
  padding: 3px 10px 3px 0; 
  font-weight: 300;
}


/*--------------------------------------------
              Events section
----------------------------------------------*/
#events ul {
  color: #64707b;
  font-weight: 300;
}


#eventshome {
  height: 100%;
}

#eventshome-cover {
  height: 100%;
  background-image: url("../imgs/eventshome-bg.jpg");
}

#eventshome-content-box {
  width: 100%;
  height: 100%;
  display: table;
}

#eventshome-content-box-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#eventshome-heading h3 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  margin: 20px 0 20px 0;
}

#eventshome-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 40px 0;
}

/*--------------------------------------------
              Services section
----------------------------------------------*/

.service-item {
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
  cursor: pointer;
}

.service-item-icon i {
  float: left;
  padding: 15px 0 15px 0;
  margin: 0 25px 0 0;
  text-align: center;
  width: 75px;
  height: 75px;
  color: #FFCC00;
}

.service-item:hover .service-item-icon i {
  color: #ffffff;
  background-color: #FFCC00;
}

.service-item-title h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.service-item-descr p {
  margin: 0;
  padding: 0 0 0 85px;
}



/*--------------------------------------------
              apply section
----------------------------------------------*/

#apply-bg-diagonal {
  width: 60%;
  height: 500px;
  float: right;
  background-image: url("../imgs/apply-bg.jpg");
  /*     diagonal hack ---*/
  border-left: 200px solid white;
  border-top: 500px solid transparent;
}

#apply-content-box {
  float: left;
  height: 500px;
}

#apply-content-box-outer {
  width: 100%;
  height: 100%;
  display: table;
}

#apply-content-box-inner {
  display: table-cell;
  vertical-align: middle;
}

#apply .content-title h3 {
  text-align: left;
}

#apply .content-title-underline {
  margin-left: 0;
}

#apply-descr p {
  margin-bottom: 30px;
}

.apply-cb {
  display: none;
}

/*--------------------------------------------
              Footer
----------------------------------------------*/

footer {
  background-color: #EBEBEB;
  padding-top: 50px;
  margin-top: 60px;
}

#contact-left {
  color: #000000;
}

#contact-left h3 {
  color: #000000;
  font-size: 27px;
  font-weight: 700;
}

#contact-left h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

#contact-left p {
  color: #000000;
  margin-bottom: 30px;
}

#contact-left strong {
  letter-spacing: 1px;
}

#contact-info {
  background-image: url("../img/world-map.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}

#contact-info span {
  font-weight: 300;
}

#contact-right h3 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
}

form .form-control,
.form-control:focus {
  background: transparent;
  border-radius: 0;
  border-color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  padding: 8px 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

#map-wrapper {
  position: relative;
  width: 100%;
  height:240px;
  
}

#map-wrapper iframe{
  position: relative;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.map-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 240px;
  z-index: 2;
}

/*--------------------------------------------
              Footer-bottom
----------------------------------------------*/

#footer-bottom {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-top: 60px;
}

#footer-copyright p {
  margin: 0;
  color: #26272A;
}

#footer-menu {
  float: left;
  color: #26272A;
  font-size: 13px;
  font-weight: 300;
}

#footer-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#footer-menu ul li {
  display: inline-block;
}

#footer-menu ul li a {
  color: #26272A;
  font-size: 13px;
  font-weight: 300;
  margin: 0 10px;
  text-decoration: none;
}

#footer-menu ul li a:hover {
  color: #008CFF;
}