/* This is a custom css stylesheet */

html,body
{
    font-family: "Raleway", sans-serif;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
    overflow-x: hidden; 
}

body {
   	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
}

.main {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;    
}

.container {
	margin-top: 60px;
}

.header {
    /* background: url(../img/stacey_and_callie_header.jpg) 50% 0 fixed; */

    height: auto;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 50px 0;
}

.banner-info {
    width: 65%;
    margin: 0px auto 0 auto;
}

.banner-left {
    float: left;
}

.banner-right {
    float: right;
    text-align: center;
}

.banner-right h1 {
    font-size: 34px;
    font-weight: 800;
}

.banner-right h2 {
    font-size: 50px;
    font-weight: 300;
    margin: 15px 0 45px 0;    
}

.border {
    background: #5C9BD5;
    width: 70%;
    margin: 0 auto;
    padding: 1px;
}

.boxbtn a:link,
.boxbtn a:visited
 {
    text-decoration: none !important;
    color: #5C9BD5;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    outline: 2px solid #5C9BD5;
}

.boxbtn a:hover {
    color: #5C9BD5;
    outline: 3px solid  #5C9BD5;
}

.banner-left > img {
    border-radius: 50%;
    border: 5px solid rgba(92,155,213,0.5);
}

#navigation {
    float: right;
}

.btn-rounded {
    border-radius: 24px !important;
    min-width: 200px !important;
}

.header-text {
    margin-top: -240px !important;
    font-size: 30px;
    text-align: center !important;
    color: #fff;
}

section h1.page-header {
	text-align: center;
	color: #5C9BD5;
	margin-bottom: 40px;
}

section h2.page-header {
	color: #5C9BD5;
	margin-bottom: 40px;
}

.section-header {
    color: #5C9BD5;
    text-align: center;
}

.panel-heading {
	background: #5C9BD5;
	color: #fff;
}

.panel-body ul {
	list-style: none;
	line-height: 2em;
}

.btn-more {
	text-align: center;
	margin-top: 30px;
}

.fa {
	margin-right: 10px;
}

.svg-skills img {
  width: 100%;
}

/* Testimonials */
.testimonial-row {
    margin-bottom: 40px;
}

.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
    /*min-height: 250px;*/
}

.testimonials blockquote::before {
    width: 0;
    height: 0;
	right: 0;
	bottom: 0;
    content: " ";
	display: block;
	position: absolute;
    border-bottom: 20px solid #fff;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #5C9BD5 transparent transparent transparent;
}

.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}

.testimonials .carousel-info {
    overflow: hidden;
}

.testimonials .carousel-info img {
    margin-right: 15px;
}

.testimonials .carousel-info span {
    display: block;
}

.testimonials span.testimonials-name {
    color: #5C9BD5;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}

.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

.media-left {
	padding-right: 20px !important;
}

.media-dates {
	min-width: 155px;
	text-align: right;
}

.current-work {
	padding-bottom: 20px;
}

.current-work img {
	width: 100%;
	border: 1px solid #ccc;
}

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

.portfolio {
    margin-top: 10px;
}

.portfolio-img-wrap {
	padding-bottom: 30px;
}

.portfolio-img-wrap img {
	height: 245px;
}

.portfolio h3.page-header {
    margin-top: 80px;
    text-align: center;
    color: #5C9BD5;
    margin-bottom: 40px;
}

.portfolio-header {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.about-me {
    font-size: 1.2em;
}

.about-me p {
    margin-bottom: 20px;
}

.site-info {
    margin-top: 60px;
	text-align: center;
}

.footer-text {
	background: #f8f8f8;
	color: #666;
	text-align: center;
	margin-top: 60px;
	padding: 20px 50px;
}

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

/* Media Queries */

@media only screen and (min-width : 769px) and (max-width : 1200px) {
    .banner-info {
        width: 100%;
        margin: 0px auto 0 auto;
    }
    
    .banner-left {
        float: none;
        text-align: center;
    }
    
    .banner-right {
        float: none;
        text-align: center;
    }

    .banner-right h1 {
        font-size: 30px;
        font-weight: 800;
    }
    
    .banner-right h2 {
        font-size: 40px;
        font-weight: 300;
        margin: 15px 0 45px 0;    
    }    
}

/* Small Devices, Tablets */
    @media only screen and (min-width : 480px) and (max-width : 768px) {
        .header-text {
          margin-top: -180px !important;
          font-size: 14px;
          font-weight: bold;
          text-align: center !important;
          color: #fff;
        }

        .banner-info {
            width: 100%;
            margin: 0px auto 0 auto;
        }
        
        .banner-left {
            float: none;
            text-align: center;
        }
        
        .banner-right {
            float: none;
            text-align: center;
        }

        .banner-right h1 {
            font-size: 25px;
            font-weight: 800;
        }
        
        .banner-right h2 {
            font-size: 40px;
            font-weight: 300;
            margin: 15px 0 45px 0;    
        }

        #navigation {
            float: left;
        }

        .portfolio-img-wrap img {
            height: 345px;
        }

        .carousel-info {
            margin-bottom: 60px;
        }

    }

    @media only screen and (max-width : 480px) {
        .header-text {
          margin-top: -180px !important;
          font-size: 12px;
          font-weight: bold;
          text-align: center !important;
          color: #fff;
        }

        .banner-info {
            width: 100%;
            margin: 0px auto 0 auto;
        }
        
        .banner-left {
            float: none;
            text-align: center;
        }
        
        .banner-right {
            float: none;
            text-align: center;
        }

        .banner-right h1 {
            font-size: 16px;
            font-weight: 800;
        }
        
        .banner-right h2 {
            font-size: 25px;
            font-weight: 300;
            margin: 15px 0 45px 0;    
        }

        #navigation {
            float: left;
        }

        .portfolio-img-wrap img {
            height: 200px;
        }

        .carousel-info {
            margin-bottom: 60px;
        }
    }
