/* ==================================================
   CSS Imports
================================================== */
@import url("reset.css");
@import url("owlcarousel.css");
@import url("uikit.scrollspy.css");
/* ==================================================
   Icon Fonts
================================================== */
@import url("fonts/fontawesome/font-awesome.css");
/* ==================================================
   Google Fonts
================================================== */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic");

/* ==================================================
   Global Styles
================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow: auto;

    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    padding-top: 70px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #999;
    background: #FFF;

    text-rendering: optimizeLegibility;
    vertical-align: baseline;
}

nav {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

nav a:hover {
    color: #3399cc !important;
}

.navbar-brand {
    padding: 10px;
}

.navbar-brand > * {
    font-size: 30px;
    line-height: 30px;
}

#contact-me {
    display: none;
}

::selection {
    background: #333333;
    color: #FFF;
}

::-moz-selection {
    background: #333333;
    color: #FFF;
}

a {
    color: #202c38;
    text-decoration: none;
}

a:hover {
    color: #202c38;
}

/* ==================================================
   Default Typography
================================================== */

p {
    margin: 0 0 20px 0;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

h1, h2, h3 {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    font-weight: 300;
    text-transform: uppercase;
}

h2 {
    font-size: 38px;
    line-height: 38px;
}

h3 {
    font-size: 32px;
    line-height: 32px;
}

/* ==================================================
   Background Colours
================================================== */

.themelight {
    background: #3399cc;
    color: #fff;
}

.theme {
    background: #333333;
}

.colour3 {
    background: #cccccc;
    color: #333333;
}

/* ==================================================
   Separator Arrows
================================================== */

.arrow-separator {
    position: absolute;
    width: 100%;
    height: 0;
    padding-left: 50%;
    padding-top: 10%;
    overflow: hidden;
}

.arrow-separator:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -1400px;
    margin-top: -250px;
    border-left: 1400px solid transparent;
    border-right: 1400px solid transparent;
    border-top: 250px solid #4679BD;
}

.arrow-white:after {
    border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.arrow-theme:after {
    border-color: #333333 rgba(22, 160, 133, 0) rgba(22, 160, 133, 0) rgba(22, 160, 133, 0);
}

.arrow-themelight:after {
    border-color: #3399cc rgba(26, 188, 156, 0) rgba(26, 188, 156, 0) rgba(26, 188, 156, 0);
}

.arrow-grey:after {
    border-color: #cccccc rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(238, 238, 238, 0);
}

/* ==================================================
   General Layout Styles
================================================== */

.first.fullwidth {
    padding-top: 5%;
}

.fullwidth {
    width: 100%;
    padding: 15% 30px 1%;
    min-width: 280px;
}

.fullwidth .bodycontainer {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

#topcontainer h1 {
    padding: 6px 0 10px 0;
    margin-bottom: 0;
    letter-spacing: -1.5px;
    color: #444;
    font-weight: 400;
}

#topcontainer h1 span {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -1.4px;
    font-weight: 300;
}

#topcontainer p {
    margin-bottom: 0;
    color: #999;
}

#topcontainer p span {
    font-size: 90px;
    line-height: 90px;
    color: #3399cc;
}

#maincont #signupform {
    margin: 0 auto 20px auto;
    width: 80%;
}

#about a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#about a:hover {
    text-decoration: none;
    color: #333;
    border-color: #333;
}

#experience a {
    color: #999;
    border-bottom: 1px solid #3399cc;
}

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

#projects #projectslider .item a {
    color: #3399cc;
}

#contact-me .arrow-separator {
    position: relative;
}

.contact {
    position: relative;
    width: 100%;
    min-width: 50px;
    min-height: 200px;
}

.contact .contact-input {
    border: none;
    outline: none;
    background: #FFF;
    border: 0;
    width: 100%;
    height: 50px;
    margin: 0 0 15px;
    z-index: 10;
    padding: 10px 15px;
    font-family: inherit;
    font-size: 20px;
    color: #333;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-appearance: none;
}

.contact .contact-input.contact-body {
    height: auto;
    resize: none;
}

.contact .submit {
    position: relative;
}

button.formbutton, .contact-submit {
    width: 100%;
    height: 60px;
    display: block;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.contact-submit {
    position: absolute;
    background: #FFF; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

button.formbutton {
    color: #FFF;
    background: #202c38;
    z-index: 90;
    border: 0;
    height: 50px;
}

button.formbutton span {
    font-size: 19px;
}

button.formbutton:hover {
    background: #999999;
}

.owl-theme .owl-controls {
    height: 40px;
}

.owl-theme .owl-controls .owl-page span {
    width: 4px;
    height: 4px;
    margin: -7px 6px 0;
    transition: all 0.1s ease-in-out 0s;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 10px;
    height: 10px;
    margin: -3px 3px 0;
}

.owl-theme .owl-controls.clickable .owl-page.active span {
    width: 13px;
    height: 13px;
    margin: 0 6px;
}

#projects .owl-theme .owl-controls .owl-page span {
    background: #3399cc;
}

#footercont {
    position: relative;
    font-size: 18px;
}

#footercont #socialmedia ul {
    margin: 0 0 30px 0;
}

#footercont #socialmedia ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
}

#footercont #socialmedia ul li a {
    font-size: 36px;
    color: #999;
}

#footercont #socialmedia ul li a:hover {
    color: #3399cc;
}

#footercont p.backtotop {
    margin: 0 0 40px 0;
}

#footercont p.backtotop a {
    position: relative;
    display: inline-block;
    background: #7c7c7c;
    font-size: 32px;
    line-height: 32px;
    color: #999;
    padding: 5px 12px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#footercont p.backtotop a:hover {
    background-color: #3399cc;
    color: #FFF;
    text-decoration: none;
}

#footercont p.backtotop a:active {
    top: 2px;
}

/* ==================================================
   Responsive Media Queries - Tablets
================================================== */

@media screen and (max-width: 768px) {

    body {
        font-size: 23px;
        line-height: 29px;
    }

    #topcontainer h1 {
        font-size: 54px;
        line-height: 54px;
        letter-spacing: -1.2px;
    }

    #topcontainer h1 span {
        font-size: 70px;
        line-height: 70px;
    }

    #footercont {
        font-size: 19px;
    }

    #footercont #footerleft {
        float: none;
        padding: 30px 0;
        text-align: center;
    }

    #footercont #socialmedia ul li a {
        font-size: 32px;
    }

    #footercont #footerright {
        float: none;
    }

}

/* ==================================================
   Responsive Media Queries - Mobiles
================================================== */

@media screen and (max-width: 480px) {

    body {
        font-size: 21px;
        line-height: 27px;
    }

    #topcontainer h1 {
        font-size: 36px;
        line-height: 36px;

    }

    #topcontainer h1 span {
        font-size: 50px;
        line-height: 50px;
    }

    #maincont #signupform {
        margin: 0 auto 20px auto;
        width: 100%;
    }

    #footercont #socialmedia ul li {
        margin: 0 5px;
    }

    #footercont #socialmedia ul li a {
        font-size: 28px;
    }

}