/* COLOURS
	- default body text  
	- subtitle h2 text   
	- form input borders 
	- default p text     
	- navbar             #272727         
    - accent             #0BA3B6
*/

body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto';
}

html {
    width: 100%;
    height: 100%;
}

h1 {
    font-weight: 500;
    font-size: x-large;
    letter-spacing: 2.5px;
    padding-top: 100px;
}

h2 {
    font-weight: 100;
    font-size: medium;
    letter-spacing: 2px;
    color: darkgray;
}

p {
    text-align: justify;
    font-weight: 100;
}


/* Large Desktops */

@media only screen and (min-width: 1201px) {
    .quote-heading {
        font-size: 5vw;
        padding-left: 10%
    }
    .quote-everywhere {
        font-size: 5vw;
        font-weight: 500;
        letter-spacing: 2px;
        color: #0BA3B6;
        padding-left: 10%
    }
    .quote-quote {
        position: relative;
        font-style: italic;
        font-size: 3vw;
        padding-left: 10%
    }
    .quote-section {
        height: 40vw;
        width: 100%;
        text-align: center;
        padding: 0px;
        overflow: hidden;
    }
    .about-section p {
        margin: 0 auto;
        text-align: justify;
        line-height: 1.8;
         width: 80%;
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    footer [class*=' col-'] {
        padding-left: 8em;
    }
    .social-icons-row [class*=' col-'] {
        width: auto;
        padding-left: 0px;
        margin-left: 15px;
    }
    .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .io-icon {
        display: block;
        margin: auto;
        text-align: center;
        height: auto;
        width: 75px;
    }
    .header-footer.follow {
        text-align: center;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .quote-heading {
        font-size: 4.5vw;
        padding-left: 10%
    }
    .quote-everywhere {
        font-size: 4.5vw;
        font-weight: 500;
        letter-spacing: 2px;
        color: #0BA3B6;
        padding-left: 10%
    }
    .quote-quote {
        position: relative;
        font-style: italic;
        font-size: 3.5vw;
        padding-left: 10%
    }
    .quote-section {
        height: 40vw;
        width: 100%;
        text-align: center;
        padding: 0px;
        overflow: hidden;
    }
    .about-section p {
        margin: 0 auto;
        text-align: justify;
        line-height: 1.8;
  width: 80%;
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    footer [class*=' col-'] {
        padding-left: 15em;
    }
    .social-icons-row [class*=' col-'] {
        width: auto;
        padding-left: 0px;
        margin-left: 15px;
    }
    .team-section-text h1 {
        padding-top: 2vh;
    }
    .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .io-icon {
        display: block;
        margin: 0px;
        text-align: center;
        height: auto;
        width: 75px;
    }
    .header-footer.follow {
        text-align: left;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .quote-heading {
        font-size: 4.5vw;
        padding-left: 10%
    }
    .quote-everywhere {
        font-size: 4.5vw;
        font-weight: 500;
        letter-spacing: 2px;
        color: #0BA3B6;
        padding-left: 10%
    }
    .quote-quote {
        position: relative;
        font-style: italic;
        font-size: 3.5vw;
        padding-left: 10%
    }
    .quote-section {
        height: 50vw;
        width: 100%;
        text-align: center;
        padding: 0px;
        overflow: hidden;
    }
    .about-section p {
        margin: 0 auto;
        text-align: justify;
        line-height: 1.8;
        width: 80%;
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
    footer [class*=' col-'] {
        padding-left: 8em;
    }
    .social-icons-row [class*=' col-'] {
        width: auto;
        padding-left: 0px;
        margin-left: 15px;
    }
    .team-section-text h1 {
        padding-top: 1vh;
    }
    .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .io-icon {
        display: block;
        margin: 0;
        text-align: left;
        height: auto;
        width: 75px;
    }
    .header-footer.follow {
        text-align: left;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .quote-heading {
        font-size: 4.5vw;
        padding-left: 10%
    }
    .quote-everywhere {
        font-size: 4.5vw;
        font-weight: 500;
        letter-spacing: 2px;
        color: #0BA3B6;
        padding-left: 10%
    }
    .quote-quote {
        position: relative;
        font-style: italic;
        font-size: 3.5vw;
        padding-left: 10%
    }
    .quote-section {
        height: 50vw;
        width: 100%;
        text-align: center;
        padding: 0px;
        overflow: hidden;
    }
    .about-section p {
        margin: 0 auto;
        text-align: justify;
        line-height: 1.8;
        width: 100%;
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .news-section-image {
        display: none;
    }
    footer p {
        text-align: center;
    }
    footer ul {
        text-align: center;
    }
    footer [class*=' col-'] {
        padding-left: 0em;
        padding-right: 0em;
    }
    .social-icons-row {
        display: block;
        position: relative;
        margin: auto;
    }
    .social-icons-row [class*=' col-'] {
        width: auto;
        padding-left: 0px;
        margin-left: 5px;
    }
    .social-center {
        margin: 0 auto;
        display: flex;
    }
    .team-section-text {
        display: none;
    }
    .io-icon {
        display: block;
        margin: auto;
        text-align: center;
        height: auto;
        width: 75px;
    }
    .header-footer.follow {
        text-align: center;
    }
    
    .leader-line{
        font-size: small;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .quote-heading {
        font-size: 4.5vw;
        padding-left: 10%
    }
    .quote-everywhere {
        font-size: 4.5vw;
        font-weight: 500;
        letter-spacing: 2px;
        color: #0BA3B6;
        padding-left: 10%
    }
    .quote-quote {
        position: relative;
        font-style: italic;
        font-size: 3.5vw;
        padding-left: 10%
    }
    .quote-section {
        height: 60vw;
        width: 100%;
        text-align: center;
        padding: 0px;
        overflow: hidden;
    }
    .about-section p {
        margin: 0 auto;
        text-align: justify;
        line-height: 1.8;
        width: 100%;
        padding-bottom: 100px;
        padding-top: 50px;
    }
    footer p {
        text-align: center;
    }
    footer ul {
        text-align: center;
    }
    footer [class*=' col-'] {
        padding-left: 0em;
        padding-right: 0em;
    }
    .social-icons-row {
        display: block;
        position: relative;
        margin: auto;
    }
    .social-icons-row [class*=' col-'] {
        width: auto;
        padding-left: 0px;
        margin-left: 5px;
    }
    .social-center {
        margin: 0 auto;
        display: flex;
    }
  .leader-line{
        font-size: xx-small;
    }
    .team-section-text {
        display: none;
    }
    .io-icon {
        display: block;
        margin: auto;
        text-align: center;
        height: auto;
        width: 75px;
    }
    .header-footer.follow {
        text-align: center;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .quote-heading {
        font-size: 4.5vw;
        padding-left: 10%
    }
    .quote-everywhere {
        font-size: 4.5vw;
        font-weight: 500;
        letter-spacing: 2px;
        color: #0BA3B6;
        padding-left: 10%
    }
    .quote-quote {
        position: relative;
        font-style: italic;
        font-size: 3.5vw;
        padding-left: 10%
    }
    .quote-section {
        height: 70vw;
        width: 100%;
        text-align: center;
        padding: 0px;
        overflow: hidden;
    }
  .leader-line{
        font-size: 2vw;
    }
    .team-section-text {
        display: none;
    }
    .header-footer.follow {
        text-align: center;
    }
}


/* ==== NAVBAR ==== */

.navbar-custom {
    background-color: #272727;
    border-radius: 0px;
    border: none;
    margin-bottom: 1px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #FFEB3B;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle {
    border: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.navbar-collapse {
    border-top: none;
}


/* ==== INTRO SECTION ==== */

.intro-section {
    height: 60%;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    background-image: url("../images/software-dev-hero-img-edited.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.intro-section .container {
    position: relative;
    top: 6%;
    width: 100%;
    background-image: url("../images/LI4.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 60%;
}

.intro-section .container .row img {
    display: block;
    max-height: 100%;
    width: auto;
}


/* ==== ABOUT SECTION ==== */

.about-section {
    text-align: center;
    background: #fff;
    display: inline;
}

.about-section .row {
    display: block;
    margin: auto;
}

.about-section .row [class*="col-"] {
    padding: 1px;
}

.about-section .row [class*="col-"] img {
    max-width: 100%;
    max-width: 100%;
}

.mission {
    display: block;
      text-align: center;
    font-size: 1.2em;
    
}


/* ==== QUOTE SECTION ==== */

.quote-section {
    padding: 0px;
    overflow: hidden;
    height: auto;
}

.quote-section-rating .col-lg-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.quote-section-image {
    height: 100%;
    width: 100%;
    text-align: left;
    padding-top: 10%;
}

.quote-section-image h1 {
    padding: 0;
    padding-left: 10%;
}

.quote-section-image h2 {
    padding: 0;
    padding-left: 10%;
    line-height: 0.6em;
}


/* ==== SERVICES SECTION ==== */

.services-section {
    text-align: center;
    background: #fff;
    display: inline;
}

.services-heading {
    padding: 0px;
    padding-bottom: 0px;
}

.services-block {
    padding-top: 75px;
    height: auto;
}

.services-top {
    width: 100%;
    height: 150px;
}

.services-top img {
    height: 50px
}

.services-bottom img {
    position: relative;
    top: -50px;
}

.services-bottom {
    padding-bottom: 25px;
}


/* ==== TEAM SECTION ==== */

.team-section {
    width: 100%;
    height: auto;
    text-align: center;
    color: white;
    display: inline-block;
    position: relative
}

.team-section-image {
    width: 100%;
    height: auto;
}

.team-section-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}


/* ==== NEWS SECTION ==== */

.news-section {
    background-color: #fff;
    width: 100%;
}

.news-section-image {
    padding: 0px;
    overflow: hidden;
}

.news-section-text {
    padding-left: 5%;
    padding-right: 5%;
}

.news-section img {
    width: 100%;
    padding-top: 7.5vw;
}

.news-section .row {
    text-align: center;
}

a.read-more {
    float: right;
    font-weight: 600;
    color: #FFEB3B;
    font-size: 1.2em;
    padding-bottom: 2%;
}

a.read-more:hover {
    color: #FFF9C4;
    text-decoration: none;
}


/* ==== CONTACT SECTION ==== */

.contact-section {
    width: 100%;
    text-align: center;
    background-color: #eee;
    display: inline;
}

.contact-textbox-one {
    width: 30%;
    padding: 10px;
    box-shadow: none;
}

.contact-textbox-subject {
    padding: 10px;
    width: 60%;
    box-shadow: none;
}

.contact-textbox-message {
    padding: 10px;
    width: 60%;
    border-top: none;
    resize: none;
    box-shadow: none;
}

.contact-submit-button {
    background-color: #FFEB3B;
    border: none;
    color: black;
    width: 150px;
    font-size: 1em;
    border-radius: 30px;
    height: 45px;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 8px 10px -10px black;
    -moz-box-shadow: 0 8px 10px -10px black;
    box-shadow: 0 8px 10px -10px black;
    position: relative;
    top: 20px;
    outline: none;
    margin-bottom: 50px
}

.contact-submit-button:hover {
    background-color: #FFF59D;
}


/* ==== FOOTER SECTION ==== */

footer {
    padding-top: 50px;
    background: #fff;
}

footer ul {
    list-style: none;
    line-height: 0.7;
    padding: 0px;
    display: block;
}

.header-footer {
    font-weight: 600;
}

footer p {
    padding-top: 10px;
}

footer li {
    padding-bottom: 10px;
    padding-top: 10px;
}

footer li a {
    color: black;
    text-decoration: none;
}

footer a:hover {
    color: #FFEB3B;
    text-decoration: none;
}

.social-icon {
    height: 35px;
    width: 35px;
}


/* ==== LEADER LINE ==== */

.down-triangle {
    font-size: xx-small;
    position: relative;
    bottom: -2px;
    color: black;
    padding-left: 3px;
    padding-right: 3px;
}

.down-triangle-white {
    font-size: xx-small;
    position: relative;
    bottom: -2px;
    color: darkgray;
    padding-left: 3px;
    padding-right: 3px;
}

.leader-line {
    color: dimgray;
    letter-spacing: 3px;
    position: relative;
}

.leader-line-white {
    color: whitesmoke;
    letter-spacing: 3px;
    position: relative;
}


/* ==== ICON ==== */


/* ==== SHADOWS ==== */

.top-edge-shadow {
    -webkit-box-shadow: 0 -8px 10px -10px black;
    -moz-box-shadow: 0 -8px 10px -10px black;
    box-shadow: 0 -8px 10px -8px black;
}

.bottom-edge-shadow {
    -webkit-box-shadow: 0 8px 10px -10px black;
    -moz-box-shadow: 0 8px 10px -10px black;
    box-shadow: 0 8px 10px -10px black;
}