@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400;0,700;1,400;1,700&family=Alike&family=Oswald:wght@400;700&display=swap');

.right {
width: 30%;
float: right;
margin: 1%;
}

.left {
width: 30%;
float: left;
margin: 1%;
}

.top{margin-top:15px;}

.ft-banner {}

.headshot {width: 70%;margin: auto;}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
.col-md-4 {float: left;}
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
 text-align: justify;
  text-justify: inter-word;
}
/*Footer Box*/
#hero-plus-footer {
    background: url('images/SaleCycle-Clients-logo-Banner.jpg') top center no-repeat;
    background-size: cover;
    color: #fff !important;
    height: 476px;
    padding-top: 40px;
}

#hero-plus-footer strong {color:#fff !important;}

.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
  font-family: 'Afacad', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 12%;}
#gallery {padding: 2% 5%; background: #de651e;  
  max-width: 100%;
    flex-basis: 100%;}

#toggle{display:block;
width:100%;
margin-bottom:25px;
max-width:100%;
font-size:115%;
text-align:center;}

.left{width:28%; margin:2%; margin-left:0%; 
margin-top:0;
padding-top:20px;
display:block; float:left;}
.left img{width:100%; max-width:100%;}

.center{display:block; 
text-align:center;
padding:2% 25%;}

.center img{width:100%; 
max-width:100%;}

.center2{display:block; 
text-align:center;
padding:2% 0%;}

.center2 img{width:100%; 
max-width:100%;}

.box-logo{display:block; 
overflow: auto;
max-width:80%;
width: 80%;
margin:10px 10%;}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

strong{color:#390080;}

#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 10px; width:300px;}
.hero {max-width: 100%;width:100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #ff9c2b;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px;
font-size:125%;
    font-weight: 700
}

.langlink {
    display:inline-block;
    text-decoration: none;
    color: #000 !important;
    border-bottom: 3px solid #ff9c2b;
    width: 150px;
    padding: 5px;
    margin: 30px 20px 0px 20px;
}

.langlink:hover {text-decoration: none;}

svg{fill:#fc9c2c;
width:37px;
height:37px;}
.soc, .soc:visited, .soc:hover {
    color: #fc9c2c;
   
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
width:50px;
height50px;
}
.side {float: right !Important; width: 35%; margin: 1%;}

h1 {
 text-align:center;
 font-size: 2.5rem;
 font-family: 'Afacad', sans-serif;
 font-optical-sizing: auto;
 font-weight: 700;
 font-style: normal;
 color:#fc9c2c;
 margin-bottom:35px;
 text-align:center;
}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

h3{
font-weight:800;
color:#390080;
margin-top:35px;
font-size:125%;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.logo {
    margin: 2px auto;
    display: block;
width:200px;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #ff9c2b;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 8px;
font-size:125%;
    font-weight: 700
}


.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.box-logo {
    display: block;
    overflow: auto;
    max-width: 100%;
    width: 100%;
    margin: 10px 0%;
}

#txt {padding: 2% 2%;}

.center {
    display: block;
    text-align: center;
    padding: 2% 5%;
}
}