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

html {
    height: 100%;
}

body {
    padding: 0;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}
/* Everything but the jumbotron gets side spacing for mobile first views */

.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}
/* Custom page header */

.header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
   /* background-color: white;
    background: rgb(110,201,224); USE THIS COLOUR */
}
/* Make the masthead heading the same height as the navigation */

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

.logo {
    float: left;
}
/* Custom page footer */

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

.container-narrow > hr {
    margin: 30px 0;
}
/* Main marketing message and sign up button */

.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    background-size: 100% auto;
    color: darkturquoise;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
/* Supporting marketing content */

.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

.picture-container {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.pretty-picture {
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
}

.picture-text {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.text-display {
   border-radius: 10px;
   padding: 20px;
}

.welcome {
    background-image: url('images/AboutUs.jpg');
    background-size: cover;
    width: 70%;
    padding-top: 20%;
    padding-bottom: 20%;
}

.button-link {
    display: inline-block;
    width: 30%;
    height:160px;
    margin: 1%;
    min-width: 250px;
    text-align: justify;
    background: #75DCE9;
    vertical-align: top;
    text-align: center;
    color:white;
    border-radius: 10px;
}

.pretty-background{
    background-image: url('../images/AboutUs.jpg');
    color: #75DCE9;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center center;
}

.about {
    background-color: white;
    color: black;
    border: 1px solid #888888;
    width:40%;
    height:auto;
    display:inline-block;
    /*text-align: justify;*/
    color: #888888;
    margin: 1% 1.5%;
    vertical-align: top;
    /*min-width: 500px;*/
    font-size: 14px;
}

.title {
    text-align: center;
}

.button-holder {
    display: inline-block;
    width: 100%;
    margin-top:24%;
    margin-left: auto;
    margin-right: auto;
}

.my-header {
    margin-bottom: 0px;
}

.testimonial-1 {
    background:#75DCE9 ;
    float: left;
    margin: 5px 0px 0px 5px;
    width: 50%;
    vertical-align: top;
}

.testimonial-2 {
    background: #d3d3d3;
    float: right;
    margin: 10px 0px;
    width: 50%;
}

.clickable {
    cursor: pointer;
}

.expander {
  width: 70%;
  margin: auto;
}
/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
    .container {
        /*max-width: 730px;*/
    }
    /* Remove the padding we set earlier */

    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    /* Space out the masthead */

    .header {
        margin-bottom: 0px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */

    .jumbotron {
        border-bottom: 0;
        padding-top: 10px;
        margin-top: 30px;
    }
}

.full-screen {
}
.small-screen{
  display:none;
}

.nav-list-item
{
background-color: #EFEFEF;
}

.nav-list-item :hover
{
background-color: #EFEFEF;
}

.nav-list-item :active
{
background-color: gray;
}

.my-nav {
    color: red;
    background-color: white;
    margin-bottom: 1px solid #58D3F7;

}

.polaroid {
    background-color: white;
    box-shadow: 10px 10px 5px #888888;
    padding: 10px 10px 40px 10px;
    border: solid 1px #888888;
}

.large-polaroid {
    height:80%;
    background-color: white;
    box-shadow: 10px 10px 5px #888888;
    padding: 15px 15px 50px 15px;
    display:inline-block;
    vertical-align: top;
    margin:1% 1.5%;
    width:40%;
    min-width: 500px;
    border:solid 1px #888888;
}

.my-title {
    font-size: 350%;
    color: #75DCE9;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #888888;
    border-bottom: solid 1abpx #888888;
    margin-bottom: 20px;
}

.my-dropdown {
  background-color:#58D3F7;
    box-shadow: 2px 2px 1px #888888;
    color:white;
    height: 25%;
}

.thumbnail {
    display:inline-block;
    background-color: white;
    border: solid 1px #888888;
    box-shadow: 5px 5px 3px #888888;
    padding: 5px 5px 20px 5px;
    margin: 5px;
    border-radius:0px;
    width: 15%;
}

.transform-1 {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
}

.transform-2 {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
}

.transform-3 {
    -webkit-transform: none;
    -moz-transform: none;
    position: relative;
    top:-2px;
}

.transform-4 {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    position: relative;
    right:-5px;
}

.thumbnail:hover {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    position: relative;
    z-index: 5;
}

.contain-me {
 position:relative;
    margin: auto;
}

.welcome {
    position:absolute;
    left:13%;
    color:#75DCE9;
    top:-30%;
    text-align: center;
    text-emphasis: bold;
}
@media screen and (max-width: 500px){
  .expander {
    width: 100%;
    margin: auto;
  }
  .large-polaroid{
    min-width: 0px;
    width: 100%;
  }
  .about{
    width: 100%;
  }
  .container{
    padding-right:0px;
    padding-left:0px;
  }
  .container-header{
    padding-right:15px;
    padding-left:15px;
  }
  .full-screen {
    display:none;
  }
  .small-screen{
    display:block;
    font-size: 15px!important;
  }
  .button-link {
    padding-top: 5px;
    height:50px;
  }
  .button-holder {
      margin-top:65%;
  }
}
