html,body{
    scroll-behavior: smooth;
    font-family: Raleway;
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: no-common-ligatures;
    
}

i:hover{
    color: rgba(0, 0, 0, 0.849);
}



input{
    font-family: Raleway;
    border: transparent ;
    border-bottom: solid 1px rgb(189, 189, 189);
    margin: 2px 0px 20px;
    height: 30px;
    width: 100%;
    font-size: 18px;
}
textarea{
    margin: 4px 0px;
    font-size: 18px;
    font-family: Raleway;
    border: transparent ;
    border-bottom: solid 1px rgb(189, 189, 189);
    width: 100%;
    height: 50px;
}
#thank-you{
    font-size: 18px;
    text-align: center;
}
.active{
    display: block;
}

.submit-btn{
    width: 100%;
    margin-top: 10px;
    text-align: center;
    border: transparent;
    border-radius: 4px;
    color: white;
    background-color: rgb(0,125,195);
}
.submit-btn:hover{
    background-color: rgb(1, 95, 150);
    font-weight: bold;
    cursor: pointer;
}
button:hover{
    color: rgb(2, 64, 97);
    text-decoration: none;
    cursor: pointer;
}

h{
    margin: 80px 40px;
    font-size: 40px;
    font-weight: 600;
    color: rgb(0,125,195);
    
}
h.connect{
    margin: 70px 150px 0px;
    display: block;

}

h.cap{
    flex:50%;
    align-items: center;
    text-align: left;
    margin:auto;
    padding-left: 0px;
}


h2{
    margin: -325px auto;
    text-align: center;
    font-size: 60px;
    font-family: Raleway;
    color: rgb(226, 226, 226);
    text-shadow: 0px 1px rgb(0, 0, 0);
    font-weight: 600;
}

h2.home{
    margin: -400px auto 55%;
    text-align: center;
    font-size: 6vw;
}

h2.shrunk{
    margin: -125px auto;
    font-size: 5vw;
}

p.contact{
    text-align: left;
    margin: 15px 0px;
    padding: 5px 0;
}

ul.about{
    list-style-type: circle;
    font-size: 16px;
    line-height: 22px;
}
hr{
    border: none;
    background-color: rgb(0,164,224);
    height: 1px;
}

h3{
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: rgb(0,125,195);
    margin: 5px 10px;
    padding: 10px 0px;
}
ul.network{
    list-style: inside; 
    list-style-type: circle;
}
li.network{
    margin: 10px 0px;
    font-size: 20px;
    padding: 10px 0 10px 10px;
    text-align: left;   
}

.dropdown{
    font-size: inherit;
    border: none;
    outline: none;
    color: rgb(0,125,195);
    padding: 14px 30px;
    background-color: inherit;
    font-family: inherit;
    font-size: 22px;
}

.reveal{
    display: block;}
.hide{
    visibility: hidden;
}
.navcontainer{
    display: block;
    list-style-type: none;
    overflow: hidden;
    padding: 20px 0px;
    background-color: white;
    position: fixed;
    width:100%;
    margin-bottom: 0px;
    border-bottom: solid 1px rgb(0,164,224);
    
}
.navlist{
    float: right;
    color: rgb(0,125,195);
    font-size: 18px;
    cursor: pointer;

}
.navlist a{
  color: rgb(0,125,195);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 40px 10px;
  line-height: 50px;
  
}
.navlist.menu a{
    padding: 10px;
}
.navlist a:hover{
    color: rgb(2, 64, 97);
    text-decoration: none;
}
.navlist.logo_top{
    float:left; 
    text-align: center;
    padding: 10px 10px;
    line-height: 20px;
    
}
.fab{
    margin: 5px;
}
.fab.fa-linkedin{
    margin-left: 0px;
}
.social{
    color: rgb(165, 165, 165);
    font-size: 40px;
}
.row{
    display: flex;
    padding: 10px 60px;
    font-size: 16px;
    margin-top: 10px;
}
.row.network{
    padding: 10px 20px;
}
.thirds{
    flex:33%;
    border: solid 1px rgb(197,197,197);
    border-radius: 4px;
    margin: auto 10px;
    color: black;
    font-size: 20px;
    background-color: rgb(197, 197, 197);
    box-shadow: inset 0px 2px 1px rgb(151, 151, 151),
    inset 0px -2px 1px rgb(151, 151, 151),
    inset 2px 0px 1px rgb(151, 151, 151),
    inset -2px 0px 1px rgb(151, 151, 151);;
    
}

