/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    text-align: center;
    
}

iframe{
    border-radius: 10px;
    width:100%;
}

iframe:hover{
    opacity: .5;
}

.resume-obj{
    width:100%;
    height: 600px;
}

.modal-footer{
    text-align: center;
}

.project-container{
    display: inline-block;
    box-shadow: 1px 1px 3px black;
    border-radius: 0px; 
    margin: 15px 10px 15px;
    width: 300px;
    height: 100px;
    transition: width 2s, height 10s;
    -webkit-transition: width 2s, height 4s;
}

.project-container:hover{
    width:inherit;
    height: inherit;
}


.project-container:active{
    width:inherit;
}

.project-title{
    font-family: Candara, Tahoma, Arial, serif;
    color: #727679;
    padding: 0px 10px;
}

.project-description{
    font-family: Tahoma, Arial, serif;
}

li:hover{
    background-color: #fcfbfb;
    border-radius: 5px;
}

li{
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
}

.lang-logo{
    width: inherit;
    height: 70px;
    display: inline-block;
    padding: 15px;
}

.language-logo{
    padding: 5px 15px;
}

.navbar-inverse .navbar-nav>li>a:hover{ 
    color: #b2b2b2;
}

.navbar-inverse .navbar-nav>li>a:focus{
    color: #000000;
}

.navbar-inverse{
  background-color: #ffffff;
  border-color: rgba(8, 8, 8, 0.25);
}

.navbar-brand{
  padding: 5px 15px;
}

.profile-pic{
  height: 40px;
  width: 40px;
  border-color: #000000;
  display: block;
}

.navbar-inverse .navbar-nav>li>a{
  color: #000000;
  font-family: Courier New, Times New Roman, serif;
  transition: color 1s;
  -webkit-transition: color 1s;
}

.header-image {
    display: block;
    width: 100%;
    height: 70%;
    text-align: center;
    background: url('../img/workspace2.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding: 120px 0;
}

.headline h1 {
    font-family: "Bookman Old Style", "Times New Roman", Times, serif;
    font-size: 85px;
    background: #fff;
    background: rgba(255,255,255,0.65);
    border-radius: 20px;
}


.headline h2 {
    font-family: "Courier New", "Times New Roman", Times, serif;
    font-size: 50px;
    background: #fff;
    background: rgba(255,255,255,0.65);
    border-radius: 20px;
}

.socials{
  font-family: "Courier", "Arial", serif;
}

.featurette#connect{
  text-align:center;
}
.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
    text-align: center;
    font-family: Century Gothic,Times New Roman, serif;
}

.lead{
    text-align: center;
    font-family: "candara", "Arial", serif;
}

.text-muted{
    text-align: center;
}

footer {
    margin: 50px 0;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 80px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}
