/* Insert your styles here */
<link rel="stylesheet"href="https://use.typekit.net/hrj2jjo.css" >
/*importing typeface*/
@import url("https://use.typekit.net/hrj2jjo.css");


/*colour scheme*/
/*Light Grey    color:#E9E8EB;
  Dark Blue     color:#01010A;
  Dark Grey     color:#474A59;
  Medium Gr     color:#7D7F8C;
  Medium Blue   color:#86C2EB; 

*/

/*Fonts*/
/*
font-family: quicksand, sans-serif;
font-style: normal;
font-weight: 400;


font-family: quicksand, sans-serif;
font-style: normal;
font-weight: 500;

font-family: quicksand, sans-serif;
font-style: normal;
font-weight: 300

font-family: montserrat, sans-serif;
font-style: normal;
font-weight: 300;

font-family: montserrat, sans-serif;
font-style: normal;
font-weight: 400;
*/



/*Main style for content*/

* {
  margin: 0;
  padding: 0;
}

body {
    background-color: #F6F5F7;
    background: #F6F5F7;
    color: #01010A;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 120%;
    line-height: 1.7;
    text-align: left;
    margin: 0;
    padding: 0;
}

/*links*/
a:link {
    color: #86C2EB;
}

a:hover {
    color: #474A59;
}

a:visited {
    color: #7D7F8C;
}

a:visited:hover {
    color: #474A59;
}


/*headings*/
h1 {

    visibility: hidden;
    height: auto;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #01010A;
    text-align: left;
}

h2 {

    height: auto;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #01010A;
    font-size: 3rem;
    text-align: left;

    margin: 0;
    padding: 0 0 0 0;
}

h3 {
    height: auto;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #86C2EB;
    font-size: 3rem;
    text-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2);
    text-align: left;
    margin: 0;
    padding: 0 0 0 0;
}

h4 {
    height: auto;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #86C2EB;
    font-size: 3rem;
    text-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2);
    text-align: right;
    margin: 0;
    padding: 0 0 0 0;
}


/*header*/


.logo-box {
    display: grid;
    height: 100%;
    
}

.big-logo {
    padding-top: 0em;
    display: block;
    position: relative;
   
    right: auto;
    top: 10px;
    bottom: auto;
    width: 40%;
    height: auto;
    max-height: 100vh;
    margin: auto;
}

/*background images*/

.main-header {
    background-color: #01010A;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 0px;
    display: inline-block;
    margin: 0;
}

.about-header {

    display: inline-block;
    background-color: #01010A;
    padding: 0px;
    background: #01010A;
    width: 100%;
    margin: 0;
}

.about-heading {
    visibility: hidden;
    max-height: 2px;
}

.contact-heading {
    visibility: hidden;
    max-height: 2px;
    
}




/*Text*/
.text1 {
    float: left;
    color: #01010A;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.7;
    text-align: justify;
    padding-left: 1em;
    padding-right: 1em;
}

.text2 {
    color: #E9E8EB;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 120%;
    line-height: 2;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;

}

.number {
    color: #E9E8EB;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 120%;
    line-height: 2;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;

}

.text3 {
    align-content: center;
    color: #01010A;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.5;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

.text4 {
    align-content: center;
    color: #01010A;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.5;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 12px;
}

.text5 {

    align-content: center;
    color: #01010A;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.5;
    text-align: center;
    padding: 10%;

}


/* Navigation bar*/
#navbar {
    overflow: hidden;
    background-color: #01010A;
    top: 100;
    display: inline-block;
    position: sticky;
    font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #01010A;
    font-size: 1.5rem;
    z-index: 10;
    background: #01010A;
    width: 100%;
    white-space: nowrap;

}

#navbar a {
    float: left;
    display: block;
    color: color:#01010A;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

#navbar a:hover {
    background-color: #86C2EB;
    color: #01010A;
}

#navbar a.active {
    background-color: #01010A;
    color: #86C2EB;
    text-decoration: underline;
}

#navbar a:visited {
    background-color: #01010A;
    color: #86C2EB;

}

#navbar a:visited:hover {
    background-color: #86C2EB;
    color: #01010A;
}



.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}

.nav-call {
    float: right;

}

/*Main Content*/
.mission-text {
    display: inline-block;
    position: ;
}

.circle {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #86C2EB;
    vertical-align: top;
    margin-left: 3%;
    margin-right: 3%;
}

.service-icon {
    display: flex;
    width: 46%;
    height: auto;
    padding: 10% 27% 0% 27%;
}

.startups {
    margin-top: 50px;
    width: 100%;
    position: relative;
    text-align: center;
}

.startup-img {
    width: 100%;
    max-width: 100%;
    height: auto;

}

.why {
    position: absolute;
    top: 8px;
    left: 16px;

}

.exciting {
    position: absolute;
    bottom: 8px;
    right: 16px;
    text-align: right;

}