.thirds:not(:hover){
    box-shadow: 0px 2px 1px rgb(151, 151, 151),
    0px -2px 1px rgb(151, 151, 151),
    2px 0px 1px rgb(151, 151, 151),
    -2px 0px 1px rgb(151, 151, 151);
}

.contact{
    padding: 5px 60px;
    text-align: center;
}
.bottom-info{
    margin-bottom: 30px;
}
.column{
    flex:50%;
}
.column.text{
    text-align: left;
}
.column.text.cap{
    padding: 30px;
}
.column.center.about{
    align-items: center;
    text-align: center;
    margin:auto;
   
}
.column.center.contact{
    margin: 10px auto;
    padding-top: 12px;
    font-size: 22px;
    text-align: left;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-display {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
#Home{
    width: 100%;
    height:550px;
    z-index: -1;
}
#recaptcha-failure{
    display: none;
    margin-top: 5px;
    color: red;
}
#coverImage{
    object-fit: fill;
    width: 100%;
    height: 100%;
}
#coverImage-banner{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#shrunk_Home{
    width:100%;
    height:300px;
}
#logo{
    height: 35px;
    padding-left: 10px;
    margin: auto;
    text-align: center;
    line-height: 35px;
    margin-bottom: 0;
}
#headshot{
    border: transparent;
    border-radius: 200px;
}
#About{
    padding: 140px 80px 60px;
    margin-top: -100px;
}
#Information{
    padding: 40px 60px;
    margin: 10px 40px;
}
#myfile{
    height: 30px;
    width: 200px;
    border: transparent;
}
#submit{
    background-color: rgb(230, 230, 230);
}
.keyword{
    color: rgb(0,164,224);
}
#sub{
    font-size: 18px;
    margin: 10px 50px 0px;
    padding: 0px;
    text-shadow: 0 1px black;
    display: block;
}
.space{
    font-size: 18px;
    margin-bottom: 10px;
}
#networks_tag{
    text-align: center;
    font-size: 24px;
    margin: 30px auto;

}
.network_icon{
    height: 40px;
    width: 40px;
    vertical-align: text-bottom;
}
.full_network_icon{
    height: 90px;
    width: 90px;
    margin: 13px auto auto auto;
    display: none;
}

.fab.fa-linkedin.bottom{
    font-size: 30px;
    color: rgb(165, 165, 165);
}
.fab.fa-linkedin.bottom:hover{
    cursor: pointer;
    color: rgba(0, 0, 0, 0.849);
}



@media only screen and (max-width:845px){
/* mobile */
    #desktop{
        display: none;
    }
   .dropdown{
       visibility: visible;
   }


    .row,#About{
        display: block;
        text-align: center;
    }

    .column.center.contact,p.contact{
        text-align: center;
    }

    #About{
        padding-right: 30px;
        padding-left: 30px;
    }

    h.cap{
        font-size: 30px;
    }

    h2.shrunk{
        font-size: 40px;
    }


    h2.home{
        margin-top: -390px;
    }

    #sub{
        font-size: 15px;
    }
}

@media only screen and (max-width:1040px){
    #Net_row{
        display: block;
        text-align: center;
        padding: 10px 110px;
    }
    .thirds{
        margin: 20px auto;
        min-width: 325px;
    }

    .container{
        display: flex;
    }

    .network_icon{
        display: none;
    }

    .full_network_icon{
        display: flex;
    }
}

@media only screen and (max-width:600px){
    .network_icon{
        display: inline-flex;
        vertical-align: text-bottom;
    }

    .full_network_icon{
        display: none;
    }
    
}

@media only screen and (max-width:750px){
    h2.home{
        font-size: 44px;
    }

}

@media only screen and (max-width:455px){
    .navlist.logo_top.company{
        display: none;
    }

    .thirds,#Net_row{
        padding: 0px 10px;
    }
    
    /*Capabilities*/
    .shrunk,.cap{
        font-size: 25px !important;
    }

    .space{
        font-size: 15px;
    }

    .row{
        padding: 10px 20px;
    }
    .column.text.cap{
        padding: 10px;
    }
    /*Home*/
    #About{
        padding: 140px 20px 20px;
    }
    
    #brian{
        font-size: 20px !important;
    }

    #headshot{
        height: 200px;
        width: 200px;
    }
    .column.center.about{
        padding-top: 10px;
    }

    /*Contact*/
    #Information{
        padding: 40px 10px;
    }

    .column.center.contact{
        padding: 12px 20px;
    }

    /*ALL*/
    .dropdown{
        padding-right: 10px;
    }
}



  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;}
    .navlist{
        display: block;
        text-align: center;
    }
    
    
    
  }
  
  
  
  
  