
body {
    font-family: 'Roboto' !important;
    line-height: 1.8;
    background-color: #CAD8D4;

}

#home {
    height: 700px;
    background-image: url('images/back1.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 5;
    padding-top: 18%;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 18px;

}

#mind {
    margin-bottom: 30px;
    float: left;

}

#mind h1 {
    font-size: 50px;

}

#mind h3 {
    padding-bottom: 20px;
    padding-left: 10px;
    font-weight: bold;

}

#about {
    padding: 1% 5%;
}

.aboutcolumn {

    margin-top: 80px;
}

.aboutcolumn h4 {
    padding: 25px 0;
    color: black;

}

.aboutcolumn h3 {

    color: black;


}

.aboutcolumn h1 {

    color: white;
}

#topics .row {

    padding-top: 2%;
}

#topics img {
    padding-top: 3%;
}

.details {

    margin-top: 30px;
}

.details li {

    padding: 2px;
}

.secondrow {
    margin-left: 7%;
}

.secondrow h3 {
    margin-top: 25%;
}

#contact {
    text-align: center;
}

.navbar {

    border: 0;
    z-index: 9999;
    font-size: 16px !important;
    letter-spacing: 4px;
    font-family: Roboto;
    color: white;
    background: #008080;
    padding-top: 6px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #21573E !important;
}

.navbar a {
    color: white !important;

}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 30px;
    color: #008080;
    padding: 30px;
}

.glyphicon-chevron-down {
    font-size: 30px;
    color: #008080;
}

.scroll {
    height: 150px;
    margin-top: -7%;

}

.pulse {
    margin: 0 auto;
    border-radius: 100px;
    down: -9px;
    z-index: 0;
    background-color: transparent;
    opacity: 0;
    width: 90px;
    height: 90px;
    -webkit-animation: pulse 2s linear infinite 0.3s;
    -moz-animation: pulse 2s linear infinite 0.3s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.3;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0.2;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1.1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1.1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.3;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0.2;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
    }
}

.stores {

    display: inline;

}

.stores img {

    border: 1px solid white;
    border-radius: 8px;
    width: 220px;
    margin: 5px;
}

.aboutstores img {

    width: 220px;
    border: 1px solid white;
    border-radius: 8px;

}

.row slideanim {
    margin: 0 auto;
}

.slideanim img {

    border-radius: 20px;
    margin: 0 auto;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #008080;
}

.carousel-indicators li {
    border-color: #008080;
    visibility: hidden;
}

.carousel-indicators li.active {
    background-color: #008080;
}

.carousel-inner {

    padding: 15px 10px;
}

.item h4 {

    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;

}

.item {
    font-style: normal;
    margin: 10%;
}

.glyphicon-star {

    color: #DFB835;
    font-size: 20px;
}

.starrating {
    margin-top: 25px;
}

.linea {
    margin: 30px;
}

.linea img {
    width: 100%;
    height: 70px;
}

#download {
    margin-bottom: 30px;
}

.slideanim {
    visibility: hidden;
    padding: 30px;

}

.slide {

    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 3s;
    -webkit-animation-duration: 1s;
    visibility: visible;

}

.layoutFullWidth
{
	text-align: justify;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px){
.layoutFullWidth
	{
	width: 100% !important;
}}

.paragraph {
    text-align: justify;
    margin: 40px 100px;
}

.heading {
    text-align: center;
    margin: 10px;
}

#mainheading {
    margin-top: 100px;
}

.policy {
    margin: 0 100px;
}

@keyframes slide {

    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (min-width: 1400px) {
    .screens {
        width: 1400px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1500px) {
    #home {
        height: 1000px;
    }
}


@media screen and (max-width: 500px) {
    body {
        text-align: center;
    }
}

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

.secondrow
{
display: flex;
flex-flow: column-reverse;
}
}

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

.aboutstores img {
margin: 8px;
}
}


  @media screen and (max-width: 500px) {
            .scroll {
            margin-top: -80px;
            }
          }