@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body {
    padding-top: 4rem;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: rgba(30, 30, 30, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Georgia, serif;
    font-weight: bold;
}

h1 {
    font-style: italic;
    font-size: 2rem;
   
}

h2 {
    font-style: italic;
    font-size: 1.875rem;
 
}

h3 {
    font-size: 1.5rem;

}

h4 {
    font-size: 1.5rem;
    /* 24px */
    text-transform: uppercase;
}

.subheading {
    font-size: 1.5rem;
    /* 24px */
    font-family: Georgia, serif;
    font-style: italic;
    display: inline;
}

.header_aboutus{

}

a {
    color: rgba(30, 30, 30, 1);
    text-decoration: none;
}

a:hover {
    color: rgba(30, 30, 30, 1);
    text-decoration: none;
}



/* Start menu */

#mainmenu {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 40px rgba(47, 173, 218, 0.3);
}

.navbar {
    padding: 0;
}

.logotype {
    margin: 0 .5rem;
    background-color: rgba(255, 255, 255, 1);
}

.navbar .navbar-nav {
    width: 100%;
}

#mainmenu .nav-link {
    color: rgba(30, 30, 30, 1);
    background-color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all .3s ease-in;
}

#mainmenu .nav-link:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(47, 173, 218, 0.8);
    visibility: inherit;
    transform: scale(1.1);
}

.language_box {
    margin: 0 .5rem;
    background-color: rgba(255, 255, 255, 1);
}

.language_box a>img {
    transition: all .3s ease-in;
}

.language_box a>img:hover {
    transform: scale(1.3);
}

.navbar-toggler {
    margin: .25rem .25rem;
    padding: 0;
    border: none;
}



/* END menu */


/* Start Anchor destination */

a.destination {
    display: block;
    position: relative;
    top: -66px;
    visibility: hidden;
}



/* END Anchor destination */


/* Start main section */

.slider_item {
    overflow: hidden;
}

.main_slider_block {
    background: rgba(47, 173, 218, 0.15) url(../img/bg1bridge.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 390px;
}

.main_header_block p {
    font-size: 1.5rem;
    font-style: italic;
    font-family: Georgia, serif;
}


/* END main section */


/* Start aboutus section */

.aboutus_img {
    max-height: 330px;
}

.aboutus_text {
    font-size: 1.5rem;
    font-family: Georgia, serif;
    font-style: italic;
}


.aboutus_list,
.products_list {
    list-style: none;
    font-size: 1.5rem;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
}

.aboutus_list li,
.products_list li {
    position: relative;
    line-height: 1.9rem;
}

.aboutus_list li::before,
.products_list li:before {
    position: absolute;
    top: 0;
    margin: 0 0 0 -1.25rem;
    display: inline-block;
    content: "»";
    color: rgba(47, 173, 218, 1);
}




/* END aboutus section */


/* Start products section */

.solutions {
    padding-bottom: 2rem;
}


/* END products section */


/*START footer*/

footer {
    background: rgba(47, 173, 218, 0.15) url(../img/graygridbg.png) repeat center center;
}

.divider_block {
    background: rgba(47, 173, 218, 0.15) url(../img/bg3bigcity.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 450px;
}

textarea.usertext {
    resize: none;
    max-width: 100%;
}

.contact_block>p {
    margin: 0px;
    padding: 0px;
    font-size: 1.1875rem;
    font-weight: bold;
    font-family: Georgia, serif;
}

p::selection,
i::selection,
a::selection {
    background-color: rgba(47, 173, 218, 0.4);
}

h1::selection,
h2::selection,
li::selection,
h4::selection {
    background-color: rgba(47, 173, 218, 0.7);
}

.social_block>a {
    color: rgba(51, 51, 51, 1);
    font-size: 1.125rem;
}

.social_block>a:hover {
    box-shadow: 0px 0px 40px rgba(47, 173, 218, 0.8);
}

.copyright_row {
    padding: 2rem 0;
}

.copyright_row>p {
    font-size: 0.875rem;
    font-family: Georgia, serif;
    transition: all .1s ease-in;
}

.copyright_row>p:hover {
    transform: scale(1.1);
}


/*END footer*/


/* Start fonts  */

@font-face {

    font-family: "Georgia";

    src: url("/fonts/georgia.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {

    font-family: "GeorgiaBoldItalic";

    src: url("/fonts/georgiaz.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}

/* END fonts */
/* Start fonts */
.btn_send_amarys{
	background-color: #fff;
	transition: all .3s ease-in;
	font-weight: bold;
	border-bottom: 2px solid rgba(30,30,30, 0.3);
	padding: .125rem 5rem;
}

.btn_send_amarys:hover{
	color: rgba(255, 255, 255, 1);	
    background-color: rgba(47, 173, 218, 0.8);
    border: none;
    border-bottom: 3px solid rgba(47, 173, 218, 1);
    transform: scale(1.1);
    box-shadow: 0px 0px 40px rgba(47, 173, 218, 0.8);
    font-weight: bold;
}

.button_wrapper{

}

/* END fonts */