/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Font */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);


@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);
@import url(https://fonts.googleapis.com/css?family=Antic);

@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);

/*
font-family: 'Quattrocento Sans', sans-serif;
font-family: 'EB Garamond', serif;
font-family: 'Raleway', sans-serif;
font-family: 'Antic', sans-serif;
*/

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto Slab', serif;
    background-image: url("../img/bgRighe.png");
    background-repeat: repeat;
}

a, .a {
    color: #b1b0a7;
}
a :hover, .a :hover {
    color: #b1b0a7;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
h2 {
    color: #7D7976;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* About */
#about {
    border-color: #b1b0a7;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    font-family: 'Roboto Mono', ;
    color:#727272;
    text-transform: uppercase;

}

#about h2, #about .h2 {
    font-size: 40px;
    color:#727272;
}

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */
.logoAl {
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
}
.circle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
}

#callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Brand */
#portfolio {
    border-color: #b1b0a7;
    border-style: solid;
    border-width: 0px 40px 0 40px;
    font-family: 'Roboto Slab', serif;
}

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}
.brand {
    text-align: justify;
    margin: 40px 0;
}
/* Instagram */
#insta {
    border-color: #b1b0a7;
    border-style: solid;
    border-width: 0px 40px 0 40px;
    text-align: center;
}

/* Call to Action */
.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Footer */
footer {
    padding-top:30px;
    border-color: #b1b0a7;
    border-style: solid;
    border-width: 0px 40px 40px 40px;

}
.contacts {
    border-top: 1px solid #eee;
    padding-top: 30px;
    font-size: 16px;
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background-image: url("../img/bg-righe-mobile.jpg");
        background-repeat: repeat;
    }
}