@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.wrapper{
    width: 1170px;
    margin: 6% auto;
}
.wrapper a{
    width: 32%;
    float: left;
    margin: 5px;
}

.wrapper a img{
    width: 100%;
}

.clearfix {
    overflow: auto;
    clear: both;
  }

body{
    margin: 0px;
    padding: 0px;
}
img{
    width: 100%;
    display: block;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}

.box{
    height: 100vh;
    width: 100%;
    background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(../FinalProject/images/x.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: table;
}

h1{
    margin: 0;
    color: white;
    font-size: 80px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.header{
    height: 70px;
    width: 100%;
}

.header nav{
    position: absolute;
    padding: 3px;
    float: none;
    margin-left: 2%;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: black;
}

ul{
    width: auto;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 8px;
}
li{
    display: inline-block;
    padding: 15px 30px;
}
a{
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2vw;
}

a:hover{
    color: black;
    transition: 0.5s;
}

.about-content h2{
    font-size: 48px;
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
}
.about-content h3{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.1);
    width: 400px;
    margin: 35px auto;
    text-align: center;
}
blockquote{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    opacity: 0.9;
    width: 60vw;
    margin: 45px auto 15px auto;
    text-align: center;
    letter-spacing: 5px;
}

.social-menu ul {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: #000000;
    font-size: 25px;
    line-height: 50px;
    transition: .5s;
}
.social-menu ul li .fa:hover {
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #cd201f;
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #0077B5;
}

main{
    width: 80%;
    margin: 40px auto;
}

p {
    display: block;
}

.aboutl{
    float: left;
    width: 90%;
    font-weight: 500;
    font-size: 25px;
}

.aboutr{
    float: right;
    width: 100%;
    margin: 20px;
}

.aboutr img{
    width: 100%;
}

.about3 {
    margin: 30px;
    text-align: center;
    font-weight: 800;
}

.container {
    position: relative;
    text-align: center;
    color: white;
    margin: 40px 50px;
  }
  .container img{
      width: 100%;
  }

.red-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 40px 50px;
    filter: blur(9px);
   -webkit-filter: blur(8px);
   height: 100%; 
}
  
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-family: 'Source Code Pro', monospace;
    font-size: 25px;
  }
  .bottom-leftred{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 100px;
  }

table{
    font-family: 'Source Code Pro', monospace;
    width: 80%;
    margin: 40px auto;
    
}
table,td,th{
    border: 2px solid black;
    border-collapse: collapse;
}
tr,td,th{
    padding: 20px;
}
table caption{
    font-weight: 300;
    font-size:50px;
}

.contactSection{
    margin: 40px 0;
}
.contactSection .container div{
    margin: 20px 0;
}
.contact-top{
    text-align: center;
}
.contact-top h3{
    font-size: 28px;
}
.contact-top p{
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
}
.contact-middle div{
    text-align: center;
    padding: 25px 0;
    background: #000;
    color: #fff;
}
.contact-middle div span{
    display: block;
}
.contact-icon{
    font-size: 30px;
}

.contact-bottom{
    float: left;
    width: 40%;

}
.form input[type = "text"], .form input[type = "email"], .form textarea{
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    margin: 10px 0;
    border: 1px solid darkgray;
    outline: none;
    border-radius: 5px;
}
.contact-bottom .form{
    padding: 0 20px;
}
.map{
    float: right;
    width: 50%;
}

.footer{
    background: black;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
.footer-container div{
    margin: 40px 0;
}
.footer-container h2{
    color: white;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 7px;
}
.footer- p{
    opacity: 0.7;
}
.footer p{
    text-align: center;
    font-size: 14px;
}
