* {
    margin: 0 auto 0 auto;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: white;
    background-image: linear-gradient(45deg, #ffffff 25%, #e1eaed 25%, #e1eaed 50%, #ffffff 50%, #ffffff 75%, #e1eaed 75%, #e1eaed 100%);
    background-size: 60px 60px;
}

#logo {
    position:relative;
    height: 20vh;
    margin-left: 2%;
}

.title {
    display: flex;
    justify-content: flex-start;
    width: 50vw;
    height: 4vw;
    font-family:Brush Script MT, Brush Script Std, cursive;
    margin-top: 3vh;
    margin-left: 2vw;
    font-size: 9vh;
    font-weight:bold;
    color: rgb(255, 0, 255);
}

.subText {
    position:relative;
    margin-left: 5%;
    margin-top: 3vh;
    text-align:left;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:2vh;
    font-weight:bold;
    color:#2D4E5B;
}

header ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: transparent;
    position: relative;
}

header li{
    display: inline-block;
}

header li a{
    color: black;
    text-decoration: none;
    padding: 1vw;
    display: block;
}

header li:hover{
    background: gray;
}

header .row {
    display: flex;
    align-items: center;
    width: 100%;
}

header .nav-bar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-right: 0vw;
    position:absolute;
    right:6vw;
    top:10vh;
}

.container{
    width: 100%;
}

.jumbotron1 {
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background: transparent;
    background-size: cover;
    color: black;
}

.jumbotron1 p {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 2em;
    color: black;
    font-weight: 500;
    font-size: 1.5vw;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    background: transparent;
}

.top {
    margin-top: 2em;
}

.jumbotron1 ul {
    text-align: left;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 2em;
    color: black;
    font-weight: 500;
    font-size: 1.5vw;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    background: transparent;
}

.jumbotron1 ul li {
    margin-bottom: 1.5em;
    background: transparent;
}

.pageContent{
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 3vh;
    background-image: radial-gradient(#e1eaed .75vw, transparent 0), radial-gradient(#e1eaed .75vw, transparent 0);
    background-position: 0 0, 45px 30px;
    background-size: 100px 100px;
    background-color: white;
}

.pageContent h1{
    text-transform: uppercase;
    margin-bottom: 4.5vw;
    color: black;
    font-size: 4.5vw;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-weight: 500;
    background: transparent;
}

.border{
    display: block;
    margin: auto;
    width: 12.8vw;
    height: 3px;
    background: #667A77;
    margin-bottom: 3.2vw;
}

.section{
    width: 48vw;
    margin: auto;
    color: white;
    font-weight: 500;
    font-size: 1.6vw;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
    height: 0;
    overflow: hidden;
}

.section:target{
    height: auto;
}

.ps{
    margin-bottom: 3.2vw;
}

.ps section {
    display: inline-block;
}

.ps a{
    display: inline-block;
    margin: 1.6vw 4vw;
    width: 12.8vw;
    height: 12.8vw;
    overflow: hidden;
    border-radius: 50%;
}

.ps a img{
    width: 100%;
    filter: grayscale(100%);
    transition: 0.2s all;
}

.ps p {
    display: block;
    margin-bottom: 2.4vw;
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    font-size: 1.6vw;
    font-family: 'Roboto', sans-serif;
}

.ps a:hover > img{
    filter: none;
}

.jumbotron1 form {
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 2em;
    color: black;
    font-weight: 400;
    font-size: 1.5vw;
    font-family: 'Roboto', sans-serif;
}

.contact-section{
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 6vw;
}

.contact-section h1{
    text-transform: uppercase;
    margin-bottom: 4.5vw;
    color: black;
    font-size: 4.5vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.form {
    max-width: 100vw;
}

input {
    width: 100%;
    margin: 2vw 0;
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid black;
}

.in{
    color: black;
}

.form-control-submit{
    border: 1px solid black;
    border-radius: 6px;
    cursor: pointer;
    color: black;
}

footer {
    background-color: white;
    font-size: 0.9vw;
    padding: 1.6vw 0;
}

footer .row {
    display: flex;
    width: 100%;
    justify-content: center;
}

.inline1{
    display: inline-block;
}

.inline2{
    display: inline-block;
}

.block1{
    display: block;
}

.portfolioImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20vw;
    height: 60vh;
}