body{
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a{
    text-decoration: none;
    color: #C4C4C4;
    font-weight: 700;
}

a:hover{
    text-decoration: none;
    color: #D62B26;
}


h1{
    font-weight: 300;
    color: #D62B26;
    font-size: 42px;
    letter-spacing: 0.162em;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
}

h2{
    color: #3F3F3F;
    font-size: 36px;
    letter-spacing: 0.106em;
    text-transform: uppercase;
    border: 4px solid #3f3f3f;
    padding: 20px;
    display: inline-block;
    margin: 0;
}

h3{
    font-weight: 900;
    color: #EAEAE9;
    font-size: 25px;
    letter-spacing: 0.106em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

h4{
    font-weight: 900;
    color: #D62B26;
    font-size: 20px;
    letter-spacing: 0.054em;
    text-transform: uppercase;
}

h5{
    font-weight: 900;
    color: #3F3F3F;
    font-size: 15px;
    text-transform: uppercase;
}

p{
    color: #3F3F3F;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    margin: 0;
}

p span{
    margin-top: 10px;
}

p .italic{
    font-style: italic;
    font-weight: 700;
}



.icon {
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 10px 0 0;
    display: inline-block;
}

.row {
    margin-right: 0;
    margin-left: 0;
}



/*navbar*/

.navbar-default{
    background: none;
    border: none;
    padding: 20px 30px;
    box-shadow: none;
    z-index: 999999999;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}

.navbar-default .navbar-nav > li > a{
    color: #3F3F3F;
    text-transform: uppercase;
}

.navbar-brand, .navbar-nav > li > a{
    text-shadow: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #D62B26;
    background-color: #ffffff;
    border-radius: 3px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #D62B26;
}

.navbar-brand > img {
    width:200px;
}

.navbar-brand{
    padding: 0;
}
/*end of navbar*/

/*header section*/
.header-full-width{
    height: 800px;
    width: 100%;
    /*background: url("../img/header.jpg");
    background-size: cover;*/
    background-color: grey;
    margin-top: -110px;
}
/*end of header section*/

/*about section*/
.about-full-width{
    width: 100%;
    background-color: white;
    padding: 50px 0;
}

.about-content{
    width: 90%;
    margin: 0 auto;
    border: 4px solid #3F3F3F;
    padding: 25px 30px;
}
/*end of about section*/

/*gallery section*/
.gallery-full-width{
    width: 100%;
    background-color: grey;
}

.col-md-4, .col-md-6, .col-md-12{
    height: 300px;
    background-color: grey;
    cursor: pointer;
}


.col-md-4 h3, .col-md-6 h3, .col-md-12 h3{
    text-align: center;
    padding-top: 200px;
}

.col-md-4.larry{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/larry-cover.jpg");
    background-size: cover;
}

.col-md-4.laura{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/laura-cover.jpg");
    background-size: cover;
}

.col-md-4.nicole{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/nicole-cover.jpg");
    background-size: cover;
}

.col-md-4.larry:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/larry-cover.jpg");
    background-size: cover;
}

.col-md-4.laura:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/laura-cover.jpg");
    background-size: cover;
}

.col-md-4.nicole:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/nicole-cover.jpg");
    background-size: cover;
}

/*end of gallery section*/

/*follow section*/
.follow-full-width{
    height: 245px;
    width: 100%;
    /*background: url("../img/header.jpg");
    background-size: cover;*/
    background-color: #ffffff;
    padding: 40px 0;
}

.follow-content{
    width: 291px;
    margin: 0 auto;
}

.social-media{
    width: 191px;
    margin: 20px auto 0;
}

.social-media .icon:last-of-type{
    margin: 0;
}

.facebook{
    background: url('../img/sprite.png');
    background-position: 0px -87px;
    background-repeat: no-repeat;
    height: 56px;
    background-size: 55px;
    cursor: pointer;
}

.twitter{
    background: url('../img/sprite.png');
    background-position: 0px -180px;
    background-repeat: no-repeat;
    height: 55px;
    background-size: 55px;
    cursor: pointer;
}

