body {
    background-color: #fff;
    color: #424242;
    /* color: #757575; */
    font-family: Roboto,sans-serif;
    margin: 0;
    line-height: 1.6;
}
* {
    box-sizing: border-box;
}
h2 {
    font-weight: 300;
    font-size: 1.9375rem;
    line-height: 1.3;
    margin: 1em 0;
    margin-left: 30px;
}
h4 {
    color: #424242;
}
a {
    text-decoration: none;
}
.bk-img {
    background-image: url('https://storage.googleapis.com/twg-content/images/hp-hero.width-1200.jpg');
    /* position: relative; */
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .material-icons {
    margin-right: .5rem;
} */
header {
    /* left: 0; */
    max-width: 100%;
    font-size: 1.5rem;
    /* padding-bottom: .625rem;
    padding-top: .625rem; */
    margin-left: 1rem;
    /* margin-top: .4rem; */
    padding: .3125rem 0;
    z-index: 2;
}
.sid-nav {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    /* margin: 0.625rem; */
    background: transparent;
    border: 0;

}
.display {
    height: 60%;
    /* overflow: scroll; */
    display: none;
}
.google-logo {
    /* height: 3.75rem; */
    position: relative;
    width: 13rem;
    /* margin-top: .4rem; */
    padding: 0.625rem 2rem;
    box-sizing: unset;
}
.header-link {
    padding: .5rem;
    padding-top: 0;
    margin: .8rem;
    margin-top: 0;
    margin-left: 8.5298%;
    overflow: hidden;
}
.header-link a {
    display: block;
    font-size: .875rem;
    font-weight: 800;
    /* padding-top: 2.5rem; */
    float: right;
    color: #3367d6;
    text-decoration: none;
}
.subscribe {
    background-color: #3367d6;
    border: 0;
    border-radius: .125rem;
    color: #fff;
    cursor: pointer;
    /* display: inline-block; */
    font-size: .875rem;
    font-weight: 700;
    min-width: 6.25rem;
    min-height: 3.0625rem;
    text-align: center;
    /* text-decoration: none; */
    padding: .75rem 1.25rem .6875rem;
    margin-right: .875rem;
    /* margin-left: 8.5298%; */
}
.subscribe:hover {
    opacity: .9;
}
.menu {
    float: right;
    margin-top: 0.625rem;
    overflow: hidden;
}
.dropdown {
    float: left;
    overflow: hidden;
    margin: 0.625rem;
    margin-top: 0;
    padding: 0.625rem;
    padding-top: 0;
}
.dropbtn {
    float: left;
    /* width: 20%;  */
    height: 40px;
    color: #757575;
    font-size: 1rem;
    text-align: center;
    padding: .125rem .9375rem .125rem .625rem;   
    border: none;
    outline: none;
    /* color: white; */
    background-color: inherit;
    font-family: inherit;
    margin: 0; 
}
.dropbtn:hover {
    background: #F5F5F5;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 50px;
    background-color: #f9f9f9;
    min-width: 180px;
    z-index: 1;
}
.dropdown-content a {
    display: block;
    float: none;
    color: #757575;
    font-size: 1rem;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a:hover {
    background: #EEEEEE;
}
.color {
    color: #424242;
}
.space {
    margin-right: 40px;
}
.title h1 {
    font-weight: 300;
    font-size: 2.4375rem;
}
.title {
    margin-left: 8.5298%;
    font-size: 1.125rem;
}
.card-container {
    background-color: #f5f5f5;
    color: #424242;
}
.card-container h2 {
    padding-top: 2.5rem;
}
.cards {
    width: calc(100% - 20px);
    margin: 0.625rem;
    padding: 0.625rem;
    padding-bottom: 3.75rem;
    display: flex;
    flex-wrap: wrap;
}
.big-card {
    position: relative;
    width: calc(50% - 20px);
    margin: 0.625rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.1875rem 0 rgba(0,0,0,.11);
    /* margin: 5px; */
    /* background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4)); */
}
.bk-first {
    background-image: url('img/woman.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.bk-first::after {
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4));
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.bk-last {
    background-image: url('img/camera.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.card-img {
    max-width: 100%;
    
}
.card-content {
    position: absolute;
    bottom: 8px;
    left: 16px;
    padding: 15px;
    z-index: 1;
}
.card-content > h4 {
    color: #fff;
}
.small-card {
    position: relative;
    width: calc(25% - 20px);
    margin: 0.625rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.1875rem 0 rgba(0,0,0,.11);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* flex: 1 1 auto; */
}
.card-text {
    text-align: center;
    padding: 1.5625rem;
    color: #757575;
    background: white;
}
.card-footer {
    font-size: .875rem;
    color: #757575;
    text-align: center;
    background: white;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info {
    padding-top: 2.75rem;
    overflow: hidden;
    background-color: white;

}
.head {
    margin-bottom: 1.5rem;
}
.some {
    font-size: 1.25rem;
}
.sec {
    float: left;
    margin: 20px 50px;
}
.list {
    list-style: none;
    margin-bottom: 1rem;
    padding-left: 0;

}
.list a {
    color: #3367d6;
    outline: none;
    text-decoration: none;
}
.tools {
    width: 100%;
    padding: 0.625rem;
   display: flex;
}
.tool-card {
    width: calc(25% - 1.5rem);
    margin-left: 1.5rem;
    box-shadow: 0 0.125rem 0.1875rem 0 rgba(0,0,0,.11);
}
.tool-text {
    text-align: left;
    padding: 1.5625rem;
    color: #757575;
}
.tool-footer {
    font-size: .875rem;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.open {
    color: #3367D6;
    /* margin: 1rem; */
}
.tools-button {
    margin: 2.7rem;
    margin-left: 0px;
    display: flex;
    justify-content: center;
}
.contact {
    background-color: #3367D6;
    color: #fff;
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.7rem;
    display: flex;
    justify-content: space-evenly;
}
.contact-info {
    margin: 0.625rem;
}
input {
    width: 100%;
    margin: 0 0 .3125rem;
    outline: 0;
    padding: .9375rem 2.1875rem .9375rem 0;
    background: none;
    border: 0;
    transition: all .3s;
    border-bottom: 1px solid #ADC2EF;
    font-size: 1.25rem;
}
.submit {
    background-color: white;
    border: 0;
    border-radius: .125rem;
    color: #3367d6;
    cursor: pointer;
    /* display: inline-block; */
    font-size: .875rem;
    font-weight: 700;
    min-width: 6.25rem;
    min-height: 3.0625rem;
    text-align: center;
    /* text-decoration: none; */
    padding: .75rem 1.25rem .6875rem;
    margin-right: .875rem;
}
@media (max-width: 600px) , (max-width: 1024px) {
    .menu {
        display: none;
    }
    .header-link {
        display: none;
    }
    .title {
        display: none;
    }
    .sid-nav {
        display: inline-block;
    }
    .sid-nav:focus + .display{
       display: block;
    }
   .cards {

       flex-direction: column;
   }
   .big-card {
    display: none;
   }
   .small-card {
       width: calc(100% - 20px);
   }
   .tools {
       flex-direction: column;
   }
   .tool-card {
        width: calc(100% - 1.5rem);
        margin-left: 0;
        margin: 0.625rem;
   }
   .tools-button {
       flex-direction: column;
       align-items: center;
   }
   .contact {
       flex-direction: column;
   }
   .sec {
    float: none;
   }
}
@media (min-width: 601px) and (max-width: 1024px) {
    .cards {
        flex-direction: row;
    }
    .big-card {
     display: block;
    }
    .small-card {
        width: calc(50% - 20px);
    }
    .tools {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tool-card {
        width: calc(50% - 1.5rem);
    }
}