/*Colors
http://www.colourlovers.com/palette/4491635/so_done
#6483A2 blue grey
#8A9CAD dark grey
#BDCACF light grey
#3D3661 purple/violet
#2C283E dark purple*/

html {
    box-sizing: border-box;
}

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

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #BDCACF;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#header {
	/*background:#ededed;
	padding:10px;*/
}

#content {
  padding-bottom: 160px;
}

#footer {
	width:100%;
	height:160px;
	position:absolute;
	bottom:0;
	left:0;
  background-color: #2C283E;
  text-align: center;
}

.text-box {
    box-shadow: 0 2px 10px #e1e1e1;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

  /*----------------- description section ------------------*/

  .logo {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .logo-main {
    max-width: 300px;
  }

  .description {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .description-text {
    font-size: 30px;
  }

  .cyril {
    border-radius: 50%;
    height: 150px;
    width: 150px;
  }

  .cyril-section {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #cyril-quote {
    font-family: 'Lobster', cursive;
    font-size: 36px;
    text-align: center;
  }

  #emphasize {
    font-variant: small-caps;
    color: #2C283E;
    font-weight: bold;
  }

  #pram {
    font-size: 34px;
    color: #3D3661;
  }

  #help {
    font-style: italic;
    color: #2C283E;
    font-weight: bold;
  }

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

  .apply {
    text-align: center;
  }

  .btn-pram {
    font-size: 28px;
    color: #3D3661;
    background-color: #8A9CAD;
  }

  .btn-pram:hover {
    color:#2C283E;
    background-color: #3D3661;
  }

  .submit {
    font-size: 24px;
  }


  /*----------------- board section ------------------*/

.board {
  padding-top: 50px;
}

#board-title {
  text-align: center;
  font-size: 42px;
}

.bio-text {
  padding-top: 30px;
  font-size: 16px;
}

.board-member {
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.board-member-name{
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  font-variant: small-caps;
}

img.profile-pic {
  opacity: 0.7;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  /*margin: auto;*/
  /*overflow: hidden;*/
  margin-top: 25px;
  margin-bottom: 25px;
  transform: scale(1);
  transition: transform 0.5s, opacity 0.5s;
}

img.profile-pic:hover {
  opacity: 1;
  transform: scale(1.10);
}

a {
  color: #6483A2;
}

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

  /*----------------- footer ------------------*/

  .paypal-button {
    text-align: center;
    padding-top: 70px;
  }

  .footer {
    font-size: 20px;
    margin-top: 70px;
  }

  /*----------------- contact.php page ------------------*/

  .contact-logo {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
  }

  .application-success {
    text-align: center;
    font-size: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