.right-arrow {
    float: right;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 10%;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    background-color: #01010A; 
    border-left: 20px solid #86C2EB;
}

.left-arrow {
    float: left;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 10%;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    background-color: #01010A;
    border-right: 20px solid #86C2EB;

}

.reasons {

    display: grid;
    grid-template-columns: 2fr,1fr;
    grid-template-rows: 2fr;
    grid-gap: 10px;
    
    margin-left: 5%;
    width: 90%;
    background-color: #01010A;
   
    position: relative;

}

.reason-text {
    grid-column: 1;
    grid-row: 1;
    vertical-align: middle;
    margin: 2%;
    margin-left: 5%;
    float: left;
    display: inline-block;
    width: 90%;
    min-width: 300px;
    height: auto;

}

.number {
    margin-top: 0;
}

.reason-img {
    vertical-align: middle;
    margin-top: 10%;
    
    
    margin-left: 20%;
    margin-right: 20%;
    
    float: left;
    grid-column: 2;
    grid-row: 1;
    width: 60%;
    height: auto;
    border-color: #86C2EB;
    border-style: solid;
    border-radius: 10%;
    min-width: 300px;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.call-button {
    margin-left: 30%;
    width: 40%;
    height: 100px;
    text-align: center;
    min-width: 200px;
}

.button {
    background-color: #86C2EB;
    margin-top: 20px;
    /* Green */
    border: none;
    border-radius: 50%;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #01010A;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.phone-img {
    display: inline-block;
    float: left;
    margin-left: 4%;
    margin-top: 2%;
    float: left;
    width: 20%;
    height: auto;
    padding: 10px;
}




/*Footer*/
.footer {
    background-color: #01010A;
    color: #86C2EB;
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
}

.row1 {
    width: 90%;
    margin-left: 5%;
    clear: both;
    display: flex;
    align-items: flex-start;
    padding-bottom: 1px;
    text-align: center;
}

.small-logo {
    float: left;
    margin-left: 2%;
    padding: 5px;
    width: 20%;
    line-height: 0;
    align-self: baseline;
    background-color: #01010A;
    border-radius: 25px;
}

.small-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    line-height: 0;
    opacity: 0.8;
}

.rumicat-logo {
    float: right;
    margin-left: 1%;

    padding: 5px;
    width: 15%;
    line-height: 0;
    align-self: center;
    background-color: #01010A;
    border-radius: 25px;
}

.rumicat-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    line-height: 0;
    opacity: 0.8;
}


.foot-text {
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 200%;
    line-height: 1.5;
}

.foot-contact {
    font-size: 1vw;
    float: left;
    padding: 0 5px;
    width: 35%;
    line-height: 1.5;
    align-self: center;
    text-align: left;
    font-size: 1.2em;
}

.foot-contact a:link {
    color: #86C2EB;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 80%;
    line-height: 1;
}

.author {
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    float: left;
    padding-left: 20%;
    width: 5%;
    line-height: 1.5;
    align-self: center;
    text-align: center;
}

/*about page*/
.duo-pic-space {
    padding-top: 50px;
    width: 70%;
    height: auto;
    padding-left: 15%;

}

.prof-img {
    width: 100%;
    height: auto;
    border-color: #86C2EB;
    border-style: solid;
    border-width: thick;
    border-radius: 25px;


}

.contacts-headings {
    height: auto;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #01010A;
    font-size: 3rem;
    text-align: left;
    margin-top: 50px;
    margin-left: 15%;
    padding: 0 0 0 0;
}

.about-box {
    width: 70%;
    margin-left: 15%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.prof-pic {
    grid-column: 1;
    grid-row: 1/3;
}

.desc {
    grid-column: 2 / 4;
    grid-row: 1 / 4;
    width=80%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(auto, auto);
}

.contacts {
    grid-column: 1;
    grid-row: 3;
}

.text7 {
    grid-column: 2/10;
    grid-row: 2/8;
    color: #01010A;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.7;
    text-align: justify;
    width=80%;
}

.text8 {
    grid-column: 2/10;
    grid-row: 1/8;
    color: #01010A;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.7;
    text-align: justify;
    width=80%;
}

.contacts a {
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    float: left;
    display: block;
    color: color:#01010A;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;

}

.contacts a:hover {
    background-color: #86C2EB;
    color: #01010A;
    border-radius: 25px;
}

.contacts a.active {
    background-color: #01010A;
    color: #86C2EB;
    text-decoration: underline;
}

.contacts a:visited {
    background-color: #01010A;
    color: #86C2EB;

}

.contacts a:visited:hover {
    background-color: #86C2EB;
    color: #01010A;
}

/*contacts page */
input[type=text],
input[type=email],
textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #86C2EB;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #474A59;
}

.form-container {
    border-radius: 5px;
    background-color: #01010A;
    color: #86C2EB;
    padding: 20px;
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.big-phone-num{
    height: auto;
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #86C2EB;
    font-size: 2rem;
    text-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 3em;
    
}