.instagram{
    background: url('../img/sprite.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 55px;
    background-size: 55px;
    cursor: pointer;
}

.facebook:hover{
    background: url('../img/sprite-hover.png');
    background-position: 0px -87px;
    background-repeat: no-repeat;
    height: 56px;
    background-size: 55px;
    cursor: pointer;
}

.twitter:hover{
    background: url('../img/sprite-hover.png');
    background-position: 0px -180px;
    background-repeat: no-repeat;
    height: 55px;
    background-size: 55px;
    cursor: pointer;
}

.instagram:hover{
    background: url('../img/sprite-hover.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 55px;
    background-size: 55px;
    cursor: pointer;
}
/*end of follow section*/

/*footer section*/
footer{
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    background-color: #C4C4C4;
    margin: 0;
}

footer a{
    color: #3F3F3F;
}

footer a:hover{
    color: #D62B26;
    text-decoration: none;
}
/*end of footer section*/

/*student nav*/

.student.navbar{
    margin-bottom: 0;
}

.student.navbar-default {
    padding: 9px 30px 0px;
}

.student .navbar-brand > img {
    width: 150px;
}


/*end of student nav*/


/*student header section*/
.student-header-full-width{
    padding: 50px 0;
    width: 100%;
    background: url("../img/darkabstract.jpg");
    background-size: cover;
    background-color: grey;
}

.student-header-full-width .content{
    width: 300px;
    margin: 0 auto;
}

.student-header-full-width .content h3{
    cursor: pointer;
}

.student-image {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 auto 20px;
    cursor: pointer;
}

.student-image.larry{
    background-image: url("../img/larry-headshot.JPG");
    background-repeat: no-repeat;
    height: 80px;
    background-size: 80px;
}

.student-image.laura{
    background-image: url("../img/laura-headshot.jpg");
    background-repeat: no-repeat;
    height: 80px;
    background-size: 80px;
}

.student-image.nicole{
    background-image: url("../img/nicole-headshot.png");
    background-repeat: no-repeat;
    height: 80px;
    background-size: 80px;
}

/*end of student header section*/

/*student about section*/
.student-about-full-width{
    width: 100%;
    background-color: white;
    padding: 50px 0;
}

.student-about-content{
    width: 90%;
    margin: 0 auto;
    border: 4px solid #3F3F3F;
    padding: 25px 30px;
}

/*end of student about section*/

/*student gallery section*/
.full-width-img img{
     width: 100%;
 }

.non-full-width-img img{
    width: 100%;
    padding: 100px;
}

/*larry projects*/
.col-md-4.larry-project-1{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/larry-cover.jpg");
    background-size: cover;
}

.col-md-4.larry-project-2{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/homeless1.jpg");
    background-size: cover;
}

.col-md-4.larry-project-3{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/rio-santana1.jpg");
    background-size: cover;
}

.col-md-4.larry-project-1:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/larry-cover.jpg");
    background-size: cover;
}

.col-md-4.larry-project-2:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/homeless1.jpg");
    background-size: cover;
}

.col-md-4.larry-project-3:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/rio-santana1.jpg");
    background-size: cover;
}

/*laura projects*/
.col-md-6.laura-project-1{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/mendays.jpg");
    background-size: cover;
}

.col-md-6.laura-project-2{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/laura-cover.jpg");
    background-size: cover;
}

.col-md-6.laura-project-1:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/mendays.jpg");
    background-size: cover;
}

.col-md-6.laura-project-2:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/laura-cover.jpg");
    background-size: cover;
}

/*nicole project*/
.col-md-12.nicole-project-1{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../img/nicole-cover.jpg");
    background-size: cover;
}

.col-md-12.nicole-project-1:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/nicole-cover.jpg");
    background-size: cover;
}

/*end of student gallery section*/


/*carousel*/
.carousel-control.right, .carousel-control.left{
    background-image: none;
}

.cta-content img{
    position: absolute;
    top: 500px;
    right: 40px;
    width: 300px;
}

/*media queries*/

@media (min-width: 992px){
    .about-content {
        width: 60%;
    }

    .cta-content img{
        width: 500px;
        right: 80px;
    }
}