/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@font-face {
font-family: "Brandon Light";
src: url("../fonts/Brandon_light.otf") format("opentype");
}

@font-face {
font-family: "Brandon Regular";
src: url("../fonts/Brandon_reg.otf") format("opentype");
}

html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#loading{
    position:fixed;
    display: table;
    width:100%;
    height:100vh;
    background-color:#FCFEFC;
    z-index:999;
    vertical-align:middle;
}

.loader {    
    margin: 0 auto;
    position: relative;
    z-index:999;
}


.section1{
    font-family: 'Brandon Regular';
    display: table;
    height:100vh;
    width:100%;
    background-image: url("../img/TopImage.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    overflow:hidden;
}

.arrow1{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    height: 48px;
    width: 48px;
    margin:auto;
    margin-bottom: 20px;
    background-image: url("../img/DownArrow.png");
    cursor:pointer;
}

.whitebox{
    font-weight:bold;
    background: #ffffff;
    opacity:.8;
    display:inline-block;
    padding:0 4px;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/
br{
    display:none;
}

.section2{
    display: table;
    font-family: 'Brandon Light';
    color:#fff;
    background-color:#a09f9d;
    height:300px;
    width:100%;
    overflow:hidden;
}

.section2mid{
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}

.section2container{
    display: inline-block;
    padding:25px 0;
}

.sarahphoto{
    width:255px;
    height:255px;
    background-image:url("../img/Me.png");
    float:left;
}
.sarahphotomob{
  display:none;
}
.sarahtext{
    width:435px;
    float:left;
    line-height:30px;
    font-size:20px;
    text-align:left;
    margin: 20px 0px 0px 50px;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/

.section3{
    position:relative;
    display: table;
    background-image:url("../img/Pattern1.jpg");
    height:300px;
    width:100%;
    font-family: 'Brandon Regular';
    font-size:50px;
    line-height:60px;
    color:#FFF;
    overflow:hidden;
}

.divider3{
    background-image:url("../img/ComputerIcon.png");
    width:125px;
    height:125px;
    margin: 0 auto;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/

.swiper-container-horizontal>.swiper-pagination {
  bottom: 40px;
  left: 0;
  width: 100%;
}

.section4mob{
    display:block;
    height:465px;
    position:relative;
}
.swiper-slide p{
    position:relative;
    width:300px;
    clear:left;
    font-family: "Brandon Light";
}
.swiper-slide img{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.swiper-slide h2{
    color:#000;
    float: left;
    font-family: "Brandon Regular";
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    position: relative;
    width: 300px;
    text-transform: uppercase;
}
.swiper-slide h3{
    clear: left;
    color:#f92f8e;
    font-family: "Brandon Regular";
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    position: relative;
    width: 300px;
    text-transform: uppercase;
}
.swiper-slide .work{
    height: 375px;
    margin: 60px auto;
    position: relative;
    width: 940px;
}

.swiper-slide .pinkline {
    background-color: #f92f8e;
    height: 2px;
    margin: 0;
    padding: 0;
    float: left;
    width: 150px;
    margin-top:35px;
}

.swiper-slide a {
    clear: left;
    color: #000;
    float: left;
    font-family: "Brandon Regular";
    font-size:1em;
    margin-top: 50px;
    text-decoration: none;
    width: 250px;
}
.swiper-slide a:hover {
    text-decoration: underline;
}
.slideshow {
    position: relative;
	width: 100%;
	overflow: auto;
	margin-top:40px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
    font-family: 'Brandon Regular';
}

.slideshow ul {
    list-style: none;
	width: 300%;
    margin-left:0;
    padding-left:0;
}

.slideshow ul li {
    display: block;
    position:relative;
    float: left;
    width: 33%;
    padding: 160px 0 110px;
    
    min-height: 350px;
    
/*		-webkit-background-size: 100% 100%;*/
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
}

.slideshow h1 {
    color: #000;
    font-size: 32px;
    left: 250px;
    line-height: 30px;
    position: absolute;
    top: 46px;
    margin:0;
    padding:0;
    text-align:left;
    width:375px;
}

.slideshow h2 {
    color: #f92f8e;
    font-size: 19px;
    font-weight: normal;
    left: 250px;
    line-height: 19px;
    position: absolute;
    top: 116px;
    margin:0;
    padding:0;
    text-align:left;
    width:375px;
}

.slideshow p {
    color: #000;
    font-size: 20px;
    left: 250px;
    line-height: 20px;
    position: absolute;
    top: 181px;
    margin:0;
    padding:0;
    font-family: 'Brandon Light';
    text-align:left;
    width:375px;
}

.slideshow a {
    color: #000;
    font-size: 20px;
    left: 250px;
    line-height: 20px;
    position: absolute;
    top: 356px;
    margin:0;
    padding:0;
    font-family: 'Brandon Light';
    text-align:left;
    width:375px;
    text-decoration:none;
}

.slideshow img {
    left: 674px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 46px;
}

.slideshow .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
}
.slideshow .dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    
    text-indent: -999em;
    
    border: 2px solid #AAA;
    border-radius: 6px;
    
    cursor: pointer;
    opacity: .4;
    
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.slideshow .dots li.active {
    background: #000;
    border: 2px solid #000;
    opacity: 1;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/

.section5{
    position:relative;
    display: table;
    background-color:#07b1ee;
    color:#fff;
    height:300px;
    width:100%;
    border-bottom: 2px dashed #000;
    font-family: 'Brandon Regular';
    font-size:50px;
    line-height:60px;
    overflow:hidden;
}

.divider5{
    background-image:url("../img/SewingIcon.png");
    width:125px;
    height:125px;
    margin: 0 auto;
    z-index:999;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/

.section5images{
    position:relative;
    display: table; 
    color:#fff;
    width:100%;
    font-family: 'Brandon Regular';
    font-size:50px;
    line-height:60px;
}

.image{
    position:relative;
    width:25%;
    float:left;
}
.image img{
    width:100%;
}
.imgarrow{
    position:absolute;
    background-image: url("../img/PlayIcon.png");
    background-repeat: no-repeat;
    background-position:center;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/

.section6{
    position: relative;
    background-image: url("../img/Pattern2.jpg");
    height: 750px;
    width: 100%;
    overflow: hidden;
}
#instafeed{
    display:none;
}
.tweetBirdcage{
    height: 15px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    width: 100%;
}
.bird{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 25px;
    height: 25px;
    background-image: url("../img/Twitter_White.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.imagewidgetbottom .bird{
    margin-top:0px;
}
.tweetText{
    position: absolute;
    font-family: 'Brandon Light';
    text-align: center;
    font-size: 1em;
    color: #FFF;
    bottom: 0;
    margin: 10px 3%;
    width: 94%;
    word-wrap: break-word;
	font-weight:normal;
}
.tweetText a{
    color:#FFF;
    text-decoration:none;
}

.instaLogo{
    background-image: url("../img/Instagram_White.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 10px;
    height: 25px;
    position: absolute;
    right: 10px;
    width: 25px;
}
.imagewidgetbottom .tweetText{
    margin-top:65px;
    top:0;
}
.imagewidgetbottom .tweetBirdcage{
    top: 20px;
}
.imagewidget{
    position:relative;
    width:804px;
    height:468px;
    margin:25px auto 0;
    background-color:yellow;
    overflow:hidden;
}
.imagewidgetmob{
    display:none;
}
.imagewidget img{
    width:100%;
}
.imagewidgettop{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:268px;
}
.imagewidgetbottom{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:200px;
}
#imageleft{
    position:relative;
    float:left;
    width:268px;
    height:268px;
    background-color:black;
}
.imagemiddle{
    position:relative;
    float:left;
    width:268px;
    height:268px;
}
#imagemiddletop{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:134px;
    background-color:#07b1ee;
}
.imagemiddlebottom{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:134px;
    background-color:black;
}
#imagemiddlebottomleft{
    position:absolute;
    top:0;
    left:0;
    height:134px;
    width:134px;
}
#imagemiddlebottomright{
    position:absolute;
    top:0;
    left:134px;
    height:134px;
    width:134px;
}
#imageright{
    position:relative;
    float:left;
    width:268px;
    height:268px;
    background-color:black;
}
#image1{
    position:relative;
    float:left;
    width:201px;
    height:200px;
    background-color:black;
}
#image2{
    position:relative;
    float:left;
    width:201px;
    height:200px;
    background-color:#07b1ee;
}
#image3{
    position:relative;
    float:left;
    width:201px;
    height:200px;
    background-color:black;
}
#image4{
    position:relative;
    float:left;
    width:201px;
    height:200px;
    background-color:#07b1ee;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/

