html {
    overflow-x: hidden;
}

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

*::selection {
    background-color: #e76b71;
    color: #222222;
}

*::-moz-selection {
    background-color: #e76b71;
    color: #222222;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}
.form-control{
    border-radius:0;
    border:none;
}
*:focus,
.form-control:focus,
.form-control:active,
*:active {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border:none;
}

input[type="text"],
textarea,
button,
[contenteditable] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

body {
    padding-right: 0 !important;
    height: auto;
    background-color: #fff;
    color: #c11;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    width: 100%;
}
#copyright{
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
body.stop-scrolling {
    height: initial;
    overflow: initial;
}

#contact-form input,
#contact-form input:focus,
#contact-form input:active {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #b3a68e;
}

.animated {
    opacity: 1;
}

img {
    max-width: 100%;
}

a {
    color: initial;
    text-decoration: none !important;
    outline: none !important;
    line-height: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover,
a:focus {
    color: initial;
    cursor: pointer;
}

a img {
    border: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Roboto Slab', sans-serif;
    line-height: 1em;
    margin: 0;
}

h1,
.h1 {
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
}

h2,
.h2 {
    font-size: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}

h3,
.h3 {
    font-size: 26px;
    padding-top: 0;
    padding-bottom: 30px;
}

h4,
.h4 {
    font-size: 22px;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 15px;
}

p {
    margin: 0 0 15px 0;
}

/* /INISIALIZE */

/*---------------------------*/
/*      CUSTOM TITLES        */
/*---------------------------*/
.centered_title{
width:100%;
text-align:center;
padding:0px 0 60px 0;
clear:both;
}
.centered_title h2{
font-size:40px;
letter-spacing:-1px;
font-weight:900;
padding:0 0 10px 0;
margin:0px;
line-height:45px;
}
.centered_title h2 span{
font-family: 'Clicker Script', cursive;
font-weight:400;
color:#e76b71;
}

.bg-info {
    background-color:#C9B8A7!important;
}
.bg-info .centered_title h2 span{
    color:#ffffff!important;
}
.bg-light .centered_title h2 span{
    color:#343a40!important;
}
.bg-trans .centered_title h2 span{
    color:#ffffff!important;
}
p.under_title_descr{
font-size:14px;
font-weight:400;
padding:0 20px;
margin:0 auto 0 auto;
text-align:center;
color:#646464;
border-bottom: 1px solid #e76b71; 
line-height:0.1em;
display:inline-block;
}
p.under_title_descr span { 
/* background:#fff; */ 
padding:0 10px; 
}
.bg-info p.under_title_descr {
    border-bottom: 1px solid #ffffff!important;
}
.bg-light p.under_title_descr {
    border-bottom: 1px solid #343a40!important;
}
/*---------------------------*/
/*    IMAGE INTERACTION      */
/*---------------------------*/

.imgFrame {
    /* border: 3px solid; */
}

.imageContain {
    overflow:hidden;
    /* margin: 30px; */
    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.framedImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.framedImg:hover, .imageContain:hover .framedImg{
    transform: scale(1.1);
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}
.contact_info-bg {
    background-image:url(../images/bg_contactsInfo.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
#contacts-info h3{
    /* font-family: Courgette, sans-serif; */
    font-family: 'Raleway', sans-serif;
    margin-top: 15px;
}
#contacts-info p{
    color: #868e96;
    font-size: 15px;
    line-height: 1.5em;
}

#contacts-info span.icon_cont{
    width: 100px;
    height: 100px;
    padding: 25px;
    display: block;
    font-size: 50px;
    color: #fff;
    border-radius: 50px;
    background-color: #b9a890;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

nav, .contact-bg {
    background-image:url(../images/menu/bg_menu.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.navbar-brand {
    background-image:url(../images/logo/white/Cloud9-logo-sm.png);
    background-position:center;
    background-repeat:no-repeat;  
    height: 105px;
    width: 150px;
    margin: 5px;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav_sm {
    background-image: url(../images/logo/white/Cloud9-logo-sm.png);
    background-position: 0 -52px;
    background-repeat: no-repeat;
    height: 40px;
    width: 150px;
    margin: 5px;
}
.brand {
    font-family: 'Clicker Script', cursive;
    font-weight: 900;
    font-size: 125%;
}

.centered_title:not(.parallax-title)  {
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
    clear: both;
}
.imageContain:before {
    content: '';
    border: 3px solid white;
    position: absolute;
    top: 7%;
    left: 5%;
    right: 5%;
    bottom: 7%;
    z-index: 1;
}
.imageContain:after {
    content: '';
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0;
    background-image:url(../images/logo/white/Cloud.png);
    background-position:center;
    background-size:177px 100px;
    background-repeat:no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.imageContain:hover:after{
    opacity:1;
}
.foot-logo img{
    max-width: 280px;
    padding: 30px 30px 0 30px;
}
.tshadow{
    text-shadow: 0 2px 1px #333;
}
#parallax .centered_title h2, #contact .centered_title h2, .owl_caption{
    text-shadow: 0 2px 1px #333;
}
@media screen and (max-width: 991px) {
    #parallax .centered_title h2{
        padding-top:30px!important;
    }
}
@media screen and (max-width: 576px) {
    .under_title_descr{
        display:none!important;
    }
    .centered_title h2{
        padding-top:15px;
    }
    .col-lg-6.p-5 {
        padding:auto auto auto auto!important;
    }
    .owl_caption{
        font-size:4em !important;
    }
    #parallax .centered_title h2{
        font-size:5em!important;
    }
    #parallax .centered_title h2:nth-child(2){
        font-size:3em!important;
    }
    .imageContain:before {
        content: '';
        border: 3px solid white;
        position: absolute;
        top: 15px;
        left: 30px;
        right: 30px;
        bottom: 15px;
        z-index: 1;
    }
    .foot-logo img{
        max-width: 280px;
        padding: 30px 30px 30px 30px;
    }
}