.roadsketchLogo {
    width: 50px;
    border-radius: 10px;
    margin-right: 20px;
}
.mainHeader {
    font-family: monospace;
    letter-spacing: 4px;
    color: white;
    padding: 10px 0 0px 0;
}
.top-wrapper {
    background-color: #161635;
}
.bg-light {
    background-color: #161635!important;
}
.nav-link {
    color:white;
    font-weight: 100;
}

.navbar-toggler {
  background-color: #cc3a3a;
}
.navbar {
    padding: 0;
    
}


/* FIRST ROW ****************************************************/
.firstRow {
    
    width: 100%;
    background-image: linear-gradient(to bottom right,#636DC9, #1C214A);
}

.firstRow .firstCol {
    display: flex;
    
    align-items: center; /* Align vertical */
}
.firstRow .secondCol {
    display: flex;
    
    align-items: center; /* Align vertical */
}

.firstRow img {
    width: 60%;
    margin: 20px auto 20px auto;
    display: block;
}
.appstore {
    width: 40%!important;
    margin: 10px 0 0 0!important;
}
.firstRow .t1 {
    color: white;
    font-weight: 500;
    font-size: 40px;
}

.firstRow .t2 {
    color: white;
    font-weight: 100;
}

.firstRow .t3 {
    color: red;
    font-weight: 500;
}

/* SECOND ROW ****************************************************/
.secondRow {
    background-color: white;
    display: flex;
    align-items: center; /* Align vertical */
    padding:50px 0 50px 0;
}
.secondRow img {
    width: 100px;
    border-radius: 15px;
    
}
.secondRow .firstCol {
    text-align: center;
}
.secondRow .firstCol .t1 {
    font-size: calc(1.9rem + .6vw);
    font-weight: 300;
}

.secondRow .secondCol .t1 {
    font-size: 23px;
    font-weight: 200;
}
.secondRow .secondCol .t2 {
    
}
.secondRow .secondCol .btn-light {
    background-color: white!important;
    border: solid 1px black!important;
    color: #4b4b4b;
}

/* THIRD ROW ****************************************************/
.thirdRow {
    width: 100%;
    background-image: linear-gradient(to bottom right,#636DC9, #1C214A);
    padding:50px 0 50px 0;
    color:white;
}
.thirdRow .firstCol h3 {
    margin: 0px 0 0 0px;
    font-size: calc(1.9rem + .6vw);
    font-weight: 300;
}
.thirdRow .firstCol p {
    font-weight: 100;
    margin: 0px 0 0 0px;
}
.thirdRow .firstCol {
    font-weight: 100;
    margin: 0px 0 40px 0px;
}

.thirdRow .row:last-of-type i {
    font-size: 30px;
}
.thirdRow .row:last-of-type h3 {
    font-weight: 200;
}
.thirdRow .row:last-of-type p {
    font-weight: 100;
}

/* FORTH ROW ****************************************************/
.forthRow {
    background-color: white;
    padding:50px 0 50px 0;
    
}
.forthRow .col {
    display: flex;
    align-items: center; /* Align vertical */
}
.forthRow img {
    width: 50%;
    margin: 50px auto 0px auto;
    display: block;
}
.forthRow .text {
    
}
.forthRow .text .t1 {
    font-size: calc(1.9rem + .6vw);
    font-weight: 300;
}
.forthRow .text .t2 {
    font-size: calc(1.4rem + .6vw);
    font-weight: 300;
}
.forthRow .text .t3 {
    
}
