/*START WIDTH @1440px(laptop)*/
html, body, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
}

/* BEGIN NAV */
.title {
    display: inline-block;
    text-align: center;
    top: 4px;
    left: 3px;
    position: fixed;
    color: #2f85c7;
    border: 3px solid #2f85c7;
    width: 17.1%;
}

nav {
    display: block;
    z-index: 100;
    position: fixed;
}

ul {
    list-style-type: none;
    margin: 1 0 0 0;
    padding: 0;
    /*background-color: #0066cc;*/
    background-color: #474747;
    position: fixed;
    width: 82%;
    right: 0px;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    color: white;
    /*background-color: #0066cc;*/
    background-color: #99c2ff;
    text-decoration: none;
}

li a:visited {
    color: white;
}
/*END NAV*/

/*SEARCH */
#search {
    display: block;
    margin-top: 26px;
    right: 8px;
    position: fixed;
}

input[type="search"] {
    background: 10px 6px darkgrey;
    border: 0 none;
    font: 12px Arial, Helvetica, Sans-serif;
    color: #fff;
    width: 150px;
    padding: 6px 15px 6px 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

input[type="search"]:focus {
    width: 200px;
}
/*END SEARCH*/


/*SOCIAL MEDIA ICONS*/
.social-media {
    width: 150px;
    height: 100px;
    font-size: 25px;
    margin-top: 65px;
    margin-right: -34px;
    position: fixed;
    top: 0;
    right: 0;
}

i {
    /*color: #80c3ff;
    color: #99c2ff;*/
    color: #2f85c7;
    /*color: #0066cc;*/
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
/*END SOCIAL*/

.wrapper {
    position: relative;
    z-index: 5;
}

.inner-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 30px;
}

.clear {
    clear: both;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 5px;
 /*   margin-left: 0px;*/
    color: grey;
    /*color: #474747;*/
    /*color: #0066cc;*/
}

h3 {
    font-size: 17px;
    margin-bottom: 30px;
    /*color: grey;*/
    /*color: #92ccff;*/
    /*color: #0066cc;*/
    color: #80c3ff;
    /*color: #6eaadc;*/
}

h3 {
    text-align: center;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

a:visited {
    color: purple;
}

span {color: blue;
}

p {
    font-family: "Sans-serif";
    font-size: 16px;
    /*color: black;*/
    color: #474747;
    line-height: 28px;
    text-align: justify;
    margin-left: 1px;
    margin-right: 1px;
}

.mainCarousel {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 8px
}

.mainCarousel:focus {
	outline: 0;
}

.mainCarousel .slick-arrow::before {
    color: black;
}

.slick-dots {
    background-color: white;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.mainCarousel img {
    width: 100%;
    height: 450px;
}

.slick-slide img {
    width: 100%;
}

.smallCarousel img {
    width: 100%;
    height: 300px;
}

.smallCarousel {
    width: 40%;
    height: 300px;
    display: inline-block;
    right: -60px;
    margin-top: 15px;
}

.smallCarousel:focus {
	outline: 0;
}

.slick-prev.slick-arrow::before {
    color: black;
}

.slick-next.slick-arrow::before {
    color: black;
}

.signUp {
    background-color: #99c2ff;
    /*color: #474747;*/
    color: grey;
    padding: 15px;
    width: 180px;
    text-align: center;
    right: 40%;
    top: 50%;
    position: absolute;
}

#press {
    width: 50%;
    height: 300px;
    display: inline-block;
    padding-left: 30px;
}

#ourStory {
	padding-left: 30px;
	padding-right: 30px;
    margin-bottom: 50px;
}

#footer {
    padding-bottom: 50px;
}

.blocks1 {
    float:left;
    display: inline-block; 
    width: 48%;
    padding: 1%;
    margin-top: 5px
}

span {
    color: #80c3ff;
    font-size: 15px
}



/* tablet @768px */
@media all and (max-width: 768px) {

    body, .slick-dots {
        background-color: #e6e6ff;
    }

    .title {
        width: 15%;
        position: fixed;
    }

    ul {
        width: 73.9%;
        margin: 1 0 0 0;
        left: 139px;
        position: fixed;
    }

    #search {
        right: 90px;
        position: fixed;
    }

    .social-media {
        margin-right: 45px;
        position: fixed;
    }

    .inner-wrapper {
        width: 100%;
    }

    .mainCarousel {
        width: 85%;
        margin-left: 55px
    }

    .mainCarousel img {
        width: 100%;
        height: 350px;
    }

    .smallCarousel {
        margin: -50px 0px 0px 150px;
    }

    .signUp {
        padding: 7px;
        width: 75px;
        right: 42%;
    }

    #press {
        top: 20px;
        position: relative;
        width: 85%;
        display: block;
        margin: 28px;
    }

    #ourStory {
        top: 10px;
        position: relative;
        display: inline-block;
        width: 85%;
        margin: 28px;
    }



/* med. mobile @375 */
@media all and (max-width: 375px) {

    body, .slick-dots {
        background-color: white;
    }

    .title {
        width: 20%;
        position: fixed;
    }

    ul {
        width: 68%;
        margin: 14px 0px 0px 0px;
        left: 94px;
        position: fixed;
    }

    #search {
        margin-top: 108px;
        left: 94px;
    }

    .social-media {
        margin-top: 68px;
        margin-right: 25px;
    }

    .inner-wrapper {
        width: 100%;
        padding-top: 140px;
    }

    .mainCarousel {
        width: 90%;
        margin-top: 18px;
        margin-left: 18px
    }

    .mainCarousel img {
        width: 100%;
        height: 200px;
    }

    .smallCarousel {
        margin: 140px 0px 0px 0px;
        width: 70%;
    } 

    .signUp {
        font-size: 12px;
        padding: 5px;
        width: 104px;
        right: 35%;
        top: 13.75%;
    }

    #press {
        /*top: 20px;
        position: relative;
       */ width: 86%;
        display: block;
        margin: 0px 0px 0px -5px;
    }

    #ourStory {
        top: 20px;
        position: relative;
        display: inline-block;
        width: 86%;
        margin: 0px;
    }


