a,
a:focus,
a:hover {
  color: #fff;
}

ul{
  list-style: none;
}

#qualifications-container{
  background-image: url("../images/office_view.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#background{
  {
    background-image: url("../images/office_view.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/* Custom default button */
.btn-secondary{
  color: #2F4858;
  background-color: #E0DAD3;
  border: .05rem solid #2F4858;
  font-weight: 100;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus{
    background-color: #9EE493;
    color: #2F4858;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #2F4858;
  background-color: #9EE493;
  border: .05rem solid #2F4858;
  font-weight: 100;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
  color:#fff;
  font-size: 20px;
}

#portfolio-button{
  margin-top:20px;
}

body {
  height: 100%;
  color: #2F4858;
    }

h1{
  padding:30px;
  text-align: center;
}

h2{
  text-align: left;
}

p{
  line-height: 1.5em;
}
header{
  margin-bottom: 40px;
}

#intj{
  color: #2F4858;
  font-size: 2em;
}
.badge-secondary{
  background-color: #9EE493;
  color: #2F4858;
  font-weight: lighter;
}


#click-to-expand{
  font-size: small;
}


.background{
  background-image: url("../images/office_view.jpg");
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}

/*Makes accordion work on iphone */
[data-toggle~="collapse"] {
    cursor: pointer;
}


.blurr-box {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  font-family: sans-serif;
  text-align: center;
  line-height: 1;
 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 20px 40px;
  margin-bottom: 10px;
  margin-top: 10%;
}

.about-me-box {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  font-family: sans-serif;
  text-align: center;
  line-height: 1;
 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  
  margin-bottom: 10px;
  
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(47, 72, 88, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  text-align:right;
  float:right;
}

#about{
  padding: 10px;
}

#portfolio-button{
  margin-top: 20px;
  margin-bottom: 20px;
}
.green{
  background-color: #9EE493;
}
.cover-container {
  max-width: 56em;
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 2rem;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 1rem;
  font-weight: 500;
  color: rgba(115, 115, 115, 0.8);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(115, 115, 115, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;

  }
}


.cover {
  padding: 0 1.5rem;
}

.card{
  margin-bottom: 20px;
  line-height: 1.2em;
}

.card-block{
  color:black;
  text-shadow: none;
  text-align: left;
  padding: 1.2rem;
}

.a-list{
text-align: left;
font-size: 1.2rem;
line-height: 1.3em;
}

ul.list-type1{
  list-style-type: circle;
}

#technology-logos2 {
  align-items: center;
  margin:0 5%;
}

.align-card{
  border-style: none;
  margin: auto;
}

.card-img-top{
  margin-top:10px;
  margin-bottom:10px;
}

.card-header{
  color: #fff;
  background: linear-gradient(to right,#2F4858,#336699);
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.accordion .card-header{
  font-size: 20px;
}

.auth-links a{
  color:black;
}

.register-text{
  text-align: right;
}


.main-timeline{

    padding: 30px 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: '';
    background-color: #9EE493;
    height: 100%;
    width: 5px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    padding: 0 100px 0 0;
    margin: 0 10px 20px 0;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before{
    content: '';
    background-color: #fff;
    height: 5px;
    width: 80px;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: -1;
}
.main-timeline .timeline-content{
    color: #2F4858;
    background-color: #fff;
    text-align: center;
    padding: 0 0 10px;
    border-radius: 20px;
    display: block;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #121365;
    background: linear-gradient(to right,#121365,#4546D0);
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 1;
}
.main-timeline .timeline-year:before{
    content: '';
    background-color: #fff;
    height: 80%;
    width: 80%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.main-timeline .timeline-icon{
    color: #9EE493;
    font-size: 35px;
}
.main-timeline .title{
    color: #fff;
    background: linear-gradient(to right,#121365,#4546D0);
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    margin: 0 0 10px;
    border-radius: 20px 20px 0 0;
}
.main-timeline .description{
    font-size: 15px;
    margin: 0 15px;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 0 0 100px;
    margin: 0 0 20px 10px;
    float: right;
}
.main-timeline .timeline:nth-child(even):before{
    right: auto;
    left: 50px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -50px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 20px;
}
.main-timeline .timeline .timeline-year,
.main-timeline .timeline .title{
    background: linear-gradient(to right,#336699,#2F4858);
}

#contact-info{
  margin-left: auto;
  margin-right:auto;
}

@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 95px 0 0;
        margin: 0 0 20px;
        float: none;
    }
    .main-timeline .timeline:before{ display: none; }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}
#more-buttons{
  margin: 100px 50px;
}

main{
  margin-bottom: 150px;
}

/*
 * Footer
 */
.mastfoot {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: left;
}
