* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Questrial', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
}
header {

}
html {
  scroll-behavior: smooth;
}
#mainnav {
    width: 95%;
}
.logo {
    width: 35%;
/*    margin: auto;*/
    float: left;
    padding-bottom: 20px;
}
nav {
  background-color: none;
  margin: auto;
  float: center;
}
.navbar {
  border: 0;
  width: 100%
}
.nav-link a {
    padding-left: 55px;
    height: 40px;
    font-size: 1em;
    color: darkgrey;
    font-family: 'Josefin Sans', sans-serif;
}
#mainnav a:hover {
  color: #4399C3;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-right .5s;
    padding-top: 15px;
    padding-bottom: 20px;
    width: 100%;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/*@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}*/
ul {
    list-style: none;
}
li {
    color: #4C4C4C;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.fadeimg {
        visibility: hidden;
    }
    .fadeIn {
        -webkit-animation: animat_show 0.8s;
        animation: animat_show 0.8s;
        visibility: visible !important;
    }
    @-webkit-keyframes animat_show{
        0%{opacity:0}
        100%{opacity:1}
    }

h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 2.4em;
    color: #135D95;
}

h1 a:hover {
  color: #4399C3;
}

/* #4399C3 */

h2 {
/*    color: #333; */
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #135D95;
    font-size: 2.5em;
}

h3 {
    color: #135D95;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 3em;
}

h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #135D95;
    font-size: 1.5em;
}

p {
    font-family: 'Questrial', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 175%;
    color: #707070;
    text-decoration: none;
}

#container {
    width: 100%;
}

#contents {
    width: 95%;
    margin: auto;
    float: center;
    padding-bottom: 50px;
    margin-top: 45px;
}

/*#main {
    width: 90%;
    margin: auto;
} */

#homewrks {
    width: 100%;
    margin: auto;
}

#homewrks img {
    border-radius: 12.12px;
    width: 100%;
    float: left;
}


#hometext {
    float: right;
    width: 100%;
    vertical-align: middle;
    padding-top: 10px;
}

#hometextp {
    display: none;
}

#homeimg {
    width: 100%;
    float: left;
/*    background-color: #6FCFEB;*/
}

#othersdiv {
    width: 100%;
}

#othersdiv h2 {
    text-align: center;
    color: #135D95;
}

#worksspace {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
}

#worksspace h4 {
  text-align: left;
}

#worksimg {
  display: block;
  margin: 0 auto;
}

#contactdiv {
    width: 100%;
}

#contactdiv a {
    text-decoration: none;
}

#contactdiv h2 {
    text-align: center;
}

#contactdiv h4 {
    text-align: center;
}

/* #4399C3 */

img {
    pointer-events: none;
}

#homeimg img {
    pointer-events: auto;
}

.textcntrwrks {
    text-align: left;
    margin-top: 10px;
    width: 100%;
}

.textcntrwrks a {
    text-decoration: none;
}

.textcntrwrks p {
  display: inline-block;
}

#worksintro {
    width: 100%;
    float: left;
}

.responworks {
    float: left;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}

.responworks1 {
    float: right;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}

.responworks h4 {
  text-align: left;
}

.responworks1 h4 {
  text-align: left;
}

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: center;
}

#footer {
    clear: both;
    position: relative;
    width: 100%;
    height: 60px;
    padding-top: 40px;
    margin: auto;
    text-align: center;
    color: grey;
    background-color: none;
    padding-bottom: 20px;
    bottom: 0;
    margin-bottom: 10px;
    float: center;
    align: bottom;
}

hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    opacity: 0.5;
    float: left;
}

#footer p {
    font-size: .8em;
}

/* tablet 68 */

@media screen and (min-width: 786px) {
    #hometext {
        width: 45%;
    }
    #homewrks img {
        width: 100%;
    }
    .responworks {
        width: 49%;
    }
    .responworks1 {
      width: 49%;
    }
    #homeimg {
      width: 50%;
    }
    #worksimg {
      width: 45%;
    }
    .textcntrwrks {
      width: 50%;
    }
}
/*
@media only screen and (max-width: 785px) {
    #hometext {
        width: 100%;
    }
    #homewrks img {
        width: 100%;

    }
    .responworks {
        width: 100%;
    }
    .responworks1 {
      width: 100%;
    }
    #homeimg {
      width: 100%;
    }
}
*/
/* banner FFF9C2 FFCA57 E0F8FA 96F2FB*/
