/***

====================================================================
  Google fonts
====================================================================

***/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Karla:400,700');


/***
====================================================================
  General css
====================================================================

***/

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #333
}

a,
body {
    color: #333
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ul {
    margin: 0;
    padding: 0
}



body,
h6 {
    line-height: 23px
}

body,
html {
    height: 100%
}

body {
    background-color: #fff;
    background-position: center 300px;
    font-family: Karla, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    letter-spacing: .03em
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:active,
a:focus,
a:hover {
    outline: 0
}

b {
  display: inline;
}

p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 24px;
    color: #777;
    font-family: Karla, sans-serif
}

h1 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: Oswald, sans-serif;
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
    text-transform: uppercase;
}

h4 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

ul {
  margin-left: 20px;
}


/*** responsive ****/

@media only screen and (max-width: 1320px) {
  .home-body {
    width: 90%;
  }

  .line-button-text {
    font-size: 12px;
  }

  .pfp {
    width: 300px;
    height: 300px;
  }

  .grey-text {
    font-size: 12px;
  }

  h1 {
    font-size: 34px;
    line-height: 42px;
  }


}

nav {
  background-color: #8fbaff;
}

nav ul a {
  color: black;
}


nav ul a:hover {
  color: white;
}

.dropdown-content li>a {
  color: #8fbaff;
}


.sidenav-overlay {
  opacity: 0
}

.page-footer {
  background-color: #8fbaff;
}

.pagination li.active {
  background-color: #8fbaff;
}
/***
====================================================================
Home Section styles
====================================================================
***/


#home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.home-body{
  display: flex;
  display:-webkit-flex;
  display:-ms-flex;
  width: 80%;
  padding: 20px;
  margin-top: 90px;
  padding-bottom: 90px;
  overflow: scroll;
  max-height: 90%;
  justify-content: center;
}

.pfp {
  width: 400px;
  height: 400px;
  background-image: url(../images/bing.jpg);
  background-position: 0px 0px, 50% 0px;
  background-size: cover;
  background-repeat: repeat, no-repeat;
  margin-right: 60px;
  border-radius: 150px;
  cursor: pointer;
}

.pfp-holder {
  display: flex;
  display:-webkit-flex;
  display:-ms-flex;
  align-items: center;
  justify-content: flex-start;
}

.main-holder {

}

.description {
  width: 60%;
  margin-bottom: 60px;
}

.title-holder {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  display:-webkit-flex;
  -webkit-flex: 1;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.contact-tex {
  font-size: 16px;
  margin-bottom: 16px;
}

.contact-block {
    display: flex;
	display:-webkit-flex;
	display:-ms-flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-top: 0px;
    align-items: center;
    font-family: Oswald, sans-serif;
    color: white;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    flex-direction: column;
}

.grey-text {
    color: #444;
    font-size: 15px;
}

.pfp {
  width: 400px;
  height: 400px;
  background-position: 0px 0px, 50% 0px;
  background-size: cover;
  background-repeat: repeat, no-repeat;
  margin-right: 60px;
  border-radius: 150px;
  cursor: pointer;
}


h1 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: Oswald, sans-serif;
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
    text-transform: uppercase;
}

h4 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.section-text a,
.pub-body a,
.text-link {
    -webkit-transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease;
    color: #2f7df9;
    text-decoration: none;
}

.text-link:hover{
    box-shadow: 0 2px 0 0 #2f7df9;
    color: #2f7df9;
}

.see-more:hover {
  color: black;
  cursor: pointer;
}

.citation-body {
  margin-top: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  flex-direction: column;
}

.citation-field {
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}

.pub-body {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pub-title {
  text-align: center
  margin-bottom: 20px;
}

.section-container {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 200px;
}

.section-header {
  width: 100%;
  text-align: center;
}

.section-body {
  min-height: 20vh;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.section-image {
  width: auto;
      height: 300px;
      margin-left: 60px;
      border-radius: 50px;
}