.section7{
    position:relative;
    background-image:url("../img/BottomImage.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height:425px;
    width:100%;
    border-bottom: 4px solid #FFF;
}

.divider7{
    background-image:url("../img/CloudFooter.png");
    width:275px;
    height:125px;
    margin: 0 auto;
    z-index:999;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/

.section8{
    display: table;
    background-color:#FF2F90;
    height:500px;
    width:100%;
    overflow:hidden;
}

.section8 .section2mid{
    vertical-align: top;
  font-family: 'Brandon Light';
}

/*====================================================*/
/*====================================================*/
/*====================================================*/

.pink{
    color: #f92f8e;
}

.blue{
    color: #07b1ee;
}

.top-headline{
    padding-top: 70px;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'Brandon Light';
    font-size:50px;
    line-height:60px;
}

.bottom-text{
    padding: 30px 28% 0;
    position: relative;
    text-align: center;
    width: 44%;
    font-size: 20px;
    line-height: 25px;
}

.section2container {
  display: inline-block;
  padding: 40px 0 25px;
}

.bottom-text a{
    text-decoration:none;
    color:#000;
    font-weight:bold;
}
.bottom-text a:hover{
    text-decoration:underline;
}

.bottom-line{
    margin: 75px 28% 0;
    position: relative;
    text-align: center;
    width: 44%;
    height:1px;
    background-color:#000;
}

.bottom-social{
    display:inline-block;
    text-align: center;
    margin: 50px auto 0;
    position: relative;
    width: 100%;
}

.social{
    display:inline-block;   
    position: relative;
    margin-right:10px;
}

.headline{
    display: table-cell;
    vertical-align: middle;
    width:100%;
    text-align:center;
    font-size:60px;
    letter-spacing:3px;
    margin-top: -0.25em;
}

.headline br{
    display:block;
}

.topcircle {
  display: block;
  position: absolute;
  top: -52.5px;
  left: 0;
  right: 0;
  z-index: 995;
}

.topcircle div{
    width: 100px;
    height: 100px;
    background-size: cover;
}

.topcircle4{
    display: block;
    position: absolute;
    top: -102.5px;
    left: 0;
    right:0;
}

.bottomcircle{
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right:0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 320px) and (max-width: 414px) {

.divider7{
    background-image: url("../img/CloudFooter.png");
    width: 175px;
    height: 86px;
    margin: 0 auto;
    z-index: 999;
    background-size: cover;
}

.bottomcircle{
    bottom: -3px;
}

.bottom-text{
    padding: 30px 3% 0;
    width: 94%;
}

.headline br{
    display:none;
}
.sarahphoto {
  display:none;
}

.divider3{
    background-image:url("../img/ComputerIcon.png");
    width:125px;
    height:125px;
    margin: 0 auto;
}

.section1 .whitebox{
    display:block;
    line-height:35px;
    padding:5px 0;
}

.section1 .headline{
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: 35px;
    letter-spacing: 3px;
}

.sarahphotomob{
  margin: 0 auto;
  width: 210px;
  position: relative;
  display: block;
}

.sarahphotomob img{
  width: 100%;
}

.topcircle4{
    display:none;
}

.sarahtext {
  width: auto;
  margin:15px 0 15px;
  text-align:center;
  padding: 0 5px;
}

.section3{
    line-height:35px;
    height:380px;
}.section5{
    line-height:35px;
}

.swiper-slide p{
    height:110px;
}

.section3 .headline, .section5 .headline{
    margin:0 5px;
    font-size:35px;
    line-height:40px;
}

.swiper-container-horizontal>.swiper-pagination {
  bottom: 5px;
  left: 0;
  width: 100%;
}

.section4mob{
    display:block;
    height: 507px;
    position:relative;
}

.swiper-slide p{
    clear: left;
    font-size: 15px;
    height: 55px;
    position: relative;
    text-align: center;
    width: 100%;
    padding:15px 0;
}

.swiper-slide img{
    width: 100%;
    clear:left;
    float:left;
    position:relative;
    margin:10px 0;
}

.swiper-slide h2{
    color: #000;
    float: left;
    font-family: "Brandon Regular";
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.swiper-slide h3{
    clear: left;
    color: #f92f8e;
    font-family: "Brandon Light";
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.swiper-slide .work{
    height: 381px;
    margin: 15px auto;
    padding: 0 15px;
    position: relative;
    text-align: left;
    width: 100%;
}

.swiper-slide .pinkline {
    background-color: #f92f8e;
    float: left;
    height: 2px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.swiper-slide a {
    clear: left;
    color: #000;
    float: left;
    font-family: "Brandon Regular";
    font-size: 17px;
    margin: 5px 0 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding:15px 0;
}
.swiper-slide a:hover {
    text-decoration: underline;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section5{
    height:270px;
}
.image {
  width: 50%;
}

.section6{
    height:415px;
}
.imagewidget{
    display:none;
}

.imagewidgetmob{
    display:block;
    position:relative;
    width:90%;
    margin:15px auto 0;
}

.imagewidgetmob img{
    width:100%;
}

.top-headline {
  padding-top: 35px;
  font-size: 25px;
  line-height: 25px;
  font-family: 'Brandon Light';
}

#imagetopleftmob,#imagetoprightmob,#imagebotleftmob,#imagebotrightmob{
    float:left;
    position:relative;
    width:50%;
    height:50%;
    background-color: #07b1ee;
    color:#FFF;
}

.tweetBirdcage {
  height: 25px;
  margin: 0 auto;
  position: absolute;
  bottom: 5px;
  width: 100%;
}

.bird {
    display: block;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
    right: 0;
    left: 0;
}

.tweetText{
    position: relative;
    display: block;
    width: 94%;
    font-size: .9em;
    position: absolute;
    top: 36px;
    text-align: center;
    margin: 0;
    word-wrap: break-word;
    padding: 0 3%;
}

.section7 {
  height: 220px;
  border-bottom:3px solid #FFF;
}

.section8 {
  height: 380px;
}

.section8 .top-headline {
  padding-top: 0px;
  font-size: 35px;
  line-height: 35px;
}

.social {
  margin-right: 0px;
}

.bottom-line {
  margin-top: 40px;
}

.bottom-social {
  margin: 45px auto 0;
}
br{
    display:none;
}

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 414px) and (max-width: 500px) {

.divider7{
    background-image: url("../img/CloudFooter.png");
    width: 175px;
    height: 86px;
    margin: 0 auto;
    z-index: 999;
    background-size: cover;
}

.bottomcircle{
    bottom: -3px;
}
br{
    display:none;
}

.headline br{
    display:none;
}

.divider3{
    background-image:url("../img/ComputerIcon.png");
    width:125px;
    height:125px;
    margin: 0 auto;
}

.sarahphoto {
  display:none;
}

.section1 .whitebox{
    display:block;
}

.section1 .headline{
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: 40px;
    letter-spacing: 3px;
}

.sarahphotomob{
  margin: 0 auto;
  width: 210px;
  position: relative;
  display: block;
}

.sarahphotomob img{
  width: 100%;
}

.topcircle4{
    display:none;
}

.sarahtext {
    width: 90%;
    margin: 25px 5%;
    text-align: center;
}

.section3, .section5{
    line-height:35px;
}

.section3 .headline, .section5 .headline{
    margin: 0 5px;
    font-size: 40px;
    line-height: 45px;
}

.bottomcircle div {
  width: 204px;
  height: 100px;
  background-size: cover;
}

.bottomcircle{
    bottom: -4px;
}

.section4mob{
    display: block;
    height: 545px;
    position: relative;
}

.swiper-slide p{
    clear: left;
    font-size: 15px;
    height: 55px;
    position: relative;
    text-align: center;
    width: 100%;
    padding:15px 0;
    margin:0;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 5px;
    left: 0;
    width: 100%;
}

.swiper-slide img{
    width: 100%;
    clear:left;
    float:left;
    position:relative;
    margin:10px 0;
}

.swiper-slide h2{
    color: #000;
    float: left;
    font-family: "Brandon Regular";
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.swiper-slide h3{
    clear: left;
    color: #f92f8e;
    font-family: "Brandon Light";
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.swiper-slide .work{
    height: 450px;
    margin: 15px auto;
    padding: 0 15px;
    position: relative;
    text-align: left;
    width: 100%;
}

.swiper-slide .pinkline {
    background-color: #f92f8e;
    float: left;
    height: 2px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.swiper-slide a {
    clear: left;
    color: #000;
    float: left;
    font-family: "Brandon Regular";
    font-size: 17px;
    margin: 5px 0 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding:15px 0;
}
.swiper-slide a:hover {
    text-decoration: underline;
}


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section5{
    height:260px;
}
.image {
  width: 50%;
}

.section6{
    height:555px;
}

.imagewidget{
    display:none;
}

.imagewidgetmob{
    display:block;
    position:relative;
    width:90%;
    margin:15px auto 0;
}

.imagewidgetmob img{
    width:100%;
}

.top-headline {
    padding-top: 50px;
    font-size: 33px;
    line-height: 40px;
    font-family: "Brandon Light";
}

#imagetopleftmob,#imagetoprightmob,#imagebotleftmob,#imagebotrightmob{
    float:left;
    position:relative;
    width:50%;
    height:50%;
    background-color: #07b1ee;
    color:#FFF;
}

.tweetBirdcage {
    height: 25px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    width: 100%;
}

.bird {
    display: block;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
    right: 0;
    left: 0;
}

.tweetText{
    display: block;
    width: 90%;
    font-size: 1em;
    position: absolute;
    top: 60px;
    text-align: center;
    margin: 0 5%;
    word-wrap: break-word;
}

.section7 {
  height: 220px;
}

.section8 {
  height: 380px;
}

.section8 .top-headline {
  padding-top: 0px;
  font-family: 'Brandon Regular';
  font-size: 35px;
  line-height: 35px;
}

.social {
  margin-right: 0px;
}

.bottom-line {
  margin:40px 5% 0;
  width:90%;
}

.bottom-social {
  margin: 45px auto 0;
}

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}


@media only screen and (min-width: 500px) and (max-width: 730px) {

.divider7{
    background-image: url("../img/CloudFooter.png");
    width: 175px;
    height: 86px;
    margin: 0 auto;
    z-index: 999;
    background-size: cover;
}

.bottomcircle{
    bottom: -3px;
}
br{
    display:none;
}

.headline br{
    display:none;
}

.divider3{
    background-image:url("../img/ComputerIcon.png");
    width:125px;
    height:125px;
    margin: 0 auto;
}

.sarahphoto {
  display:none;
}

.section1 .whitebox{
    display:block;
}

.section1 .headline{
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: 40px;
    letter-spacing: 3px;
}

.sarahphotomob{
  margin: 0 auto;
  width: 210px;
  position: relative;
  display: block;
}

.sarahphotomob img{
  width: 100%;
}

.topcircle4{
    display:none;
}

.sarahtext {
    width: 90%;
    margin: 25px 5%;
    text-align: center;
}

.section3, .section5{
    line-height:35px;
}

.section3 .headline, .section5 .headline{
    margin: 0 5px;
    font-size: 40px;
    line-height: 45px;
}

.bottomcircle div {
  width: 204px;
  height: 100px;
  background-size: cover;
}

.bottomcircle{
    bottom: -4px;
}

.section4mob{
    display:block;
    height:615px;
    position:relative;
}

.swiper-slide p{
    clear: left;
    font-size: 15px;
    height: 55px;
    position: relative;
    text-align: center;
    width: 100%;
    padding:15px 0;
    margin:0;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 5px;
    left: 0;
    width: 100%;
}

.swiper-slide img{
    width: 100%;
    clear:left;
    float:left;
    position:relative;
    margin:10px 0;
}

.swiper-slide h2{
    color: #000;
    float: left;
    font-family: "Brandon Regular";
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.swiper-slide h3{
    clear: left;
    color: #f92f8e;
    font-family: "Brandon Light";
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.swiper-slide .work{
    height: 500px;
    margin: 15px auto;
    padding: 0 15px;
    position: relative;
    text-align: left;
    width: 100%;
}

.swiper-slide .pinkline {
    background-color: #f92f8e;
    float: left;
    height: 2px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.swiper-slide a {
    clear: left;
    color: #000;
    float: left;
    font-family: "Brandon Regular";
    font-size: 17px;
    margin: 5px 0 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding:15px 0;
}
.swiper-slide a:hover {
    text-decoration: underline;
}


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section5{
    height:260px;
}
.image {
  width: 25%;
}

.section6{
    height:645px;
}

.imagewidget{
    display:none;
}

.imagewidgetmob{
    display:block;
    position:relative;
    width:90%;
    margin:15px auto 0;
}

.imagewidgetmob img{
    width:100%;
}

.top-headline {
    padding-top: 35px;
    font-size: 40px;
    line-height: 40px;
    font-family: "Brandon Light";
}

#imagetopleftmob,#imagetoprightmob,#imagebotleftmob,#imagebotrightmob{
    float:left;
    position:relative;
    width:50%;
    height:50%;
    background-color: #07b1ee;
    color:#FFF;
}

.tweetBirdcage {
    height: 25px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    width: 100%;
}

.bird {
    display: block;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
    right: 0;
    left: 0;
}

.tweetText{
    display: block;
    width: 90%;
    font-size: 1em;
    position: absolute;
    top: 60px;
    text-align: center;
    margin: 0 5%;
    word-wrap: break-word;
}

.section7 {
  height: 220px;
}

.section8 {
  height: 380px;
}

.section8 .top-headline {
  padding-top: 0px;
  font-family: 'Brandon Regular';
  font-size: 35px;
  line-height: 35px;
}

.social {
  margin-right: 0px;
}

.bottom-line {
  margin:40px 5% 0;
  width:90%;
}

.bottom-social {
  margin: 45px auto 0;
}

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 730px) and (max-width: 800px) {

.divider7{
    background-image: url("../img/CloudFooter.png");
    width: 175px;
    height: 86px;
    margin: 0 auto;
    z-index: 999;
    background-size: cover;
}

.bottomcircle{
    bottom: -3px;
}
br{
    display:none;
}

.headline br{
    display:none;
}

.divider3{
    background-image:url("../img/ComputerIcon.png");
    width:125px;
    height:125px;
    margin: 0 auto;
}

.sarahphoto {
  display:none;
}

.section1 .whitebox{
    display:block;
}

.section1 .headline{
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: 50px;
    letter-spacing: 3px;
}

.sarahphotomob{
  margin: 0 auto;
  width: 210px;
  position: relative;
  display: block;
}

.sarahphotomob img{
  width: 100%;
}

.topcircle4{
    display:none;
}

.sarahtext {
    width: 90%;
    margin: 25px 5%;
    text-align: center;
}

.section3, .section5{
    line-height:35px;
}

.section3 .headline, .section5 .headline{
    margin: 0 5px;
    font-size: 40px;
    line-height: 45px;
}

.bottomcircle div {
  width: 204px;
  height: 100px;
  background-size: cover;
}

.bottomcircle{
    bottom: -4px;
}

.section4mob{
    display:block;
    height:615px;
    position:relative;
}

.swiper-slide p{
    clear: left;
    font-size: 18px;
    height: 55px;
    position: relative;
    text-align: center;
    padding:15px 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 5px;
    left: 0;
    width: 100%;
}

.swiper-slide img{
    width: 100%;
    clear: left;
    float: left;
    position: relative;
    margin:10px 0;
}

.swiper-slide h2{
    color: #000;
    float: left;
    font-family: "Brandon Regular";
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.swiper-slide h3{
    clear: left;
    color: #f92f8e;
    font-family: "Brandon Light";
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.swiper-slide .work{
    height: 500px;
    margin: 15px auto;
    padding: 0 15px;
    position: relative;
    text-align: left;
    width: 70%;
    margin:0 15%;
}

.swiper-slide .pinkline {
    background-color: #f92f8e;
    float: left;
    height: 2px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.swiper-slide a {
    clear: left;
    color: #000;
    float: left;
    font-family: "Brandon Regular";
    font-size: 17px;
    margin: 5px 0 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding:15px 0;
}
.swiper-slide a:hover {
    text-decoration: underline;
}


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.section5{
    height:260px;
}
.image {
  width: 25%;
}

.section6{
    height:337px;
}

.imagewidget{
    display:none;
}

.imagewidgetmob{
    display:block;
    position:relative;
    width:90%;
    margin:15px auto 0;
}

.imagewidgetmob img{
    width:100%;
}

.top-headline {
    padding-top: 45px;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Brandon Light';
}

#imagetopleftmob,#imagetoprightmob,#imagebotleftmob,#imagebotrightmob{
    float:left;
    position:relative;
    width:25%;
    height:100%;
    background-color: #07b1ee;
    color:#FFF;
}

.tweetBirdcage {
    height: 25px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    width: 100%;
}

.bird {
    display: block;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
    right: 0;
    left: 0;
}

.tweetText{
    display: block;
    width: 90%;
    font-size: 17px;
    position: absolute;
    top: 45px;
    text-align: center;
    margin: 0 5%;
    word-wrap: break-word;
}

.section7 {
  height: 220px;
}

.section8 {
  height: 380px;
}

.section8 .top-headline {
  padding-top: 0px;
  font-family: 'Brandon Regular';
  font-size: 35px;
  line-height: 35px;
}

.social {
  margin-right: 0px;
}

.bottom-line {
  margin:40px 5% 0;
  width:90%;
}

.bottom-social {
  margin: 45px auto 0;
}

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}


@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}