@font-face {
    font-family: custom;
    src: url("./../fonts/Raleway/Raleway-Regular.6e4a9679e65c.ttf");
}

html, body {
  height: 100%;
  width: 100%;
  font-family: custom;
  font-size: 11pt;
  letter-spacing: 1px;
}

a {
  color: #41BBD9;
  text-decoration: none
}


a:hover, a:focus, a:active {
  cursor: pointer;
  color: #888888;
  text-decoration: none
}

h1, h2, h3, h4 {
  margin:0px;
}

hr {
  border: 0;
  max-width: 800px;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #fff, #8c8b8b, #fff);
  background-image: -moz-linear-gradient(left, #fff, #8c8b8b, #fff);
  background-image: -ms-linear-gradient(left, #fff, #8c8b8b, #fff);
  background-image: -o-linear-gradient(left, #fff, #8c8b8b, #fff);
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.left-align {
  line-height: 15pt;
  text-align: left;
}

/*PRESIDENT LETTER*/

#president {
  float:left;
  margin-right: 20px;
  text-align: left;
  position: relative
}

#pcaption{
  position: absolute;
  left:0;
  bottom:0;
  padding: 10px;
  width: 101%;
  background: rgba(256, 256, 256, 0.5);
}

#president-pic {
  width: 320px;
}

#signature {
  text-align: left;
}

/*EXEC*/
#row1 {
  position: relative;
  width: 100%;
  height: 400px;
}

.officer {
  display: inline-block;
  vertical-align: top;
  max-width: 240px;
  margin: 10px;
}

.officer-pic {
  height: 240px;
  width: 240px;
  background-position: center;
  background-size: cover;
}

/*SISTERS*/

#sisterhood-pic {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 420px;
}

#big-little {
  float: right;
  margin-left: 20px;
  width: 400px;
}

.sister {
  display: inline-block;
  vertical-align: top;
  max-width: 125px;
  margin: 7px;
}

.sister-pic {
  height:125px;
  width: 125px;
  border-radius: 100px;
  border: solid 4px #e5e5e5;
}

/*ALUMNI*/
#alum-pic {
  width: 250px;
  margin-right: 20px;
  float: left;
}

/*FAQ*/
#faq-pic {
  width: 500px;
  float:left;
  padding-right:20px;
}


/*HISTORY*/

#history {
  max-width: 400px;
  float:right;
  text-align: center
}

.history-pic {
  max-width: 400px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
}

#history-caption {
  padding: 20px;
  padding-top: 0px;
}

/*HOUSE*/
#house-pic-1 {
  width: 800px;
  float:left;
  padding-bottom:20px;
}

#house-pic-2 {
  width: 400px;
  float:left;
  padding-right:20px;
}

/*RECRUITMENT*/
#recruitment-pic {
  width: 500px;
  float:right;
  padding-left:20px;
}

/*PHILANTHROPY*/
#phil-pic-1 {
  width: 400px;
  float: left;
  padding-right: 20px;
}

#phil-pic-2 {
  width: 300px;
  float: right;
  padding-left: 20px;
}

/*DROPDOWN MENUS*/

.dropbtn {
  margin: 16px;
  border: none;
  color: #888;
  cursor: default;
  text-transform: uppercase;
}

.dropbtn:hover {
  color: #000;
  cursor: default;
}

.droplink:hover {
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  margin-left: 10px;
  text-align: left;
  display: none;
  position: absolute;
  background-color: #fff;
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #888;
  font-size: 10pt;
  padding: 7px 5px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: black;
  /*background-color: #f6f5f5*/
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*GENERAL BASE STYLE*/

#nav {
  text-align: center;
  margin-bottom: 15px
}

#logo {
  width: 400px;
}

#logolink:hover {
  opacity:1;
}

#content{
  max-width: 800px;
  margin:auto;
  text-align: center;
}

#social{
  margin-top: 15px;
  text-align: center
}

.social_icon {
  width: 50px;
  padding: 5px;
}

#copyright{
  text-align: center;
  font-size:10pt;
  margin-bottom: 10px
}
