/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset */

/*
 * Mixins & Utilities
 */

.container-striped {background-color: #f7f7f7;}
.container-blue {background-color: #23a9e1;}
.container-baseBlue {background-color: #1b75bc;}
.container-dark {background-color: #3d4045;}

.container-gradient-01 {background-image: linear-gradient(to left top, #0f75bc, #0098cb, #00b5af, #24ca76, #b7d43a);}
.container-gradient-02 {background-image: linear-gradient(to right top, #0f75bc, #0098cb, #00b5af, #24ca76, #b7d43a);}
.container-gradient-03 {background-image: linear-gradient(to left bottom, #0f75bc, #0098cb, #00b5af, #24ca76, #b7d43a);}
.container-gradient-04 {background-image: linear-gradient(to right bottom, #0f75bc, #0098cb, #00b5af, #24ca76, #b7d43a);}

.text-white {color: #fff;}
.text-black {color: #000;}
.text-lightgrey {color: #b9b9b9;}
.text-base {color: #515151;}
.text-blue {color: #4cace2;}
.text-red {color: #e85656;}

.btn-base {
    font: 700 14px 'Open Sans', sans-serif;
    padding: .75em 1.5em;
    background-color: #27aae1;
    border-color: #27aae1;
    margin-top: 10px;
}
/*
 * Typography
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header, nav, section {
    font-family: 'Open Sans', sans-serif;
}
.section-title {font: 700 24px 'Open Sans', sans-serif;}
.section-content p {
    font-size: 16px;
    line-height: 28px;
}
.section-content strong {
    font-size: 18px;
    padding-bottom: 20px;
    display: inline-block;
}
/*
 * Page Header
 */
.navbar {box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);}
.navbar .nav li a {
    font: 400 14px 'Open Sans', sans-serif;
    color: #0e76bc !important;
}

.navbar .nav li a.active {
    font-weight: 700;
    color: #fff !important;
    background-color: #b7d43a;
}

.navbar .nav li:not(:last-child) a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/*
 * Page Body
 */
/* Site Introduction */
#site-intro {
    background: url('./assets/images/iautomate.cloud-builds-serverless-software-on-aws.svg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% -7vw;
}
.site-introduction h2 {
    font: 400 36px 'Open Sans', sans-serif;
    margin-bottom: 3rem;
}
.service-images {
    width: 65%;
}
/* Our Clients */
#our-clients {
    background: url('./assets/images/clients-bg.jpg') no-repeat center;
   background-size: cover;
}
#clients-slider .slick-dots li button::before {
    color: #fff !important;
    font-size: 10px;
}
#recent-tweet-slider .slick-slide {
    padding: 0 10px;
}
#recent-tweet-slider .slick-prev:before {
    content: "\e889";
    font-family: Linearicons-Free;
}
#recent-tweet-slider .slick-next:before {
    content: "\e88a";
    font-family: Linearicons-Free;
}
#recent-tweet-slider .slick-next,
#recent-tweet-slider .slick-prev {
    width: 40px;
    height: 40px;
    top: 60%;
}
#recent-tweet-slider .slick-next::before,
#recent-tweet-slider .slick-prev::before {
    font-size: 40px;
}
#recent-tweet-slider .slick-prev {left: -100px;}
#recent-tweet-slider .slick-next {right: -100px;}
/* Get In Touch */
#getInTouchForm input,
#getInTouchForm textarea {
    border: 2px solid #7a8089;
    border-radius: 0;
    background-color: #50545a;
    font: 400 1rem/1.5 'Open Sans', sans-serif;
    color: #b9b9b9;
}
#getInTouchForm label {
    font: 700 15px 'Open Sans', sans-serif;
}

/*
 * Privacy Notice Page
 */
#privacy-notice .container,
#hacked-website .container {
    padding: 50px 15px;
}

/*
 * Hacked Website Page
 */
#hacked-website #accordion .card-body {
    line-height: normal;
}
#hacked-website #accordion .card-body p {padding-bottom: 10px;}
/*
 * Page Footer
 */
/*
 * Media Queries
 */

@media screen and (min-width: 1024px) {
    #site-intro {padding: 10rem 0 22rem !important;}
}
@media screen and (max-width: 768px) {
    .navbar .nav li a {padding-left: 20px !important; padding-right: 20px !important;}
    #site-intro {
        padding-bottom: 8rem !important;
        padding-top: 8em !important;
        background-position: 75% -85px;
    }
    .site-introduction h2 {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    }
    #our-services div.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    #our-services .col-md-5.pt-5,
    #our-services .col-md-7 {
        padding-top: 0 !important;
        padding-bottom: 2rem !important;
    }
    #our-goals .section-content p br:not(:nth-of-type(1)) {display: none;}
    #our-goals .section-content strong {min-height: 76px;}
    .service-images {
        width: auto;
    }
    #clients-slider img { margin: auto !important; }
    #get-in-touch .form-row { display: block; }
    #getInTouchForm button {
        float: none !important;
    }
    #footer-socialmedia-menu,
    #footer-socialmedia-menu + p {
        text-align: center;
        margin-bottom: 10px
    }
    #footer-menu-2 {
        float: none !important;
        text-align: center;
    }
}