/* your styles go here */

/*general*/

section {
  padding-top: 60px;
  padding-bottom: 30px;
}

/*font dentons*/

@font-face {
				font-family: 'Dentons Sans Web-Light';
				src: url('../fonts/Dentons Sans Web-Light.eot');
				src: url('../fonts/Dentons Sans Web-Light.eot?#iefix') format('embedded-opentype'),
					 url('../fonts/Dentons Sans Web-Light.woff') format('woff'),
					 url('../fonts/Dentons Sans Web-Light.ttf') format('truetype'),
					 url('../fonts/Dentons Sans Web-Light.svg#Dentons Sans Web') format('svg');
				font-weight: 300;
				font-stretch: normal;
			}



@font-face {
				font-family: 'Dentons Sans Web-Semibold';
				src: url('../fonts/Dentons Sans Web-Semibold.eot');
				src: url('../fonts/Dentons Sans Web-Semibold.eot?#iefix') format('embedded-opentype'),
					 url('../fonts/Dentons Sans Web-Semibold.woff') format('woff'),
					 url('../fonts/Dentons Sans Web-Semibold.ttf') format('truetype'),
					 url('../fonts/Dentons Sans Web-Semibold.svg#Dentons Sans Web') format('svg');
				font-weight: 600;
				font-style: normal;
				font-stretch: normal;
				}

/* type */

h1,
h2,
.h1,
.h2 {
  font-family: "Dentons Sans Web-Light", Arial, sans-serif;
	color: #00549f;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: Arial, sans-serif;
	color: #00549f;
	font-weight:normal;
}
h1,
.h1 {
  margin-top: 23px;
	text-align: left;
}

h3,
.h3 {
	font-family: "Dentons Sans Web-Light", Arial, sans-serif;
	color: #565a5c;
}
p,
.p {
	font-color: #666
}
p.lead {
  font-size: 18px;
	color: #6e2d91;
}
p.lead-home-page {
  font-size: 24px;
	color: #6e2d91;
}
.post .post__intro {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-left: 15px;
  margin-right: 15px;
  }
p.abstract {
  font-color: #666;
  font-size: 18px;
}

@media (max-width: 768px){
  p.lead-home-page{
  font-size: 20px;
  color: #6e2d91;
}
}

@media (min-width: 768px) {
  .lead {
    font-size: 18px;
	}
}

/* buttons  */

.btn {
	margin-bottom: 10px;
}

@media (max-width: 1024px){
  .btn {
  font-weight: 700;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3px 3px;
  font-size: 13px;
  line-height: 1.8;
  border-radius: 0;
 }
}
.btn-primary {
  color: #ffffff;
  background-color: #6E2D91;
  border-color: #6E2D91;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #9C5FB5;
  border-color: #9C5FB5;
}	

/* icons */
.icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  border: solid 2px #6E2D91;
  color: #fff;
  background: #6E2D91;	
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 40px;
  margin: 0 auto 15px;
  text-align: center;
}
.icon.brand-secondary {
  border-color: #cccccc;
  color: #cccccc;
}
.icon.brand-terciary {
  border-color: #41a6ca;
  color: #41a6ca;
}
.icon.brand-four {
  border-color: #283044;
  color: #283044;
}

.icon-home {
padding-top: 20px;	
padding-bottom: 5px;	
}


/* jumbotron */

.main-jumbotron {
  height: 300px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-align: left;
  background: url('../img/main_photo.png')center center no-repeat;
  background-size: cover;	
}
.main-jumbotron p {
  font-size: 25px;
  padding-right: 300px;
}
@media (max-width:768px){
  .main-jumbotron p {
  padding-right: 0px;
  font-size: 20px;
}
}

/*address box - about us */

.box-address {
  text-align: left;
  margin-bottom: 42px;
  margin-left: 60px;
}
.box-address p {
  color: #666;
}
@media (max-width: 1199px) {
.box-address {
  text-align: left;
  margin-bottom: 42px;
  margin-left: 0px;
}
.box-address p {
  color: #666;
	}
}

/*navbar*/

@media (max-width: 767px) {
  .navbar-brand {
	padding-left: 10px;
	padding-right: 0px;
	}
 .navbar-toggle {
  padding: 20px 10px !important;
  margin-right: 15px;
  border-radius: 0;
	 }
}
@media (min-width: 767px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    	  margin-bottom: 15px;
	}
}

@media (max-width: 360px) {
	.navbar-brand img{width: 75%}	
	.navbar-brand {
		padding-left: 0px;
		padding-right: 0px;
  }
}

/*key contacts*/ 

.headshot img{
	float: left;
	max-width: 110px;
	width: 25%;
	margin-right: 10px;
	
}

.headshot p{
	line-height: 1.2;
	height: 80px;
}

.headshot hr { 
    display: block;
    margin-top: 4px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0.5px;
	border-color: transparent;
}

.keytitle {
	color: #EBEBEB;
	background-color:#6e2d91;
	border-color: #6e2d91;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 4px;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}


@media (max-width: 1210px) {

.headshot img{
	float: left;
	max-width: 90px;
	width: 25%;
	margin-right: 10px;
	}

.headshot p{
	line-height: 1.2;
}
}


/*back to the top buttton*/

#myBtn {
    display: none; 
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #6E2D91;
    color: white; 
    cursor: pointer; 
    padding: 10px; 
	border-radius: 10px; 
    font-size: 18px; 
}

#myBtn:hover {
    background-color: #555; 
}

@media (max-width: 1200px){
#myBtn {
    bottom: 15px; 
    right: 15px; 
}
}
/*nav hamburger */

.navbar .navbar-toggle .navbar-toggler-icon {
  color: #ecf0f1;
  height: 50px !important;
  width: 50px !important;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
}

button.navbar-toggler {
  background-color: #111111;
  height: 25px;
  width: 25px;
	position-top: 30px
}

.navbar-default .navbar-nav > li > a {
  color: #666666;
}

/*footer*/
.footer a{
color: #fff;
}

.footer__copyright {
  background: #6e2d91;
  color: #fff;
  padding: 20px 0;
  font-size: 15px;
  line-height: 28px;
  font-family: "Dentons Sans Web-Light", Arial, sans-serif;
}
.footer__copyright p {
  margin: 0;
}
.footer__copyright p.credit { 
 margin-right: 30px;
 margin-left: 30px;
}

@media (max-width: 991px) {
  .footer__copyright p {
    float: none !important;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer__copyright p.credit {
  text-align: right;
  
}
.footer__copyright p.credit a {
  color: #fff;
}
.footer__copyright p.credit a:hover {
  border-bottom-color: #fff;
}
@media (max-width: 991px) {
  .footer__copyright p.credit {
    text-align: center !important;
  }
}


/*Sticky footer*/

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}